@logto/phrases-experience 1.13.3 → 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
|
@@ -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: 'Sí',
|
|
31
31
|
unchecked: 'No',
|
|
32
32
|
},
|
|
33
|
+
avatar_upload: {
|
|
34
|
+
upload: 'Subir',
|
|
35
|
+
remove: 'Eliminar',
|
|
36
|
+
uploading: 'Subiendo...',
|
|
37
|
+
hint: 'Tamaño recomendado 1:1, hasta {{limit}}.',
|
|
38
|
+
error_file_type: 'El tipo de archivo debe ser {{extensions}}.',
|
|
39
|
+
error_file_size: 'El tamaño del archivo no debe superar {{limit}}.',
|
|
40
|
+
error_storage_not_configured: 'No se pudo subir la foto. Inténtalo de nuevo más tarde.',
|
|
41
|
+
error_upload: 'No se pudo subir la foto. Inténtalo de nuevo.',
|
|
42
|
+
error_save: 'No se pudo guardar tu foto. Inténtalo de nuevo.',
|
|
43
|
+
crop_title: 'Recortar foto',
|
|
44
|
+
zoom: 'Zoom',
|
|
45
|
+
error_crop: 'No se pudo recortar la imagen. Inténtalo de nuevo.',
|
|
46
|
+
},
|
|
33
47
|
};
|
|
34
48
|
export default Object.freeze(profile);
|
|
@@ -9,8 +9,7 @@ const user_scopes = {
|
|
|
9
9
|
'urn:logto:scope:organizations': 'La información sobre tus organizaciones',
|
|
10
10
|
'urn:logto:scope:organization_roles': 'Tus roles en la organización',
|
|
11
11
|
address: 'Tu dirección',
|
|
12
|
-
|
|
13
|
-
'urn:logto:scope:sessions': 'Your active sessions',
|
|
12
|
+
'urn:logto:scope:sessions': 'Tus sesiones activas',
|
|
14
13
|
},
|
|
15
14
|
};
|
|
16
15
|
export default Object.freeze(user_scopes);
|
|
@@ -0,0 +1,255 @@
|
|
|
1
|
+
declare const _default: Readonly<{
|
|
2
|
+
home: {
|
|
3
|
+
title: string;
|
|
4
|
+
description: string;
|
|
5
|
+
};
|
|
6
|
+
page: {
|
|
7
|
+
title: string;
|
|
8
|
+
security_title: string;
|
|
9
|
+
security_description: string;
|
|
10
|
+
profile_title: string;
|
|
11
|
+
profile_description: string;
|
|
12
|
+
sidebar_personal_info: string;
|
|
13
|
+
sidebar_security: string;
|
|
14
|
+
sidebar_sessions: string;
|
|
15
|
+
support: string;
|
|
16
|
+
};
|
|
17
|
+
verification: {
|
|
18
|
+
title: string;
|
|
19
|
+
description: string;
|
|
20
|
+
error_send_failed: string;
|
|
21
|
+
error_invalid_code: string;
|
|
22
|
+
error_verify_failed: string;
|
|
23
|
+
verification_required: string;
|
|
24
|
+
try_another_method: string;
|
|
25
|
+
no_available_methods_title: string;
|
|
26
|
+
no_available_methods_description: string;
|
|
27
|
+
};
|
|
28
|
+
password_verification: {
|
|
29
|
+
title: string;
|
|
30
|
+
description: string;
|
|
31
|
+
error_failed: string;
|
|
32
|
+
};
|
|
33
|
+
verification_method: {
|
|
34
|
+
password: {
|
|
35
|
+
name: string;
|
|
36
|
+
description: string;
|
|
37
|
+
};
|
|
38
|
+
email: {
|
|
39
|
+
name: string;
|
|
40
|
+
description: string;
|
|
41
|
+
};
|
|
42
|
+
phone: {
|
|
43
|
+
name: string;
|
|
44
|
+
description: string;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
email: {
|
|
48
|
+
title: string;
|
|
49
|
+
description: string;
|
|
50
|
+
verification_title: string;
|
|
51
|
+
verification_description: string;
|
|
52
|
+
success: string;
|
|
53
|
+
verification_required: string;
|
|
54
|
+
};
|
|
55
|
+
phone: {
|
|
56
|
+
title: string;
|
|
57
|
+
description: string;
|
|
58
|
+
verification_title: string;
|
|
59
|
+
verification_description: string;
|
|
60
|
+
success: string;
|
|
61
|
+
verification_required: string;
|
|
62
|
+
};
|
|
63
|
+
username: {
|
|
64
|
+
title: string;
|
|
65
|
+
description: string;
|
|
66
|
+
policy_description: string;
|
|
67
|
+
success: string;
|
|
68
|
+
};
|
|
69
|
+
security: {
|
|
70
|
+
add: string;
|
|
71
|
+
change: string;
|
|
72
|
+
remove: string;
|
|
73
|
+
not_set: string;
|
|
74
|
+
social_sign_in: string;
|
|
75
|
+
social_not_linked: string;
|
|
76
|
+
email_phone: string;
|
|
77
|
+
email: string;
|
|
78
|
+
phone: string;
|
|
79
|
+
password: string;
|
|
80
|
+
configured: string;
|
|
81
|
+
not_configured: string;
|
|
82
|
+
two_step_verification: string;
|
|
83
|
+
authenticator_app: string;
|
|
84
|
+
passkeys: string;
|
|
85
|
+
backup_codes: string;
|
|
86
|
+
email_verification_code: string;
|
|
87
|
+
phone_verification_code: string;
|
|
88
|
+
passkeys_count_one: string;
|
|
89
|
+
passkeys_count_other: string;
|
|
90
|
+
backup_codes_count_one: string;
|
|
91
|
+
backup_codes_count_other: string;
|
|
92
|
+
view: string;
|
|
93
|
+
manage: string;
|
|
94
|
+
turn_on_2_step_verification_description: string;
|
|
95
|
+
turn_off_2_step_verification: string;
|
|
96
|
+
turn_off_2_step_verification_description: string;
|
|
97
|
+
disable_2_step_verification: string;
|
|
98
|
+
no_verification_method_warning: string;
|
|
99
|
+
passkey_sign_in_prompt: string;
|
|
100
|
+
passkey_sign_in_prompt_description: string;
|
|
101
|
+
account_removal: string;
|
|
102
|
+
delete_your_account: string;
|
|
103
|
+
delete_account: string;
|
|
104
|
+
remove_username_confirmation_title: string;
|
|
105
|
+
remove_username_confirmation_description: string;
|
|
106
|
+
remove_email_confirmation_title: string;
|
|
107
|
+
remove_email_confirmation_description: string;
|
|
108
|
+
remove_phone_confirmation_title: string;
|
|
109
|
+
remove_phone_confirmation_description: string;
|
|
110
|
+
email_removed: string;
|
|
111
|
+
phone_removed: string;
|
|
112
|
+
username_removed: string;
|
|
113
|
+
};
|
|
114
|
+
social: {
|
|
115
|
+
linked: string;
|
|
116
|
+
removed: string;
|
|
117
|
+
not_enabled: string;
|
|
118
|
+
remove_confirmation_title: string;
|
|
119
|
+
remove_confirmation_description: string;
|
|
120
|
+
};
|
|
121
|
+
password: {
|
|
122
|
+
title: string;
|
|
123
|
+
description: string;
|
|
124
|
+
success: string;
|
|
125
|
+
};
|
|
126
|
+
code_verification: {
|
|
127
|
+
send: string;
|
|
128
|
+
resend: string;
|
|
129
|
+
resend_countdown: string;
|
|
130
|
+
};
|
|
131
|
+
email_verification: {
|
|
132
|
+
title: string;
|
|
133
|
+
prepare_description: string;
|
|
134
|
+
email_label: string;
|
|
135
|
+
send: string;
|
|
136
|
+
description: string;
|
|
137
|
+
resend: string;
|
|
138
|
+
not_received: string;
|
|
139
|
+
resend_action: string;
|
|
140
|
+
resend_countdown: string;
|
|
141
|
+
error_send_failed: string;
|
|
142
|
+
error_verify_failed: string;
|
|
143
|
+
error_invalid_code: string;
|
|
144
|
+
};
|
|
145
|
+
phone_verification: {
|
|
146
|
+
title: string;
|
|
147
|
+
prepare_description: string;
|
|
148
|
+
phone_label: string;
|
|
149
|
+
send: string;
|
|
150
|
+
description: string;
|
|
151
|
+
resend: string;
|
|
152
|
+
resend_countdown: string;
|
|
153
|
+
error_send_failed: string;
|
|
154
|
+
error_verify_failed: string;
|
|
155
|
+
error_invalid_code: string;
|
|
156
|
+
};
|
|
157
|
+
mfa: {
|
|
158
|
+
totp_already_added: string;
|
|
159
|
+
totp_not_enabled: string;
|
|
160
|
+
backup_code_already_added: string;
|
|
161
|
+
backup_code_not_enabled: string;
|
|
162
|
+
backup_code_requires_other_mfa: string;
|
|
163
|
+
passkey_not_enabled: string;
|
|
164
|
+
passkey_already_registered: string;
|
|
165
|
+
};
|
|
166
|
+
update_success: {
|
|
167
|
+
default: {
|
|
168
|
+
title: string;
|
|
169
|
+
description: string;
|
|
170
|
+
};
|
|
171
|
+
email: {
|
|
172
|
+
title: string;
|
|
173
|
+
description: string;
|
|
174
|
+
};
|
|
175
|
+
phone: {
|
|
176
|
+
title: string;
|
|
177
|
+
description: string;
|
|
178
|
+
};
|
|
179
|
+
username: {
|
|
180
|
+
title: string;
|
|
181
|
+
description: string;
|
|
182
|
+
};
|
|
183
|
+
password: {
|
|
184
|
+
title: string;
|
|
185
|
+
description: string;
|
|
186
|
+
};
|
|
187
|
+
totp: {
|
|
188
|
+
title: string;
|
|
189
|
+
description: string;
|
|
190
|
+
};
|
|
191
|
+
totp_replaced: {
|
|
192
|
+
title: string;
|
|
193
|
+
description: string;
|
|
194
|
+
};
|
|
195
|
+
backup_code: {
|
|
196
|
+
title: string;
|
|
197
|
+
description: string;
|
|
198
|
+
};
|
|
199
|
+
passkey: {
|
|
200
|
+
title: string;
|
|
201
|
+
description: string;
|
|
202
|
+
};
|
|
203
|
+
social: {
|
|
204
|
+
title: string;
|
|
205
|
+
description: string;
|
|
206
|
+
};
|
|
207
|
+
};
|
|
208
|
+
backup_code: {
|
|
209
|
+
title: string;
|
|
210
|
+
description: string;
|
|
211
|
+
copy_hint: string;
|
|
212
|
+
generate_new_title: string;
|
|
213
|
+
generate_new: string;
|
|
214
|
+
};
|
|
215
|
+
passkey: {
|
|
216
|
+
title: string;
|
|
217
|
+
added: string;
|
|
218
|
+
last_used: string;
|
|
219
|
+
never_used: string;
|
|
220
|
+
unnamed: string;
|
|
221
|
+
renamed: string;
|
|
222
|
+
deleted: string;
|
|
223
|
+
add_another_title: string;
|
|
224
|
+
add_another_description: string;
|
|
225
|
+
add_passkey: string;
|
|
226
|
+
delete_confirmation_title: string;
|
|
227
|
+
delete_confirmation_description: string;
|
|
228
|
+
rename_passkey: string;
|
|
229
|
+
rename_description: string;
|
|
230
|
+
name_this_passkey: string;
|
|
231
|
+
name_passkey_description: string;
|
|
232
|
+
name_input_label: string;
|
|
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
|
+
};
|
|
254
|
+
}>;
|
|
255
|
+
export default _default;
|