diff --git a/frontend/src/lib/i18n/locales/uk-UA.json b/frontend/src/lib/i18n/locales/uk-UA.json index 2e275f3..89c177c 100644 --- a/frontend/src/lib/i18n/locales/uk-UA.json +++ b/frontend/src/lib/i18n/locales/uk-UA.json @@ -51,12 +51,31 @@ "forgotPasswordTitle": "Забули пароль?", "failedToFetchProvidersTitle": "Не вдалося завантажити провайдерів автентифікації. Будь ласка, перевірте вашу конфігурацію.", "errorTitle": "Виникла помилка", - "errorSubtitle": "Сталася помилка при спробі виконання дії. Будь ласка, перевірте консоль для отримання додаткової інформації.", + "errorSubtitleInfo": "The following error occurred while processing your request:", + "errorSubtitle": "An error occurred while trying to perform this action. Please check your browser console or the app logs for more information.", "forgotPasswordMessage": "Ви можете скинути пароль, змінивши змінну середовища \"USERS\".", "fieldRequired": "Це поле обов'язкове для заповнення", "invalidInput": "Невірне введення", "domainWarningTitle": "Невірний домен", "domainWarningSubtitle": "Даний ресурс налаштований для доступу з {{appUrl}}, але використовується {{currentUrl}}. Якщо ви продовжите, можуть виникнути проблеми з автентифікацією.", "ignoreTitle": "Ігнорувати", - "goToCorrectDomainTitle": "Перейти за коректним доменом" -} \ No newline at end of file + "goToCorrectDomainTitle": "Перейти за коректним доменом", + "authorizeTitle": "Authorize", + "authorizeCardTitle": "Continue to {{app}}?", + "authorizeSubtitle": "Would you like to continue to this app? Please carefully review the permissions requested by the app.", + "authorizeSubtitleOAuth": "Would you like to continue to this app?", + "authorizeLoadingTitle": "Loading...", + "authorizeLoadingSubtitle": "Please wait while we load the client information.", + "authorizeSuccessTitle": "Authorized", + "authorizeSuccessSubtitle": "You will be redirected to the app in a few seconds.", + "authorizeErrorClientInfo": "An error occurred while loading the client information. Please try again later.", + "authorizeErrorMissingParams": "The following parameters are missing: {{missingParams}}", + "openidScopeName": "OpenID Connect", + "openidScopeDescription": "Allows the app to access your OpenID Connect information.", + "emailScopeName": "Email", + "emailScopeDescription": "Allows the app to access your email address.", + "profileScopeName": "Profile", + "profileScopeDescription": "Allows the app to access your profile information.", + "groupsScopeName": "Groups", + "groupsScopeDescription": "Allows the app to access your group information." +}