1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Translate devices.js, dashboard.js and added new keys

This commit is contained in:
ferferga 2020-04-02 19:53:11 +02:00
parent 368f21010b
commit 35c4d06bf6
6 changed files with 12 additions and 10 deletions

View file

@ -1473,5 +1473,6 @@
"PathNotFound": "The path could not be found. Please ensure the path is valid and try again.",
"WriteAccessRequired": "Jellyfin Server requires write access to this folder. Please ensure write access and try again.",
"ListPaging": "{0} of {1}",
"PersonRole": "as {0}"
"PersonRole": "as {0}",
"LastSeen": "Last seen {0}"
}

View file

@ -1481,5 +1481,6 @@
"PathNotFound": "No se encontró la ruta especificada. Asegúrate de que existe e inténtalo de nuevo.",
"WriteAccessRequired": "Jellyfin requiere de permisos de escritura en esta carpeta. Asegúrate de que existe este permiso e inténtalo de nuevo.",
"ListPaging": "{0} de {1}",
"PersonRole": "como {0}"
"PersonRole": "como {0}",
"LastSeen": "Última vez {0}"
}