Merge branch 'undefined' into 'master'

Add sharing related translations to spanish.

See merge request nkming2/nc-photos!30
This commit is contained in:
nkming2 2021-10-01 19:37:51 +00:00
commit 22d85c16b7

View file

@ -821,6 +821,29 @@
"@slideshowSetupDialogRepeatTitle": {
"description": "Whether to restart the slideshow from the beginning after the last slide"
},
"linkCopiedNotification": "Enlace copiado",
"@linkCopiedNotification": {
"description": "Copied the share link to clipboard"
},
"shareMethodDialogTitle": "Compartir como",
"@shareMethodDialogTitle": {
"description": "Let the user pick how they want to share"
},
"shareMethodFileTitle": "Archivo",
"@shareMethodFileTitle": {
"description": "Share the actual file"
},
"shareMethodFileDescription": "Descarga el archivo y compártelo con otras apps",
"shareMethodPublicLinkTitle": "Enlace público",
"@shareMethodPublicLinkTitle": {
"description": "Create a share link on server and share it"
},
"shareMethodPublicLinkDescription": "Crea en el servidor un nuevo enlace público. Cualquiera con el enlace puede acceder al archivo",
"shareMethodPasswordLinkTitle": "Enlace protegido con contraseña",
"@shareMethodPasswordLinkTitle": {
"description": "Create a password protected share link on server and share it"
},
"shareMethodPasswordLinkDescription": "Crea en el servidor un nuevo enlace protegido con contraseña",
"errorUnauthenticated": "Acceso sin identificación. Por favor inicia sesión otra vez si el problema continúa.",
"@errorUnauthenticated": {