@logto/phrases-experience 1.13.0 → 1.13.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/locales/ar/account-center.d.ts +28 -0
- package/lib/locales/ar/account-center.js +28 -0
- package/lib/locales/ar/index.d.ts +24 -0
- package/lib/locales/cs/account-center.d.ts +28 -0
- package/lib/locales/cs/account-center.js +28 -0
- package/lib/locales/cs/index.d.ts +24 -0
- package/lib/locales/de/account-center.d.ts +28 -0
- package/lib/locales/de/account-center.js +28 -0
- package/lib/locales/de/index.d.ts +24 -0
- package/lib/locales/en/account-center.d.ts +24 -0
- package/lib/locales/en/account-center.js +24 -0
- package/lib/locales/en/index.d.ts +24 -0
- package/lib/locales/es/account-center.d.ts +28 -0
- package/lib/locales/es/account-center.js +28 -0
- package/lib/locales/es/index.d.ts +24 -0
- package/lib/locales/fr/account-center.d.ts +28 -0
- package/lib/locales/fr/account-center.js +28 -0
- package/lib/locales/fr/index.d.ts +24 -0
- package/lib/locales/it/account-center.d.ts +28 -0
- package/lib/locales/it/account-center.js +28 -0
- package/lib/locales/it/index.d.ts +24 -0
- package/lib/locales/ja/account-center.d.ts +28 -0
- package/lib/locales/ja/account-center.js +28 -0
- package/lib/locales/ja/index.d.ts +24 -0
- package/lib/locales/ko/account-center.d.ts +28 -0
- package/lib/locales/ko/account-center.js +28 -0
- package/lib/locales/ko/index.d.ts +24 -0
- package/lib/locales/pl-pl/account-center.d.ts +28 -0
- package/lib/locales/pl-pl/account-center.js +28 -0
- package/lib/locales/pl-pl/index.d.ts +24 -0
- package/lib/locales/pt-br/account-center.d.ts +28 -0
- package/lib/locales/pt-br/account-center.js +28 -0
- package/lib/locales/pt-br/index.d.ts +24 -0
- package/lib/locales/pt-pt/account-center.d.ts +28 -0
- package/lib/locales/pt-pt/account-center.js +28 -0
- package/lib/locales/pt-pt/index.d.ts +24 -0
- package/lib/locales/ru/account-center.d.ts +28 -0
- package/lib/locales/ru/account-center.js +28 -0
- package/lib/locales/ru/index.d.ts +24 -0
- package/lib/locales/th/account-center.d.ts +28 -0
- package/lib/locales/th/account-center.js +28 -0
- package/lib/locales/th/index.d.ts +24 -0
- package/lib/locales/tr-tr/account-center.d.ts +28 -0
- package/lib/locales/tr-tr/account-center.js +28 -0
- package/lib/locales/tr-tr/index.d.ts +24 -0
- package/lib/locales/uk-ua/account-center.d.ts +28 -0
- package/lib/locales/uk-ua/account-center.js +28 -0
- package/lib/locales/uk-ua/index.d.ts +24 -0
- package/lib/locales/zh-cn/account-center.d.ts +28 -0
- package/lib/locales/zh-cn/account-center.js +28 -0
- package/lib/locales/zh-cn/index.d.ts +24 -0
- package/lib/locales/zh-hk/account-center.d.ts +28 -0
- package/lib/locales/zh-hk/account-center.js +28 -0
- package/lib/locales/zh-hk/index.d.ts +24 -0
- package/lib/locales/zh-tw/account-center.d.ts +28 -0
- package/lib/locales/zh-tw/account-center.js +28 -0
- package/lib/locales/zh-tw/index.d.ts +24 -0
- package/package.json +2 -2
|
@@ -336,6 +336,10 @@ declare const _default: Readonly<{
|
|
|
336
336
|
title: string;
|
|
337
337
|
security_title: string;
|
|
338
338
|
security_description: string;
|
|
339
|
+
profile_title: string;
|
|
340
|
+
profile_description: string;
|
|
341
|
+
sidebar_personal_info: string;
|
|
342
|
+
sidebar_security: string;
|
|
339
343
|
support: string;
|
|
340
344
|
};
|
|
341
345
|
verification: {
|
|
@@ -346,6 +350,8 @@ declare const _default: Readonly<{
|
|
|
346
350
|
error_verify_failed: string;
|
|
347
351
|
verification_required: string;
|
|
348
352
|
try_another_method: string;
|
|
353
|
+
no_available_methods_title: string;
|
|
354
|
+
no_available_methods_description: string;
|
|
349
355
|
};
|
|
350
356
|
password_verification: {
|
|
351
357
|
title: string;
|
|
@@ -412,6 +418,24 @@ declare const _default: Readonly<{
|
|
|
412
418
|
backup_codes_count_other: string;
|
|
413
419
|
view: string;
|
|
414
420
|
manage: string;
|
|
421
|
+
turn_on_2_step_verification: string;
|
|
422
|
+
turn_on_2_step_verification_description: string;
|
|
423
|
+
turn_off_2_step_verification: string;
|
|
424
|
+
turn_off_2_step_verification_description: string;
|
|
425
|
+
disable_2_step_verification: string;
|
|
426
|
+
no_verification_method_warning: string;
|
|
427
|
+
account_removal: string;
|
|
428
|
+
delete_your_account: string;
|
|
429
|
+
delete_account: string;
|
|
430
|
+
remove_username_confirmation_title: string;
|
|
431
|
+
remove_username_confirmation_description: string;
|
|
432
|
+
remove_email_confirmation_title: string;
|
|
433
|
+
remove_email_confirmation_description: string;
|
|
434
|
+
remove_phone_confirmation_title: string;
|
|
435
|
+
remove_phone_confirmation_description: string;
|
|
436
|
+
email_removed: string;
|
|
437
|
+
phone_removed: string;
|
|
438
|
+
username_removed: string;
|
|
415
439
|
};
|
|
416
440
|
social: {
|
|
417
441
|
linked: string;
|
|
@@ -7,6 +7,14 @@ declare const _default: Readonly<{
|
|
|
7
7
|
title: string;
|
|
8
8
|
security_title: string;
|
|
9
9
|
security_description: string;
|
|
10
|
+
/** UNTRANSLATED */
|
|
11
|
+
profile_title: string;
|
|
12
|
+
/** UNTRANSLATED */
|
|
13
|
+
profile_description: string;
|
|
14
|
+
/** UNTRANSLATED */
|
|
15
|
+
sidebar_personal_info: string;
|
|
16
|
+
/** UNTRANSLATED */
|
|
17
|
+
sidebar_security: string;
|
|
10
18
|
support: string;
|
|
11
19
|
};
|
|
12
20
|
verification: {
|
|
@@ -17,6 +25,8 @@ declare const _default: Readonly<{
|
|
|
17
25
|
error_verify_failed: string;
|
|
18
26
|
verification_required: string;
|
|
19
27
|
try_another_method: string;
|
|
28
|
+
no_available_methods_title: string;
|
|
29
|
+
no_available_methods_description: string;
|
|
20
30
|
};
|
|
21
31
|
password_verification: {
|
|
22
32
|
title: string;
|
|
@@ -83,6 +93,24 @@ declare const _default: Readonly<{
|
|
|
83
93
|
backup_codes_count_other: string;
|
|
84
94
|
view: string;
|
|
85
95
|
manage: string;
|
|
96
|
+
turn_on_2_step_verification: string;
|
|
97
|
+
turn_on_2_step_verification_description: string;
|
|
98
|
+
turn_off_2_step_verification: string;
|
|
99
|
+
turn_off_2_step_verification_description: string;
|
|
100
|
+
disable_2_step_verification: string;
|
|
101
|
+
no_verification_method_warning: string;
|
|
102
|
+
account_removal: string;
|
|
103
|
+
delete_your_account: string;
|
|
104
|
+
delete_account: string;
|
|
105
|
+
remove_username_confirmation_title: string;
|
|
106
|
+
remove_username_confirmation_description: string;
|
|
107
|
+
remove_email_confirmation_title: string;
|
|
108
|
+
remove_email_confirmation_description: string;
|
|
109
|
+
remove_phone_confirmation_title: string;
|
|
110
|
+
remove_phone_confirmation_description: string;
|
|
111
|
+
email_removed: string;
|
|
112
|
+
phone_removed: string;
|
|
113
|
+
username_removed: string;
|
|
86
114
|
};
|
|
87
115
|
social: {
|
|
88
116
|
linked: string;
|
|
@@ -7,6 +7,14 @@ const account_center = {
|
|
|
7
7
|
title: 'Hesap',
|
|
8
8
|
security_title: 'Güvenlik',
|
|
9
9
|
security_description: 'Hesabınızın güvenliğini sağlamak için hesap ayarlarınızı burada değiştirebilirsiniz.',
|
|
10
|
+
/** UNTRANSLATED */
|
|
11
|
+
profile_title: 'Personal info',
|
|
12
|
+
/** UNTRANSLATED */
|
|
13
|
+
profile_description: 'Change your personal information here.',
|
|
14
|
+
/** UNTRANSLATED */
|
|
15
|
+
sidebar_personal_info: 'Personal info',
|
|
16
|
+
/** UNTRANSLATED */
|
|
17
|
+
sidebar_security: 'Security',
|
|
10
18
|
support: 'Destek',
|
|
11
19
|
},
|
|
12
20
|
verification: {
|
|
@@ -17,6 +25,8 @@ const account_center = {
|
|
|
17
25
|
error_verify_failed: 'Doğrulama başarısız. Lütfen kodu tekrar gir.',
|
|
18
26
|
verification_required: 'Doğrulama süresi doldu. Lütfen kimliğini yeniden doğrula.',
|
|
19
27
|
try_another_method: 'Başka bir doğrulama yöntemi deneyin',
|
|
28
|
+
no_available_methods_title: 'Kullanılabilir doğrulama yöntemi yok',
|
|
29
|
+
no_available_methods_description: 'Ayarlanmış herhangi bir doğrulama yönteminiz yok. Lütfen önce hesabınıza bir parola, e-posta adresi veya telefon numarası ekleyin.',
|
|
20
30
|
},
|
|
21
31
|
password_verification: {
|
|
22
32
|
title: 'Parolayı doğrula',
|
|
@@ -83,6 +93,24 @@ const account_center = {
|
|
|
83
93
|
backup_codes_count_other: '{{count}} kod kaldı',
|
|
84
94
|
view: 'Görüntüle',
|
|
85
95
|
manage: 'Yönet',
|
|
96
|
+
turn_on_2_step_verification: '2 adımlı doğrulamayı aç',
|
|
97
|
+
turn_on_2_step_verification_description: 'Ekstra bir güvenlik katmanı ekleyin. Oturum açarken ikinci bir doğrulama adımı istenecektir.',
|
|
98
|
+
turn_off_2_step_verification: '2 adımlı doğrulamayı kapat',
|
|
99
|
+
turn_off_2_step_verification_description: '2 adımlı doğrulamayı devre dışı bırakmak, oturum açarken hesabınızdaki ek koruma katmanını kaldıracaktır. Devam etmek istediğinizden emin misiniz?',
|
|
100
|
+
disable_2_step_verification: 'Devre dışı bırak',
|
|
101
|
+
no_verification_method_warning: 'İkinci bir doğrulama yöntemi eklemediniz. Oturum açarken 2 adımlı doğrulamayı etkinleştirmek için en az bir tane ekleyin.',
|
|
102
|
+
account_removal: 'Hesap silme',
|
|
103
|
+
delete_your_account: 'Hesabını sil',
|
|
104
|
+
delete_account: 'Hesabı sil',
|
|
105
|
+
remove_username_confirmation_title: 'Kullanıcı adını kaldır',
|
|
106
|
+
remove_username_confirmation_description: 'Kaldırıldığında, bu kullanıcı adıyla artık oturum açamayacaksınız. Devam etmek istediğinizden emin misiniz?',
|
|
107
|
+
remove_email_confirmation_title: 'E-posta adresini kaldır',
|
|
108
|
+
remove_email_confirmation_description: 'Kaldırıldığında, bu e-posta adresiyle artık oturum açamayacaksınız. Devam etmek istediğinizden emin misiniz?',
|
|
109
|
+
remove_phone_confirmation_title: 'Telefon numarasını kaldır',
|
|
110
|
+
remove_phone_confirmation_description: 'Kaldırıldığında, bu telefon numarasıyla artık oturum açamayacaksınız. Devam etmek istediğinizden emin misiniz?',
|
|
111
|
+
email_removed: 'E-posta adresi başarıyla kaldırıldı.',
|
|
112
|
+
phone_removed: 'Telefon numarası başarıyla kaldırıldı.',
|
|
113
|
+
username_removed: 'Kullanıcı adı başarıyla kaldırıldı.',
|
|
86
114
|
},
|
|
87
115
|
social: {
|
|
88
116
|
linked: '{{connector}} başarıyla bağlandı.',
|
|
@@ -336,6 +336,10 @@ declare const _default: Readonly<{
|
|
|
336
336
|
title: string;
|
|
337
337
|
security_title: string;
|
|
338
338
|
security_description: string;
|
|
339
|
+
profile_title: string;
|
|
340
|
+
profile_description: string;
|
|
341
|
+
sidebar_personal_info: string;
|
|
342
|
+
sidebar_security: string;
|
|
339
343
|
support: string;
|
|
340
344
|
};
|
|
341
345
|
verification: {
|
|
@@ -346,6 +350,8 @@ declare const _default: Readonly<{
|
|
|
346
350
|
error_verify_failed: string;
|
|
347
351
|
verification_required: string;
|
|
348
352
|
try_another_method: string;
|
|
353
|
+
no_available_methods_title: string;
|
|
354
|
+
no_available_methods_description: string;
|
|
349
355
|
};
|
|
350
356
|
password_verification: {
|
|
351
357
|
title: string;
|
|
@@ -412,6 +418,24 @@ declare const _default: Readonly<{
|
|
|
412
418
|
backup_codes_count_other: string;
|
|
413
419
|
view: string;
|
|
414
420
|
manage: string;
|
|
421
|
+
turn_on_2_step_verification: string;
|
|
422
|
+
turn_on_2_step_verification_description: string;
|
|
423
|
+
turn_off_2_step_verification: string;
|
|
424
|
+
turn_off_2_step_verification_description: string;
|
|
425
|
+
disable_2_step_verification: string;
|
|
426
|
+
no_verification_method_warning: string;
|
|
427
|
+
account_removal: string;
|
|
428
|
+
delete_your_account: string;
|
|
429
|
+
delete_account: string;
|
|
430
|
+
remove_username_confirmation_title: string;
|
|
431
|
+
remove_username_confirmation_description: string;
|
|
432
|
+
remove_email_confirmation_title: string;
|
|
433
|
+
remove_email_confirmation_description: string;
|
|
434
|
+
remove_phone_confirmation_title: string;
|
|
435
|
+
remove_phone_confirmation_description: string;
|
|
436
|
+
email_removed: string;
|
|
437
|
+
phone_removed: string;
|
|
438
|
+
username_removed: string;
|
|
415
439
|
};
|
|
416
440
|
social: {
|
|
417
441
|
linked: string;
|
|
@@ -7,6 +7,14 @@ declare const _default: Readonly<{
|
|
|
7
7
|
title: string;
|
|
8
8
|
security_title: string;
|
|
9
9
|
security_description: string;
|
|
10
|
+
/** UNTRANSLATED */
|
|
11
|
+
profile_title: string;
|
|
12
|
+
/** UNTRANSLATED */
|
|
13
|
+
profile_description: string;
|
|
14
|
+
/** UNTRANSLATED */
|
|
15
|
+
sidebar_personal_info: string;
|
|
16
|
+
/** UNTRANSLATED */
|
|
17
|
+
sidebar_security: string;
|
|
10
18
|
support: string;
|
|
11
19
|
};
|
|
12
20
|
verification: {
|
|
@@ -17,6 +25,8 @@ declare const _default: Readonly<{
|
|
|
17
25
|
error_verify_failed: string;
|
|
18
26
|
verification_required: string;
|
|
19
27
|
try_another_method: string;
|
|
28
|
+
no_available_methods_title: string;
|
|
29
|
+
no_available_methods_description: string;
|
|
20
30
|
};
|
|
21
31
|
password_verification: {
|
|
22
32
|
title: string;
|
|
@@ -83,6 +93,24 @@ declare const _default: Readonly<{
|
|
|
83
93
|
backup_codes_count_other: string;
|
|
84
94
|
view: string;
|
|
85
95
|
manage: string;
|
|
96
|
+
turn_on_2_step_verification: string;
|
|
97
|
+
turn_on_2_step_verification_description: string;
|
|
98
|
+
turn_off_2_step_verification: string;
|
|
99
|
+
turn_off_2_step_verification_description: string;
|
|
100
|
+
disable_2_step_verification: string;
|
|
101
|
+
no_verification_method_warning: string;
|
|
102
|
+
account_removal: string;
|
|
103
|
+
delete_your_account: string;
|
|
104
|
+
delete_account: string;
|
|
105
|
+
remove_username_confirmation_title: string;
|
|
106
|
+
remove_username_confirmation_description: string;
|
|
107
|
+
remove_email_confirmation_title: string;
|
|
108
|
+
remove_email_confirmation_description: string;
|
|
109
|
+
remove_phone_confirmation_title: string;
|
|
110
|
+
remove_phone_confirmation_description: string;
|
|
111
|
+
email_removed: string;
|
|
112
|
+
phone_removed: string;
|
|
113
|
+
username_removed: string;
|
|
86
114
|
};
|
|
87
115
|
social: {
|
|
88
116
|
linked: string;
|
|
@@ -7,6 +7,14 @@ const account_center = {
|
|
|
7
7
|
title: 'Акаунт',
|
|
8
8
|
security_title: 'Безпека',
|
|
9
9
|
security_description: 'Тут можна змінити налаштування акаунта, щоб забезпечити його безпеку.',
|
|
10
|
+
/** UNTRANSLATED */
|
|
11
|
+
profile_title: 'Personal info',
|
|
12
|
+
/** UNTRANSLATED */
|
|
13
|
+
profile_description: 'Change your personal information here.',
|
|
14
|
+
/** UNTRANSLATED */
|
|
15
|
+
sidebar_personal_info: 'Personal info',
|
|
16
|
+
/** UNTRANSLATED */
|
|
17
|
+
sidebar_security: 'Security',
|
|
10
18
|
support: 'Підтримка',
|
|
11
19
|
},
|
|
12
20
|
verification: {
|
|
@@ -17,6 +25,8 @@ const account_center = {
|
|
|
17
25
|
error_verify_failed: 'Не вдалося підтвердити. Будь ласка, введіть код ще раз.',
|
|
18
26
|
verification_required: 'Термін перевірки минув. Підтвердіть свою особу ще раз.',
|
|
19
27
|
try_another_method: 'Спробуйте інший спосіб підтвердження',
|
|
28
|
+
no_available_methods_title: 'Немає доступних способів підтвердження',
|
|
29
|
+
no_available_methods_description: 'У вас не налаштовано жодного способу підтвердження. Спочатку додайте до свого облікового запису пароль, email або номер телефону.',
|
|
20
30
|
},
|
|
21
31
|
password_verification: {
|
|
22
32
|
title: 'Підтвердьте пароль',
|
|
@@ -83,6 +93,24 @@ const account_center = {
|
|
|
83
93
|
backup_codes_count_other: '{{count}} кодів залишилось',
|
|
84
94
|
view: 'Перегляд',
|
|
85
95
|
manage: 'Керування',
|
|
96
|
+
turn_on_2_step_verification: 'Увімкнути двоетапну верифікацію',
|
|
97
|
+
turn_on_2_step_verification_description: 'Додайте додатковий рівень безпеки. При вході вам буде запропоновано другий крок верифікації.',
|
|
98
|
+
turn_off_2_step_verification: 'Вимкнути двоетапну верифікацію',
|
|
99
|
+
turn_off_2_step_verification_description: 'Вимкнення двоетапної верифікації видалить додатковий рівень захисту вашого облікового запису при вході. Ви впевнені, що хочете продовжити?',
|
|
100
|
+
disable_2_step_verification: 'Вимкнути',
|
|
101
|
+
no_verification_method_warning: 'Ви не додали другий метод верифікації. Додайте принаймні один, щоб увімкнути двоетапну верифікацію при вході.',
|
|
102
|
+
account_removal: 'Видалення акаунта',
|
|
103
|
+
delete_your_account: 'Видаліть свій акаунт',
|
|
104
|
+
delete_account: 'Видалити акаунт',
|
|
105
|
+
remove_username_confirmation_title: "Видалити ім'я користувача",
|
|
106
|
+
remove_username_confirmation_description: 'Після видалення ви більше не зможете входити за допомогою цього імені користувача. Ви впевнені, що хочете продовжити?',
|
|
107
|
+
remove_email_confirmation_title: 'Видалити адресу електронної пошти',
|
|
108
|
+
remove_email_confirmation_description: 'Після видалення ви більше не зможете входити за допомогою цієї адреси електронної пошти. Ви впевнені, що хочете продовжити?',
|
|
109
|
+
remove_phone_confirmation_title: 'Видалити номер телефону',
|
|
110
|
+
remove_phone_confirmation_description: 'Після видалення ви більше не зможете входити за допомогою цього номера телефону. Ви впевнені, що хочете продовжити?',
|
|
111
|
+
email_removed: 'Адресу електронної пошти успішно видалено.',
|
|
112
|
+
phone_removed: 'Номер телефону успішно видалено.',
|
|
113
|
+
username_removed: "Ім'я користувача успішно видалено.",
|
|
86
114
|
},
|
|
87
115
|
social: {
|
|
88
116
|
linked: '{{connector}} успішно прив’язано.',
|
|
@@ -336,6 +336,10 @@ declare const _default: Readonly<{
|
|
|
336
336
|
title: string;
|
|
337
337
|
security_title: string;
|
|
338
338
|
security_description: string;
|
|
339
|
+
profile_title: string;
|
|
340
|
+
profile_description: string;
|
|
341
|
+
sidebar_personal_info: string;
|
|
342
|
+
sidebar_security: string;
|
|
339
343
|
support: string;
|
|
340
344
|
};
|
|
341
345
|
verification: {
|
|
@@ -346,6 +350,8 @@ declare const _default: Readonly<{
|
|
|
346
350
|
error_verify_failed: string;
|
|
347
351
|
verification_required: string;
|
|
348
352
|
try_another_method: string;
|
|
353
|
+
no_available_methods_title: string;
|
|
354
|
+
no_available_methods_description: string;
|
|
349
355
|
};
|
|
350
356
|
password_verification: {
|
|
351
357
|
title: string;
|
|
@@ -412,6 +418,24 @@ declare const _default: Readonly<{
|
|
|
412
418
|
backup_codes_count_other: string;
|
|
413
419
|
view: string;
|
|
414
420
|
manage: string;
|
|
421
|
+
turn_on_2_step_verification: string;
|
|
422
|
+
turn_on_2_step_verification_description: string;
|
|
423
|
+
turn_off_2_step_verification: string;
|
|
424
|
+
turn_off_2_step_verification_description: string;
|
|
425
|
+
disable_2_step_verification: string;
|
|
426
|
+
no_verification_method_warning: string;
|
|
427
|
+
account_removal: string;
|
|
428
|
+
delete_your_account: string;
|
|
429
|
+
delete_account: string;
|
|
430
|
+
remove_username_confirmation_title: string;
|
|
431
|
+
remove_username_confirmation_description: string;
|
|
432
|
+
remove_email_confirmation_title: string;
|
|
433
|
+
remove_email_confirmation_description: string;
|
|
434
|
+
remove_phone_confirmation_title: string;
|
|
435
|
+
remove_phone_confirmation_description: string;
|
|
436
|
+
email_removed: string;
|
|
437
|
+
phone_removed: string;
|
|
438
|
+
username_removed: string;
|
|
415
439
|
};
|
|
416
440
|
social: {
|
|
417
441
|
linked: string;
|
|
@@ -7,6 +7,14 @@ declare const _default: Readonly<{
|
|
|
7
7
|
title: string;
|
|
8
8
|
security_title: string;
|
|
9
9
|
security_description: string;
|
|
10
|
+
/** UNTRANSLATED */
|
|
11
|
+
profile_title: string;
|
|
12
|
+
/** UNTRANSLATED */
|
|
13
|
+
profile_description: string;
|
|
14
|
+
/** UNTRANSLATED */
|
|
15
|
+
sidebar_personal_info: string;
|
|
16
|
+
/** UNTRANSLATED */
|
|
17
|
+
sidebar_security: string;
|
|
10
18
|
support: string;
|
|
11
19
|
};
|
|
12
20
|
verification: {
|
|
@@ -17,6 +25,8 @@ declare const _default: Readonly<{
|
|
|
17
25
|
error_verify_failed: string;
|
|
18
26
|
verification_required: string;
|
|
19
27
|
try_another_method: string;
|
|
28
|
+
no_available_methods_title: string;
|
|
29
|
+
no_available_methods_description: string;
|
|
20
30
|
};
|
|
21
31
|
password_verification: {
|
|
22
32
|
title: string;
|
|
@@ -83,6 +93,24 @@ declare const _default: Readonly<{
|
|
|
83
93
|
backup_codes_count_other: string;
|
|
84
94
|
view: string;
|
|
85
95
|
manage: string;
|
|
96
|
+
turn_on_2_step_verification: string;
|
|
97
|
+
turn_on_2_step_verification_description: string;
|
|
98
|
+
turn_off_2_step_verification: string;
|
|
99
|
+
turn_off_2_step_verification_description: string;
|
|
100
|
+
disable_2_step_verification: string;
|
|
101
|
+
no_verification_method_warning: string;
|
|
102
|
+
account_removal: string;
|
|
103
|
+
delete_your_account: string;
|
|
104
|
+
delete_account: string;
|
|
105
|
+
remove_username_confirmation_title: string;
|
|
106
|
+
remove_username_confirmation_description: string;
|
|
107
|
+
remove_email_confirmation_title: string;
|
|
108
|
+
remove_email_confirmation_description: string;
|
|
109
|
+
remove_phone_confirmation_title: string;
|
|
110
|
+
remove_phone_confirmation_description: string;
|
|
111
|
+
email_removed: string;
|
|
112
|
+
phone_removed: string;
|
|
113
|
+
username_removed: string;
|
|
86
114
|
};
|
|
87
115
|
social: {
|
|
88
116
|
linked: string;
|
|
@@ -7,6 +7,14 @@ const account_center = {
|
|
|
7
7
|
title: '账户',
|
|
8
8
|
security_title: '安全',
|
|
9
9
|
security_description: '你可以在这里修改账户设置,以确保账户安全。',
|
|
10
|
+
/** UNTRANSLATED */
|
|
11
|
+
profile_title: 'Personal info',
|
|
12
|
+
/** UNTRANSLATED */
|
|
13
|
+
profile_description: 'Change your personal information here.',
|
|
14
|
+
/** UNTRANSLATED */
|
|
15
|
+
sidebar_personal_info: 'Personal info',
|
|
16
|
+
/** UNTRANSLATED */
|
|
17
|
+
sidebar_security: 'Security',
|
|
10
18
|
support: '支持',
|
|
11
19
|
},
|
|
12
20
|
verification: {
|
|
@@ -17,6 +25,8 @@ const account_center = {
|
|
|
17
25
|
error_verify_failed: '验证失败,请重新输入验证码。',
|
|
18
26
|
verification_required: '验证已失效,请重新验证身份。',
|
|
19
27
|
try_another_method: '尝试其他验证方式',
|
|
28
|
+
no_available_methods_title: '没有可用的验证方式',
|
|
29
|
+
no_available_methods_description: '你尚未设置任何验证方式。请先为你的账户添加密码、邮箱或手机号。',
|
|
20
30
|
},
|
|
21
31
|
password_verification: {
|
|
22
32
|
title: '验证密码',
|
|
@@ -83,6 +93,24 @@ const account_center = {
|
|
|
83
93
|
backup_codes_count_other: '{{count}} 个备用码',
|
|
84
94
|
view: '查看',
|
|
85
95
|
manage: '管理',
|
|
96
|
+
turn_on_2_step_verification: '开启两步验证',
|
|
97
|
+
turn_on_2_step_verification_description: '增加一层额外的安全保护。登录时将要求进行第二步验证。',
|
|
98
|
+
turn_off_2_step_verification: '关闭两步验证',
|
|
99
|
+
turn_off_2_step_verification_description: '关闭两步验证将移除登录时账户的额外保护层。确定要继续吗?',
|
|
100
|
+
disable_2_step_verification: '关闭',
|
|
101
|
+
no_verification_method_warning: '你尚未添加第二种验证方式。请至少添加一种以在登录时启用两步验证。',
|
|
102
|
+
account_removal: '账号删除',
|
|
103
|
+
delete_your_account: '删除你的账号',
|
|
104
|
+
delete_account: '删除账号',
|
|
105
|
+
remove_username_confirmation_title: '移除用户名',
|
|
106
|
+
remove_username_confirmation_description: '移除后,你将无法再使用此用户名登录。确定要继续吗?',
|
|
107
|
+
remove_email_confirmation_title: '移除邮箱地址',
|
|
108
|
+
remove_email_confirmation_description: '移除后,你将无法再使用此邮箱地址登录。确定要继续吗?',
|
|
109
|
+
remove_phone_confirmation_title: '移除手机号',
|
|
110
|
+
remove_phone_confirmation_description: '移除后,你将无法再使用此手机号登录。确定要继续吗?',
|
|
111
|
+
email_removed: '邮箱地址已成功移除。',
|
|
112
|
+
phone_removed: '手机号已成功移除。',
|
|
113
|
+
username_removed: '用户名已成功移除。',
|
|
86
114
|
},
|
|
87
115
|
social: {
|
|
88
116
|
linked: '已成功关联 {{connector}}。',
|
|
@@ -336,6 +336,10 @@ declare const _default: Readonly<{
|
|
|
336
336
|
title: string;
|
|
337
337
|
security_title: string;
|
|
338
338
|
security_description: string;
|
|
339
|
+
profile_title: string;
|
|
340
|
+
profile_description: string;
|
|
341
|
+
sidebar_personal_info: string;
|
|
342
|
+
sidebar_security: string;
|
|
339
343
|
support: string;
|
|
340
344
|
};
|
|
341
345
|
verification: {
|
|
@@ -346,6 +350,8 @@ declare const _default: Readonly<{
|
|
|
346
350
|
error_verify_failed: string;
|
|
347
351
|
verification_required: string;
|
|
348
352
|
try_another_method: string;
|
|
353
|
+
no_available_methods_title: string;
|
|
354
|
+
no_available_methods_description: string;
|
|
349
355
|
};
|
|
350
356
|
password_verification: {
|
|
351
357
|
title: string;
|
|
@@ -412,6 +418,24 @@ declare const _default: Readonly<{
|
|
|
412
418
|
backup_codes_count_other: string;
|
|
413
419
|
view: string;
|
|
414
420
|
manage: string;
|
|
421
|
+
turn_on_2_step_verification: string;
|
|
422
|
+
turn_on_2_step_verification_description: string;
|
|
423
|
+
turn_off_2_step_verification: string;
|
|
424
|
+
turn_off_2_step_verification_description: string;
|
|
425
|
+
disable_2_step_verification: string;
|
|
426
|
+
no_verification_method_warning: string;
|
|
427
|
+
account_removal: string;
|
|
428
|
+
delete_your_account: string;
|
|
429
|
+
delete_account: string;
|
|
430
|
+
remove_username_confirmation_title: string;
|
|
431
|
+
remove_username_confirmation_description: string;
|
|
432
|
+
remove_email_confirmation_title: string;
|
|
433
|
+
remove_email_confirmation_description: string;
|
|
434
|
+
remove_phone_confirmation_title: string;
|
|
435
|
+
remove_phone_confirmation_description: string;
|
|
436
|
+
email_removed: string;
|
|
437
|
+
phone_removed: string;
|
|
438
|
+
username_removed: string;
|
|
415
439
|
};
|
|
416
440
|
social: {
|
|
417
441
|
linked: string;
|
|
@@ -7,6 +7,14 @@ declare const _default: Readonly<{
|
|
|
7
7
|
title: string;
|
|
8
8
|
security_title: string;
|
|
9
9
|
security_description: string;
|
|
10
|
+
/** UNTRANSLATED */
|
|
11
|
+
profile_title: string;
|
|
12
|
+
/** UNTRANSLATED */
|
|
13
|
+
profile_description: string;
|
|
14
|
+
/** UNTRANSLATED */
|
|
15
|
+
sidebar_personal_info: string;
|
|
16
|
+
/** UNTRANSLATED */
|
|
17
|
+
sidebar_security: string;
|
|
10
18
|
support: string;
|
|
11
19
|
};
|
|
12
20
|
verification: {
|
|
@@ -17,6 +25,8 @@ declare const _default: Readonly<{
|
|
|
17
25
|
error_verify_failed: string;
|
|
18
26
|
verification_required: string;
|
|
19
27
|
try_another_method: string;
|
|
28
|
+
no_available_methods_title: string;
|
|
29
|
+
no_available_methods_description: string;
|
|
20
30
|
};
|
|
21
31
|
password_verification: {
|
|
22
32
|
title: string;
|
|
@@ -83,6 +93,24 @@ declare const _default: Readonly<{
|
|
|
83
93
|
backup_codes_count_other: string;
|
|
84
94
|
view: string;
|
|
85
95
|
manage: string;
|
|
96
|
+
turn_on_2_step_verification: string;
|
|
97
|
+
turn_on_2_step_verification_description: string;
|
|
98
|
+
turn_off_2_step_verification: string;
|
|
99
|
+
turn_off_2_step_verification_description: string;
|
|
100
|
+
disable_2_step_verification: string;
|
|
101
|
+
no_verification_method_warning: string;
|
|
102
|
+
account_removal: string;
|
|
103
|
+
delete_your_account: string;
|
|
104
|
+
delete_account: string;
|
|
105
|
+
remove_username_confirmation_title: string;
|
|
106
|
+
remove_username_confirmation_description: string;
|
|
107
|
+
remove_email_confirmation_title: string;
|
|
108
|
+
remove_email_confirmation_description: string;
|
|
109
|
+
remove_phone_confirmation_title: string;
|
|
110
|
+
remove_phone_confirmation_description: string;
|
|
111
|
+
email_removed: string;
|
|
112
|
+
phone_removed: string;
|
|
113
|
+
username_removed: string;
|
|
86
114
|
};
|
|
87
115
|
social: {
|
|
88
116
|
linked: string;
|
|
@@ -7,6 +7,14 @@ const account_center = {
|
|
|
7
7
|
title: '帳戶',
|
|
8
8
|
security_title: '安全',
|
|
9
9
|
security_description: '你可以在這裡更改帳戶設定,以確保帳戶安全。',
|
|
10
|
+
/** UNTRANSLATED */
|
|
11
|
+
profile_title: 'Personal info',
|
|
12
|
+
/** UNTRANSLATED */
|
|
13
|
+
profile_description: 'Change your personal information here.',
|
|
14
|
+
/** UNTRANSLATED */
|
|
15
|
+
sidebar_personal_info: 'Personal info',
|
|
16
|
+
/** UNTRANSLATED */
|
|
17
|
+
sidebar_security: 'Security',
|
|
10
18
|
support: '支援',
|
|
11
19
|
},
|
|
12
20
|
verification: {
|
|
@@ -17,6 +25,8 @@ const account_center = {
|
|
|
17
25
|
error_verify_failed: '驗證失敗,請重新輸入驗證碼。',
|
|
18
26
|
verification_required: '驗證已失效,請再次驗證你的身份。',
|
|
19
27
|
try_another_method: '嘗試其他驗證方式',
|
|
28
|
+
no_available_methods_title: '沒有可用的驗證方式',
|
|
29
|
+
no_available_methods_description: '你尚未設定任何驗證方式。請先為你的帳戶新增密碼、電郵地址或電話號碼。',
|
|
20
30
|
},
|
|
21
31
|
password_verification: {
|
|
22
32
|
title: '驗證密碼',
|
|
@@ -83,6 +93,24 @@ const account_center = {
|
|
|
83
93
|
backup_codes_count_other: '{{count}} 個備用碼',
|
|
84
94
|
view: '檢視',
|
|
85
95
|
manage: '管理',
|
|
96
|
+
turn_on_2_step_verification: '開啟兩步驗證',
|
|
97
|
+
turn_on_2_step_verification_description: '增加額外的安全保護。登入時將要求進行第二步驗證。',
|
|
98
|
+
turn_off_2_step_verification: '關閉兩步驗證',
|
|
99
|
+
turn_off_2_step_verification_description: '關閉兩步驗證將移除登入時帳戶的額外保護層。確定要繼續嗎?',
|
|
100
|
+
disable_2_step_verification: '關閉',
|
|
101
|
+
no_verification_method_warning: '你尚未添加第二種驗證方式。請至少添加一種以在登入時啟用兩步驗證。',
|
|
102
|
+
account_removal: '帳戶刪除',
|
|
103
|
+
delete_your_account: '刪除你的帳戶',
|
|
104
|
+
delete_account: '刪除帳戶',
|
|
105
|
+
remove_username_confirmation_title: '移除用戶名',
|
|
106
|
+
remove_username_confirmation_description: '移除後,你將無法再使用此用戶名登入。確定要繼續嗎?',
|
|
107
|
+
remove_email_confirmation_title: '移除電郵地址',
|
|
108
|
+
remove_email_confirmation_description: '移除後,你將無法再使用此電郵地址登入。確定要繼續嗎?',
|
|
109
|
+
remove_phone_confirmation_title: '移除電話號碼',
|
|
110
|
+
remove_phone_confirmation_description: '移除後,你將無法再使用此電話號碼登入。確定要繼續嗎?',
|
|
111
|
+
email_removed: '電郵地址已成功移除。',
|
|
112
|
+
phone_removed: '電話號碼已成功移除。',
|
|
113
|
+
username_removed: '用戶名已成功移除。',
|
|
86
114
|
},
|
|
87
115
|
social: {
|
|
88
116
|
linked: '已成功連結 {{connector}}。',
|
|
@@ -336,6 +336,10 @@ declare const _default: Readonly<{
|
|
|
336
336
|
title: string;
|
|
337
337
|
security_title: string;
|
|
338
338
|
security_description: string;
|
|
339
|
+
profile_title: string;
|
|
340
|
+
profile_description: string;
|
|
341
|
+
sidebar_personal_info: string;
|
|
342
|
+
sidebar_security: string;
|
|
339
343
|
support: string;
|
|
340
344
|
};
|
|
341
345
|
verification: {
|
|
@@ -346,6 +350,8 @@ declare const _default: Readonly<{
|
|
|
346
350
|
error_verify_failed: string;
|
|
347
351
|
verification_required: string;
|
|
348
352
|
try_another_method: string;
|
|
353
|
+
no_available_methods_title: string;
|
|
354
|
+
no_available_methods_description: string;
|
|
349
355
|
};
|
|
350
356
|
password_verification: {
|
|
351
357
|
title: string;
|
|
@@ -412,6 +418,24 @@ declare const _default: Readonly<{
|
|
|
412
418
|
backup_codes_count_other: string;
|
|
413
419
|
view: string;
|
|
414
420
|
manage: string;
|
|
421
|
+
turn_on_2_step_verification: string;
|
|
422
|
+
turn_on_2_step_verification_description: string;
|
|
423
|
+
turn_off_2_step_verification: string;
|
|
424
|
+
turn_off_2_step_verification_description: string;
|
|
425
|
+
disable_2_step_verification: string;
|
|
426
|
+
no_verification_method_warning: string;
|
|
427
|
+
account_removal: string;
|
|
428
|
+
delete_your_account: string;
|
|
429
|
+
delete_account: string;
|
|
430
|
+
remove_username_confirmation_title: string;
|
|
431
|
+
remove_username_confirmation_description: string;
|
|
432
|
+
remove_email_confirmation_title: string;
|
|
433
|
+
remove_email_confirmation_description: string;
|
|
434
|
+
remove_phone_confirmation_title: string;
|
|
435
|
+
remove_phone_confirmation_description: string;
|
|
436
|
+
email_removed: string;
|
|
437
|
+
phone_removed: string;
|
|
438
|
+
username_removed: string;
|
|
415
439
|
};
|
|
416
440
|
social: {
|
|
417
441
|
linked: string;
|
|
@@ -7,6 +7,14 @@ declare const _default: Readonly<{
|
|
|
7
7
|
title: string;
|
|
8
8
|
security_title: string;
|
|
9
9
|
security_description: string;
|
|
10
|
+
/** UNTRANSLATED */
|
|
11
|
+
profile_title: string;
|
|
12
|
+
/** UNTRANSLATED */
|
|
13
|
+
profile_description: string;
|
|
14
|
+
/** UNTRANSLATED */
|
|
15
|
+
sidebar_personal_info: string;
|
|
16
|
+
/** UNTRANSLATED */
|
|
17
|
+
sidebar_security: string;
|
|
10
18
|
support: string;
|
|
11
19
|
};
|
|
12
20
|
verification: {
|
|
@@ -17,6 +25,8 @@ declare const _default: Readonly<{
|
|
|
17
25
|
error_verify_failed: string;
|
|
18
26
|
verification_required: string;
|
|
19
27
|
try_another_method: string;
|
|
28
|
+
no_available_methods_title: string;
|
|
29
|
+
no_available_methods_description: string;
|
|
20
30
|
};
|
|
21
31
|
password_verification: {
|
|
22
32
|
title: string;
|
|
@@ -83,6 +93,24 @@ declare const _default: Readonly<{
|
|
|
83
93
|
backup_codes_count_other: string;
|
|
84
94
|
view: string;
|
|
85
95
|
manage: string;
|
|
96
|
+
turn_on_2_step_verification: string;
|
|
97
|
+
turn_on_2_step_verification_description: string;
|
|
98
|
+
turn_off_2_step_verification: string;
|
|
99
|
+
turn_off_2_step_verification_description: string;
|
|
100
|
+
disable_2_step_verification: string;
|
|
101
|
+
no_verification_method_warning: string;
|
|
102
|
+
account_removal: string;
|
|
103
|
+
delete_your_account: string;
|
|
104
|
+
delete_account: string;
|
|
105
|
+
remove_username_confirmation_title: string;
|
|
106
|
+
remove_username_confirmation_description: string;
|
|
107
|
+
remove_email_confirmation_title: string;
|
|
108
|
+
remove_email_confirmation_description: string;
|
|
109
|
+
remove_phone_confirmation_title: string;
|
|
110
|
+
remove_phone_confirmation_description: string;
|
|
111
|
+
email_removed: string;
|
|
112
|
+
phone_removed: string;
|
|
113
|
+
username_removed: string;
|
|
86
114
|
};
|
|
87
115
|
social: {
|
|
88
116
|
linked: string;
|