From e7b42a6d0e702f098b3740dd6ea6e29107a524fb Mon Sep 17 00:00:00 2001 From: luckmax Date: Sat, 28 Aug 2021 11:56:50 +0000 Subject: [PATCH] Update spanish translations --- lib/l10n/app_es.arb | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/lib/l10n/app_es.arb b/lib/l10n/app_es.arb index ad6381f5..c4790d4d 100644 --- a/lib/l10n/app_es.arb +++ b/lib/l10n/app_es.arb @@ -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" },