You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"errorSubtitle": "Сталася помилка при спробі виконання дії. Будь ласка, перевірте консоль для отримання додаткової інформації.",
54
+
"errorSubtitleInfo": "The following error occurred while processing your request:",
55
+
"errorSubtitle": "An error occurred while trying to perform this action. Please check your browser console or the app logs for more information.",
55
56
"forgotPasswordMessage": "Ви можете скинути пароль, змінивши змінну середовища \"USERS\".",
56
57
"fieldRequired": "Це поле обов'язкове для заповнення",
57
58
"invalidInput": "Невірне введення",
58
59
"domainWarningTitle": "Невірний домен",
59
60
"domainWarningSubtitle": "Даний ресурс налаштований для доступу з <code>{{appUrl}}</code>, але використовується <code>{{currentUrl}}</code>. Якщо ви продовжите, можуть виникнути проблеми з автентифікацією.",
60
61
"ignoreTitle": "Ігнорувати",
61
-
"goToCorrectDomainTitle": "Перейти за коректним доменом"
62
-
}
62
+
"goToCorrectDomainTitle": "Перейти за коректним доменом",
63
+
"authorizeTitle": "Authorize",
64
+
"authorizeCardTitle": "Continue to {{app}}?",
65
+
"authorizeSubtitle": "Would you like to continue to this app? Please carefully review the permissions requested by the app.",
66
+
"authorizeSubtitleOAuth": "Would you like to continue to this app?",
67
+
"authorizeLoadingTitle": "Loading...",
68
+
"authorizeLoadingSubtitle": "Please wait while we load the client information.",
69
+
"authorizeSuccessTitle": "Authorized",
70
+
"authorizeSuccessSubtitle": "You will be redirected to the app in a few seconds.",
71
+
"authorizeErrorClientInfo": "An error occurred while loading the client information. Please try again later.",
72
+
"authorizeErrorMissingParams": "The following parameters are missing: {{missingParams}}",
73
+
"openidScopeName": "OpenID Connect",
74
+
"openidScopeDescription": "Allows the app to access your OpenID Connect information.",
75
+
"emailScopeName": "Email",
76
+
"emailScopeDescription": "Allows the app to access your email address.",
77
+
"profileScopeName": "Profile",
78
+
"profileScopeDescription": "Allows the app to access your profile information.",
79
+
"groupsScopeName": "Groups",
80
+
"groupsScopeDescription": "Allows the app to access your group information."
0 commit comments