From 17702efd3b27c497f940da1f96af7f85afb7042a Mon Sep 17 00:00:00 2001 From: Stavros Date: Tue, 16 Sep 2025 14:27:45 +0300 Subject: [PATCH] New translations en.json (Czech) --- frontend/src/lib/i18n/locales/cs-CZ.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/lib/i18n/locales/cs-CZ.json b/frontend/src/lib/i18n/locales/cs-CZ.json index 89c7186..0308327 100644 --- a/frontend/src/lib/i18n/locales/cs-CZ.json +++ b/frontend/src/lib/i18n/locales/cs-CZ.json @@ -14,6 +14,9 @@ "loginOauthFailSubtitle": "Nepodařilo se získat OAuth URL", "loginOauthSuccessTitle": "Přesměrování", "loginOauthSuccessSubtitle": "Přesměrování k poskytovateli OAuth", + "loginOauthAutoRedirectTitle": "OAuth Auto Redirect", + "loginOauthAutoRedirectSubtitle": "You will be automatically redirected to your OAuth provider to authenticate.", + "loginOauthAutoRedirectButton": "Redirect now", "continueTitle": "Pokračovat", "continueRedirectingTitle": "Přesměrování...", "continueRedirectingSubtitle": "Brzy budete přesměrováni do aplikace",