From 67cb54453e7d1fb9e60c2a1cca65c83a8f378d63 Mon Sep 17 00:00:00 2001 From: Stavros Date: Tue, 16 Sep 2025 14:27:51 +0300 Subject: [PATCH] New translations en.json (Hungarian) --- frontend/src/lib/i18n/locales/hu-HU.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/lib/i18n/locales/hu-HU.json b/frontend/src/lib/i18n/locales/hu-HU.json index 6338a88..4300428 100644 --- a/frontend/src/lib/i18n/locales/hu-HU.json +++ b/frontend/src/lib/i18n/locales/hu-HU.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",