From 0883e6455eb2a2a373f867e751676d17fbdf245b Mon Sep 17 00:00:00 2001 From: Cristian Castillo Cruz <103223326+crcascr@users.noreply.github.com> Date: Thu, 29 Feb 2024 16:55:44 -0500 Subject: [PATCH 1/3] Fixed misspelling in es-ES.json Within the Spanish localization file was a duplicate letter that damaged the visual experience for the user. --- applications/pass-extension/locales/es_ES.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/pass-extension/locales/es_ES.json b/applications/pass-extension/locales/es_ES.json index 9bd6957bade..9bfb5873809 100644 --- a/applications/pass-extension/locales/es_ES.json +++ b/applications/pass-extension/locales/es_ES.json @@ -207,7 +207,7 @@ "Contraseñas generadas" ], "Get mobile apps": [ - "Descargar las aplicaciiones móviles" + "Descargar las aplicaciones móviles" ], "Help us improve": [ "Ayúdanos a mejorar" @@ -2266,4 +2266,4 @@ ] } } -} \ No newline at end of file +} From ba6562c5e5afdf725bce4d02bd787ccc20e7461b Mon Sep 17 00:00:00 2001 From: Cristian Castillo Cruz <103223326+crcascr@users.noreply.github.com> Date: Thu, 29 Feb 2024 17:03:44 -0500 Subject: [PATCH 2/3] Fixed misspelling in ES-es string Within the Spanish localization file was a duplicate letter that damaged the visual experience for the user. --- applications/pass-desktop/locales/es_ES.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/pass-desktop/locales/es_ES.json b/applications/pass-desktop/locales/es_ES.json index 161f0b6ad0f..5026f062e40 100644 --- a/applications/pass-desktop/locales/es_ES.json +++ b/applications/pass-desktop/locales/es_ES.json @@ -180,7 +180,7 @@ "Contraseñas generadas" ], "Get mobile apps": [ - "Descargar las aplicaciiones móviles" + "Descargar las aplicaciones móviles" ], "Get Started": [ "Comenzar" @@ -2051,4 +2051,4 @@ ] } } -} \ No newline at end of file +} From 81397cb76edcaa7173a1b7cb27fb7ead714983ce Mon Sep 17 00:00:00 2001 From: Cristian Castillo Cruz <103223326+crcascr@users.noreply.github.com> Date: Thu, 29 Feb 2024 17:14:16 -0500 Subject: [PATCH 3/3] Adittion of strings for Offline mode in es_ES.json The strings for offline mode did not have a Spanish translation. --- applications/pass-desktop/locales/es_ES.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/applications/pass-desktop/locales/es_ES.json b/applications/pass-desktop/locales/es_ES.json index 5026f062e40..0be31181713 100644 --- a/applications/pass-desktop/locales/es_ES.json +++ b/applications/pass-desktop/locales/es_ES.json @@ -570,6 +570,12 @@ "Moving item failed": [ "Error al mover el elemento" ], + "Offline mode is currently not available for two password mode.": [ + "El modo sin conexión no está disponible actualmente para el modo de dos contraseñas." + ], + "Offline mode isn't currently available for your plan and not compatible with two password mode.": [ + "El modo sin conexión no está disponible actualmente para su plan y no es compatible con el modo de dos contraseñas." + ], "Passphrase is incorrect": [ "La frase contraseña es incorrecta." ],