Update spanish translations

This commit is contained in:
luckmax 2021-08-28 11:56:50 +00:00 committed by nkming2
parent 9c0dea88c7
commit e7b42a6d0e

View file

@ -313,6 +313,14 @@
"@settingsExifSupportTrueSubtitle": { "@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" "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": "Acerca de",
"@settingsAboutSectionTitle": { "@settingsAboutSectionTitle": {
"description": "Title of the about section in settings widget" "description": "Title of the about section in settings widget"
@ -653,7 +661,11 @@
}, },
"configButtonLabel": "CONFIGURAR", "configButtonLabel": "CONFIGURAR",
"useAsAlbumCoverTooltip": "Usar como portada del álbum", "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": "Registro de cambios",
"@changelogTitle": { "@changelogTitle": {
"description": "Title of the changelog dialog" "description": "Title of the changelog dialog"
@ -690,7 +702,24 @@
"@whitelistCertButtonLabel": { "@whitelistCertButtonLabel": {
"description": "Label of the whitelist certificate button" "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": { "@errorUnauthenticated": {
"description": "Error message when server responds with HTTP401" "description": "Error message when server responds with HTTP401"
}, },