Add sharing related translations to spanish.

This commit is contained in:
luckmax 2021-09-30 17:32:16 +00:00
parent 69c97b9c2d
commit a9be3824f8

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": {