@logto/phrases-experience 1.9.1 → 1.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.d.ts +4 -4
- package/lib/index.js +3 -0
- package/lib/locales/ar/action.d.ts +2 -0
- package/lib/locales/ar/action.js +2 -0
- package/lib/locales/ar/description.d.ts +10 -7
- package/lib/locales/ar/description.js +17 -14
- package/lib/locales/ar/error/index.d.ts +6 -0
- package/lib/locales/ar/error/index.js +6 -0
- package/lib/locales/ar/index.d.ts +48 -0
- package/lib/locales/ar/index.js +2 -0
- package/lib/locales/ar/mfa.d.ts +6 -0
- package/lib/locales/ar/mfa.js +6 -0
- package/lib/locales/ar/profile.d.ts +25 -0
- package/lib/locales/ar/profile.js +25 -0
- package/lib/locales/de/action.d.ts +2 -2
- package/lib/locales/de/action.js +4 -4
- package/lib/locales/de/description.d.ts +10 -12
- package/lib/locales/de/description.js +22 -24
- package/lib/locales/de/error/index.d.ts +6 -0
- package/lib/locales/de/error/index.js +6 -0
- package/lib/locales/de/index.d.ts +48 -0
- package/lib/locales/de/index.js +2 -0
- package/lib/locales/de/mfa.d.ts +6 -0
- package/lib/locales/de/mfa.js +6 -0
- package/lib/locales/de/profile.d.ts +25 -0
- package/lib/locales/de/profile.js +25 -0
- package/lib/locales/de/user-scopes.d.ts +0 -9
- package/lib/locales/de/user-scopes.js +9 -18
- package/lib/locales/en/action.d.ts +2 -0
- package/lib/locales/en/action.js +2 -0
- package/lib/locales/en/description.d.ts +10 -0
- package/lib/locales/en/description.js +11 -1
- package/lib/locales/en/error/index.d.ts +6 -0
- package/lib/locales/en/error/index.js +6 -0
- package/lib/locales/en/index.d.ts +48 -0
- package/lib/locales/en/index.js +2 -0
- package/lib/locales/en/mfa.d.ts +6 -0
- package/lib/locales/en/mfa.js +6 -0
- package/lib/locales/en/profile.d.ts +25 -0
- package/lib/locales/en/profile.js +25 -0
- package/lib/locales/en/secondary.js +1 -1
- package/lib/locales/es/action.d.ts +2 -2
- package/lib/locales/es/action.js +4 -4
- package/lib/locales/es/description.d.ts +10 -12
- package/lib/locales/es/description.js +22 -24
- package/lib/locales/es/error/index.d.ts +6 -0
- package/lib/locales/es/error/index.js +6 -0
- package/lib/locales/es/index.d.ts +48 -0
- package/lib/locales/es/index.js +2 -0
- package/lib/locales/es/mfa.d.ts +6 -0
- package/lib/locales/es/mfa.js +6 -0
- package/lib/locales/es/profile.d.ts +25 -0
- package/lib/locales/es/profile.js +25 -0
- package/lib/locales/es/user-scopes.d.ts +0 -9
- package/lib/locales/es/user-scopes.js +9 -18
- package/lib/locales/fr/action.d.ts +2 -2
- package/lib/locales/fr/action.js +4 -4
- package/lib/locales/fr/description.d.ts +10 -12
- package/lib/locales/fr/description.js +22 -24
- package/lib/locales/fr/error/index.d.ts +6 -0
- package/lib/locales/fr/error/index.js +6 -0
- package/lib/locales/fr/index.d.ts +48 -0
- package/lib/locales/fr/index.js +2 -0
- package/lib/locales/fr/mfa.d.ts +6 -0
- package/lib/locales/fr/mfa.js +6 -0
- package/lib/locales/fr/profile.d.ts +25 -0
- package/lib/locales/fr/profile.js +25 -0
- package/lib/locales/fr/user-scopes.d.ts +0 -9
- package/lib/locales/fr/user-scopes.js +9 -18
- package/lib/locales/it/action.d.ts +2 -2
- package/lib/locales/it/action.js +4 -4
- package/lib/locales/it/description.d.ts +10 -12
- package/lib/locales/it/description.js +22 -24
- package/lib/locales/it/error/index.d.ts +6 -0
- package/lib/locales/it/error/index.js +6 -0
- package/lib/locales/it/index.d.ts +48 -0
- package/lib/locales/it/index.js +2 -0
- package/lib/locales/it/mfa.d.ts +6 -0
- package/lib/locales/it/mfa.js +6 -0
- package/lib/locales/it/profile.d.ts +25 -0
- package/lib/locales/it/profile.js +25 -0
- package/lib/locales/it/user-scopes.d.ts +0 -9
- package/lib/locales/it/user-scopes.js +9 -18
- package/lib/locales/ja/action.d.ts +2 -2
- package/lib/locales/ja/action.js +4 -4
- package/lib/locales/ja/description.d.ts +10 -12
- package/lib/locales/ja/description.js +22 -24
- package/lib/locales/ja/error/index.d.ts +6 -0
- package/lib/locales/ja/error/index.js +6 -0
- package/lib/locales/ja/index.d.ts +48 -0
- package/lib/locales/ja/index.js +2 -0
- package/lib/locales/ja/mfa.d.ts +6 -0
- package/lib/locales/ja/mfa.js +6 -0
- package/lib/locales/ja/profile.d.ts +25 -0
- package/lib/locales/ja/profile.js +25 -0
- package/lib/locales/ja/user-scopes.d.ts +0 -9
- package/lib/locales/ja/user-scopes.js +9 -18
- package/lib/locales/ko/action.d.ts +2 -2
- package/lib/locales/ko/action.js +4 -4
- package/lib/locales/ko/description.d.ts +10 -12
- package/lib/locales/ko/description.js +22 -24
- package/lib/locales/ko/error/index.d.ts +6 -0
- package/lib/locales/ko/error/index.js +6 -0
- package/lib/locales/ko/index.d.ts +48 -0
- package/lib/locales/ko/index.js +2 -0
- package/lib/locales/ko/mfa.d.ts +6 -0
- package/lib/locales/ko/mfa.js +6 -0
- package/lib/locales/ko/profile.d.ts +25 -0
- package/lib/locales/ko/profile.js +25 -0
- package/lib/locales/ko/user-scopes.d.ts +0 -9
- package/lib/locales/ko/user-scopes.js +9 -18
- package/lib/locales/pl-pl/action.d.ts +2 -2
- package/lib/locales/pl-pl/action.js +4 -4
- package/lib/locales/pl-pl/description.d.ts +10 -12
- package/lib/locales/pl-pl/description.js +22 -24
- package/lib/locales/pl-pl/error/index.d.ts +6 -0
- package/lib/locales/pl-pl/error/index.js +6 -0
- package/lib/locales/pl-pl/index.d.ts +48 -0
- package/lib/locales/pl-pl/index.js +2 -0
- package/lib/locales/pl-pl/mfa.d.ts +6 -0
- package/lib/locales/pl-pl/mfa.js +6 -0
- package/lib/locales/pl-pl/profile.d.ts +25 -0
- package/lib/locales/pl-pl/profile.js +25 -0
- package/lib/locales/pl-pl/user-scopes.d.ts +0 -9
- package/lib/locales/pl-pl/user-scopes.js +9 -18
- package/lib/locales/pt-br/action.d.ts +2 -2
- package/lib/locales/pt-br/action.js +4 -4
- package/lib/locales/pt-br/description.d.ts +10 -12
- package/lib/locales/pt-br/description.js +22 -24
- package/lib/locales/pt-br/error/index.d.ts +6 -0
- package/lib/locales/pt-br/error/index.js +6 -0
- package/lib/locales/pt-br/index.d.ts +48 -0
- package/lib/locales/pt-br/index.js +2 -0
- package/lib/locales/pt-br/mfa.d.ts +6 -0
- package/lib/locales/pt-br/mfa.js +6 -0
- package/lib/locales/pt-br/profile.d.ts +25 -0
- package/lib/locales/pt-br/profile.js +25 -0
- package/lib/locales/pt-br/user-scopes.d.ts +0 -9
- package/lib/locales/pt-br/user-scopes.js +9 -18
- package/lib/locales/pt-pt/action.d.ts +2 -2
- package/lib/locales/pt-pt/action.js +4 -4
- package/lib/locales/pt-pt/description.d.ts +10 -12
- package/lib/locales/pt-pt/description.js +22 -24
- package/lib/locales/pt-pt/error/index.d.ts +6 -0
- package/lib/locales/pt-pt/error/index.js +6 -0
- package/lib/locales/pt-pt/index.d.ts +48 -0
- package/lib/locales/pt-pt/index.js +2 -0
- package/lib/locales/pt-pt/mfa.d.ts +6 -0
- package/lib/locales/pt-pt/mfa.js +6 -0
- package/lib/locales/pt-pt/profile.d.ts +25 -0
- package/lib/locales/pt-pt/profile.js +25 -0
- package/lib/locales/pt-pt/user-scopes.d.ts +0 -9
- package/lib/locales/pt-pt/user-scopes.js +9 -18
- package/lib/locales/ru/action.d.ts +2 -2
- package/lib/locales/ru/action.js +4 -4
- package/lib/locales/ru/description.d.ts +10 -12
- package/lib/locales/ru/description.js +22 -24
- package/lib/locales/ru/error/index.d.ts +6 -0
- package/lib/locales/ru/error/index.js +6 -0
- package/lib/locales/ru/index.d.ts +48 -0
- package/lib/locales/ru/index.js +2 -0
- package/lib/locales/ru/mfa.d.ts +6 -0
- package/lib/locales/ru/mfa.js +6 -0
- package/lib/locales/ru/profile.d.ts +25 -0
- package/lib/locales/ru/profile.js +25 -0
- package/lib/locales/ru/user-scopes.d.ts +0 -9
- package/lib/locales/ru/user-scopes.js +9 -18
- package/lib/locales/tr-tr/action.d.ts +2 -2
- package/lib/locales/tr-tr/action.js +4 -4
- package/lib/locales/tr-tr/description.d.ts +10 -12
- package/lib/locales/tr-tr/description.js +22 -24
- package/lib/locales/tr-tr/error/index.d.ts +6 -0
- package/lib/locales/tr-tr/error/index.js +6 -0
- package/lib/locales/tr-tr/index.d.ts +48 -0
- package/lib/locales/tr-tr/index.js +2 -0
- package/lib/locales/tr-tr/mfa.d.ts +6 -0
- package/lib/locales/tr-tr/mfa.js +6 -0
- package/lib/locales/tr-tr/profile.d.ts +25 -0
- package/lib/locales/tr-tr/profile.js +25 -0
- package/lib/locales/tr-tr/user-scopes.d.ts +0 -9
- package/lib/locales/tr-tr/user-scopes.js +9 -18
- package/lib/locales/uk-ua/action.d.ts +37 -0
- package/lib/locales/uk-ua/action.js +37 -0
- package/lib/locales/uk-ua/description.d.ts +97 -0
- package/lib/locales/uk-ua/description.js +97 -0
- package/lib/locales/uk-ua/development-tenant.d.ts +4 -0
- package/lib/locales/uk-ua/development-tenant.js +4 -0
- package/lib/locales/uk-ua/error/index.d.ts +40 -0
- package/lib/locales/uk-ua/error/index.js +28 -0
- package/lib/locales/uk-ua/error/password-rejected.d.ts +15 -0
- package/lib/locales/uk-ua/error/password-rejected.js +15 -0
- package/lib/locales/uk-ua/index.d.ts +282 -0
- package/lib/locales/uk-ua/index.js +25 -0
- package/lib/locales/uk-ua/input.d.ts +10 -0
- package/lib/locales/uk-ua/input.js +10 -0
- package/lib/locales/uk-ua/list.d.ts +6 -0
- package/lib/locales/uk-ua/list.js +6 -0
- package/lib/locales/uk-ua/mfa.d.ts +50 -0
- package/lib/locales/uk-ua/mfa.js +50 -0
- package/lib/locales/uk-ua/profile.d.ts +25 -0
- package/lib/locales/uk-ua/profile.js +25 -0
- package/lib/locales/uk-ua/secondary.d.ts +4 -0
- package/lib/locales/uk-ua/secondary.js +4 -0
- package/lib/locales/uk-ua/user-scopes.d.ts +14 -0
- package/lib/locales/uk-ua/user-scopes.js +14 -0
- package/lib/locales/zh-cn/action.d.ts +2 -0
- package/lib/locales/zh-cn/action.js +2 -0
- package/lib/locales/zh-cn/description.d.ts +10 -0
- package/lib/locales/zh-cn/description.js +12 -2
- package/lib/locales/zh-cn/error/index.d.ts +6 -0
- package/lib/locales/zh-cn/error/index.js +6 -0
- package/lib/locales/zh-cn/index.d.ts +48 -0
- package/lib/locales/zh-cn/index.js +2 -0
- package/lib/locales/zh-cn/mfa.d.ts +6 -0
- package/lib/locales/zh-cn/mfa.js +6 -0
- package/lib/locales/zh-cn/profile.d.ts +25 -0
- package/lib/locales/zh-cn/profile.js +25 -0
- package/lib/locales/zh-hk/action.d.ts +2 -2
- package/lib/locales/zh-hk/action.js +4 -4
- package/lib/locales/zh-hk/description.d.ts +10 -12
- package/lib/locales/zh-hk/description.js +22 -24
- package/lib/locales/zh-hk/error/index.d.ts +6 -0
- package/lib/locales/zh-hk/error/index.js +6 -0
- package/lib/locales/zh-hk/index.d.ts +48 -0
- package/lib/locales/zh-hk/index.js +2 -0
- package/lib/locales/zh-hk/mfa.d.ts +6 -0
- package/lib/locales/zh-hk/mfa.js +6 -0
- package/lib/locales/zh-hk/profile.d.ts +25 -0
- package/lib/locales/zh-hk/profile.js +25 -0
- package/lib/locales/zh-hk/user-scopes.d.ts +0 -9
- package/lib/locales/zh-hk/user-scopes.js +9 -18
- package/lib/locales/zh-tw/action.d.ts +2 -2
- package/lib/locales/zh-tw/action.js +4 -4
- package/lib/locales/zh-tw/description.d.ts +10 -12
- package/lib/locales/zh-tw/description.js +27 -29
- package/lib/locales/zh-tw/error/index.d.ts +6 -0
- package/lib/locales/zh-tw/error/index.js +6 -0
- package/lib/locales/zh-tw/index.d.ts +48 -0
- package/lib/locales/zh-tw/index.js +2 -0
- package/lib/locales/zh-tw/mfa.d.ts +6 -0
- package/lib/locales/zh-tw/mfa.js +6 -0
- package/lib/locales/zh-tw/profile.d.ts +25 -0
- package/lib/locales/zh-tw/profile.js +25 -0
- package/lib/locales/zh-tw/user-scopes.d.ts +0 -9
- package/lib/locales/zh-tw/user-scopes.js +9 -18
- package/package.json +7 -7
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
const description = {
|
|
2
|
+
email: 'електронна пошта',
|
|
3
|
+
phone_number: 'номер телефону',
|
|
4
|
+
username: "ім'я користувача",
|
|
5
|
+
reminder: 'Нагадування',
|
|
6
|
+
not_found: '404 Не знайдено',
|
|
7
|
+
agree_with_terms: 'Я прочитав(ла) і погоджуюся з ',
|
|
8
|
+
agree_with_terms_modal: 'Щоб продовжити, будь ласка, погодьтеся з <link></link>.',
|
|
9
|
+
terms_of_use: 'Умовами використання',
|
|
10
|
+
sign_in: 'Увійти',
|
|
11
|
+
privacy_policy: 'Політикою конфіденційності',
|
|
12
|
+
create_account: 'Створити обліковий запис',
|
|
13
|
+
switch_account: 'Змінити обліковий запис',
|
|
14
|
+
or: 'або',
|
|
15
|
+
and: 'та',
|
|
16
|
+
enter_passcode: 'Код підтвердження було надіслано на {{address}} {{target}}',
|
|
17
|
+
passcode_sent: 'Код підтвердження було повторно надіслано',
|
|
18
|
+
resend_after_seconds: 'Не отримали код? Повторна відправка через <span>{{seconds}}</span> секунд',
|
|
19
|
+
resend_passcode: 'Не отримали код? <a>Надіслати повторно</a>',
|
|
20
|
+
create_account_id_exists: 'Обліковий запис з {{type}} {{value}} вже існує, бажаєте увійти?',
|
|
21
|
+
link_account_id_exists: 'Обліковий запис з {{type}} {{value}} вже існує. Бажаєте зв’язати?',
|
|
22
|
+
sign_in_id_does_not_exist: 'Обліковий запис з {{type}} {{value}} не існує, бажаєте створити новий?',
|
|
23
|
+
sign_in_id_does_not_exist_alert: 'Обліковий запис з {{type}} {{value}} не існує.',
|
|
24
|
+
create_account_id_exists_alert: 'Обліковий запис з {{type}} {{value}} пов’язаний з іншим обліковим записом. Будь ласка, спробуйте інший {{type}}.',
|
|
25
|
+
social_identity_exist: '{{type}} {{value}} пов’язаний з іншим обліковим записом. Будь ласка, спробуйте інший {{type}}.',
|
|
26
|
+
bind_account_title: 'Зв’язати або створити обліковий запис',
|
|
27
|
+
social_create_account: 'Ви можете створити новий обліковий запис.',
|
|
28
|
+
social_link_email: 'Ви можете зв’язати іншу електронну пошту',
|
|
29
|
+
social_link_phone: 'Ви можете зв’язати інший телефон',
|
|
30
|
+
social_link_email_or_phone: 'Ви можете зв’язати іншу електронну пошту або телефон',
|
|
31
|
+
social_bind_with_existing: 'Ми знайшли відповідний обліковий запис, який уже зареєстровано. Ви можете зв’язати його безпосередньо.',
|
|
32
|
+
skip_social_linking: 'Пропустити зв’язування з існуючим обліковим записом?',
|
|
33
|
+
reset_password: 'Скинути пароль',
|
|
34
|
+
reset_password_description: 'Введіть {{types, list(type: disjunction;)}}, пов’язаний з вашим обліковим записом, і ми надішлемо вам код підтвердження для скидання пароля.',
|
|
35
|
+
new_password: 'Новий пароль',
|
|
36
|
+
set_password: 'Встановити пароль',
|
|
37
|
+
password_changed: 'Пароль змінено',
|
|
38
|
+
no_account: 'Ще не маєте облікового запису?',
|
|
39
|
+
have_account: 'Вже маєте обліковий запис?',
|
|
40
|
+
enter_password: 'Введіть пароль',
|
|
41
|
+
enter_password_for: 'Увійдіть за допомогою пароля до {{method}} {{value}}',
|
|
42
|
+
enter_username: 'Встановити ім’я користувача',
|
|
43
|
+
enter_username_description: 'Ім’я користувача є альтернативою для входу. Воно має містити лише літери, цифри та підкреслення.',
|
|
44
|
+
link_email: 'Зв’язати електронну пошту',
|
|
45
|
+
link_phone: 'Зв’язати телефон',
|
|
46
|
+
link_email_or_phone: 'Зв’язати електронну пошту або телефон',
|
|
47
|
+
link_email_description: 'Для додаткової безпеки, будь ласка, зв’яжіть вашу електронну пошту з обліковим записом.',
|
|
48
|
+
link_phone_description: 'Для додаткової безпеки, будь ласка, зв’яжіть ваш телефон з обліковим записом.',
|
|
49
|
+
link_email_or_phone_description: 'Для додаткової безпеки, будь ласка, зв’яжіть вашу електронну пошту або телефон з обліковим записом.',
|
|
50
|
+
continue_with_more_information: 'Для додаткової безпеки, будь ласка, заповніть наведені нижче дані облікового запису.',
|
|
51
|
+
create_your_account: 'Створіть свій обліковий запис',
|
|
52
|
+
sign_in_to_your_account: 'Увійдіть до свого облікового запису',
|
|
53
|
+
no_region_code_found: 'Код регіону не знайдено',
|
|
54
|
+
verify_email: 'Підтвердіть вашу електронну пошту',
|
|
55
|
+
verify_phone: 'Підтвердіть ваш номер телефону',
|
|
56
|
+
password_requirements: 'Пароль {{items, list}}.',
|
|
57
|
+
password_requirement: {
|
|
58
|
+
length_one: 'має містити щонайменше {{count}} символ',
|
|
59
|
+
length_two: 'має містити щонайменше {{count}} символи',
|
|
60
|
+
length_few: 'має містити щонайменше {{count}} символів',
|
|
61
|
+
length_many: 'має містити щонайменше {{count}} символів',
|
|
62
|
+
length_other: 'має містити щонайменше {{count}} символів',
|
|
63
|
+
character_types_one: 'має містити щонайменше {{count}} тип символів: великі літери, малі літери, цифри та спеціальні символи',
|
|
64
|
+
character_types_two: 'має містити щонайменше {{count}} типи символів: великі літери, малі літери, цифри та спеціальні символи',
|
|
65
|
+
character_types_few: 'має містити щонайменше {{count}} типів символів: великі літери, малі літери, цифри та спеціальні символи',
|
|
66
|
+
character_types_many: 'має містити щонайменше {{count}} типів символів: великі літери, малі літери, цифри та спеціальні символи',
|
|
67
|
+
character_types_other: 'має містити щонайменше {{count}} типів символів: великі літери, малі літери, цифри та спеціальні символи',
|
|
68
|
+
},
|
|
69
|
+
use: 'Використовувати',
|
|
70
|
+
single_sign_on_email_form: 'Введіть вашу корпоративну електронну адресу',
|
|
71
|
+
single_sign_on_connectors_list: 'Ваше підприємство увімкнуло єдиний вхід (SSO) для електронної пошти {{email}}. Ви можете продовжити вхід за допомогою таких постачальників SSO.',
|
|
72
|
+
single_sign_on_enabled: 'Єдиний вхід (SSO) увімкнено для цього облікового запису',
|
|
73
|
+
authorize_title: 'Авторизувати {{name}}',
|
|
74
|
+
request_permission: '{{name}} запитує доступ до:',
|
|
75
|
+
grant_organization_access: 'Надати доступ організації:',
|
|
76
|
+
authorize_personal_data_usage: 'Дозволити використання ваших персональних даних:',
|
|
77
|
+
authorize_organization_access: 'Дозволити доступ до конкретної організації:',
|
|
78
|
+
user_scopes: 'Персональні дані користувача',
|
|
79
|
+
organization_scopes: 'Доступ до організації',
|
|
80
|
+
authorize_agreement: 'Авторизуючи доступ, ви погоджуєтесь з <link></link> {{name}}.',
|
|
81
|
+
authorize_agreement_with_redirect: 'Авторизуючи доступ, ви погоджуєтесь з <link></link> {{name}}, і вас буде перенаправлено на {{uri}}.',
|
|
82
|
+
not_you: 'Це не ви?',
|
|
83
|
+
user_id: 'Ідентифікатор користувача: {{id}}',
|
|
84
|
+
redirect_to: 'Вас буде перенаправлено на {{name}}.',
|
|
85
|
+
auto_agreement: 'Продовжуючи, ви погоджуєтесь з <link></link>.',
|
|
86
|
+
identifier_sign_in_description: 'Введіть {{types, list(type: disjunction;)}} для входу.',
|
|
87
|
+
all_sign_in_options: 'Усі варіанти входу',
|
|
88
|
+
identifier_register_description: 'Введіть {{types, list(type: disjunction;)}} для створення нового облікового запису.',
|
|
89
|
+
all_account_creation_options: 'Усі варіанти створення облікового запису',
|
|
90
|
+
back_to_sign_in: 'Повернутися до входу',
|
|
91
|
+
support_email: 'Електронна пошта підтримки: <link></link>',
|
|
92
|
+
support_website: 'Вебсайт підтримки: <link></link>',
|
|
93
|
+
switch_account_title: 'Ви ввійшли як {{account}}',
|
|
94
|
+
switch_account_description: 'Щоб продовжити, ви будете вийдені з поточного облікового запису та автоматично переключені на новий.',
|
|
95
|
+
about_yourself: 'Розкажіть про себе',
|
|
96
|
+
};
|
|
97
|
+
export default Object.freeze(description);
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
declare const _default: Readonly<{
|
|
2
|
+
general_required: string;
|
|
3
|
+
general_invalid: string;
|
|
4
|
+
invalid_min_max_input: string;
|
|
5
|
+
invalid_min_max_length: string;
|
|
6
|
+
username_required: string;
|
|
7
|
+
password_required: string;
|
|
8
|
+
username_exists: string;
|
|
9
|
+
username_should_not_start_with_number: string;
|
|
10
|
+
username_invalid_charset: string;
|
|
11
|
+
invalid_email: string;
|
|
12
|
+
invalid_phone: string;
|
|
13
|
+
passwords_do_not_match: string;
|
|
14
|
+
invalid_passcode: string;
|
|
15
|
+
invalid_connector_auth: string;
|
|
16
|
+
invalid_connector_request: string;
|
|
17
|
+
unknown: string;
|
|
18
|
+
invalid_session: string;
|
|
19
|
+
timeout: string;
|
|
20
|
+
password_rejected: Readonly<{
|
|
21
|
+
too_short: string;
|
|
22
|
+
too_long: string;
|
|
23
|
+
character_types: string;
|
|
24
|
+
unsupported_characters: string;
|
|
25
|
+
pwned: string;
|
|
26
|
+
restricted_found: string;
|
|
27
|
+
restricted: {
|
|
28
|
+
repetition: string;
|
|
29
|
+
sequence: string;
|
|
30
|
+
user_info: string;
|
|
31
|
+
words: string;
|
|
32
|
+
};
|
|
33
|
+
}>;
|
|
34
|
+
sso_not_enabled: string;
|
|
35
|
+
invalid_link: string;
|
|
36
|
+
invalid_link_description: string;
|
|
37
|
+
captcha_verification_failed: string;
|
|
38
|
+
something_went_wrong: string;
|
|
39
|
+
}>;
|
|
40
|
+
export default _default;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import password_rejected from './password-rejected.js';
|
|
2
|
+
const error = {
|
|
3
|
+
general_required: 'Необхідно вказати {{types, list(type: disjunction;)}}',
|
|
4
|
+
general_invalid: '{{types, list(type: disjunction;)}} є недійсним',
|
|
5
|
+
invalid_min_max_input: 'Значення повинно бути між {{minValue}} і {{maxValue}}',
|
|
6
|
+
invalid_min_max_length: 'Довжина значення повинна бути між {{minLength}} і {{maxLength}}',
|
|
7
|
+
username_required: "Ім'я користувача є обов'язковим",
|
|
8
|
+
password_required: "Пароль є обов'язковим",
|
|
9
|
+
username_exists: "Таке ім'я користувача вже існує",
|
|
10
|
+
username_should_not_start_with_number: "Ім'я користувача не повинно починатися з цифри",
|
|
11
|
+
username_invalid_charset: "Ім'я користувача може містити лише літери, цифри та підкреслення.",
|
|
12
|
+
invalid_email: 'Недійсна електронна пошта',
|
|
13
|
+
invalid_phone: 'Недійсний номер телефону',
|
|
14
|
+
passwords_do_not_match: 'Паролі не збігаються. Будь ласка, спробуйте ще раз.',
|
|
15
|
+
invalid_passcode: 'Недійсний код підтвердження.',
|
|
16
|
+
invalid_connector_auth: 'Недійсна авторизація',
|
|
17
|
+
invalid_connector_request: 'Недійсні дані конектора',
|
|
18
|
+
unknown: 'Невідома помилка. Будь ласка, спробуйте пізніше.',
|
|
19
|
+
invalid_session: 'Сесію не знайдено. Будь ласка, поверніться назад і увійдіть знову.',
|
|
20
|
+
timeout: 'Час очікування вийшов. Будь ласка, спробуйте ще раз пізніше.',
|
|
21
|
+
password_rejected,
|
|
22
|
+
sso_not_enabled: 'Єдиний вхід (SSO) не ввімкнено для цього облікового запису.',
|
|
23
|
+
invalid_link: 'Недійсне посилання',
|
|
24
|
+
invalid_link_description: 'Ваш одноразовий токен міг спливти або більше не є дійсним.',
|
|
25
|
+
captcha_verification_failed: 'Не вдалося пройти перевірку капчі.',
|
|
26
|
+
something_went_wrong: 'Щось пішло не так.',
|
|
27
|
+
};
|
|
28
|
+
export default Object.freeze(error);
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
declare const _default: Readonly<{
|
|
2
|
+
too_short: string;
|
|
3
|
+
too_long: string;
|
|
4
|
+
character_types: string;
|
|
5
|
+
unsupported_characters: string;
|
|
6
|
+
pwned: string;
|
|
7
|
+
restricted_found: string;
|
|
8
|
+
restricted: {
|
|
9
|
+
repetition: string;
|
|
10
|
+
sequence: string;
|
|
11
|
+
user_info: string;
|
|
12
|
+
words: string;
|
|
13
|
+
};
|
|
14
|
+
}>;
|
|
15
|
+
export default _default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const password_rejected = {
|
|
2
|
+
too_short: 'Мінімальна довжина – {{min}} символів.',
|
|
3
|
+
too_long: 'Максимальна довжина – {{max}} символів.',
|
|
4
|
+
character_types: 'Необхідно щонайменше {{min}} типи символів.',
|
|
5
|
+
unsupported_characters: 'Знайдено непідтримуваний символ.',
|
|
6
|
+
pwned: 'Уникайте простих паролів, які легко вгадати.',
|
|
7
|
+
restricted_found: 'Уникайте надмірного використання {{list, list}}.',
|
|
8
|
+
restricted: {
|
|
9
|
+
repetition: 'повторюваних символів',
|
|
10
|
+
sequence: 'послідовних символів',
|
|
11
|
+
user_info: 'ваших персональних даних',
|
|
12
|
+
words: 'контексту продукту',
|
|
13
|
+
},
|
|
14
|
+
};
|
|
15
|
+
export default Object.freeze(password_rejected);
|
|
@@ -0,0 +1,282 @@
|
|
|
1
|
+
declare const _default: Readonly<{
|
|
2
|
+
translation: {
|
|
3
|
+
input: Readonly<{
|
|
4
|
+
username: string;
|
|
5
|
+
password: string;
|
|
6
|
+
email: string;
|
|
7
|
+
phone_number: string;
|
|
8
|
+
confirm_password: string;
|
|
9
|
+
search_region_code: string;
|
|
10
|
+
backup_code: string;
|
|
11
|
+
}>;
|
|
12
|
+
secondary: Readonly<{
|
|
13
|
+
social_bind_with: string;
|
|
14
|
+
}>;
|
|
15
|
+
action: Readonly<{
|
|
16
|
+
sign_in: string;
|
|
17
|
+
continue: string;
|
|
18
|
+
continue_as: string;
|
|
19
|
+
create_account: string;
|
|
20
|
+
create_account_without_linking: string;
|
|
21
|
+
create: string;
|
|
22
|
+
enter_passcode: string;
|
|
23
|
+
confirm: string;
|
|
24
|
+
cancel: string;
|
|
25
|
+
save_password: string;
|
|
26
|
+
bind: string;
|
|
27
|
+
bind_and_continue: string;
|
|
28
|
+
back: string;
|
|
29
|
+
nav_back: string;
|
|
30
|
+
nav_skip: string;
|
|
31
|
+
agree: string;
|
|
32
|
+
got_it: string;
|
|
33
|
+
sign_in_with: string;
|
|
34
|
+
forgot_password: string;
|
|
35
|
+
switch_to: string;
|
|
36
|
+
sign_in_via_passcode: string;
|
|
37
|
+
sign_in_via_password: string;
|
|
38
|
+
change: string;
|
|
39
|
+
link_another_email: string;
|
|
40
|
+
link_another_phone: string;
|
|
41
|
+
link_another_email_or_phone: string;
|
|
42
|
+
show_password: string;
|
|
43
|
+
copy: string;
|
|
44
|
+
verify_via_passkey: string;
|
|
45
|
+
download: string;
|
|
46
|
+
single_sign_on: string;
|
|
47
|
+
authorize: string;
|
|
48
|
+
use_another_account: string;
|
|
49
|
+
back_to_current_account: string;
|
|
50
|
+
}>;
|
|
51
|
+
description: Readonly<{
|
|
52
|
+
email: string;
|
|
53
|
+
phone_number: string;
|
|
54
|
+
username: string;
|
|
55
|
+
reminder: string;
|
|
56
|
+
not_found: string;
|
|
57
|
+
agree_with_terms: string;
|
|
58
|
+
agree_with_terms_modal: string;
|
|
59
|
+
terms_of_use: string;
|
|
60
|
+
sign_in: string;
|
|
61
|
+
privacy_policy: string;
|
|
62
|
+
create_account: string;
|
|
63
|
+
switch_account: string;
|
|
64
|
+
or: string;
|
|
65
|
+
and: string;
|
|
66
|
+
enter_passcode: string;
|
|
67
|
+
passcode_sent: string;
|
|
68
|
+
resend_after_seconds: string;
|
|
69
|
+
resend_passcode: string;
|
|
70
|
+
create_account_id_exists: string;
|
|
71
|
+
link_account_id_exists: string;
|
|
72
|
+
sign_in_id_does_not_exist: string;
|
|
73
|
+
sign_in_id_does_not_exist_alert: string;
|
|
74
|
+
create_account_id_exists_alert: string;
|
|
75
|
+
social_identity_exist: string;
|
|
76
|
+
bind_account_title: string;
|
|
77
|
+
social_create_account: string;
|
|
78
|
+
social_link_email: string;
|
|
79
|
+
social_link_phone: string;
|
|
80
|
+
social_link_email_or_phone: string;
|
|
81
|
+
social_bind_with_existing: string;
|
|
82
|
+
skip_social_linking: string;
|
|
83
|
+
reset_password: string;
|
|
84
|
+
reset_password_description: string;
|
|
85
|
+
new_password: string;
|
|
86
|
+
set_password: string;
|
|
87
|
+
password_changed: string;
|
|
88
|
+
no_account: string;
|
|
89
|
+
have_account: string;
|
|
90
|
+
enter_password: string;
|
|
91
|
+
enter_password_for: string;
|
|
92
|
+
enter_username: string;
|
|
93
|
+
enter_username_description: string;
|
|
94
|
+
link_email: string;
|
|
95
|
+
link_phone: string;
|
|
96
|
+
link_email_or_phone: string;
|
|
97
|
+
link_email_description: string;
|
|
98
|
+
link_phone_description: string;
|
|
99
|
+
link_email_or_phone_description: string;
|
|
100
|
+
continue_with_more_information: string;
|
|
101
|
+
create_your_account: string;
|
|
102
|
+
sign_in_to_your_account: string;
|
|
103
|
+
no_region_code_found: string;
|
|
104
|
+
verify_email: string;
|
|
105
|
+
verify_phone: string;
|
|
106
|
+
password_requirements: string;
|
|
107
|
+
password_requirement: {
|
|
108
|
+
length_one: string;
|
|
109
|
+
length_two: string;
|
|
110
|
+
length_few: string;
|
|
111
|
+
length_many: string;
|
|
112
|
+
length_other: string;
|
|
113
|
+
character_types_one: string;
|
|
114
|
+
character_types_two: string;
|
|
115
|
+
character_types_few: string;
|
|
116
|
+
character_types_many: string;
|
|
117
|
+
character_types_other: string;
|
|
118
|
+
};
|
|
119
|
+
use: string;
|
|
120
|
+
single_sign_on_email_form: string;
|
|
121
|
+
single_sign_on_connectors_list: string;
|
|
122
|
+
single_sign_on_enabled: string;
|
|
123
|
+
authorize_title: string;
|
|
124
|
+
request_permission: string;
|
|
125
|
+
grant_organization_access: string;
|
|
126
|
+
authorize_personal_data_usage: string;
|
|
127
|
+
authorize_organization_access: string;
|
|
128
|
+
user_scopes: string;
|
|
129
|
+
organization_scopes: string;
|
|
130
|
+
authorize_agreement: string;
|
|
131
|
+
authorize_agreement_with_redirect: string;
|
|
132
|
+
not_you: string;
|
|
133
|
+
user_id: string;
|
|
134
|
+
redirect_to: string;
|
|
135
|
+
auto_agreement: string;
|
|
136
|
+
identifier_sign_in_description: string;
|
|
137
|
+
all_sign_in_options: string;
|
|
138
|
+
identifier_register_description: string;
|
|
139
|
+
all_account_creation_options: string;
|
|
140
|
+
back_to_sign_in: string;
|
|
141
|
+
support_email: string;
|
|
142
|
+
support_website: string;
|
|
143
|
+
switch_account_title: string;
|
|
144
|
+
switch_account_description: string;
|
|
145
|
+
about_yourself: string;
|
|
146
|
+
}>;
|
|
147
|
+
error: Readonly<{
|
|
148
|
+
general_required: string;
|
|
149
|
+
general_invalid: string;
|
|
150
|
+
invalid_min_max_input: string;
|
|
151
|
+
invalid_min_max_length: string;
|
|
152
|
+
username_required: string;
|
|
153
|
+
password_required: string;
|
|
154
|
+
username_exists: string;
|
|
155
|
+
username_should_not_start_with_number: string;
|
|
156
|
+
username_invalid_charset: string;
|
|
157
|
+
invalid_email: string;
|
|
158
|
+
invalid_phone: string;
|
|
159
|
+
passwords_do_not_match: string;
|
|
160
|
+
invalid_passcode: string;
|
|
161
|
+
invalid_connector_auth: string;
|
|
162
|
+
invalid_connector_request: string;
|
|
163
|
+
unknown: string;
|
|
164
|
+
invalid_session: string;
|
|
165
|
+
timeout: string;
|
|
166
|
+
password_rejected: Readonly<{
|
|
167
|
+
too_short: string;
|
|
168
|
+
too_long: string;
|
|
169
|
+
character_types: string;
|
|
170
|
+
unsupported_characters: string;
|
|
171
|
+
pwned: string;
|
|
172
|
+
restricted_found: string;
|
|
173
|
+
restricted: {
|
|
174
|
+
repetition: string;
|
|
175
|
+
sequence: string;
|
|
176
|
+
user_info: string;
|
|
177
|
+
words: string;
|
|
178
|
+
};
|
|
179
|
+
}>;
|
|
180
|
+
sso_not_enabled: string;
|
|
181
|
+
invalid_link: string;
|
|
182
|
+
invalid_link_description: string;
|
|
183
|
+
captcha_verification_failed: string;
|
|
184
|
+
something_went_wrong: string;
|
|
185
|
+
}>;
|
|
186
|
+
list: Readonly<{
|
|
187
|
+
or: string;
|
|
188
|
+
and: string;
|
|
189
|
+
separator: string;
|
|
190
|
+
}>;
|
|
191
|
+
mfa: Readonly<{
|
|
192
|
+
totp: string;
|
|
193
|
+
webauthn: string;
|
|
194
|
+
backup_code: string;
|
|
195
|
+
email_verification_code: string;
|
|
196
|
+
phone_verification_code: string;
|
|
197
|
+
link_totp_description: string;
|
|
198
|
+
link_webauthn_description: string;
|
|
199
|
+
link_backup_code_description: string;
|
|
200
|
+
link_email_verification_code_description: string;
|
|
201
|
+
link_phone_verification_code_description: string;
|
|
202
|
+
verify_totp_description: string;
|
|
203
|
+
verify_webauthn_description: string;
|
|
204
|
+
verify_backup_code_description: string;
|
|
205
|
+
verify_email_verification_code_description: string;
|
|
206
|
+
verify_phone_verification_code_description: string;
|
|
207
|
+
add_mfa_factors: string;
|
|
208
|
+
add_mfa_description: string;
|
|
209
|
+
verify_mfa_factors: string;
|
|
210
|
+
verify_mfa_description: string;
|
|
211
|
+
add_authenticator_app: string;
|
|
212
|
+
step: string;
|
|
213
|
+
scan_qr_code: string;
|
|
214
|
+
scan_qr_code_description: string;
|
|
215
|
+
qr_code_not_available: string;
|
|
216
|
+
copy_and_paste_key: string;
|
|
217
|
+
copy_and_paste_key_description: string;
|
|
218
|
+
want_to_scan_qr_code: string;
|
|
219
|
+
enter_one_time_code: string;
|
|
220
|
+
enter_one_time_code_link_description: string;
|
|
221
|
+
enter_one_time_code_description: string;
|
|
222
|
+
link_another_mfa_factor: string;
|
|
223
|
+
save_backup_code: string;
|
|
224
|
+
save_backup_code_description: string;
|
|
225
|
+
backup_code_hint: string;
|
|
226
|
+
enter_a_backup_code: string;
|
|
227
|
+
enter_backup_code_description: string;
|
|
228
|
+
create_a_passkey: string;
|
|
229
|
+
create_passkey_description: string;
|
|
230
|
+
try_another_verification_method: string;
|
|
231
|
+
verify_via_passkey: string;
|
|
232
|
+
verify_via_passkey_description: string;
|
|
233
|
+
secret_key_copied: string;
|
|
234
|
+
backup_code_copied: string;
|
|
235
|
+
webauthn_not_ready: string;
|
|
236
|
+
webauthn_not_supported: string;
|
|
237
|
+
webauthn_failed_to_create: string;
|
|
238
|
+
webauthn_failed_to_verify: string;
|
|
239
|
+
}>;
|
|
240
|
+
development_tenant: Readonly<{
|
|
241
|
+
notification: string;
|
|
242
|
+
}>;
|
|
243
|
+
user_scopes: Readonly<{
|
|
244
|
+
descriptions: {
|
|
245
|
+
custom_data: string;
|
|
246
|
+
email: string;
|
|
247
|
+
phone: string;
|
|
248
|
+
profile: string;
|
|
249
|
+
roles: string;
|
|
250
|
+
identities: string;
|
|
251
|
+
'urn:logto:scope:organizations': string;
|
|
252
|
+
'urn:logto:scope:organization_roles': string;
|
|
253
|
+
address: string;
|
|
254
|
+
};
|
|
255
|
+
}>;
|
|
256
|
+
profile: Readonly<{
|
|
257
|
+
name: string;
|
|
258
|
+
avatar: string;
|
|
259
|
+
givenName: string;
|
|
260
|
+
familyName: string;
|
|
261
|
+
middleName: string;
|
|
262
|
+
fullName: string;
|
|
263
|
+
nickname: string;
|
|
264
|
+
preferredUsername: string;
|
|
265
|
+
profile: string;
|
|
266
|
+
website: string;
|
|
267
|
+
gender: string;
|
|
268
|
+
birthdate: string;
|
|
269
|
+
zoneinfo: string;
|
|
270
|
+
locale: string;
|
|
271
|
+
address: {
|
|
272
|
+
formatted: string;
|
|
273
|
+
streetAddress: string;
|
|
274
|
+
locality: string;
|
|
275
|
+
region: string;
|
|
276
|
+
postalCode: string;
|
|
277
|
+
country: string;
|
|
278
|
+
};
|
|
279
|
+
}>;
|
|
280
|
+
};
|
|
281
|
+
}>;
|
|
282
|
+
export default _default;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import action from './action.js';
|
|
2
|
+
import description from './description.js';
|
|
3
|
+
import development_tenant from './development-tenant.js';
|
|
4
|
+
import error from './error/index.js';
|
|
5
|
+
import input from './input.js';
|
|
6
|
+
import list from './list.js';
|
|
7
|
+
import mfa from './mfa.js';
|
|
8
|
+
import profile from './profile.js';
|
|
9
|
+
import secondary from './secondary.js';
|
|
10
|
+
import user_scopes from './user-scopes.js';
|
|
11
|
+
const uk_ua = {
|
|
12
|
+
translation: {
|
|
13
|
+
input,
|
|
14
|
+
secondary,
|
|
15
|
+
action,
|
|
16
|
+
description,
|
|
17
|
+
error,
|
|
18
|
+
list,
|
|
19
|
+
mfa,
|
|
20
|
+
development_tenant,
|
|
21
|
+
user_scopes,
|
|
22
|
+
profile,
|
|
23
|
+
},
|
|
24
|
+
};
|
|
25
|
+
export default Object.freeze(uk_ua);
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
const input = {
|
|
2
|
+
username: "Ім'я користувача",
|
|
3
|
+
password: 'Пароль',
|
|
4
|
+
email: 'Електронна пошта',
|
|
5
|
+
phone_number: 'Номер телефону',
|
|
6
|
+
confirm_password: 'Підтвердити пароль',
|
|
7
|
+
search_region_code: 'Пошук коду регіону',
|
|
8
|
+
backup_code: 'Резервний код',
|
|
9
|
+
};
|
|
10
|
+
export default Object.freeze(input);
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
declare const _default: Readonly<{
|
|
2
|
+
totp: string;
|
|
3
|
+
webauthn: string;
|
|
4
|
+
backup_code: string;
|
|
5
|
+
email_verification_code: string;
|
|
6
|
+
phone_verification_code: string;
|
|
7
|
+
link_totp_description: string;
|
|
8
|
+
link_webauthn_description: string;
|
|
9
|
+
link_backup_code_description: string;
|
|
10
|
+
link_email_verification_code_description: string;
|
|
11
|
+
link_phone_verification_code_description: string;
|
|
12
|
+
verify_totp_description: string;
|
|
13
|
+
verify_webauthn_description: string;
|
|
14
|
+
verify_backup_code_description: string;
|
|
15
|
+
verify_email_verification_code_description: string;
|
|
16
|
+
verify_phone_verification_code_description: string;
|
|
17
|
+
add_mfa_factors: string;
|
|
18
|
+
add_mfa_description: string;
|
|
19
|
+
verify_mfa_factors: string;
|
|
20
|
+
verify_mfa_description: string;
|
|
21
|
+
add_authenticator_app: string;
|
|
22
|
+
step: string;
|
|
23
|
+
scan_qr_code: string;
|
|
24
|
+
scan_qr_code_description: string;
|
|
25
|
+
qr_code_not_available: string;
|
|
26
|
+
copy_and_paste_key: string;
|
|
27
|
+
copy_and_paste_key_description: string;
|
|
28
|
+
want_to_scan_qr_code: string;
|
|
29
|
+
enter_one_time_code: string;
|
|
30
|
+
enter_one_time_code_link_description: string;
|
|
31
|
+
enter_one_time_code_description: string;
|
|
32
|
+
link_another_mfa_factor: string;
|
|
33
|
+
save_backup_code: string;
|
|
34
|
+
save_backup_code_description: string;
|
|
35
|
+
backup_code_hint: string;
|
|
36
|
+
enter_a_backup_code: string;
|
|
37
|
+
enter_backup_code_description: string;
|
|
38
|
+
create_a_passkey: string;
|
|
39
|
+
create_passkey_description: string;
|
|
40
|
+
try_another_verification_method: string;
|
|
41
|
+
verify_via_passkey: string;
|
|
42
|
+
verify_via_passkey_description: string;
|
|
43
|
+
secret_key_copied: string;
|
|
44
|
+
backup_code_copied: string;
|
|
45
|
+
webauthn_not_ready: string;
|
|
46
|
+
webauthn_not_supported: string;
|
|
47
|
+
webauthn_failed_to_create: string;
|
|
48
|
+
webauthn_failed_to_verify: string;
|
|
49
|
+
}>;
|
|
50
|
+
export default _default;
|