@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,50 @@
|
|
|
1
|
+
const mfa = {
|
|
2
|
+
totp: 'OTP автентифікатор',
|
|
3
|
+
webauthn: 'Ключ доступу',
|
|
4
|
+
backup_code: 'Резервний код',
|
|
5
|
+
email_verification_code: 'Код підтвердження електронної пошти',
|
|
6
|
+
phone_verification_code: 'Код підтвердження SMS',
|
|
7
|
+
link_totp_description: 'Наприклад, Google Authenticator тощо.',
|
|
8
|
+
link_webauthn_description: 'Підключіть свій пристрій або USB-ключ',
|
|
9
|
+
link_backup_code_description: 'Згенеруйте резервний код',
|
|
10
|
+
link_email_verification_code_description: "Під'єднайте вашу адресу електронної пошти",
|
|
11
|
+
link_phone_verification_code_description: "Під'єднайте ваш номер телефону",
|
|
12
|
+
verify_totp_description: 'Введіть одноразовий код з програми',
|
|
13
|
+
verify_webauthn_description: 'Підтвердьте свій пристрій або USB-ключ',
|
|
14
|
+
verify_backup_code_description: 'Вставте збережений резервний код',
|
|
15
|
+
verify_email_verification_code_description: 'Введіть код, надісланий на вашу електронну пошту',
|
|
16
|
+
verify_phone_verification_code_description: 'Введіть код, надісланий на ваш телефон',
|
|
17
|
+
add_mfa_factors: 'Додати двоетапну перевірку',
|
|
18
|
+
add_mfa_description: 'Двоетапна перевірка ввімкнена. Виберіть другий метод перевірки для безпечного входу.',
|
|
19
|
+
verify_mfa_factors: 'Двоетапна перевірка',
|
|
20
|
+
verify_mfa_description: 'Для цього облікового запису ввімкнено двоетапну перевірку. Виберіть другий спосіб перевірки вашої особи.',
|
|
21
|
+
add_authenticator_app: 'Додати програму автентифікації',
|
|
22
|
+
step: 'Крок {{step, number}}: {{content}}',
|
|
23
|
+
scan_qr_code: 'Скануйте цей QR-код',
|
|
24
|
+
scan_qr_code_description: 'Скануйте QR-код за допомогою програми автентифікації, наприклад Google Authenticator, Duo Mobile, Authy тощо.',
|
|
25
|
+
qr_code_not_available: 'Не можете сканувати QR-код?',
|
|
26
|
+
copy_and_paste_key: 'Скопіюйте та вставте ключ',
|
|
27
|
+
copy_and_paste_key_description: 'Скопіюйте та вставте цей ключ у вашу програму автентифікації, наприклад Google Authenticator, Duo Mobile, Authy тощо.',
|
|
28
|
+
want_to_scan_qr_code: 'Хочете сканувати QR-код?',
|
|
29
|
+
enter_one_time_code: 'Введіть одноразовий код',
|
|
30
|
+
enter_one_time_code_link_description: 'Введіть 6-значний код підтвердження, згенерований програмою автентифікації.',
|
|
31
|
+
enter_one_time_code_description: 'Для цього облікового запису ввімкнено двоетапну перевірку. Будь ласка, введіть одноразовий код із вашої програми автентифікації.',
|
|
32
|
+
link_another_mfa_factor: 'Переключитися на інший метод',
|
|
33
|
+
save_backup_code: 'Збережіть свій резервний код',
|
|
34
|
+
save_backup_code_description: 'Ви можете використовувати один із цих резервних кодів для доступу до вашого облікового запису, якщо у вас виникнуть проблеми з двоетапною перевіркою іншим способом. Кожен код можна використати лише один раз.',
|
|
35
|
+
backup_code_hint: 'Обов’язково скопіюйте їх і збережіть у безпечному місці.',
|
|
36
|
+
enter_a_backup_code: 'Введіть резервний код',
|
|
37
|
+
enter_backup_code_description: 'Введіть резервний код, який ви зберегли під час початкового ввімкнення двоетапної перевірки.',
|
|
38
|
+
create_a_passkey: 'Створити ключ доступу',
|
|
39
|
+
create_passkey_description: 'Зареєструйте свій ключ доступу, використовуючи біометричні дані пристрою, апаратні ключі безпеки (наприклад, YubiKey) або інші доступні методи.',
|
|
40
|
+
try_another_verification_method: 'Спробуйте інший метод перевірки',
|
|
41
|
+
verify_via_passkey: 'Перевірити через ключ доступу',
|
|
42
|
+
verify_via_passkey_description: 'Використовуйте ключ доступу для перевірки за допомогою пароля пристрою, біометричних даних, сканування QR-коду або USB-ключа безпеки, як-от YubiKey.',
|
|
43
|
+
secret_key_copied: 'Секретний ключ скопійовано.',
|
|
44
|
+
backup_code_copied: 'Резервний код скопійовано.',
|
|
45
|
+
webauthn_not_ready: 'WebAuthn ще не готовий. Будь ласка, спробуйте ще раз пізніше.',
|
|
46
|
+
webauthn_not_supported: 'WebAuthn не підтримується у цьому браузері.',
|
|
47
|
+
webauthn_failed_to_create: 'Не вдалося створити. Будь ласка, спробуйте ще раз.',
|
|
48
|
+
webauthn_failed_to_verify: 'Не вдалося підтвердити. Будь ласка, спробуйте ще раз.',
|
|
49
|
+
};
|
|
50
|
+
export default Object.freeze(mfa);
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
declare const _default: Readonly<{
|
|
2
|
+
name: string;
|
|
3
|
+
avatar: string;
|
|
4
|
+
givenName: string;
|
|
5
|
+
familyName: string;
|
|
6
|
+
middleName: string;
|
|
7
|
+
fullName: string;
|
|
8
|
+
nickname: string;
|
|
9
|
+
preferredUsername: string;
|
|
10
|
+
profile: string;
|
|
11
|
+
website: string;
|
|
12
|
+
gender: string;
|
|
13
|
+
birthdate: string;
|
|
14
|
+
zoneinfo: string;
|
|
15
|
+
locale: string;
|
|
16
|
+
address: {
|
|
17
|
+
formatted: string;
|
|
18
|
+
streetAddress: string;
|
|
19
|
+
locality: string;
|
|
20
|
+
region: string;
|
|
21
|
+
postalCode: string;
|
|
22
|
+
country: string;
|
|
23
|
+
};
|
|
24
|
+
}>;
|
|
25
|
+
export default _default;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const profile = {
|
|
2
|
+
name: "Ім'я",
|
|
3
|
+
avatar: 'Аватар',
|
|
4
|
+
givenName: "Ім'я",
|
|
5
|
+
familyName: 'Прізвище',
|
|
6
|
+
middleName: 'По батькові',
|
|
7
|
+
fullName: "Повне ім'я",
|
|
8
|
+
nickname: 'Псевдонім',
|
|
9
|
+
preferredUsername: "Бажане ім'я користувача",
|
|
10
|
+
profile: 'Профіль',
|
|
11
|
+
website: 'Вебсайт',
|
|
12
|
+
gender: 'Стать',
|
|
13
|
+
birthdate: 'Дата народження',
|
|
14
|
+
zoneinfo: 'Часовий пояс',
|
|
15
|
+
locale: 'Локаль',
|
|
16
|
+
address: {
|
|
17
|
+
formatted: 'Адреса',
|
|
18
|
+
streetAddress: 'Вулиця',
|
|
19
|
+
locality: 'Місто',
|
|
20
|
+
region: 'Штат/Область',
|
|
21
|
+
postalCode: 'Поштовий індекс',
|
|
22
|
+
country: 'Країна',
|
|
23
|
+
},
|
|
24
|
+
};
|
|
25
|
+
export default Object.freeze(profile);
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const _default: Readonly<{
|
|
2
|
+
descriptions: {
|
|
3
|
+
custom_data: string;
|
|
4
|
+
email: string;
|
|
5
|
+
phone: string;
|
|
6
|
+
profile: string;
|
|
7
|
+
roles: string;
|
|
8
|
+
identities: string;
|
|
9
|
+
'urn:logto:scope:organizations': string;
|
|
10
|
+
'urn:logto:scope:organization_roles': string;
|
|
11
|
+
address: string;
|
|
12
|
+
};
|
|
13
|
+
}>;
|
|
14
|
+
export default _default;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
const user_scopes = {
|
|
2
|
+
descriptions: {
|
|
3
|
+
custom_data: 'Ваші власні дані',
|
|
4
|
+
email: 'Ваша електронна пошта',
|
|
5
|
+
phone: 'Ваш номер телефону',
|
|
6
|
+
profile: "Ваше ім'я, ім'я користувача, аватар та інша інформація профілю",
|
|
7
|
+
roles: 'Ваші ролі',
|
|
8
|
+
identities: 'Ваші пов’язані соціальні ідентичності',
|
|
9
|
+
'urn:logto:scope:organizations': 'Ваша інформація про організацію',
|
|
10
|
+
'urn:logto:scope:organization_roles': 'Ваша роль організації',
|
|
11
|
+
address: 'Ваша адреса',
|
|
12
|
+
},
|
|
13
|
+
};
|
|
14
|
+
export default Object.freeze(user_scopes);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
declare const _default: Readonly<{
|
|
2
2
|
sign_in: string;
|
|
3
3
|
continue: string;
|
|
4
|
+
continue_as: string;
|
|
4
5
|
create_account: string;
|
|
5
6
|
create_account_without_linking: string;
|
|
6
7
|
create: string;
|
|
@@ -31,5 +32,6 @@ declare const _default: Readonly<{
|
|
|
31
32
|
single_sign_on: string;
|
|
32
33
|
authorize: string;
|
|
33
34
|
use_another_account: string;
|
|
35
|
+
back_to_current_account: string;
|
|
34
36
|
}>;
|
|
35
37
|
export default _default;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
const action = {
|
|
2
2
|
sign_in: '登录',
|
|
3
3
|
continue: '继续',
|
|
4
|
+
continue_as: '以 {{name}} 身份继续',
|
|
4
5
|
create_account: '注册',
|
|
5
6
|
create_account_without_linking: '创建新帐户',
|
|
6
7
|
create: '注册',
|
|
@@ -31,5 +32,6 @@ const action = {
|
|
|
31
32
|
single_sign_on: '单点登录',
|
|
32
33
|
authorize: '授权',
|
|
33
34
|
use_another_account: '使用另一个账号',
|
|
35
|
+
back_to_current_account: '返回到当前账号',
|
|
34
36
|
};
|
|
35
37
|
export default Object.freeze(action);
|
|
@@ -10,6 +10,7 @@ declare const _default: Readonly<{
|
|
|
10
10
|
sign_in: string;
|
|
11
11
|
privacy_policy: string;
|
|
12
12
|
create_account: string;
|
|
13
|
+
switch_account: string;
|
|
13
14
|
or: string;
|
|
14
15
|
and: string;
|
|
15
16
|
enter_passcode: string;
|
|
@@ -55,8 +56,14 @@ declare const _default: Readonly<{
|
|
|
55
56
|
password_requirements: string;
|
|
56
57
|
password_requirement: {
|
|
57
58
|
length_one: string;
|
|
59
|
+
length_two: string;
|
|
60
|
+
length_few: string;
|
|
61
|
+
length_many: string;
|
|
58
62
|
length_other: string;
|
|
59
63
|
character_types_one: string;
|
|
64
|
+
character_types_two: string;
|
|
65
|
+
character_types_few: string;
|
|
66
|
+
character_types_many: string;
|
|
60
67
|
character_types_other: string;
|
|
61
68
|
};
|
|
62
69
|
use: string;
|
|
@@ -83,5 +90,8 @@ declare const _default: Readonly<{
|
|
|
83
90
|
back_to_sign_in: string;
|
|
84
91
|
support_email: string;
|
|
85
92
|
support_website: string;
|
|
93
|
+
switch_account_title: string;
|
|
94
|
+
switch_account_description: string;
|
|
95
|
+
about_yourself: string;
|
|
86
96
|
}>;
|
|
87
97
|
export default _default;
|
|
@@ -10,6 +10,7 @@ const description = {
|
|
|
10
10
|
sign_in: '登录',
|
|
11
11
|
privacy_policy: '隐私政策',
|
|
12
12
|
create_account: '创建帐号',
|
|
13
|
+
switch_account: '切换账户',
|
|
13
14
|
or: '或',
|
|
14
15
|
and: '和',
|
|
15
16
|
enter_passcode: '验证码已经发送至你的{{ address }} {{target}}',
|
|
@@ -55,19 +56,25 @@ const description = {
|
|
|
55
56
|
password_requirements: '密码 {{items, list}}。',
|
|
56
57
|
password_requirement: {
|
|
57
58
|
length_one: '至少应有 {{count}} 个字符',
|
|
59
|
+
length_two: '至少应有 {{count}} 个字符',
|
|
60
|
+
length_few: '至少应有 {{count}} 个字符',
|
|
61
|
+
length_many: '至少应有 {{count}} 个字符',
|
|
58
62
|
length_other: '至少应有 {{count}} 个字符',
|
|
59
63
|
character_types_one: '至少应包含大写字母、小写字母、数字和符号中的 {{count}} 种',
|
|
64
|
+
character_types_two: '至少应包含大写字母、小写字母、数字和符号中的 {{count}} 种',
|
|
65
|
+
character_types_few: '至少应包含大写字母、小写字母、数字和符号中的 {{count}} 种',
|
|
66
|
+
character_types_many: '至少应包含大写字母、小写字母、数字和符号中的 {{count}} 种',
|
|
60
67
|
character_types_other: '至少应包含大写字母、小写字母、数字和符号中的 {{count}} 种',
|
|
61
68
|
},
|
|
62
69
|
use: '使用',
|
|
63
70
|
single_sign_on_email_form: '输入你的企业电子邮件地址',
|
|
64
|
-
single_sign_on_connectors_list: '你的企业已为电子邮件账户 {{email}} 启用了单点登录。你可以继续使用以下SSO提供商进行登录。',
|
|
71
|
+
single_sign_on_connectors_list: '你的企业已为电子邮件账户 {{email}} 启用了单点登录。你可以继续使用以下 SSO 提供商进行登录。',
|
|
65
72
|
single_sign_on_enabled: '该帐户已启用单点登录',
|
|
66
73
|
authorize_title: '授权给 {{name}}',
|
|
67
74
|
request_permission: '{{name}} 需要权限:',
|
|
68
75
|
grant_organization_access: '授予组织访问权限:',
|
|
69
76
|
authorize_personal_data_usage: '你将授权该应用使用你的以下个人数据:',
|
|
70
|
-
authorize_organization_access: '
|
|
77
|
+
authorize_organization_access: '授权访问特定组织:',
|
|
71
78
|
user_scopes: '用户个人信息',
|
|
72
79
|
organization_scopes: '组织权限',
|
|
73
80
|
authorize_agreement: `你将同意授权给 {{name}} <link></link>.`,
|
|
@@ -83,5 +90,8 @@ const description = {
|
|
|
83
90
|
back_to_sign_in: '返回登录',
|
|
84
91
|
support_email: '支持邮箱:<link></link>',
|
|
85
92
|
support_website: '支持网站:<link></link>',
|
|
93
|
+
switch_account_title: '你当前登录的账号是 {{account}}',
|
|
94
|
+
switch_account_description: '要继续,你将退出当前账户,并自动切换到新账户。',
|
|
95
|
+
about_yourself: '介绍一下你自己',
|
|
86
96
|
};
|
|
87
97
|
export default Object.freeze(description);
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
declare const _default: Readonly<{
|
|
2
2
|
general_required: string;
|
|
3
3
|
general_invalid: string;
|
|
4
|
+
invalid_min_max_input: string;
|
|
5
|
+
invalid_min_max_length: string;
|
|
4
6
|
username_required: string;
|
|
5
7
|
password_required: string;
|
|
6
8
|
username_exists: string;
|
|
@@ -30,5 +32,9 @@ declare const _default: Readonly<{
|
|
|
30
32
|
};
|
|
31
33
|
}>;
|
|
32
34
|
sso_not_enabled: string;
|
|
35
|
+
invalid_link: string;
|
|
36
|
+
invalid_link_description: string;
|
|
37
|
+
captcha_verification_failed: string;
|
|
38
|
+
something_went_wrong: string;
|
|
33
39
|
}>;
|
|
34
40
|
export default _default;
|
|
@@ -2,6 +2,8 @@ import password_rejected from './password-rejected.js';
|
|
|
2
2
|
const error = {
|
|
3
3
|
general_required: '{{types, list(type: disjunction;)}}必填',
|
|
4
4
|
general_invalid: '无效的{{types, list(type: disjunction;)}}',
|
|
5
|
+
invalid_min_max_input: '输入值应在 {{minValue}} 和 {{maxValue}} 之间',
|
|
6
|
+
invalid_min_max_length: '输入值的长度应在 {{minLength}} 和 {{maxLength}} 之间',
|
|
5
7
|
username_required: '用户名必填',
|
|
6
8
|
password_required: '密码必填',
|
|
7
9
|
username_exists: '用户名已存在',
|
|
@@ -18,5 +20,9 @@ const error = {
|
|
|
18
20
|
timeout: '请求超时,请稍后重试。',
|
|
19
21
|
password_rejected,
|
|
20
22
|
sso_not_enabled: '此邮箱账户未启用单点登录。',
|
|
23
|
+
invalid_link: '无效的链接',
|
|
24
|
+
invalid_link_description: '你的一次性令牌可能已过期或不再有效。',
|
|
25
|
+
captcha_verification_failed: '验证码验证失败。',
|
|
26
|
+
something_went_wrong: '出现错误。',
|
|
21
27
|
};
|
|
22
28
|
export default Object.freeze(error);
|
|
@@ -15,6 +15,7 @@ declare const _default: Readonly<{
|
|
|
15
15
|
action: Readonly<{
|
|
16
16
|
sign_in: string;
|
|
17
17
|
continue: string;
|
|
18
|
+
continue_as: string;
|
|
18
19
|
create_account: string;
|
|
19
20
|
create_account_without_linking: string;
|
|
20
21
|
create: string;
|
|
@@ -45,6 +46,7 @@ declare const _default: Readonly<{
|
|
|
45
46
|
single_sign_on: string;
|
|
46
47
|
authorize: string;
|
|
47
48
|
use_another_account: string;
|
|
49
|
+
back_to_current_account: string;
|
|
48
50
|
}>;
|
|
49
51
|
description: Readonly<{
|
|
50
52
|
email: string;
|
|
@@ -58,6 +60,7 @@ declare const _default: Readonly<{
|
|
|
58
60
|
sign_in: string;
|
|
59
61
|
privacy_policy: string;
|
|
60
62
|
create_account: string;
|
|
63
|
+
switch_account: string;
|
|
61
64
|
or: string;
|
|
62
65
|
and: string;
|
|
63
66
|
enter_passcode: string;
|
|
@@ -103,8 +106,14 @@ declare const _default: Readonly<{
|
|
|
103
106
|
password_requirements: string;
|
|
104
107
|
password_requirement: {
|
|
105
108
|
length_one: string;
|
|
109
|
+
length_two: string;
|
|
110
|
+
length_few: string;
|
|
111
|
+
length_many: string;
|
|
106
112
|
length_other: string;
|
|
107
113
|
character_types_one: string;
|
|
114
|
+
character_types_two: string;
|
|
115
|
+
character_types_few: string;
|
|
116
|
+
character_types_many: string;
|
|
108
117
|
character_types_other: string;
|
|
109
118
|
};
|
|
110
119
|
use: string;
|
|
@@ -131,10 +140,15 @@ declare const _default: Readonly<{
|
|
|
131
140
|
back_to_sign_in: string;
|
|
132
141
|
support_email: string;
|
|
133
142
|
support_website: string;
|
|
143
|
+
switch_account_title: string;
|
|
144
|
+
switch_account_description: string;
|
|
145
|
+
about_yourself: string;
|
|
134
146
|
}>;
|
|
135
147
|
error: Readonly<{
|
|
136
148
|
general_required: string;
|
|
137
149
|
general_invalid: string;
|
|
150
|
+
invalid_min_max_input: string;
|
|
151
|
+
invalid_min_max_length: string;
|
|
138
152
|
username_required: string;
|
|
139
153
|
password_required: string;
|
|
140
154
|
username_exists: string;
|
|
@@ -164,6 +178,10 @@ declare const _default: Readonly<{
|
|
|
164
178
|
};
|
|
165
179
|
}>;
|
|
166
180
|
sso_not_enabled: string;
|
|
181
|
+
invalid_link: string;
|
|
182
|
+
invalid_link_description: string;
|
|
183
|
+
captcha_verification_failed: string;
|
|
184
|
+
something_went_wrong: string;
|
|
167
185
|
}>;
|
|
168
186
|
list: Readonly<{
|
|
169
187
|
or: string;
|
|
@@ -174,12 +192,18 @@ declare const _default: Readonly<{
|
|
|
174
192
|
totp: string;
|
|
175
193
|
webauthn: string;
|
|
176
194
|
backup_code: string;
|
|
195
|
+
email_verification_code: string;
|
|
196
|
+
phone_verification_code: string;
|
|
177
197
|
link_totp_description: string;
|
|
178
198
|
link_webauthn_description: string;
|
|
179
199
|
link_backup_code_description: string;
|
|
200
|
+
link_email_verification_code_description: string;
|
|
201
|
+
link_phone_verification_code_description: string;
|
|
180
202
|
verify_totp_description: string;
|
|
181
203
|
verify_webauthn_description: string;
|
|
182
204
|
verify_backup_code_description: string;
|
|
205
|
+
verify_email_verification_code_description: string;
|
|
206
|
+
verify_phone_verification_code_description: string;
|
|
183
207
|
add_mfa_factors: string;
|
|
184
208
|
add_mfa_description: string;
|
|
185
209
|
verify_mfa_factors: string;
|
|
@@ -229,6 +253,30 @@ declare const _default: Readonly<{
|
|
|
229
253
|
address: string;
|
|
230
254
|
};
|
|
231
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
|
+
}>;
|
|
232
280
|
};
|
|
233
281
|
}>;
|
|
234
282
|
export default _default;
|
|
@@ -5,6 +5,7 @@ import error from './error/index.js';
|
|
|
5
5
|
import input from './input.js';
|
|
6
6
|
import list from './list.js';
|
|
7
7
|
import mfa from './mfa.js';
|
|
8
|
+
import profile from './profile.js';
|
|
8
9
|
import secondary from './secondary.js';
|
|
9
10
|
import user_scopes from './user-scopes.js';
|
|
10
11
|
const zh_cn = {
|
|
@@ -18,6 +19,7 @@ const zh_cn = {
|
|
|
18
19
|
mfa,
|
|
19
20
|
development_tenant,
|
|
20
21
|
user_scopes,
|
|
22
|
+
profile,
|
|
21
23
|
},
|
|
22
24
|
};
|
|
23
25
|
export default Object.freeze(zh_cn);
|
|
@@ -2,12 +2,18 @@ declare const _default: Readonly<{
|
|
|
2
2
|
totp: string;
|
|
3
3
|
webauthn: string;
|
|
4
4
|
backup_code: string;
|
|
5
|
+
email_verification_code: string;
|
|
6
|
+
phone_verification_code: string;
|
|
5
7
|
link_totp_description: string;
|
|
6
8
|
link_webauthn_description: string;
|
|
7
9
|
link_backup_code_description: string;
|
|
10
|
+
link_email_verification_code_description: string;
|
|
11
|
+
link_phone_verification_code_description: string;
|
|
8
12
|
verify_totp_description: string;
|
|
9
13
|
verify_webauthn_description: string;
|
|
10
14
|
verify_backup_code_description: string;
|
|
15
|
+
verify_email_verification_code_description: string;
|
|
16
|
+
verify_phone_verification_code_description: string;
|
|
11
17
|
add_mfa_factors: string;
|
|
12
18
|
add_mfa_description: string;
|
|
13
19
|
verify_mfa_factors: string;
|
package/lib/locales/zh-cn/mfa.js
CHANGED
|
@@ -2,12 +2,18 @@ const mfa = {
|
|
|
2
2
|
totp: '身份验证应用 OTP',
|
|
3
3
|
webauthn: '通行证',
|
|
4
4
|
backup_code: '备份代码',
|
|
5
|
+
email_verification_code: '电子邮件验证码',
|
|
6
|
+
phone_verification_code: '短信验证码',
|
|
5
7
|
link_totp_description: '例如,Google Authenticator 等。',
|
|
6
8
|
link_webauthn_description: '链接您的设备或 USB 硬件',
|
|
7
9
|
link_backup_code_description: '生成备份代码',
|
|
10
|
+
link_email_verification_code_description: '关联您的电子邮件地址',
|
|
11
|
+
link_phone_verification_code_description: '关联您的电话号码',
|
|
8
12
|
verify_totp_description: '在应用程序中输入一次性代码',
|
|
9
13
|
verify_webauthn_description: '验证您的设备或 USB 硬件',
|
|
10
14
|
verify_backup_code_description: '粘贴您保存的备份代码',
|
|
15
|
+
verify_email_verification_code_description: '输入发送到您电子邮件的验证码',
|
|
16
|
+
verify_phone_verification_code_description: '输入发送到您手机的验证码',
|
|
11
17
|
add_mfa_factors: '添加两步验证',
|
|
12
18
|
add_mfa_description: '已启用两步验证。选择第二种验证方法以进行安全登录。',
|
|
13
19
|
verify_mfa_factors: '两步验证',
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
declare const _default: Readonly<{
|
|
2
|
+
name: string;
|
|
3
|
+
avatar: string;
|
|
4
|
+
givenName: string;
|
|
5
|
+
familyName: string;
|
|
6
|
+
middleName: string;
|
|
7
|
+
fullName: string;
|
|
8
|
+
nickname: string;
|
|
9
|
+
preferredUsername: string;
|
|
10
|
+
profile: string;
|
|
11
|
+
website: string;
|
|
12
|
+
gender: string;
|
|
13
|
+
birthdate: string;
|
|
14
|
+
zoneinfo: string;
|
|
15
|
+
locale: string;
|
|
16
|
+
address: {
|
|
17
|
+
formatted: string;
|
|
18
|
+
streetAddress: string;
|
|
19
|
+
locality: string;
|
|
20
|
+
region: string;
|
|
21
|
+
postalCode: string;
|
|
22
|
+
country: string;
|
|
23
|
+
};
|
|
24
|
+
}>;
|
|
25
|
+
export default _default;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const profile = {
|
|
2
|
+
name: '姓名',
|
|
3
|
+
avatar: '头像',
|
|
4
|
+
givenName: '名',
|
|
5
|
+
familyName: '姓',
|
|
6
|
+
middleName: '中间名',
|
|
7
|
+
fullName: '全名',
|
|
8
|
+
nickname: '昵称',
|
|
9
|
+
preferredUsername: '首选用户名',
|
|
10
|
+
profile: '个人资料',
|
|
11
|
+
website: '网站',
|
|
12
|
+
gender: '性别',
|
|
13
|
+
birthdate: '出生日期',
|
|
14
|
+
zoneinfo: '时区信息',
|
|
15
|
+
locale: '语言环境',
|
|
16
|
+
address: {
|
|
17
|
+
formatted: '地址',
|
|
18
|
+
streetAddress: '街道地址',
|
|
19
|
+
locality: '城市',
|
|
20
|
+
region: '州 / 省份',
|
|
21
|
+
postalCode: '邮政编码',
|
|
22
|
+
country: '国家',
|
|
23
|
+
},
|
|
24
|
+
};
|
|
25
|
+
export default Object.freeze(profile);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
declare const _default: Readonly<{
|
|
2
2
|
sign_in: string;
|
|
3
3
|
continue: string;
|
|
4
|
+
continue_as: string;
|
|
4
5
|
create_account: string;
|
|
5
6
|
create_account_without_linking: string;
|
|
6
7
|
create: string;
|
|
@@ -29,9 +30,8 @@ declare const _default: Readonly<{
|
|
|
29
30
|
verify_via_passkey: string;
|
|
30
31
|
download: string;
|
|
31
32
|
single_sign_on: string;
|
|
32
|
-
/** UNTRANSLATED */
|
|
33
33
|
authorize: string;
|
|
34
|
-
/** UNTRANSLATED */
|
|
35
34
|
use_another_account: string;
|
|
35
|
+
back_to_current_account: string;
|
|
36
36
|
}>;
|
|
37
37
|
export default _default;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
const action = {
|
|
2
2
|
sign_in: '登錄',
|
|
3
3
|
continue: '繼續',
|
|
4
|
+
continue_as: '以 {{name}} 繼續',
|
|
4
5
|
create_account: '註冊',
|
|
5
6
|
create_account_without_linking: '創建新的帳戶',
|
|
6
7
|
create: '註冊',
|
|
@@ -29,9 +30,8 @@ const action = {
|
|
|
29
30
|
verify_via_passkey: '透過 Passkey 驗證',
|
|
30
31
|
download: '下載',
|
|
31
32
|
single_sign_on: '單點登錄',
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
use_another_account: 'Use another account',
|
|
33
|
+
authorize: '授權',
|
|
34
|
+
use_another_account: '使用其他帳戶',
|
|
35
|
+
back_to_current_account: '返回當前帳戶',
|
|
36
36
|
};
|
|
37
37
|
export default Object.freeze(action);
|
|
@@ -10,6 +10,7 @@ declare const _default: Readonly<{
|
|
|
10
10
|
sign_in: string;
|
|
11
11
|
privacy_policy: string;
|
|
12
12
|
create_account: string;
|
|
13
|
+
switch_account: string;
|
|
13
14
|
or: string;
|
|
14
15
|
and: string;
|
|
15
16
|
enter_passcode: string;
|
|
@@ -55,37 +56,31 @@ declare const _default: Readonly<{
|
|
|
55
56
|
password_requirements: string;
|
|
56
57
|
password_requirement: {
|
|
57
58
|
length_one: string;
|
|
59
|
+
length_two: string;
|
|
60
|
+
length_few: string;
|
|
61
|
+
length_many: string;
|
|
58
62
|
length_other: string;
|
|
59
63
|
character_types_one: string;
|
|
64
|
+
character_types_two: string;
|
|
65
|
+
character_types_few: string;
|
|
66
|
+
character_types_many: string;
|
|
60
67
|
character_types_other: string;
|
|
61
68
|
};
|
|
62
69
|
use: string;
|
|
63
70
|
single_sign_on_email_form: string;
|
|
64
71
|
single_sign_on_connectors_list: string;
|
|
65
72
|
single_sign_on_enabled: string;
|
|
66
|
-
/** UNTRANSLATED */
|
|
67
73
|
authorize_title: string;
|
|
68
|
-
/** UNTRANSLATED */
|
|
69
74
|
request_permission: string;
|
|
70
|
-
/** UNTRANSLATED */
|
|
71
75
|
grant_organization_access: string;
|
|
72
|
-
/** UNTRANSLATED */
|
|
73
76
|
authorize_personal_data_usage: string;
|
|
74
|
-
/** UNTRANSLATED */
|
|
75
77
|
authorize_organization_access: string;
|
|
76
|
-
/** UNTRANSLATED */
|
|
77
78
|
user_scopes: string;
|
|
78
|
-
/** UNTRANSLATED */
|
|
79
79
|
organization_scopes: string;
|
|
80
|
-
/** UNTRANSLATED */
|
|
81
80
|
authorize_agreement: string;
|
|
82
|
-
/** UNTRANSLATED */
|
|
83
81
|
authorize_agreement_with_redirect: string;
|
|
84
|
-
/** UNTRANSLATED */
|
|
85
82
|
not_you: string;
|
|
86
|
-
/** UNTRANSLATED */
|
|
87
83
|
user_id: string;
|
|
88
|
-
/** UNTRANSLATED */
|
|
89
84
|
redirect_to: string;
|
|
90
85
|
auto_agreement: string;
|
|
91
86
|
identifier_sign_in_description: string;
|
|
@@ -95,5 +90,8 @@ declare const _default: Readonly<{
|
|
|
95
90
|
back_to_sign_in: string;
|
|
96
91
|
support_email: string;
|
|
97
92
|
support_website: string;
|
|
93
|
+
switch_account_title: string;
|
|
94
|
+
switch_account_description: string;
|
|
95
|
+
about_yourself: string;
|
|
98
96
|
}>;
|
|
99
97
|
export default _default;
|