From 13b9b389392983b04a2b65190ee3dcf055334fb4 Mon Sep 17 00:00:00 2001 From: Stavros Date: Tue, 16 Sep 2025 14:27:41 +0300 Subject: [PATCH] New translations en.json (Spanish) --- frontend/src/lib/i18n/locales/es-ES.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/lib/i18n/locales/es-ES.json b/frontend/src/lib/i18n/locales/es-ES.json index 0745eee..a4500b3 100644 --- a/frontend/src/lib/i18n/locales/es-ES.json +++ b/frontend/src/lib/i18n/locales/es-ES.json @@ -14,6 +14,9 @@ "loginOauthFailSubtitle": "Error al obtener la URL de OAuth", "loginOauthSuccessTitle": "Redireccionando", "loginOauthSuccessSubtitle": "Redireccionando a tu proveedor de OAuth", + "loginOauthAutoRedirectTitle": "OAuth Auto Redirect", + "loginOauthAutoRedirectSubtitle": "You will be automatically redirected to your OAuth provider to authenticate.", + "loginOauthAutoRedirectButton": "Redirect now", "continueTitle": "Continuar", "continueRedirectingTitle": "Redireccionando...", "continueRedirectingSubtitle": "Pronto será redirigido a la aplicación",