From 09061f698fbb5b40d893a8547ebef41e9a1d7400 Mon Sep 17 00:00:00 2001 From: Stavros Date: Tue, 16 Sep 2025 14:28:04 +0300 Subject: [PATCH] New translations en.json (Ukrainian) --- frontend/src/lib/i18n/locales/uk-UA.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/lib/i18n/locales/uk-UA.json b/frontend/src/lib/i18n/locales/uk-UA.json index a17f55f..60f8ad3 100644 --- a/frontend/src/lib/i18n/locales/uk-UA.json +++ b/frontend/src/lib/i18n/locales/uk-UA.json @@ -14,6 +14,9 @@ "loginOauthFailSubtitle": "Failed to get OAuth URL", "loginOauthSuccessTitle": "Redirecting", "loginOauthSuccessSubtitle": "Redirecting to your OAuth provider", + "loginOauthAutoRedirectTitle": "OAuth Auto Redirect", + "loginOauthAutoRedirectSubtitle": "You will be automatically redirected to your OAuth provider to authenticate.", + "loginOauthAutoRedirectButton": "Redirect now", "continueTitle": "Continue", "continueRedirectingTitle": "Redirecting...", "continueRedirectingSubtitle": "You should be redirected to the app soon",