@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
|
@@ -0,0 +1,65 @@
|
|
|
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_email_2fa_description: string;
|
|
12
|
+
link_phone_verification_code_description: string;
|
|
13
|
+
link_phone_2fa_description: string;
|
|
14
|
+
verify_totp_description: string;
|
|
15
|
+
verify_webauthn_description: string;
|
|
16
|
+
verify_backup_code_description: string;
|
|
17
|
+
verify_email_verification_code_description: string;
|
|
18
|
+
verify_phone_verification_code_description: string;
|
|
19
|
+
send_to_email: string;
|
|
20
|
+
send_to_phone: string;
|
|
21
|
+
onboarding: string;
|
|
22
|
+
onboarding_description: string;
|
|
23
|
+
enable_mfa: string;
|
|
24
|
+
add_mfa_factors: string;
|
|
25
|
+
add_mfa_description: string;
|
|
26
|
+
add_another_mfa_factor: string;
|
|
27
|
+
add_another_mfa_description: string;
|
|
28
|
+
verify_mfa_factors: string;
|
|
29
|
+
verify_mfa_description: string;
|
|
30
|
+
add_authenticator_app: string;
|
|
31
|
+
replace_authenticator_app: string;
|
|
32
|
+
step: string;
|
|
33
|
+
scan_qr_code: string;
|
|
34
|
+
scan_qr_code_description: string;
|
|
35
|
+
qr_code_not_available: string;
|
|
36
|
+
copy_and_paste_key: string;
|
|
37
|
+
copy_and_paste_key_description: string;
|
|
38
|
+
want_to_scan_qr_code: string;
|
|
39
|
+
enter_one_time_code: string;
|
|
40
|
+
enter_one_time_code_link_description: string;
|
|
41
|
+
enter_one_time_code_description: string;
|
|
42
|
+
enter_email_verification_code: string;
|
|
43
|
+
enter_email_verification_code_description: string;
|
|
44
|
+
enter_phone_verification_code: string;
|
|
45
|
+
enter_phone_verification_code_description: string;
|
|
46
|
+
link_another_mfa_factor: string;
|
|
47
|
+
save_backup_code: string;
|
|
48
|
+
save_backup_code_description: string;
|
|
49
|
+
backup_code_hint: string;
|
|
50
|
+
new_backup_codes_generated: string;
|
|
51
|
+
enter_a_backup_code: string;
|
|
52
|
+
enter_backup_code_description: string;
|
|
53
|
+
create_a_passkey: string;
|
|
54
|
+
create_passkey_description: string;
|
|
55
|
+
try_another_verification_method: string;
|
|
56
|
+
verify_via_passkey: string;
|
|
57
|
+
verify_via_passkey_description: string;
|
|
58
|
+
secret_key_copied: string;
|
|
59
|
+
backup_code_copied: string;
|
|
60
|
+
webauthn_not_ready: string;
|
|
61
|
+
webauthn_not_supported: string;
|
|
62
|
+
webauthn_failed_to_create: string;
|
|
63
|
+
webauthn_failed_to_verify: string;
|
|
64
|
+
}>;
|
|
65
|
+
export default _default;
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
const mfa = {
|
|
2
|
+
totp: 'کد یکبار مصرف اپلیکیشن احراز هویت',
|
|
3
|
+
webauthn: 'کلید عبور',
|
|
4
|
+
backup_code: 'کد پشتیبان',
|
|
5
|
+
email_verification_code: 'کد تأیید ایمیل',
|
|
6
|
+
phone_verification_code: 'کد تأیید پیامکی',
|
|
7
|
+
link_totp_description: 'مثلاً Google Authenticator و غیره.',
|
|
8
|
+
link_webauthn_description: 'دستگاه یا کلید سختافزاری USB خود را متصل کنید',
|
|
9
|
+
link_backup_code_description: 'یک کد پشتیبان ایجاد کنید',
|
|
10
|
+
link_email_verification_code_description: 'آدرس ایمیل خود را متصل کنید',
|
|
11
|
+
link_email_2fa_description: 'آدرس ایمیل خود را برای تأیید دو مرحلهای متصل کنید',
|
|
12
|
+
link_phone_verification_code_description: 'شماره تلفن خود را متصل کنید',
|
|
13
|
+
link_phone_2fa_description: 'شماره تلفن خود را برای تأیید دو مرحلهای متصل کنید',
|
|
14
|
+
verify_totp_description: 'کد یکبار مصرف را در اپلیکیشن وارد کنید',
|
|
15
|
+
verify_webauthn_description: 'دستگاه یا کلید سختافزاری USB خود را تأیید کنید',
|
|
16
|
+
verify_backup_code_description: 'کد پشتیبانی که ذخیره کردهاید را وارد کنید',
|
|
17
|
+
verify_email_verification_code_description: 'کد ارسالشده به ایمیل شما را وارد کنید',
|
|
18
|
+
verify_phone_verification_code_description: 'کد ارسالشده به تلفن شما را وارد کنید',
|
|
19
|
+
send_to_email: 'ارسال به {{identifier}}',
|
|
20
|
+
send_to_phone: 'ارسال به {{identifier}}',
|
|
21
|
+
onboarding: 'تأیید دو مرحلهای را فعال کنید',
|
|
22
|
+
onboarding_description: 'با تأیید دو مرحلهای از حساب خود محافظت کنید. یک یا چند روش را انتخاب کنید: کلید عبور، اپلیکیشن احراز هویت (OTP)، کد تأیید پیامکی، یا کدهای پشتیبان.',
|
|
23
|
+
enable_mfa: 'تأیید دو مرحلهای را فعال کنید',
|
|
24
|
+
add_mfa_factors: 'تأیید دو مرحلهای را اضافه کنید',
|
|
25
|
+
add_mfa_description: 'تأیید دو عاملی فعال شده است. روش تأیید دوم خود را برای ورود امن انتخاب کنید.',
|
|
26
|
+
add_another_mfa_factor: 'تأیید دو مرحلهای دیگری اضافه کنید',
|
|
27
|
+
add_another_mfa_description: 'روش دیگری برای تأیید هویت خود هنگام ورود انتخاب کنید.',
|
|
28
|
+
verify_mfa_factors: 'تأیید دو مرحلهای',
|
|
29
|
+
verify_mfa_description: 'تأیید دو مرحلهای برای این حساب فعال شده است. لطفاً روش دوم برای تأیید هویت خود را انتخاب کنید.',
|
|
30
|
+
add_authenticator_app: 'اپلیکیشن احراز هویت را اضافه کنید',
|
|
31
|
+
replace_authenticator_app: 'اپلیکیشن احراز هویت را جایگزین کنید',
|
|
32
|
+
step: 'مرحله {{step, number}}: {{content}}',
|
|
33
|
+
scan_qr_code: 'این کد QR را اسکن کنید',
|
|
34
|
+
scan_qr_code_description: 'کد QR زیر را با اپلیکیشن احراز هویت خود مانند Google Authenticator، Duo Mobile، Authy و غیره اسکن کنید.',
|
|
35
|
+
qr_code_not_available: 'نمیتوانید کد QR را اسکن کنید؟',
|
|
36
|
+
copy_and_paste_key: 'کلید را کپی و جایگذاری کنید',
|
|
37
|
+
copy_and_paste_key_description: 'کلید زیر را در اپلیکیشن احراز هویت خود مانند Google Authenticator، Duo Mobile، Authy و غیره کپی و جایگذاری کنید.',
|
|
38
|
+
want_to_scan_qr_code: 'میخواهید کد QR را اسکن کنید؟',
|
|
39
|
+
enter_one_time_code: 'کد یکبار مصرف را وارد کنید',
|
|
40
|
+
enter_one_time_code_link_description: 'کد تأیید ۶ رقمی ایجاد شده توسط اپلیکیشن احراز هویت را وارد کنید.',
|
|
41
|
+
enter_one_time_code_description: 'تأیید دو مرحلهای برای این حساب فعال شده است. لطفاً کد یکبار مصرف نشان داده شده در اپلیکیشن احراز هویت متصل شده را وارد کنید.',
|
|
42
|
+
enter_email_verification_code: 'کد تأیید ایمیل را وارد کنید',
|
|
43
|
+
enter_email_verification_code_description: 'احراز هویت دو مرحلهای برای این حساب فعال شده است. لطفاً کد تأیید ایمیل ارسال شده به {{identifier}} را وارد کنید.',
|
|
44
|
+
enter_phone_verification_code: 'کد تأیید پیامکی را وارد کنید',
|
|
45
|
+
enter_phone_verification_code_description: 'احراز هویت دو مرحلهای برای این حساب فعال شده است. لطفاً کد تأیید پیامکی ارسال شده به {{identifier}} را وارد کنید.',
|
|
46
|
+
link_another_mfa_factor: 'تغییر به روش دیگر',
|
|
47
|
+
save_backup_code: 'کد پشتیبان خود را ذخیره کنید',
|
|
48
|
+
save_backup_code_description: 'اگر در حین تأیید دو مرحلهای با مشکل مواجه شدید، میتوانید از یکی از این کدهای پشتیبان برای دسترسی به حساب خود استفاده کنید. هر کد فقط یکبار قابل استفاده است.',
|
|
49
|
+
backup_code_hint: 'مطمئن شوید که آنها را کپی کرده و در مکانی امن ذخیره کنید.',
|
|
50
|
+
new_backup_codes_generated: 'کدهای پشتیبان جدید جایگزین کدهای قدیمی شما شدهاند. آنها را در اسرع وقت در مکانی امن ذخیره کنید.',
|
|
51
|
+
enter_a_backup_code: 'یک کد پشتیبان وارد کنید',
|
|
52
|
+
enter_backup_code_description: 'کد پشتیبانی که هنگام فعالسازی اولیه تأیید دو مرحلهای ذخیره کردهاید را وارد کنید.',
|
|
53
|
+
create_a_passkey: 'یک کلید عبور ایجاد کنید',
|
|
54
|
+
create_passkey_description: 'کلید عبور خود را با استفاده از بیومتریک دستگاه، کلیدهای امنیتی (مثلاً YubiKey)، یا سایر روشهای موجود ثبت کنید.',
|
|
55
|
+
try_another_verification_method: 'روش تأیید دیگری را امتحان کنید',
|
|
56
|
+
verify_via_passkey: 'تأیید از طریق کلید عبور',
|
|
57
|
+
verify_via_passkey_description: 'از کلید عبور برای تأیید با رمز عبور دستگاه یا بیومتریک، اسکن کد QR، یا استفاده از کلید امنیتی USB مانند YubiKey استفاده کنید.',
|
|
58
|
+
secret_key_copied: 'کلید مخفی کپی شد.',
|
|
59
|
+
backup_code_copied: 'کد پشتیبان کپی شد.',
|
|
60
|
+
webauthn_not_ready: 'WebAuthn هنوز آماده نیست. لطفاً بعداً دوباره تلاش کنید.',
|
|
61
|
+
webauthn_not_supported: 'WebAuthn در این مرورگر پشتیبانی نمیشود.',
|
|
62
|
+
webauthn_failed_to_create: 'ایجاد ناموفق بود. لطفاً دوباره تلاش کنید.',
|
|
63
|
+
webauthn_failed_to_verify: 'تأیید ناموفق بود. لطفاً دوباره تلاش کنید.',
|
|
64
|
+
};
|
|
65
|
+
export default Object.freeze(mfa);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const passkey_sign_in = {
|
|
2
|
+
setup_page: {
|
|
3
|
+
title: 'ورود خود را سادهتر کنید',
|
|
4
|
+
subtitle: 'یک کلید عبور ایجاد کنید',
|
|
5
|
+
description: 'کلید عبور خود را با استفاده از ویژگیهای زیستی دستگاه، کلیدهای امنیتی مانند YubiKey یا سایر روشهای موجود ثبت کنید.',
|
|
6
|
+
},
|
|
7
|
+
trigger_conditional_ui_failed: 'فعالسازی تکمیل خودکار کلید عبور ناموفق بود.',
|
|
8
|
+
};
|
|
9
|
+
export default Object.freeze(passkey_sign_in);
|
|
@@ -0,0 +1,48 @@
|
|
|
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
|
+
gender_options: {
|
|
25
|
+
female: string;
|
|
26
|
+
male: string;
|
|
27
|
+
prefer_not_to_say: string;
|
|
28
|
+
};
|
|
29
|
+
checkbox_value: {
|
|
30
|
+
checked: string;
|
|
31
|
+
unchecked: string;
|
|
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
|
+
};
|
|
47
|
+
}>;
|
|
48
|
+
export default _default;
|
|
@@ -0,0 +1,48 @@
|
|
|
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
|
+
gender_options: {
|
|
25
|
+
female: 'زن',
|
|
26
|
+
male: 'مرد',
|
|
27
|
+
prefer_not_to_say: 'ترجیح میدهم اعلام نکنم',
|
|
28
|
+
},
|
|
29
|
+
checkbox_value: {
|
|
30
|
+
checked: 'بله',
|
|
31
|
+
unchecked: 'خیر',
|
|
32
|
+
},
|
|
33
|
+
avatar_upload: {
|
|
34
|
+
upload: 'بارگذاری',
|
|
35
|
+
remove: 'حذف',
|
|
36
|
+
uploading: 'در حال بارگذاری...',
|
|
37
|
+
hint: 'نسبت تصویر پیشنهادی ۱:۱ و حداکثر اندازه {{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
|
+
},
|
|
47
|
+
};
|
|
48
|
+
export default Object.freeze(profile);
|
|
@@ -0,0 +1,15 @@
|
|
|
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
|
+
'urn:logto:scope:sessions': string;
|
|
13
|
+
};
|
|
14
|
+
}>;
|
|
15
|
+
export default _default;
|
|
@@ -0,0 +1,15 @@
|
|
|
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
|
+
'urn:logto:scope:sessions': 'نشستهای فعال شما',
|
|
13
|
+
},
|
|
14
|
+
};
|
|
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: 'Compte',
|
|
8
8
|
security_title: 'Sécurité',
|
|
9
9
|
security_description: "Modifiez ici les paramètres de votre compte afin d'en garantir la sécurité.",
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
sidebar_personal_info: 'Personal info',
|
|
16
|
-
/** UNTRANSLATED */
|
|
17
|
-
sidebar_security: 'Security',
|
|
10
|
+
profile_title: 'Informations personnelles',
|
|
11
|
+
profile_description: 'Changez vos informations personnelles ici.',
|
|
12
|
+
sidebar_personal_info: 'Informations personnelles',
|
|
13
|
+
sidebar_security: 'Sécurité',
|
|
14
|
+
sidebar_sessions: 'Sessions',
|
|
18
15
|
support: 'Assistance',
|
|
19
16
|
},
|
|
20
17
|
verification: {
|
|
@@ -66,6 +63,7 @@ const account_center = {
|
|
|
66
63
|
username: {
|
|
67
64
|
title: "Définir le nom d'utilisateur",
|
|
68
65
|
description: "Le nom d'utilisateur doit contenir uniquement des lettres, des chiffres et des tirets bas.",
|
|
66
|
+
policy_description: '{{requirements}}',
|
|
69
67
|
success: "Nom d'utilisateur mis à jour avec succès.",
|
|
70
68
|
},
|
|
71
69
|
security: {
|
|
@@ -98,6 +96,8 @@ const account_center = {
|
|
|
98
96
|
turn_off_2_step_verification_description: 'La désactivation de la vérification en deux étapes supprimera la couche de protection supplémentaire de votre compte lors de la connexion. Êtes-vous sûr de vouloir continuer ?',
|
|
99
97
|
disable_2_step_verification: 'Désactiver',
|
|
100
98
|
no_verification_method_warning: "Vous n'avez pas ajouté de deuxième méthode de vérification. Ajoutez-en au moins une pour activer la vérification en deux étapes lors de la connexion.",
|
|
99
|
+
passkey_sign_in_prompt: 'Inviter à configurer un passkey',
|
|
100
|
+
passkey_sign_in_prompt_description: 'Lorsque cette option est activée, il vous sera demandé de configurer un passkey pour une connexion plus rapide et plus sécurisée.',
|
|
101
101
|
account_removal: 'Suppression du compte',
|
|
102
102
|
delete_your_account: 'Supprimez votre compte',
|
|
103
103
|
delete_account: 'Supprimer le compte',
|
|
@@ -231,5 +231,25 @@ const account_center = {
|
|
|
231
231
|
name_passkey_description: "Vous avez vérifié cet appareil avec succès pour l'authentification en deux étapes. Personnalisez le nom pour le reconnaître si vous avez plusieurs clés.",
|
|
232
232
|
name_input_label: 'Nom',
|
|
233
233
|
},
|
|
234
|
+
sessions: {
|
|
235
|
+
page_title: 'Sessions',
|
|
236
|
+
page_description: 'Gérez vos sessions actives et les applications tierces autorisées.',
|
|
237
|
+
title: 'Sessions',
|
|
238
|
+
current_session: 'Session actuelle',
|
|
239
|
+
signed_in_at: 'Connecté le {{date}}',
|
|
240
|
+
revoke_session: 'Déconnecter',
|
|
241
|
+
revoke_session_title: 'Déconnecter la session',
|
|
242
|
+
revoke_session_description: 'Cela déconnectera la session et révoquera tous les accès associés. Êtes-vous sûr de vouloir continuer ?',
|
|
243
|
+
no_other_sessions: 'Aucune autre session active.',
|
|
244
|
+
loading: 'Chargement...',
|
|
245
|
+
third_party_apps_title: 'Applications tierces',
|
|
246
|
+
no_third_party_apps: 'Aucune application tierce autorisée.',
|
|
247
|
+
third_party_apps_load_failed: 'Impossible de charger les applications tierces. Veuillez réessayer.',
|
|
248
|
+
granted_at: 'Autorisé le {{date}}',
|
|
249
|
+
revoke_grant: 'Supprimer',
|
|
250
|
+
revoke_grant_title: "Supprimer l'accès de l'application tierce",
|
|
251
|
+
revoke_grant_description: 'Cela révoquera tous les accès accordés à cette application. Êtes-vous sûr de vouloir continuer ?',
|
|
252
|
+
revoke_grant_failed: 'Échec de la révocation de certaines autorisations. Veuillez réessayer.',
|
|
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: 'Connectez-vous avec le mot de passe pour {{method}} {{value}}',
|
|
42
42
|
enter_username: "Définir un nom d'utilisateur",
|
|
43
43
|
enter_username_description: "Le nom d'utilisateur est une alternative pour la connexion. Le nom d'utilisateur doit contenir uniquement des lettres, des chiffres et des underscores.",
|
|
44
|
+
enter_username_policy_description: "Le nom d'utilisateur est une alternative pour la connexion. {{requirements}}",
|
|
44
45
|
link_email: "Lier l'adresse e-mail",
|
|
45
46
|
link_phone: 'Lier le numéro de téléphone',
|
|
46
47
|
link_email_or_phone: "Lier l'adresse e-mail ou le numéro de téléphone",
|
|
@@ -71,6 +72,17 @@ const description = {
|
|
|
71
72
|
character_types_many: 'doit contenir au moins {{count}} types de lettres majuscules, lettres minuscules, chiffres et symboles',
|
|
72
73
|
character_types_other: 'doit contenir au moins {{count}} types de lettres majuscules, lettres minuscules, chiffres et symboles',
|
|
73
74
|
},
|
|
75
|
+
username_requirements: "Nom d'utilisateur {{items, list}}.",
|
|
76
|
+
username_requirement: {
|
|
77
|
+
length: 'doit comporter entre {{min}} et {{max}} caractères',
|
|
78
|
+
characters: 'ne peut contenir que {{characters, list}}',
|
|
79
|
+
},
|
|
80
|
+
username_character: {
|
|
81
|
+
uppercase: 'lettres majuscules',
|
|
82
|
+
lowercase: 'lettres minuscules',
|
|
83
|
+
number: 'chiffres',
|
|
84
|
+
underscore: 'traits de soulignement',
|
|
85
|
+
},
|
|
74
86
|
use: 'Utiliser',
|
|
75
87
|
single_sign_on_email_form: "Entrez votre adresse e-mail d'entreprise",
|
|
76
88
|
single_sign_on_connectors_list: 'Votre entreprise a activé la connexion unique (Single Sign-On) pour le compte email {{email}}. Vous pouvez continuer à vous connecter avec les fournisseurs SSO suivants.',
|
|
@@ -92,6 +104,8 @@ const description = {
|
|
|
92
104
|
all_sign_in_options: 'Toutes les options de connexion',
|
|
93
105
|
identifier_register_description: 'Entrez votre {{types, list(type: disjunction;)}} pour créer un nouveau compte.',
|
|
94
106
|
all_account_creation_options: 'Toutes les options de création de compte',
|
|
107
|
+
password_expired: 'Votre mot de passe a expiré et doit être réinitialisé avant de pouvoir vous connecter.',
|
|
108
|
+
password_expiration_reset: 'Réinitialiser le mot de passe',
|
|
95
109
|
back_to_sign_in: 'Retour à la connexion',
|
|
96
110
|
support_email: 'Email de support: <link></link>',
|
|
97
111
|
support_website: 'Site web de support: <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: "Ce Nom d'utilisateur existe déjà",
|
|
10
10
|
username_should_not_start_with_number: "Le nom d'utilisateur ne doit pas commencer par un chiffre",
|
|
11
11
|
username_invalid_charset: "Le nom d'utilisateur ne doit contenir que des lettres, des chiffres ou des caractères de soulignement.",
|
|
12
|
+
username_too_short: "Le nom d'utilisateur doit comporter au moins {{min}} caractères.",
|
|
13
|
+
username_too_long: "Le nom d'utilisateur doit comporter au plus {{max}} caractères.",
|
|
14
|
+
username_uppercase_not_allowed: "Les lettres majuscules ne sont pas autorisées dans les noms d'utilisateur.",
|
|
15
|
+
username_lowercase_not_allowed: "Les lettres minuscules ne sont pas autorisées dans les noms d'utilisateur.",
|
|
16
|
+
username_numbers_not_allowed: "Les chiffres ne sont pas autorisés dans les noms d'utilisateur.",
|
|
17
|
+
username_underscore_not_allowed: "Les caractères de soulignement ne sont pas autorisés dans les noms d'utilisateur.",
|
|
12
18
|
invalid_email: "L'email n'est pas valide",
|
|
13
19
|
invalid_phone: "Le numéro de téléphone n'est pas valide",
|
|
14
20
|
passwords_do_not_match: 'Les mots de passe ne correspondent pas',
|
|
@@ -29,6 +35,8 @@ const error = {
|
|
|
29
35
|
terms_acceptance_required: 'Acceptation des conditions requise',
|
|
30
36
|
terms_acceptance_required_description: 'Vous devez accepter les conditions pour continuer.',
|
|
31
37
|
something_went_wrong: 'Quelque chose a mal tourné',
|
|
38
|
+
access_denied: 'Accès refusé',
|
|
39
|
+
application_access_denied: "Vous n'avez pas la permission d'accéder à cette application.\nVeuillez contacter votre administrateur pour obtenir de l'aide.",
|
|
32
40
|
feature_not_enabled: "Vous n'avez pas la permission d'accéder à cette fonctionnalité. Veuillez contacter votre administrateur pour obtenir de l'aide.",
|
|
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: {
|