mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 14:56:20 +01:00
Add sharing related translations to spanish.
This commit is contained in:
parent
69c97b9c2d
commit
a9be3824f8
1 changed files with 23 additions and 0 deletions
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue