@logto/phrases-experience 1.13.2 → 1.14.0
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/account-center.d.ts +24 -4
- package/lib/locales/ar/account-center.js +28 -8
- package/lib/locales/ar/description.d.ts +14 -0
- package/lib/locales/ar/description.js +14 -0
- package/lib/locales/ar/error/index.d.ts +8 -0
- package/lib/locales/ar/error/index.js +8 -0
- package/lib/locales/ar/index.d.ts +60 -0
- package/lib/locales/ar/profile.d.ts +14 -0
- package/lib/locales/ar/profile.js +14 -0
- package/lib/locales/ar/user-scopes.d.ts +0 -1
- package/lib/locales/ar/user-scopes.js +1 -2
- package/lib/locales/cs/account-center.d.ts +24 -4
- package/lib/locales/cs/account-center.js +28 -8
- package/lib/locales/cs/description.d.ts +14 -0
- package/lib/locales/cs/description.js +14 -0
- package/lib/locales/cs/error/index.d.ts +8 -0
- package/lib/locales/cs/error/index.js +8 -0
- package/lib/locales/cs/index.d.ts +60 -0
- package/lib/locales/cs/profile.d.ts +14 -0
- package/lib/locales/cs/profile.js +14 -0
- package/lib/locales/de/account-center.d.ts +24 -4
- package/lib/locales/de/account-center.js +28 -8
- package/lib/locales/de/description.d.ts +14 -0
- package/lib/locales/de/description.js +14 -0
- package/lib/locales/de/error/index.d.ts +8 -0
- package/lib/locales/de/error/index.js +8 -0
- package/lib/locales/de/index.d.ts +60 -0
- package/lib/locales/de/profile.d.ts +14 -0
- package/lib/locales/de/profile.js +14 -0
- package/lib/locales/de/user-scopes.d.ts +0 -1
- package/lib/locales/de/user-scopes.js +1 -2
- package/lib/locales/en/account-center.d.ts +24 -0
- package/lib/locales/en/account-center.js +24 -0
- package/lib/locales/en/description.d.ts +14 -0
- package/lib/locales/en/description.js +14 -0
- package/lib/locales/en/error/index.d.ts +8 -0
- package/lib/locales/en/error/index.js +8 -0
- package/lib/locales/en/index.d.ts +60 -0
- package/lib/locales/en/profile.d.ts +14 -0
- package/lib/locales/en/profile.js +14 -0
- package/lib/locales/es/account-center.d.ts +24 -4
- package/lib/locales/es/account-center.js +28 -8
- package/lib/locales/es/description.d.ts +14 -0
- package/lib/locales/es/description.js +14 -0
- package/lib/locales/es/error/index.d.ts +8 -0
- package/lib/locales/es/error/index.js +8 -0
- package/lib/locales/es/index.d.ts +60 -0
- package/lib/locales/es/profile.d.ts +14 -0
- package/lib/locales/es/profile.js +14 -0
- package/lib/locales/es/user-scopes.d.ts +0 -1
- package/lib/locales/es/user-scopes.js +1 -2
- package/lib/locales/fa-ir/account-center.d.ts +255 -0
- package/lib/locales/fa-ir/account-center.js +255 -0
- package/lib/locales/fa-ir/action.d.ts +42 -0
- package/lib/locales/fa-ir/action.js +42 -0
- package/lib/locales/fa-ir/description.d.ts +127 -0
- package/lib/locales/fa-ir/description.js +127 -0
- package/lib/locales/fa-ir/development-tenant.d.ts +4 -0
- package/lib/locales/fa-ir/development-tenant.js +4 -0
- package/lib/locales/fa-ir/error/index.d.ts +54 -0
- package/lib/locales/fa-ir/error/index.js +42 -0
- package/lib/locales/fa-ir/error/password-rejected.d.ts +15 -0
- package/lib/locales/fa-ir/error/password-rejected.js +15 -0
- package/lib/locales/fa-ir/index.d.ts +634 -0
- package/lib/locales/fa-ir/index.js +29 -0
- package/lib/locales/fa-ir/input.d.ts +12 -0
- package/lib/locales/fa-ir/input.js +12 -0
- package/lib/locales/fa-ir/list.d.ts +6 -0
- package/lib/locales/fa-ir/list.js +6 -0
- package/lib/locales/fa-ir/mfa.d.ts +65 -0
- package/lib/locales/fa-ir/mfa.js +65 -0
- package/lib/locales/fa-ir/passkey-sign-in.d.ts +9 -0
- package/lib/locales/fa-ir/passkey-sign-in.js +9 -0
- package/lib/locales/fa-ir/profile.d.ts +48 -0
- package/lib/locales/fa-ir/profile.js +48 -0
- package/lib/locales/fa-ir/secondary.d.ts +4 -0
- package/lib/locales/fa-ir/secondary.js +4 -0
- package/lib/locales/fa-ir/user-scopes.d.ts +15 -0
- package/lib/locales/fa-ir/user-scopes.js +15 -0
- package/lib/locales/fr/account-center.d.ts +24 -4
- package/lib/locales/fr/account-center.js +28 -8
- package/lib/locales/fr/description.d.ts +14 -0
- package/lib/locales/fr/description.js +14 -0
- package/lib/locales/fr/error/index.d.ts +8 -0
- package/lib/locales/fr/error/index.js +8 -0
- package/lib/locales/fr/index.d.ts +60 -0
- package/lib/locales/fr/profile.d.ts +14 -0
- package/lib/locales/fr/profile.js +14 -0
- package/lib/locales/fr/user-scopes.d.ts +0 -1
- package/lib/locales/fr/user-scopes.js +1 -2
- package/lib/locales/it/account-center.d.ts +24 -4
- package/lib/locales/it/account-center.js +29 -9
- package/lib/locales/it/description.d.ts +14 -0
- package/lib/locales/it/description.js +14 -0
- package/lib/locales/it/error/index.d.ts +8 -0
- package/lib/locales/it/error/index.js +8 -0
- package/lib/locales/it/index.d.ts +60 -0
- package/lib/locales/it/profile.d.ts +14 -0
- package/lib/locales/it/profile.js +14 -0
- package/lib/locales/it/user-scopes.d.ts +0 -1
- package/lib/locales/it/user-scopes.js +1 -2
- package/lib/locales/ja/account-center.d.ts +24 -4
- package/lib/locales/ja/account-center.js +28 -8
- package/lib/locales/ja/description.d.ts +14 -0
- package/lib/locales/ja/description.js +14 -0
- package/lib/locales/ja/error/index.d.ts +8 -0
- package/lib/locales/ja/error/index.js +8 -0
- package/lib/locales/ja/index.d.ts +60 -0
- package/lib/locales/ja/profile.d.ts +14 -0
- package/lib/locales/ja/profile.js +14 -0
- package/lib/locales/ja/user-scopes.d.ts +0 -1
- package/lib/locales/ja/user-scopes.js +1 -2
- package/lib/locales/ko/account-center.d.ts +24 -4
- package/lib/locales/ko/account-center.js +28 -8
- package/lib/locales/ko/description.d.ts +14 -0
- package/lib/locales/ko/description.js +14 -0
- package/lib/locales/ko/error/index.d.ts +8 -0
- package/lib/locales/ko/error/index.js +8 -0
- package/lib/locales/ko/index.d.ts +60 -0
- package/lib/locales/ko/profile.d.ts +14 -0
- package/lib/locales/ko/profile.js +14 -0
- package/lib/locales/ko/user-scopes.d.ts +0 -1
- package/lib/locales/ko/user-scopes.js +1 -2
- package/lib/locales/pl-pl/account-center.d.ts +24 -4
- package/lib/locales/pl-pl/account-center.js +28 -8
- package/lib/locales/pl-pl/description.d.ts +14 -0
- package/lib/locales/pl-pl/description.js +14 -0
- package/lib/locales/pl-pl/error/index.d.ts +8 -0
- package/lib/locales/pl-pl/error/index.js +8 -0
- package/lib/locales/pl-pl/index.d.ts +60 -0
- package/lib/locales/pl-pl/profile.d.ts +14 -0
- package/lib/locales/pl-pl/profile.js +14 -0
- package/lib/locales/pl-pl/user-scopes.d.ts +0 -1
- package/lib/locales/pl-pl/user-scopes.js +1 -2
- package/lib/locales/pt-br/account-center.d.ts +24 -4
- package/lib/locales/pt-br/account-center.js +28 -8
- package/lib/locales/pt-br/description.d.ts +14 -0
- package/lib/locales/pt-br/description.js +14 -0
- package/lib/locales/pt-br/error/index.d.ts +8 -0
- package/lib/locales/pt-br/error/index.js +8 -0
- package/lib/locales/pt-br/index.d.ts +60 -0
- package/lib/locales/pt-br/profile.d.ts +14 -0
- package/lib/locales/pt-br/profile.js +14 -0
- package/lib/locales/pt-br/user-scopes.d.ts +0 -1
- package/lib/locales/pt-br/user-scopes.js +1 -2
- package/lib/locales/pt-pt/account-center.d.ts +24 -4
- package/lib/locales/pt-pt/account-center.js +28 -8
- package/lib/locales/pt-pt/description.d.ts +14 -0
- package/lib/locales/pt-pt/description.js +14 -0
- package/lib/locales/pt-pt/error/index.d.ts +8 -0
- package/lib/locales/pt-pt/error/index.js +8 -0
- package/lib/locales/pt-pt/index.d.ts +60 -0
- package/lib/locales/pt-pt/profile.d.ts +14 -0
- package/lib/locales/pt-pt/profile.js +14 -0
- package/lib/locales/pt-pt/user-scopes.d.ts +0 -1
- package/lib/locales/pt-pt/user-scopes.js +1 -2
- package/lib/locales/ru/account-center.d.ts +24 -4
- package/lib/locales/ru/account-center.js +28 -8
- package/lib/locales/ru/description.d.ts +14 -0
- package/lib/locales/ru/description.js +14 -0
- package/lib/locales/ru/error/index.d.ts +8 -0
- package/lib/locales/ru/error/index.js +8 -0
- package/lib/locales/ru/index.d.ts +60 -0
- package/lib/locales/ru/profile.d.ts +14 -0
- package/lib/locales/ru/profile.js +14 -0
- package/lib/locales/ru/user-scopes.d.ts +0 -1
- package/lib/locales/ru/user-scopes.js +1 -2
- package/lib/locales/th/account-center.d.ts +24 -4
- package/lib/locales/th/account-center.js +28 -8
- package/lib/locales/th/description.d.ts +14 -0
- package/lib/locales/th/description.js +14 -0
- package/lib/locales/th/error/index.d.ts +8 -0
- package/lib/locales/th/error/index.js +8 -0
- package/lib/locales/th/index.d.ts +60 -0
- package/lib/locales/th/profile.d.ts +14 -0
- package/lib/locales/th/profile.js +14 -0
- package/lib/locales/th/user-scopes.d.ts +0 -1
- package/lib/locales/th/user-scopes.js +1 -2
- package/lib/locales/tr-tr/account-center.d.ts +24 -4
- package/lib/locales/tr-tr/account-center.js +28 -8
- package/lib/locales/tr-tr/description.d.ts +14 -0
- package/lib/locales/tr-tr/description.js +14 -0
- package/lib/locales/tr-tr/error/index.d.ts +8 -0
- package/lib/locales/tr-tr/error/index.js +8 -0
- package/lib/locales/tr-tr/index.d.ts +60 -0
- package/lib/locales/tr-tr/profile.d.ts +14 -0
- package/lib/locales/tr-tr/profile.js +14 -0
- package/lib/locales/tr-tr/user-scopes.d.ts +0 -1
- package/lib/locales/tr-tr/user-scopes.js +1 -2
- package/lib/locales/uk-ua/account-center.d.ts +24 -4
- package/lib/locales/uk-ua/account-center.js +28 -8
- package/lib/locales/uk-ua/description.d.ts +14 -0
- package/lib/locales/uk-ua/description.js +14 -0
- package/lib/locales/uk-ua/error/index.d.ts +8 -0
- package/lib/locales/uk-ua/error/index.js +8 -0
- package/lib/locales/uk-ua/index.d.ts +60 -0
- package/lib/locales/uk-ua/profile.d.ts +14 -0
- package/lib/locales/uk-ua/profile.js +14 -0
- package/lib/locales/uk-ua/user-scopes.d.ts +0 -1
- package/lib/locales/uk-ua/user-scopes.js +1 -2
- package/lib/locales/zh-cn/account-center.d.ts +24 -4
- package/lib/locales/zh-cn/account-center.js +28 -8
- package/lib/locales/zh-cn/description.d.ts +14 -0
- package/lib/locales/zh-cn/description.js +14 -0
- package/lib/locales/zh-cn/error/index.d.ts +8 -0
- package/lib/locales/zh-cn/error/index.js +8 -0
- package/lib/locales/zh-cn/index.d.ts +60 -0
- package/lib/locales/zh-cn/profile.d.ts +14 -0
- package/lib/locales/zh-cn/profile.js +14 -0
- package/lib/locales/zh-cn/user-scopes.d.ts +0 -1
- package/lib/locales/zh-cn/user-scopes.js +1 -2
- package/lib/locales/zh-hk/account-center.d.ts +24 -4
- package/lib/locales/zh-hk/account-center.js +28 -8
- package/lib/locales/zh-hk/description.d.ts +14 -0
- package/lib/locales/zh-hk/description.js +14 -0
- package/lib/locales/zh-hk/error/index.d.ts +8 -0
- package/lib/locales/zh-hk/error/index.js +8 -0
- package/lib/locales/zh-hk/index.d.ts +60 -0
- package/lib/locales/zh-hk/profile.d.ts +14 -0
- package/lib/locales/zh-hk/profile.js +14 -0
- package/lib/locales/zh-hk/user-scopes.d.ts +0 -1
- package/lib/locales/zh-hk/user-scopes.js +1 -2
- package/lib/locales/zh-tw/account-center.d.ts +24 -4
- package/lib/locales/zh-tw/account-center.js +28 -8
- package/lib/locales/zh-tw/description.d.ts +14 -0
- package/lib/locales/zh-tw/description.js +14 -0
- package/lib/locales/zh-tw/error/index.d.ts +8 -0
- package/lib/locales/zh-tw/error/index.js +8 -0
- package/lib/locales/zh-tw/index.d.ts +60 -0
- package/lib/locales/zh-tw/profile.d.ts +14 -0
- package/lib/locales/zh-tw/profile.js +14 -0
- package/lib/locales/zh-tw/user-scopes.d.ts +0 -1
- package/lib/locales/zh-tw/user-scopes.js +1 -2
- package/package.json +2 -2
|
@@ -7,14 +7,11 @@ declare const _default: Readonly<{
|
|
|
7
7
|
title: string;
|
|
8
8
|
security_title: string;
|
|
9
9
|
security_description: string;
|
|
10
|
-
/** UNTRANSLATED */
|
|
11
10
|
profile_title: string;
|
|
12
|
-
/** UNTRANSLATED */
|
|
13
11
|
profile_description: string;
|
|
14
|
-
/** UNTRANSLATED */
|
|
15
12
|
sidebar_personal_info: string;
|
|
16
|
-
/** UNTRANSLATED */
|
|
17
13
|
sidebar_security: string;
|
|
14
|
+
sidebar_sessions: string;
|
|
18
15
|
support: string;
|
|
19
16
|
};
|
|
20
17
|
verification: {
|
|
@@ -66,6 +63,7 @@ declare const _default: Readonly<{
|
|
|
66
63
|
username: {
|
|
67
64
|
title: string;
|
|
68
65
|
description: string;
|
|
66
|
+
policy_description: string;
|
|
69
67
|
success: string;
|
|
70
68
|
};
|
|
71
69
|
security: {
|
|
@@ -98,6 +96,8 @@ declare const _default: Readonly<{
|
|
|
98
96
|
turn_off_2_step_verification_description: string;
|
|
99
97
|
disable_2_step_verification: string;
|
|
100
98
|
no_verification_method_warning: string;
|
|
99
|
+
passkey_sign_in_prompt: string;
|
|
100
|
+
passkey_sign_in_prompt_description: string;
|
|
101
101
|
account_removal: string;
|
|
102
102
|
delete_your_account: string;
|
|
103
103
|
delete_account: string;
|
|
@@ -231,5 +231,25 @@ declare const _default: Readonly<{
|
|
|
231
231
|
name_passkey_description: string;
|
|
232
232
|
name_input_label: string;
|
|
233
233
|
};
|
|
234
|
+
sessions: {
|
|
235
|
+
page_title: string;
|
|
236
|
+
page_description: string;
|
|
237
|
+
title: string;
|
|
238
|
+
current_session: string;
|
|
239
|
+
signed_in_at: string;
|
|
240
|
+
revoke_session: string;
|
|
241
|
+
revoke_session_title: string;
|
|
242
|
+
revoke_session_description: string;
|
|
243
|
+
no_other_sessions: string;
|
|
244
|
+
loading: string;
|
|
245
|
+
third_party_apps_title: string;
|
|
246
|
+
no_third_party_apps: string;
|
|
247
|
+
third_party_apps_load_failed: string;
|
|
248
|
+
granted_at: string;
|
|
249
|
+
revoke_grant: string;
|
|
250
|
+
revoke_grant_title: string;
|
|
251
|
+
revoke_grant_description: string;
|
|
252
|
+
revoke_grant_failed: string;
|
|
253
|
+
};
|
|
234
254
|
}>;
|
|
235
255
|
export default _default;
|
|
@@ -7,14 +7,11 @@ const account_center = {
|
|
|
7
7
|
title: 'Акаунт',
|
|
8
8
|
security_title: 'Безпека',
|
|
9
9
|
security_description: 'Тут можна змінити налаштування акаунта, щоб забезпечити його безпеку.',
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
sidebar_personal_info: 'Personal info',
|
|
16
|
-
/** UNTRANSLATED */
|
|
17
|
-
sidebar_security: 'Security',
|
|
10
|
+
profile_title: 'Особиста інформація',
|
|
11
|
+
profile_description: 'Змініть свою особисту інформацію тут.',
|
|
12
|
+
sidebar_personal_info: 'Особиста інформація',
|
|
13
|
+
sidebar_security: 'Безпека',
|
|
14
|
+
sidebar_sessions: 'Сесії',
|
|
18
15
|
support: 'Підтримка',
|
|
19
16
|
},
|
|
20
17
|
verification: {
|
|
@@ -66,6 +63,7 @@ const account_center = {
|
|
|
66
63
|
username: {
|
|
67
64
|
title: "Встановити ім'я користувача",
|
|
68
65
|
description: "Ім'я користувача може містити лише літери, цифри та символи підкреслення.",
|
|
66
|
+
policy_description: '{{requirements}}',
|
|
69
67
|
success: "Ім'я користувача успішно оновлено.",
|
|
70
68
|
},
|
|
71
69
|
security: {
|
|
@@ -98,6 +96,8 @@ const account_center = {
|
|
|
98
96
|
turn_off_2_step_verification_description: 'Вимкнення двоетапної верифікації видалить додатковий рівень захисту вашого облікового запису при вході. Ви впевнені, що хочете продовжити?',
|
|
99
97
|
disable_2_step_verification: 'Вимкнути',
|
|
100
98
|
no_verification_method_warning: 'Ви не додали другий метод верифікації. Додайте принаймні один, щоб увімкнути двоетапну верифікацію при вході.',
|
|
99
|
+
passkey_sign_in_prompt: 'Пропонувати налаштувати passkey',
|
|
100
|
+
passkey_sign_in_prompt_description: 'Коли ввімкнено, вам буде запропоновано налаштувати passkey для швидшого та безпечнішого входу.',
|
|
101
101
|
account_removal: 'Видалення акаунта',
|
|
102
102
|
delete_your_account: 'Видаліть свій акаунт',
|
|
103
103
|
delete_account: 'Видалити акаунт',
|
|
@@ -231,5 +231,25 @@ const account_center = {
|
|
|
231
231
|
name_passkey_description: 'Ви успішно підтвердили цей пристрій для двоетапної автентифікації. Налаштуйте назву для розпізнавання, якщо у вас кілька ключів.',
|
|
232
232
|
name_input_label: "Ім'я",
|
|
233
233
|
},
|
|
234
|
+
sessions: {
|
|
235
|
+
page_title: 'Сесії',
|
|
236
|
+
page_description: 'Керуйте активними сесіями та авторизованими сторонніми додатками.',
|
|
237
|
+
title: 'Сесії',
|
|
238
|
+
current_session: 'Поточна сесія',
|
|
239
|
+
signed_in_at: 'Вхід виконано {{date}}',
|
|
240
|
+
revoke_session: 'Вийти',
|
|
241
|
+
revoke_session_title: 'Завершити сесію',
|
|
242
|
+
revoke_session_description: "Це завершить сесію та відкличе весь пов'язаний доступ. Ви впевнені, що хочете продовжити?",
|
|
243
|
+
no_other_sessions: 'Немає інших активних сесій.',
|
|
244
|
+
loading: 'Завантаження...',
|
|
245
|
+
third_party_apps_title: 'Сторонні додатки',
|
|
246
|
+
no_third_party_apps: 'Немає авторизованих сторонніх додатків.',
|
|
247
|
+
third_party_apps_load_failed: 'Не вдалося завантажити сторонні додатки. Спробуйте ще раз.',
|
|
248
|
+
granted_at: 'Авторизовано {{date}}',
|
|
249
|
+
revoke_grant: 'Видалити',
|
|
250
|
+
revoke_grant_title: 'Видалити доступ стороннього додатку',
|
|
251
|
+
revoke_grant_description: 'Це відкличе весь доступ, наданий цьому додатку. Ви впевнені, що хочете продовжити?',
|
|
252
|
+
revoke_grant_failed: 'Не вдалося відкликати деякі дозволи. Будь ласка, спробуйте ще раз.',
|
|
253
|
+
},
|
|
234
254
|
};
|
|
235
255
|
export default Object.freeze(account_center);
|
|
@@ -41,6 +41,7 @@ declare const _default: Readonly<{
|
|
|
41
41
|
enter_password_for: string;
|
|
42
42
|
enter_username: string;
|
|
43
43
|
enter_username_description: string;
|
|
44
|
+
enter_username_policy_description: string;
|
|
44
45
|
link_email: string;
|
|
45
46
|
link_phone: string;
|
|
46
47
|
link_email_or_phone: string;
|
|
@@ -71,6 +72,17 @@ declare const _default: Readonly<{
|
|
|
71
72
|
character_types_many: string;
|
|
72
73
|
character_types_other: string;
|
|
73
74
|
};
|
|
75
|
+
username_requirements: string;
|
|
76
|
+
username_requirement: {
|
|
77
|
+
length: string;
|
|
78
|
+
characters: string;
|
|
79
|
+
};
|
|
80
|
+
username_character: {
|
|
81
|
+
uppercase: string;
|
|
82
|
+
lowercase: string;
|
|
83
|
+
number: string;
|
|
84
|
+
underscore: string;
|
|
85
|
+
};
|
|
74
86
|
use: string;
|
|
75
87
|
single_sign_on_email_form: string;
|
|
76
88
|
single_sign_on_connectors_list: string;
|
|
@@ -92,6 +104,8 @@ declare const _default: Readonly<{
|
|
|
92
104
|
all_sign_in_options: string;
|
|
93
105
|
identifier_register_description: string;
|
|
94
106
|
all_account_creation_options: string;
|
|
107
|
+
password_expired: string;
|
|
108
|
+
password_expiration_reset: string;
|
|
95
109
|
back_to_sign_in: string;
|
|
96
110
|
support_email: string;
|
|
97
111
|
support_website: string;
|
|
@@ -41,6 +41,7 @@ const description = {
|
|
|
41
41
|
enter_password_for: 'Увійдіть за допомогою пароля до {{method}} {{value}}',
|
|
42
42
|
enter_username: 'Встановити ім’я користувача',
|
|
43
43
|
enter_username_description: 'Ім’я користувача є альтернативою для входу. Воно має містити лише літери, цифри та підкреслення.',
|
|
44
|
+
enter_username_policy_description: 'Ім’я користувача є альтернативою для входу. {{requirements}}',
|
|
44
45
|
link_email: 'Зв’язати електронну пошту',
|
|
45
46
|
link_phone: 'Зв’язати телефон',
|
|
46
47
|
link_email_or_phone: 'Зв’язати електронну пошту або телефон',
|
|
@@ -71,6 +72,17 @@ const description = {
|
|
|
71
72
|
character_types_many: 'має містити щонайменше {{count}} типів символів: великі літери, малі літери, цифри та спеціальні символи',
|
|
72
73
|
character_types_other: 'має містити щонайменше {{count}} типів символів: великі літери, малі літери, цифри та спеціальні символи',
|
|
73
74
|
},
|
|
75
|
+
username_requirements: "Ім'я користувача {{items, list}}.",
|
|
76
|
+
username_requirement: {
|
|
77
|
+
length: 'має містити від {{min}} до {{max}} символів',
|
|
78
|
+
characters: 'може містити лише {{characters, list}}',
|
|
79
|
+
},
|
|
80
|
+
username_character: {
|
|
81
|
+
uppercase: 'великі літери',
|
|
82
|
+
lowercase: 'малі літери',
|
|
83
|
+
number: 'цифри',
|
|
84
|
+
underscore: 'підкреслення',
|
|
85
|
+
},
|
|
74
86
|
use: 'Використовувати',
|
|
75
87
|
single_sign_on_email_form: 'Введіть вашу корпоративну електронну адресу',
|
|
76
88
|
single_sign_on_connectors_list: 'Ваше підприємство увімкнуло єдиний вхід (SSO) для електронної пошти {{email}}. Ви можете продовжити вхід за допомогою таких постачальників SSO.',
|
|
@@ -92,6 +104,8 @@ const description = {
|
|
|
92
104
|
all_sign_in_options: 'Усі варіанти входу',
|
|
93
105
|
identifier_register_description: 'Введіть {{types, list(type: disjunction;)}} для створення нового облікового запису.',
|
|
94
106
|
all_account_creation_options: 'Усі варіанти створення облікового запису',
|
|
107
|
+
password_expired: 'Термін дії вашого пароля закінчився, і його потрібно скинути перед входом.',
|
|
108
|
+
password_expiration_reset: 'Скинути пароль',
|
|
95
109
|
back_to_sign_in: 'Повернутися до входу',
|
|
96
110
|
support_email: 'Електронна пошта підтримки: <link></link>',
|
|
97
111
|
support_website: 'Вебсайт підтримки: <link></link>',
|
|
@@ -8,6 +8,12 @@ declare const _default: Readonly<{
|
|
|
8
8
|
username_exists: string;
|
|
9
9
|
username_should_not_start_with_number: string;
|
|
10
10
|
username_invalid_charset: string;
|
|
11
|
+
username_too_short: string;
|
|
12
|
+
username_too_long: string;
|
|
13
|
+
username_uppercase_not_allowed: string;
|
|
14
|
+
username_lowercase_not_allowed: string;
|
|
15
|
+
username_numbers_not_allowed: string;
|
|
16
|
+
username_underscore_not_allowed: string;
|
|
11
17
|
invalid_email: string;
|
|
12
18
|
invalid_phone: string;
|
|
13
19
|
passwords_do_not_match: string;
|
|
@@ -41,6 +47,8 @@ declare const _default: Readonly<{
|
|
|
41
47
|
terms_acceptance_required: string;
|
|
42
48
|
terms_acceptance_required_description: string;
|
|
43
49
|
something_went_wrong: string;
|
|
50
|
+
access_denied: string;
|
|
51
|
+
application_access_denied: string;
|
|
44
52
|
feature_not_enabled: string;
|
|
45
53
|
}>;
|
|
46
54
|
export default _default;
|
|
@@ -9,6 +9,12 @@ const error = {
|
|
|
9
9
|
username_exists: "Таке ім'я користувача вже існує",
|
|
10
10
|
username_should_not_start_with_number: "Ім'я користувача не повинно починатися з цифри",
|
|
11
11
|
username_invalid_charset: "Ім'я користувача може містити лише літери, цифри та підкреслення.",
|
|
12
|
+
username_too_short: "Ім'я користувача повинно містити щонайменше {{min}} символів.",
|
|
13
|
+
username_too_long: "Ім'я користувача повинно містити не більше {{max}} символів.",
|
|
14
|
+
username_uppercase_not_allowed: 'Великі літери не дозволені в іменах користувачів.',
|
|
15
|
+
username_lowercase_not_allowed: 'Малі літери не дозволені в іменах користувачів.',
|
|
16
|
+
username_numbers_not_allowed: 'Цифри не дозволені в іменах користувачів.',
|
|
17
|
+
username_underscore_not_allowed: 'Підкреслення не дозволено в іменах користувачів.',
|
|
12
18
|
invalid_email: 'Недійсна електронна пошта',
|
|
13
19
|
invalid_phone: 'Недійсний номер телефону',
|
|
14
20
|
passwords_do_not_match: 'Паролі не збігаються. Будь ласка, спробуйте ще раз.',
|
|
@@ -29,6 +35,8 @@ const error = {
|
|
|
29
35
|
terms_acceptance_required: 'Потрібно прийняти умови',
|
|
30
36
|
terms_acceptance_required_description: 'Ви повинні погодитися з умовами, щоб продовжити. Будь ласка, спробуйте ще раз.',
|
|
31
37
|
something_went_wrong: 'Щось пішло не так',
|
|
38
|
+
access_denied: 'Доступ заборонено',
|
|
39
|
+
application_access_denied: 'Ви не маєте дозволу на доступ до цього застосунку.\nЗверніться до адміністратора за допомогою.',
|
|
32
40
|
feature_not_enabled: 'Ви не маєте дозволу на доступ до цієї функції. Зверніться до адміністратора за допомогою.',
|
|
33
41
|
};
|
|
34
42
|
export default Object.freeze(error);
|
|
@@ -98,6 +98,7 @@ declare const _default: Readonly<{
|
|
|
98
98
|
enter_password_for: string;
|
|
99
99
|
enter_username: string;
|
|
100
100
|
enter_username_description: string;
|
|
101
|
+
enter_username_policy_description: string;
|
|
101
102
|
link_email: string;
|
|
102
103
|
link_phone: string;
|
|
103
104
|
link_email_or_phone: string;
|
|
@@ -128,6 +129,17 @@ declare const _default: Readonly<{
|
|
|
128
129
|
character_types_many: string;
|
|
129
130
|
character_types_other: string;
|
|
130
131
|
};
|
|
132
|
+
username_requirements: string;
|
|
133
|
+
username_requirement: {
|
|
134
|
+
length: string;
|
|
135
|
+
characters: string;
|
|
136
|
+
};
|
|
137
|
+
username_character: {
|
|
138
|
+
uppercase: string;
|
|
139
|
+
lowercase: string;
|
|
140
|
+
number: string;
|
|
141
|
+
underscore: string;
|
|
142
|
+
};
|
|
131
143
|
use: string;
|
|
132
144
|
single_sign_on_email_form: string;
|
|
133
145
|
single_sign_on_connectors_list: string;
|
|
@@ -149,6 +161,8 @@ declare const _default: Readonly<{
|
|
|
149
161
|
all_sign_in_options: string;
|
|
150
162
|
identifier_register_description: string;
|
|
151
163
|
all_account_creation_options: string;
|
|
164
|
+
password_expired: string;
|
|
165
|
+
password_expiration_reset: string;
|
|
152
166
|
back_to_sign_in: string;
|
|
153
167
|
support_email: string;
|
|
154
168
|
support_website: string;
|
|
@@ -177,6 +191,12 @@ declare const _default: Readonly<{
|
|
|
177
191
|
username_exists: string;
|
|
178
192
|
username_should_not_start_with_number: string;
|
|
179
193
|
username_invalid_charset: string;
|
|
194
|
+
username_too_short: string;
|
|
195
|
+
username_too_long: string;
|
|
196
|
+
username_uppercase_not_allowed: string;
|
|
197
|
+
username_lowercase_not_allowed: string;
|
|
198
|
+
username_numbers_not_allowed: string;
|
|
199
|
+
username_underscore_not_allowed: string;
|
|
180
200
|
invalid_email: string;
|
|
181
201
|
invalid_phone: string;
|
|
182
202
|
passwords_do_not_match: string;
|
|
@@ -210,6 +230,8 @@ declare const _default: Readonly<{
|
|
|
210
230
|
terms_acceptance_required: string;
|
|
211
231
|
terms_acceptance_required_description: string;
|
|
212
232
|
something_went_wrong: string;
|
|
233
|
+
access_denied: string;
|
|
234
|
+
application_access_denied: string;
|
|
213
235
|
feature_not_enabled: string;
|
|
214
236
|
}>;
|
|
215
237
|
list: Readonly<{
|
|
@@ -330,6 +352,20 @@ declare const _default: Readonly<{
|
|
|
330
352
|
checked: string;
|
|
331
353
|
unchecked: string;
|
|
332
354
|
};
|
|
355
|
+
avatar_upload: {
|
|
356
|
+
upload: string;
|
|
357
|
+
remove: string;
|
|
358
|
+
uploading: string;
|
|
359
|
+
hint: string;
|
|
360
|
+
error_file_type: string;
|
|
361
|
+
error_file_size: string;
|
|
362
|
+
error_storage_not_configured: string;
|
|
363
|
+
error_upload: string;
|
|
364
|
+
error_save: string;
|
|
365
|
+
crop_title: string;
|
|
366
|
+
zoom: string;
|
|
367
|
+
error_crop: string;
|
|
368
|
+
};
|
|
333
369
|
}>;
|
|
334
370
|
account_center: Readonly<{
|
|
335
371
|
home: {
|
|
@@ -344,6 +380,7 @@ declare const _default: Readonly<{
|
|
|
344
380
|
profile_description: string;
|
|
345
381
|
sidebar_personal_info: string;
|
|
346
382
|
sidebar_security: string;
|
|
383
|
+
sidebar_sessions: string;
|
|
347
384
|
support: string;
|
|
348
385
|
};
|
|
349
386
|
verification: {
|
|
@@ -395,6 +432,7 @@ declare const _default: Readonly<{
|
|
|
395
432
|
username: {
|
|
396
433
|
title: string;
|
|
397
434
|
description: string;
|
|
435
|
+
policy_description: string;
|
|
398
436
|
success: string;
|
|
399
437
|
};
|
|
400
438
|
security: {
|
|
@@ -427,6 +465,8 @@ declare const _default: Readonly<{
|
|
|
427
465
|
turn_off_2_step_verification_description: string;
|
|
428
466
|
disable_2_step_verification: string;
|
|
429
467
|
no_verification_method_warning: string;
|
|
468
|
+
passkey_sign_in_prompt: string;
|
|
469
|
+
passkey_sign_in_prompt_description: string;
|
|
430
470
|
account_removal: string;
|
|
431
471
|
delete_your_account: string;
|
|
432
472
|
delete_account: string;
|
|
@@ -560,6 +600,26 @@ declare const _default: Readonly<{
|
|
|
560
600
|
name_passkey_description: string;
|
|
561
601
|
name_input_label: string;
|
|
562
602
|
};
|
|
603
|
+
sessions: {
|
|
604
|
+
page_title: string;
|
|
605
|
+
page_description: string;
|
|
606
|
+
title: string;
|
|
607
|
+
current_session: string;
|
|
608
|
+
signed_in_at: string;
|
|
609
|
+
revoke_session: string;
|
|
610
|
+
revoke_session_title: string;
|
|
611
|
+
revoke_session_description: string;
|
|
612
|
+
no_other_sessions: string;
|
|
613
|
+
loading: string;
|
|
614
|
+
third_party_apps_title: string;
|
|
615
|
+
no_third_party_apps: string;
|
|
616
|
+
third_party_apps_load_failed: string;
|
|
617
|
+
granted_at: string;
|
|
618
|
+
revoke_grant: string;
|
|
619
|
+
revoke_grant_title: string;
|
|
620
|
+
revoke_grant_description: string;
|
|
621
|
+
revoke_grant_failed: string;
|
|
622
|
+
};
|
|
563
623
|
}>;
|
|
564
624
|
passkey_sign_in: Readonly<{
|
|
565
625
|
setup_page: {
|
|
@@ -30,5 +30,19 @@ declare const _default: Readonly<{
|
|
|
30
30
|
checked: string;
|
|
31
31
|
unchecked: string;
|
|
32
32
|
};
|
|
33
|
+
avatar_upload: {
|
|
34
|
+
upload: string;
|
|
35
|
+
remove: string;
|
|
36
|
+
uploading: string;
|
|
37
|
+
hint: string;
|
|
38
|
+
error_file_type: string;
|
|
39
|
+
error_file_size: string;
|
|
40
|
+
error_storage_not_configured: string;
|
|
41
|
+
error_upload: string;
|
|
42
|
+
error_save: string;
|
|
43
|
+
crop_title: string;
|
|
44
|
+
zoom: string;
|
|
45
|
+
error_crop: string;
|
|
46
|
+
};
|
|
33
47
|
}>;
|
|
34
48
|
export default _default;
|
|
@@ -30,5 +30,19 @@ const profile = {
|
|
|
30
30
|
checked: 'Так',
|
|
31
31
|
unchecked: 'Ні',
|
|
32
32
|
},
|
|
33
|
+
avatar_upload: {
|
|
34
|
+
upload: 'Завантажити',
|
|
35
|
+
remove: 'Видалити',
|
|
36
|
+
uploading: 'Завантаження...',
|
|
37
|
+
hint: 'Рекомендований розмір 1:1, до {{limit}}.',
|
|
38
|
+
error_file_type: 'Тип файлу має бути {{extensions}}.',
|
|
39
|
+
error_file_size: 'Розмір файлу не повинен перевищувати {{limit}}.',
|
|
40
|
+
error_storage_not_configured: 'Не вдалося завантажити фото. Спробуйте пізніше.',
|
|
41
|
+
error_upload: 'Не вдалося завантажити фото. Спробуйте ще раз.',
|
|
42
|
+
error_save: 'Не вдалося зберегти ваше фото. Спробуйте ще раз.',
|
|
43
|
+
crop_title: 'Обрізати фото',
|
|
44
|
+
zoom: 'Масштаб',
|
|
45
|
+
error_crop: 'Не вдалося обрізати зображення. Спробуйте ще раз.',
|
|
46
|
+
},
|
|
33
47
|
};
|
|
34
48
|
export default Object.freeze(profile);
|
|
@@ -9,8 +9,7 @@ const user_scopes = {
|
|
|
9
9
|
'urn:logto:scope:organizations': 'Ваша інформація про організацію',
|
|
10
10
|
'urn:logto:scope:organization_roles': 'Ваша роль організації',
|
|
11
11
|
address: 'Ваша адреса',
|
|
12
|
-
|
|
13
|
-
'urn:logto:scope:sessions': 'Your active sessions',
|
|
12
|
+
'urn:logto:scope:sessions': 'Ваші активні сесії',
|
|
14
13
|
},
|
|
15
14
|
};
|
|
16
15
|
export default Object.freeze(user_scopes);
|
|
@@ -7,14 +7,11 @@ declare const _default: Readonly<{
|
|
|
7
7
|
title: string;
|
|
8
8
|
security_title: string;
|
|
9
9
|
security_description: string;
|
|
10
|
-
/** UNTRANSLATED */
|
|
11
10
|
profile_title: string;
|
|
12
|
-
/** UNTRANSLATED */
|
|
13
11
|
profile_description: string;
|
|
14
|
-
/** UNTRANSLATED */
|
|
15
12
|
sidebar_personal_info: string;
|
|
16
|
-
/** UNTRANSLATED */
|
|
17
13
|
sidebar_security: string;
|
|
14
|
+
sidebar_sessions: string;
|
|
18
15
|
support: string;
|
|
19
16
|
};
|
|
20
17
|
verification: {
|
|
@@ -66,6 +63,7 @@ declare const _default: Readonly<{
|
|
|
66
63
|
username: {
|
|
67
64
|
title: string;
|
|
68
65
|
description: string;
|
|
66
|
+
policy_description: string;
|
|
69
67
|
success: string;
|
|
70
68
|
};
|
|
71
69
|
security: {
|
|
@@ -98,6 +96,8 @@ declare const _default: Readonly<{
|
|
|
98
96
|
turn_off_2_step_verification_description: string;
|
|
99
97
|
disable_2_step_verification: string;
|
|
100
98
|
no_verification_method_warning: string;
|
|
99
|
+
passkey_sign_in_prompt: string;
|
|
100
|
+
passkey_sign_in_prompt_description: string;
|
|
101
101
|
account_removal: string;
|
|
102
102
|
delete_your_account: string;
|
|
103
103
|
delete_account: string;
|
|
@@ -231,5 +231,25 @@ declare const _default: Readonly<{
|
|
|
231
231
|
name_passkey_description: string;
|
|
232
232
|
name_input_label: string;
|
|
233
233
|
};
|
|
234
|
+
sessions: {
|
|
235
|
+
page_title: string;
|
|
236
|
+
page_description: string;
|
|
237
|
+
title: string;
|
|
238
|
+
current_session: string;
|
|
239
|
+
signed_in_at: string;
|
|
240
|
+
revoke_session: string;
|
|
241
|
+
revoke_session_title: string;
|
|
242
|
+
revoke_session_description: string;
|
|
243
|
+
no_other_sessions: string;
|
|
244
|
+
loading: string;
|
|
245
|
+
third_party_apps_title: string;
|
|
246
|
+
no_third_party_apps: string;
|
|
247
|
+
third_party_apps_load_failed: string;
|
|
248
|
+
granted_at: string;
|
|
249
|
+
revoke_grant: string;
|
|
250
|
+
revoke_grant_title: string;
|
|
251
|
+
revoke_grant_description: string;
|
|
252
|
+
revoke_grant_failed: string;
|
|
253
|
+
};
|
|
234
254
|
}>;
|
|
235
255
|
export default _default;
|
|
@@ -7,14 +7,11 @@ const account_center = {
|
|
|
7
7
|
title: '账户',
|
|
8
8
|
security_title: '安全',
|
|
9
9
|
security_description: '你可以在这里修改账户设置,以确保账户安全。',
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
sidebar_personal_info: 'Personal info',
|
|
16
|
-
/** UNTRANSLATED */
|
|
17
|
-
sidebar_security: 'Security',
|
|
10
|
+
profile_title: '个人信息',
|
|
11
|
+
profile_description: '在这里更改你的个人信息。',
|
|
12
|
+
sidebar_personal_info: '个人信息',
|
|
13
|
+
sidebar_security: '安全',
|
|
14
|
+
sidebar_sessions: '会话',
|
|
18
15
|
support: '支持',
|
|
19
16
|
},
|
|
20
17
|
verification: {
|
|
@@ -66,6 +63,7 @@ const account_center = {
|
|
|
66
63
|
username: {
|
|
67
64
|
title: '设置用户名',
|
|
68
65
|
description: '用户名只能包含字母、数字和下划线。',
|
|
66
|
+
policy_description: '{{requirements}}',
|
|
69
67
|
success: '用户名更新成功。',
|
|
70
68
|
},
|
|
71
69
|
security: {
|
|
@@ -98,6 +96,8 @@ const account_center = {
|
|
|
98
96
|
turn_off_2_step_verification_description: '关闭两步验证将移除登录时账户的额外保护层。确定要继续吗?',
|
|
99
97
|
disable_2_step_verification: '关闭',
|
|
100
98
|
no_verification_method_warning: '你尚未添加第二种验证方式。请至少添加一种以在登录时启用两步验证。',
|
|
99
|
+
passkey_sign_in_prompt: '提示设置通行密钥',
|
|
100
|
+
passkey_sign_in_prompt_description: '开启后,系统会提示你设置通行密钥,以实现更快速、更安全的登录。',
|
|
101
101
|
account_removal: '账号删除',
|
|
102
102
|
delete_your_account: '删除你的账号',
|
|
103
103
|
delete_account: '删除账号',
|
|
@@ -231,5 +231,25 @@ const account_center = {
|
|
|
231
231
|
name_passkey_description: '您已成功验证此设备用于两步验证。自定义名称以便在拥有多个密钥时进行识别。',
|
|
232
232
|
name_input_label: '名称',
|
|
233
233
|
},
|
|
234
|
+
sessions: {
|
|
235
|
+
page_title: '会话',
|
|
236
|
+
page_description: '管理你的活跃会话和已授权的第三方应用。',
|
|
237
|
+
title: '会话',
|
|
238
|
+
current_session: '当前会话',
|
|
239
|
+
signed_in_at: '登录于 {{date}}',
|
|
240
|
+
revoke_session: '退出登录',
|
|
241
|
+
revoke_session_title: '退出会话',
|
|
242
|
+
revoke_session_description: '这将退出该会话并撤销所有关联的访问权限。确定要继续吗?',
|
|
243
|
+
no_other_sessions: '没有其他活跃会话。',
|
|
244
|
+
loading: '加载中...',
|
|
245
|
+
third_party_apps_title: '第三方应用',
|
|
246
|
+
no_third_party_apps: '没有已授权的第三方应用。',
|
|
247
|
+
third_party_apps_load_failed: '第三方应用加载失败,请重试。',
|
|
248
|
+
granted_at: '授权于 {{date}}',
|
|
249
|
+
revoke_grant: '移除',
|
|
250
|
+
revoke_grant_title: '移除第三方应用访问权限',
|
|
251
|
+
revoke_grant_description: '这将撤销授予该应用的所有访问权限。确定要继续吗?',
|
|
252
|
+
revoke_grant_failed: '部分授权撤销失败,请重试。',
|
|
253
|
+
},
|
|
234
254
|
};
|
|
235
255
|
export default Object.freeze(account_center);
|
|
@@ -41,6 +41,7 @@ declare const _default: Readonly<{
|
|
|
41
41
|
enter_password_for: string;
|
|
42
42
|
enter_username: string;
|
|
43
43
|
enter_username_description: string;
|
|
44
|
+
enter_username_policy_description: string;
|
|
44
45
|
link_email: string;
|
|
45
46
|
link_phone: string;
|
|
46
47
|
link_email_or_phone: string;
|
|
@@ -71,6 +72,17 @@ declare const _default: Readonly<{
|
|
|
71
72
|
character_types_many: string;
|
|
72
73
|
character_types_other: string;
|
|
73
74
|
};
|
|
75
|
+
username_requirements: string;
|
|
76
|
+
username_requirement: {
|
|
77
|
+
length: string;
|
|
78
|
+
characters: string;
|
|
79
|
+
};
|
|
80
|
+
username_character: {
|
|
81
|
+
uppercase: string;
|
|
82
|
+
lowercase: string;
|
|
83
|
+
number: string;
|
|
84
|
+
underscore: string;
|
|
85
|
+
};
|
|
74
86
|
use: string;
|
|
75
87
|
single_sign_on_email_form: string;
|
|
76
88
|
single_sign_on_connectors_list: string;
|
|
@@ -92,6 +104,8 @@ declare const _default: Readonly<{
|
|
|
92
104
|
all_sign_in_options: string;
|
|
93
105
|
identifier_register_description: string;
|
|
94
106
|
all_account_creation_options: string;
|
|
107
|
+
password_expired: string;
|
|
108
|
+
password_expiration_reset: string;
|
|
95
109
|
back_to_sign_in: string;
|
|
96
110
|
support_email: string;
|
|
97
111
|
support_website: string;
|
|
@@ -41,6 +41,7 @@ const description = {
|
|
|
41
41
|
enter_password_for: '输入{{method}} {{value}} 对应的密码进行登录',
|
|
42
42
|
enter_username: '设置用户名',
|
|
43
43
|
enter_username_description: '用户名可以用来进行登录。用户名仅可以包含字母、数字和下划线。',
|
|
44
|
+
enter_username_policy_description: '用户名可以用来进行登录。{{requirements}}',
|
|
44
45
|
link_email: '绑定邮箱',
|
|
45
46
|
link_phone: '绑定手机',
|
|
46
47
|
link_email_or_phone: '绑定邮箱或手机号',
|
|
@@ -71,6 +72,17 @@ const description = {
|
|
|
71
72
|
character_types_many: '至少应包含大写字母、小写字母、数字和符号中的 {{count}} 种',
|
|
72
73
|
character_types_other: '至少应包含大写字母、小写字母、数字和符号中的 {{count}} 种',
|
|
73
74
|
},
|
|
75
|
+
username_requirements: '用户名{{items, list}}。',
|
|
76
|
+
username_requirement: {
|
|
77
|
+
length: '必须为 {{min}} 到 {{max}} 个字符',
|
|
78
|
+
characters: '只能包含{{characters, list}}',
|
|
79
|
+
},
|
|
80
|
+
username_character: {
|
|
81
|
+
uppercase: '大写字母',
|
|
82
|
+
lowercase: '小写字母',
|
|
83
|
+
number: '数字',
|
|
84
|
+
underscore: '下划线',
|
|
85
|
+
},
|
|
74
86
|
use: '使用',
|
|
75
87
|
single_sign_on_email_form: '输入你的企业电子邮件地址',
|
|
76
88
|
single_sign_on_connectors_list: '你的企业已为电子邮件账户 {{email}} 启用了单点登录。你可以继续使用以下 SSO 提供商进行登录。',
|
|
@@ -92,6 +104,8 @@ const description = {
|
|
|
92
104
|
all_sign_in_options: '所有登录选项',
|
|
93
105
|
identifier_register_description: '输入您的{{types, list(type: disjunction;)}}以创建新账户。',
|
|
94
106
|
all_account_creation_options: '所有账户创建选项',
|
|
107
|
+
password_expired: '您的密码已过期,必须重置后才能登录。',
|
|
108
|
+
password_expiration_reset: '重置密码',
|
|
95
109
|
back_to_sign_in: '返回登录',
|
|
96
110
|
support_email: '支持邮箱:<link></link>',
|
|
97
111
|
support_website: '支持网站:<link></link>',
|
|
@@ -8,6 +8,12 @@ declare const _default: Readonly<{
|
|
|
8
8
|
username_exists: string;
|
|
9
9
|
username_should_not_start_with_number: string;
|
|
10
10
|
username_invalid_charset: string;
|
|
11
|
+
username_too_short: string;
|
|
12
|
+
username_too_long: string;
|
|
13
|
+
username_uppercase_not_allowed: string;
|
|
14
|
+
username_lowercase_not_allowed: string;
|
|
15
|
+
username_numbers_not_allowed: string;
|
|
16
|
+
username_underscore_not_allowed: string;
|
|
11
17
|
invalid_email: string;
|
|
12
18
|
invalid_phone: string;
|
|
13
19
|
passwords_do_not_match: string;
|
|
@@ -41,6 +47,8 @@ declare const _default: Readonly<{
|
|
|
41
47
|
terms_acceptance_required: string;
|
|
42
48
|
terms_acceptance_required_description: string;
|
|
43
49
|
something_went_wrong: string;
|
|
50
|
+
access_denied: string;
|
|
51
|
+
application_access_denied: string;
|
|
44
52
|
feature_not_enabled: string;
|
|
45
53
|
}>;
|
|
46
54
|
export default _default;
|
|
@@ -9,6 +9,12 @@ const error = {
|
|
|
9
9
|
username_exists: '用户名已存在',
|
|
10
10
|
username_should_not_start_with_number: '用户名不能以数字开头',
|
|
11
11
|
username_invalid_charset: '用户名只能包含英文字母、数字或下划线。',
|
|
12
|
+
username_too_short: '用户名长度至少为 {{min}} 个字符。',
|
|
13
|
+
username_too_long: '用户名长度至多为 {{max}} 个字符。',
|
|
14
|
+
username_uppercase_not_allowed: '用户名中不允许使用大写字母。',
|
|
15
|
+
username_lowercase_not_allowed: '用户名中不允许使用小写字母。',
|
|
16
|
+
username_numbers_not_allowed: '用户名中不允许使用数字。',
|
|
17
|
+
username_underscore_not_allowed: '用户名中不允许使用下划线。',
|
|
12
18
|
invalid_email: '无效的邮箱',
|
|
13
19
|
invalid_phone: '无效的手机号',
|
|
14
20
|
passwords_do_not_match: '两次输入的密码不一致。',
|
|
@@ -29,6 +35,8 @@ const error = {
|
|
|
29
35
|
terms_acceptance_required: '需要同意条款',
|
|
30
36
|
terms_acceptance_required_description: '必须同意条款后才能继续。',
|
|
31
37
|
something_went_wrong: '出现错误',
|
|
38
|
+
access_denied: '访问被拒绝',
|
|
39
|
+
application_access_denied: '您没有权限访问此应用。\n请联系管理员寻求帮助。',
|
|
32
40
|
feature_not_enabled: '您没有权限访问此功能。请联系管理员寻求帮助。',
|
|
33
41
|
};
|
|
34
42
|
export default Object.freeze(error);
|