mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-23 01:06:21 +01:00
Update spanish translations
This commit is contained in:
parent
9c0dea88c7
commit
e7b42a6d0e
1 changed files with 31 additions and 2 deletions
|
@ -313,6 +313,14 @@
|
|||
"@settingsExifSupportTrueSubtitle": {
|
||||
"description": "Subtitle of the EXIF support setting when the value is true. The goal is to warn user about the possible side effects of enabling this setting"
|
||||
},
|
||||
"settingsViewerSectionTitle": "Visualiador de fotos",
|
||||
"@settingsViewerSectionTitle": {
|
||||
"description": "Settings for the photo viewer"
|
||||
},
|
||||
"settingsScreenBrightnessTitle": "Brillo de pantalla",
|
||||
"settingsScreenBrightnessDescription": "Invalidar nivel de brillo del sistema",
|
||||
"settingsForceRotationTitle": "Ignorar autorotación desactivada",
|
||||
"settingsForceRotationDescription": "Rotar la pantalla incluso si la autorotación está desactivada",
|
||||
"settingsAboutSectionTitle": "Acerca de",
|
||||
"@settingsAboutSectionTitle": {
|
||||
"description": "Title of the about section in settings widget"
|
||||
|
@ -653,7 +661,11 @@
|
|||
},
|
||||
"configButtonLabel": "CONFIGURAR",
|
||||
"useAsAlbumCoverTooltip": "Usar como portada del álbum",
|
||||
|
||||
"helpTooltip": "Ayuda",
|
||||
"removeFromAlbumTooltip": "Quitar del álbum",
|
||||
"@removeFromAlbumTooltip": {
|
||||
"description": "Remove the opened photo from an album"
|
||||
},
|
||||
"changelogTitle": "Registro de cambios",
|
||||
"@changelogTitle": {
|
||||
"description": "Title of the changelog dialog"
|
||||
|
@ -690,7 +702,24 @@
|
|||
"@whitelistCertButtonLabel": {
|
||||
"description": "Label of the whitelist certificate button"
|
||||
},
|
||||
"errorUnauthenticated": "Acceso sin identificar. Por favor inicia sesión otra vez si el problema continúa.",
|
||||
"fileSharedByDescription": "Compartido contigo por éste usuario",
|
||||
"@fileSharedByDescription": {
|
||||
"description": "The app will show the owner of the file if it's being shared with you by others. The name of the owner is displayed above this line"
|
||||
},
|
||||
"emptyTrashbinTooltip": "Vaciar papelera",
|
||||
"@emptyTrashbinTooltip": {
|
||||
"description": "Permanently delete all items from trashbin"
|
||||
},
|
||||
"emptyTrashbinConfirmationDialogTitle": "Vaciar papelera",
|
||||
"@emptyTrashbinConfirmationDialogTitle": {
|
||||
"description": "Make sure the user wants to delete all items"
|
||||
},
|
||||
"emptyTrashbinConfirmationDialogContent": "Todos los elementos se eliminarán permanentemente del servidor.\n\nÉsta acción es irreversible",
|
||||
"@emptyTrashbinConfirmationDialogContent": {
|
||||
"description": "Make sure the user wants to delete all items"
|
||||
},
|
||||
|
||||
"errorUnauthenticated": "Acceso sin identificación. Por favor inicia sesión otra vez si el problema continúa.",
|
||||
"@errorUnauthenticated": {
|
||||
"description": "Error message when server responds with HTTP401"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue