mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-23 01:06:21 +01:00
Merge branch 'undefined' into 'master'
Add sharing related translations to spanish. See merge request nkming2/nc-photos!30
This commit is contained in:
commit
22d85c16b7
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