@logto/phrases-experience 1.12.2 → 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/index.d.ts +4 -4
- package/lib/index.js +5 -2
- package/lib/locales/ar/account-center.d.ts +71 -0
- package/lib/locales/ar/account-center.js +71 -0
- package/lib/locales/ar/description.d.ts +5 -0
- package/lib/locales/ar/description.js +5 -0
- package/lib/locales/ar/error/index.d.ts +3 -0
- package/lib/locales/ar/error/index.js +3 -0
- package/lib/locales/ar/index.d.ts +80 -0
- package/lib/locales/ar/input.d.ts +1 -0
- package/lib/locales/ar/input.js +1 -0
- package/lib/locales/ar/mfa.d.ts +4 -0
- package/lib/locales/ar/mfa.js +4 -0
- package/lib/locales/cs/account-center.d.ts +236 -0
- package/lib/locales/cs/account-center.js +236 -0
- package/lib/locales/cs/action.d.ts +42 -0
- package/lib/locales/cs/action.js +42 -0
- package/lib/locales/cs/description.d.ts +113 -0
- package/lib/locales/cs/description.js +113 -0
- package/lib/locales/cs/development-tenant.d.ts +4 -0
- package/lib/locales/cs/development-tenant.js +4 -0
- package/lib/locales/cs/error/index.d.ts +46 -0
- package/lib/locales/cs/error/index.js +34 -0
- package/lib/locales/cs/error/password-rejected.d.ts +15 -0
- package/lib/locales/cs/error/password-rejected.js +15 -0
- package/lib/locales/cs/index.d.ts +571 -0
- package/lib/locales/cs/index.js +29 -0
- package/lib/locales/cs/input.d.ts +12 -0
- package/lib/locales/cs/input.js +12 -0
- package/lib/locales/cs/list.d.ts +6 -0
- package/lib/locales/cs/list.js +6 -0
- package/lib/locales/cs/mfa.d.ts +65 -0
- package/lib/locales/cs/mfa.js +65 -0
- package/lib/locales/cs/passkey-sign-in.d.ts +9 -0
- package/lib/locales/cs/passkey-sign-in.js +9 -0
- package/lib/locales/cs/profile.d.ts +30 -0
- package/lib/locales/cs/profile.js +30 -0
- package/lib/locales/cs/secondary.d.ts +4 -0
- package/lib/locales/cs/secondary.js +4 -0
- package/lib/locales/cs/user-scopes.d.ts +15 -0
- package/lib/locales/cs/user-scopes.js +15 -0
- package/lib/locales/de/account-center.d.ts +71 -0
- package/lib/locales/de/account-center.js +71 -0
- package/lib/locales/de/description.d.ts +5 -0
- package/lib/locales/de/description.js +5 -0
- package/lib/locales/de/error/index.d.ts +3 -0
- package/lib/locales/de/error/index.js +4 -1
- package/lib/locales/de/index.d.ts +80 -0
- package/lib/locales/de/input.d.ts +1 -0
- package/lib/locales/de/input.js +1 -0
- package/lib/locales/de/mfa.d.ts +4 -0
- package/lib/locales/de/mfa.js +4 -0
- package/lib/locales/en/account-center.d.ts +67 -0
- package/lib/locales/en/account-center.js +67 -0
- package/lib/locales/en/description.d.ts +5 -0
- package/lib/locales/en/description.js +5 -0
- package/lib/locales/en/error/index.d.ts +3 -0
- package/lib/locales/en/error/index.js +7 -4
- package/lib/locales/en/index.d.ts +80 -0
- package/lib/locales/en/input.d.ts +1 -0
- package/lib/locales/en/input.js +1 -0
- package/lib/locales/en/mfa.d.ts +4 -0
- package/lib/locales/en/mfa.js +5 -1
- package/lib/locales/es/account-center.d.ts +71 -0
- package/lib/locales/es/account-center.js +71 -0
- package/lib/locales/es/description.d.ts +5 -0
- package/lib/locales/es/description.js +5 -0
- package/lib/locales/es/error/index.d.ts +3 -0
- package/lib/locales/es/error/index.js +3 -0
- package/lib/locales/es/index.d.ts +80 -0
- package/lib/locales/es/input.d.ts +1 -0
- package/lib/locales/es/input.js +1 -0
- package/lib/locales/es/mfa.d.ts +4 -0
- package/lib/locales/es/mfa.js +4 -0
- package/lib/locales/fr/account-center.d.ts +71 -0
- package/lib/locales/fr/account-center.js +71 -0
- package/lib/locales/fr/description.d.ts +5 -0
- package/lib/locales/fr/description.js +5 -0
- package/lib/locales/fr/error/index.d.ts +3 -0
- package/lib/locales/fr/error/index.js +6 -3
- package/lib/locales/fr/index.d.ts +80 -0
- package/lib/locales/fr/input.d.ts +1 -0
- package/lib/locales/fr/input.js +1 -0
- package/lib/locales/fr/mfa.d.ts +4 -0
- package/lib/locales/fr/mfa.js +4 -0
- package/lib/locales/it/account-center.d.ts +71 -0
- package/lib/locales/it/account-center.js +71 -0
- package/lib/locales/it/description.d.ts +5 -0
- package/lib/locales/it/description.js +5 -0
- package/lib/locales/it/error/index.d.ts +3 -0
- package/lib/locales/it/error/index.js +6 -3
- package/lib/locales/it/index.d.ts +80 -0
- package/lib/locales/it/input.d.ts +1 -0
- package/lib/locales/it/input.js +1 -0
- package/lib/locales/it/mfa.d.ts +4 -0
- package/lib/locales/it/mfa.js +4 -0
- package/lib/locales/ja/account-center.d.ts +71 -0
- package/lib/locales/ja/account-center.js +71 -0
- package/lib/locales/ja/description.d.ts +5 -0
- package/lib/locales/ja/description.js +5 -0
- package/lib/locales/ja/error/index.d.ts +3 -0
- package/lib/locales/ja/error/index.js +3 -0
- package/lib/locales/ja/index.d.ts +80 -0
- package/lib/locales/ja/input.d.ts +1 -0
- package/lib/locales/ja/input.js +1 -0
- package/lib/locales/ja/mfa.d.ts +4 -0
- package/lib/locales/ja/mfa.js +4 -0
- package/lib/locales/ko/account-center.d.ts +71 -0
- package/lib/locales/ko/account-center.js +71 -0
- package/lib/locales/ko/description.d.ts +5 -0
- package/lib/locales/ko/description.js +5 -0
- package/lib/locales/ko/error/index.d.ts +3 -0
- package/lib/locales/ko/error/index.js +5 -2
- package/lib/locales/ko/index.d.ts +80 -0
- package/lib/locales/ko/input.d.ts +1 -0
- package/lib/locales/ko/input.js +1 -0
- package/lib/locales/ko/mfa.d.ts +4 -0
- package/lib/locales/ko/mfa.js +4 -0
- package/lib/locales/pl-pl/account-center.d.ts +71 -0
- package/lib/locales/pl-pl/account-center.js +71 -0
- package/lib/locales/pl-pl/description.d.ts +5 -0
- package/lib/locales/pl-pl/description.js +5 -0
- package/lib/locales/pl-pl/error/index.d.ts +3 -0
- package/lib/locales/pl-pl/error/index.js +7 -4
- package/lib/locales/pl-pl/index.d.ts +80 -0
- package/lib/locales/pl-pl/input.d.ts +1 -0
- package/lib/locales/pl-pl/input.js +1 -0
- package/lib/locales/pl-pl/mfa.d.ts +4 -0
- package/lib/locales/pl-pl/mfa.js +4 -0
- package/lib/locales/pt-br/account-center.d.ts +71 -0
- package/lib/locales/pt-br/account-center.js +71 -0
- package/lib/locales/pt-br/description.d.ts +5 -0
- package/lib/locales/pt-br/description.js +5 -0
- package/lib/locales/pt-br/error/index.d.ts +3 -0
- package/lib/locales/pt-br/error/index.js +7 -4
- package/lib/locales/pt-br/index.d.ts +80 -0
- package/lib/locales/pt-br/input.d.ts +1 -0
- package/lib/locales/pt-br/input.js +1 -0
- package/lib/locales/pt-br/mfa.d.ts +4 -0
- package/lib/locales/pt-br/mfa.js +4 -0
- package/lib/locales/pt-pt/account-center.d.ts +71 -0
- package/lib/locales/pt-pt/account-center.js +71 -0
- package/lib/locales/pt-pt/description.d.ts +5 -0
- package/lib/locales/pt-pt/description.js +5 -0
- package/lib/locales/pt-pt/error/index.d.ts +3 -0
- package/lib/locales/pt-pt/error/index.js +4 -1
- package/lib/locales/pt-pt/index.d.ts +80 -0
- package/lib/locales/pt-pt/input.d.ts +1 -0
- package/lib/locales/pt-pt/input.js +1 -0
- package/lib/locales/pt-pt/mfa.d.ts +4 -0
- package/lib/locales/pt-pt/mfa.js +4 -0
- package/lib/locales/ru/account-center.d.ts +71 -0
- package/lib/locales/ru/account-center.js +71 -0
- package/lib/locales/ru/description.d.ts +5 -0
- package/lib/locales/ru/description.js +5 -0
- package/lib/locales/ru/error/index.d.ts +3 -0
- package/lib/locales/ru/error/index.js +5 -2
- package/lib/locales/ru/index.d.ts +80 -0
- package/lib/locales/ru/input.d.ts +1 -0
- package/lib/locales/ru/input.js +1 -0
- package/lib/locales/ru/mfa.d.ts +4 -0
- package/lib/locales/ru/mfa.js +4 -0
- package/lib/locales/th/account-center.d.ts +71 -0
- package/lib/locales/th/account-center.js +71 -0
- package/lib/locales/th/description.d.ts +5 -0
- package/lib/locales/th/description.js +5 -0
- package/lib/locales/th/error/index.d.ts +3 -0
- package/lib/locales/th/error/index.js +7 -4
- package/lib/locales/th/index.d.ts +80 -0
- package/lib/locales/th/input.d.ts +1 -0
- package/lib/locales/th/input.js +1 -0
- package/lib/locales/th/mfa.d.ts +4 -0
- package/lib/locales/th/mfa.js +4 -0
- package/lib/locales/tr-tr/account-center.d.ts +71 -0
- package/lib/locales/tr-tr/account-center.js +71 -0
- package/lib/locales/tr-tr/description.d.ts +5 -0
- package/lib/locales/tr-tr/description.js +5 -0
- package/lib/locales/tr-tr/error/index.d.ts +3 -0
- package/lib/locales/tr-tr/error/index.js +5 -2
- package/lib/locales/tr-tr/index.d.ts +80 -0
- package/lib/locales/tr-tr/input.d.ts +1 -0
- package/lib/locales/tr-tr/input.js +1 -0
- package/lib/locales/tr-tr/mfa.d.ts +4 -0
- package/lib/locales/tr-tr/mfa.js +4 -0
- package/lib/locales/uk-ua/account-center.d.ts +71 -0
- package/lib/locales/uk-ua/account-center.js +71 -0
- package/lib/locales/uk-ua/description.d.ts +5 -0
- package/lib/locales/uk-ua/description.js +5 -0
- package/lib/locales/uk-ua/error/index.d.ts +3 -0
- package/lib/locales/uk-ua/error/index.js +3 -0
- package/lib/locales/uk-ua/index.d.ts +80 -0
- package/lib/locales/uk-ua/input.d.ts +1 -0
- package/lib/locales/uk-ua/input.js +1 -0
- package/lib/locales/uk-ua/mfa.d.ts +4 -0
- package/lib/locales/uk-ua/mfa.js +4 -0
- package/lib/locales/zh-cn/account-center.d.ts +71 -0
- package/lib/locales/zh-cn/account-center.js +71 -0
- package/lib/locales/zh-cn/description.d.ts +5 -0
- package/lib/locales/zh-cn/description.js +5 -0
- package/lib/locales/zh-cn/error/index.d.ts +3 -0
- package/lib/locales/zh-cn/error/index.js +5 -2
- package/lib/locales/zh-cn/index.d.ts +80 -0
- package/lib/locales/zh-cn/input.d.ts +1 -0
- package/lib/locales/zh-cn/input.js +1 -0
- package/lib/locales/zh-cn/mfa.d.ts +4 -0
- package/lib/locales/zh-cn/mfa.js +4 -0
- package/lib/locales/zh-hk/account-center.d.ts +71 -0
- package/lib/locales/zh-hk/account-center.js +71 -0
- package/lib/locales/zh-hk/description.d.ts +5 -0
- package/lib/locales/zh-hk/description.js +5 -0
- package/lib/locales/zh-hk/error/index.d.ts +3 -0
- package/lib/locales/zh-hk/error/index.js +5 -2
- package/lib/locales/zh-hk/index.d.ts +80 -0
- package/lib/locales/zh-hk/input.d.ts +1 -0
- package/lib/locales/zh-hk/input.js +1 -0
- package/lib/locales/zh-hk/mfa.d.ts +4 -0
- package/lib/locales/zh-hk/mfa.js +4 -0
- package/lib/locales/zh-tw/account-center.d.ts +71 -0
- package/lib/locales/zh-tw/account-center.js +71 -0
- package/lib/locales/zh-tw/description.d.ts +5 -0
- package/lib/locales/zh-tw/description.js +5 -0
- package/lib/locales/zh-tw/error/index.d.ts +3 -0
- package/lib/locales/zh-tw/error/index.js +5 -2
- package/lib/locales/zh-tw/index.d.ts +80 -0
- package/lib/locales/zh-tw/input.d.ts +1 -0
- package/lib/locales/zh-tw/input.js +1 -0
- package/lib/locales/zh-tw/mfa.d.ts +4 -0
- package/lib/locales/zh-tw/mfa.js +4 -0
- package/package.json +3 -3
package/lib/locales/zh-cn/mfa.js
CHANGED
|
@@ -18,6 +18,9 @@ const mfa = {
|
|
|
18
18
|
verify_phone_verification_code_description: '输入发送到您手机的验证码',
|
|
19
19
|
send_to_email: '发送至 {{identifier}}',
|
|
20
20
|
send_to_phone: '发送至 {{identifier}}',
|
|
21
|
+
onboarding: '开启两步验证',
|
|
22
|
+
onboarding_description: '使用两步验证保护您的账户。选择一种或多种方式:通行密钥、身份验证器(OTP)、短信验证码或备用码。',
|
|
23
|
+
enable_mfa: '启用两步验证',
|
|
21
24
|
add_mfa_factors: '添加两步验证',
|
|
22
25
|
add_mfa_description: '已启用两步验证。选择第二种验证方法以进行安全登录。',
|
|
23
26
|
add_another_mfa_factor: '添加另一个两步验证',
|
|
@@ -25,6 +28,7 @@ const mfa = {
|
|
|
25
28
|
verify_mfa_factors: '两步验证',
|
|
26
29
|
verify_mfa_description: '此帐户已启用两步验证。请选择第二种验证身份的方式。',
|
|
27
30
|
add_authenticator_app: '添加身份验证应用',
|
|
31
|
+
replace_authenticator_app: '替换身份验证应用',
|
|
28
32
|
step: '步骤 {{step, number}}: {{content}}',
|
|
29
33
|
scan_qr_code: '扫描此 QR 码',
|
|
30
34
|
scan_qr_code_description: '使用身份验证应用程序(如 Google Authenticator、Duo Mobile、Authy 等)扫描以下 QR 码。',
|
|
@@ -3,6 +3,20 @@ declare const _default: Readonly<{
|
|
|
3
3
|
title: string;
|
|
4
4
|
description: string;
|
|
5
5
|
};
|
|
6
|
+
page: {
|
|
7
|
+
title: string;
|
|
8
|
+
security_title: string;
|
|
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;
|
|
18
|
+
support: string;
|
|
19
|
+
};
|
|
6
20
|
verification: {
|
|
7
21
|
title: string;
|
|
8
22
|
description: string;
|
|
@@ -11,6 +25,8 @@ declare const _default: Readonly<{
|
|
|
11
25
|
error_verify_failed: string;
|
|
12
26
|
verification_required: string;
|
|
13
27
|
try_another_method: string;
|
|
28
|
+
no_available_methods_title: string;
|
|
29
|
+
no_available_methods_description: string;
|
|
14
30
|
};
|
|
15
31
|
password_verification: {
|
|
16
32
|
title: string;
|
|
@@ -52,6 +68,57 @@ declare const _default: Readonly<{
|
|
|
52
68
|
description: string;
|
|
53
69
|
success: string;
|
|
54
70
|
};
|
|
71
|
+
security: {
|
|
72
|
+
add: string;
|
|
73
|
+
change: string;
|
|
74
|
+
remove: string;
|
|
75
|
+
not_set: string;
|
|
76
|
+
social_sign_in: string;
|
|
77
|
+
social_not_linked: string;
|
|
78
|
+
email_phone: string;
|
|
79
|
+
email: string;
|
|
80
|
+
phone: string;
|
|
81
|
+
password: string;
|
|
82
|
+
configured: string;
|
|
83
|
+
not_configured: string;
|
|
84
|
+
two_step_verification: string;
|
|
85
|
+
authenticator_app: string;
|
|
86
|
+
passkeys: string;
|
|
87
|
+
backup_codes: string;
|
|
88
|
+
email_verification_code: string;
|
|
89
|
+
phone_verification_code: string;
|
|
90
|
+
passkeys_count_one: string;
|
|
91
|
+
passkeys_count_other: string;
|
|
92
|
+
backup_codes_count_one: string;
|
|
93
|
+
backup_codes_count_other: string;
|
|
94
|
+
view: string;
|
|
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;
|
|
114
|
+
};
|
|
115
|
+
social: {
|
|
116
|
+
linked: string;
|
|
117
|
+
not_enabled: string;
|
|
118
|
+
removed: string;
|
|
119
|
+
remove_confirmation_title: string;
|
|
120
|
+
remove_confirmation_description: string;
|
|
121
|
+
};
|
|
55
122
|
password: {
|
|
56
123
|
title: string;
|
|
57
124
|
description: string;
|
|
@@ -122,6 +189,10 @@ declare const _default: Readonly<{
|
|
|
122
189
|
title: string;
|
|
123
190
|
description: string;
|
|
124
191
|
};
|
|
192
|
+
totp_replaced: {
|
|
193
|
+
title: string;
|
|
194
|
+
description: string;
|
|
195
|
+
};
|
|
125
196
|
backup_code: {
|
|
126
197
|
title: string;
|
|
127
198
|
description: string;
|
|
@@ -3,6 +3,20 @@ const account_center = {
|
|
|
3
3
|
title: '找不到頁面',
|
|
4
4
|
description: '此頁面不可用。',
|
|
5
5
|
},
|
|
6
|
+
page: {
|
|
7
|
+
title: '帳戶',
|
|
8
|
+
security_title: '安全',
|
|
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',
|
|
18
|
+
support: '支援',
|
|
19
|
+
},
|
|
6
20
|
verification: {
|
|
7
21
|
title: '安全驗證',
|
|
8
22
|
description: '為保障帳戶安全,請確認是你本人。請選擇用於驗證身份的方法。',
|
|
@@ -11,6 +25,8 @@ const account_center = {
|
|
|
11
25
|
error_verify_failed: '驗證失敗,請重新輸入驗證碼。',
|
|
12
26
|
verification_required: '驗證已失效,請再次驗證你的身份。',
|
|
13
27
|
try_another_method: '嘗試其他驗證方式',
|
|
28
|
+
no_available_methods_title: '沒有可用的驗證方式',
|
|
29
|
+
no_available_methods_description: '你尚未設定任何驗證方式。請先為你的帳戶新增密碼、電郵地址或電話號碼。',
|
|
14
30
|
},
|
|
15
31
|
password_verification: {
|
|
16
32
|
title: '驗證密碼',
|
|
@@ -52,6 +68,57 @@ const account_center = {
|
|
|
52
68
|
description: '用戶名只能包含字母、數字和底線。',
|
|
53
69
|
success: '用戶名已成功更新。',
|
|
54
70
|
},
|
|
71
|
+
security: {
|
|
72
|
+
add: '添加',
|
|
73
|
+
change: '更改',
|
|
74
|
+
remove: '移除',
|
|
75
|
+
not_set: '未設置',
|
|
76
|
+
social_sign_in: '社交登入',
|
|
77
|
+
social_not_linked: '未連結',
|
|
78
|
+
email_phone: '電郵 / 電話號碼',
|
|
79
|
+
email: '電郵',
|
|
80
|
+
phone: '電話號碼',
|
|
81
|
+
password: '密碼',
|
|
82
|
+
configured: '已設置',
|
|
83
|
+
not_configured: '未設置',
|
|
84
|
+
two_step_verification: '兩步驟驗證',
|
|
85
|
+
authenticator_app: '身份驗證器應用程式',
|
|
86
|
+
passkeys: '通行密鑰',
|
|
87
|
+
backup_codes: '備用碼',
|
|
88
|
+
email_verification_code: '電子郵件驗證碼',
|
|
89
|
+
phone_verification_code: '電話驗證碼',
|
|
90
|
+
passkeys_count_one: '{{count}} 個通行密鑰',
|
|
91
|
+
passkeys_count_other: '{{count}} 個通行密鑰',
|
|
92
|
+
backup_codes_count_one: '{{count}} 個備用碼',
|
|
93
|
+
backup_codes_count_other: '{{count}} 個備用碼',
|
|
94
|
+
view: '檢視',
|
|
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: '用戶名已成功移除。',
|
|
114
|
+
},
|
|
115
|
+
social: {
|
|
116
|
+
linked: '已成功連結 {{connector}}。',
|
|
117
|
+
not_enabled: '此社交登入方式尚未啟用。請聯絡管理員尋求協助。',
|
|
118
|
+
removed: '已成功移除 {{connector}}。',
|
|
119
|
+
remove_confirmation_title: '移除社交帳號',
|
|
120
|
+
remove_confirmation_description: '如果你移除 {{connector}},在重新加入之前,你可能無法再透過它登入。',
|
|
121
|
+
},
|
|
55
122
|
password: {
|
|
56
123
|
title: '設定密碼',
|
|
57
124
|
description: '建立新密碼以保障你的帳戶安全。',
|
|
@@ -122,6 +189,10 @@ const account_center = {
|
|
|
122
189
|
title: '身份驗證器應用程式已添加!',
|
|
123
190
|
description: '身份驗證器應用程式已成功連結到你的帳戶。',
|
|
124
191
|
},
|
|
192
|
+
totp_replaced: {
|
|
193
|
+
title: '身份驗證器應用程式已替換!',
|
|
194
|
+
description: '你的身份驗證器應用程式已成功替換。',
|
|
195
|
+
},
|
|
125
196
|
backup_code: {
|
|
126
197
|
title: '備用碼已產生!',
|
|
127
198
|
description: '您的備用碼已儲存。請將它們保存在安全的地方。',
|
|
@@ -50,6 +50,11 @@ declare const _default: Readonly<{
|
|
|
50
50
|
continue_with_more_information: string;
|
|
51
51
|
create_your_account: string;
|
|
52
52
|
sign_in_to_your_account: string;
|
|
53
|
+
device_activation: string;
|
|
54
|
+
device_activation_description: string;
|
|
55
|
+
device_activation_error_description: string;
|
|
56
|
+
device_activation_success: string;
|
|
57
|
+
device_activation_success_description: string;
|
|
53
58
|
no_region_code_found: string;
|
|
54
59
|
verify_email: string;
|
|
55
60
|
verify_phone: string;
|
|
@@ -50,6 +50,11 @@ const description = {
|
|
|
50
50
|
continue_with_more_information: '為保障你的帳號安全,需要你補充以下信息。',
|
|
51
51
|
create_your_account: '註冊你的帳號',
|
|
52
52
|
sign_in_to_your_account: '登錄你的帳號',
|
|
53
|
+
device_activation: '裝置啟用',
|
|
54
|
+
device_activation_description: '輸入你裝置上顯示的代碼。確認代碼匹配後,繼續在此裝置上登錄。',
|
|
55
|
+
device_activation_error_description: '輸入你裝置上顯示的代碼。',
|
|
56
|
+
device_activation_success: '你的裝置已連線!',
|
|
57
|
+
device_activation_success_description: '請返回你的裝置以繼續。',
|
|
53
58
|
no_region_code_found: '沒有找到區域碼',
|
|
54
59
|
verify_email: '驗證你的郵箱',
|
|
55
60
|
verify_phone: '驗證你的手機號',
|
|
@@ -12,6 +12,9 @@ declare const _default: Readonly<{
|
|
|
12
12
|
invalid_phone: string;
|
|
13
13
|
passwords_do_not_match: string;
|
|
14
14
|
invalid_passcode: string;
|
|
15
|
+
device_code_required: string;
|
|
16
|
+
invalid_device_code: string;
|
|
17
|
+
device_flow_aborted: string;
|
|
15
18
|
invalid_connector_auth: string;
|
|
16
19
|
invalid_connector_request: string;
|
|
17
20
|
unknown: string;
|
|
@@ -11,8 +11,11 @@ const error = {
|
|
|
11
11
|
username_invalid_charset: '用戶名只能包含英文字母、數字或下劃線。',
|
|
12
12
|
invalid_email: '無效的電子郵件',
|
|
13
13
|
invalid_phone: '無效的手機號碼',
|
|
14
|
-
passwords_do_not_match: '
|
|
14
|
+
passwords_do_not_match: '兩次輸入的密碼不一致。',
|
|
15
15
|
invalid_passcode: '無效的驗證碼。',
|
|
16
|
+
device_code_required: '請輸入代碼。',
|
|
17
|
+
invalid_device_code: '裝置代碼無效。',
|
|
18
|
+
device_flow_aborted: '登錄請求已中斷。',
|
|
16
19
|
invalid_connector_auth: '登錄失敗',
|
|
17
20
|
invalid_connector_request: '無效的登錄請求',
|
|
18
21
|
unknown: '未知錯誤,請稍後重試。',
|
|
@@ -24,7 +27,7 @@ const error = {
|
|
|
24
27
|
invalid_link_description: '你的一次性令牌可能已過期或失效。',
|
|
25
28
|
captcha_verification_failed: '驗證碼驗證失敗。',
|
|
26
29
|
terms_acceptance_required: '需要同意條款',
|
|
27
|
-
terms_acceptance_required_description: '
|
|
30
|
+
terms_acceptance_required_description: '必須同意條款後才能繼續。',
|
|
28
31
|
something_went_wrong: '出錯了',
|
|
29
32
|
feature_not_enabled: '您沒有權限訪問此功能。請聯繫管理員尋求幫助。',
|
|
30
33
|
};
|
|
@@ -8,6 +8,7 @@ declare const _default: Readonly<{
|
|
|
8
8
|
confirm_password: string;
|
|
9
9
|
search_region_code: string;
|
|
10
10
|
backup_code: string;
|
|
11
|
+
code: string;
|
|
11
12
|
label_with_optional: string;
|
|
12
13
|
}>;
|
|
13
14
|
secondary: Readonly<{
|
|
@@ -106,6 +107,11 @@ declare const _default: Readonly<{
|
|
|
106
107
|
continue_with_more_information: string;
|
|
107
108
|
create_your_account: string;
|
|
108
109
|
sign_in_to_your_account: string;
|
|
110
|
+
device_activation: string;
|
|
111
|
+
device_activation_description: string;
|
|
112
|
+
device_activation_error_description: string;
|
|
113
|
+
device_activation_success: string;
|
|
114
|
+
device_activation_success_description: string;
|
|
109
115
|
no_region_code_found: string;
|
|
110
116
|
verify_email: string;
|
|
111
117
|
verify_phone: string;
|
|
@@ -175,6 +181,9 @@ declare const _default: Readonly<{
|
|
|
175
181
|
invalid_phone: string;
|
|
176
182
|
passwords_do_not_match: string;
|
|
177
183
|
invalid_passcode: string;
|
|
184
|
+
device_code_required: string;
|
|
185
|
+
invalid_device_code: string;
|
|
186
|
+
device_flow_aborted: string;
|
|
178
187
|
invalid_connector_auth: string;
|
|
179
188
|
invalid_connector_request: string;
|
|
180
189
|
unknown: string;
|
|
@@ -228,6 +237,9 @@ declare const _default: Readonly<{
|
|
|
228
237
|
verify_phone_verification_code_description: string;
|
|
229
238
|
send_to_email: string;
|
|
230
239
|
send_to_phone: string;
|
|
240
|
+
onboarding: string;
|
|
241
|
+
onboarding_description: string;
|
|
242
|
+
enable_mfa: string;
|
|
231
243
|
add_mfa_factors: string;
|
|
232
244
|
add_mfa_description: string;
|
|
233
245
|
add_another_mfa_factor: string;
|
|
@@ -235,6 +247,7 @@ declare const _default: Readonly<{
|
|
|
235
247
|
verify_mfa_factors: string;
|
|
236
248
|
verify_mfa_description: string;
|
|
237
249
|
add_authenticator_app: string;
|
|
250
|
+
replace_authenticator_app: string;
|
|
238
251
|
step: string;
|
|
239
252
|
scan_qr_code: string;
|
|
240
253
|
scan_qr_code_description: string;
|
|
@@ -319,6 +332,16 @@ declare const _default: Readonly<{
|
|
|
319
332
|
title: string;
|
|
320
333
|
description: string;
|
|
321
334
|
};
|
|
335
|
+
page: {
|
|
336
|
+
title: string;
|
|
337
|
+
security_title: string;
|
|
338
|
+
security_description: string;
|
|
339
|
+
profile_title: string;
|
|
340
|
+
profile_description: string;
|
|
341
|
+
sidebar_personal_info: string;
|
|
342
|
+
sidebar_security: string;
|
|
343
|
+
support: string;
|
|
344
|
+
};
|
|
322
345
|
verification: {
|
|
323
346
|
title: string;
|
|
324
347
|
description: string;
|
|
@@ -327,6 +350,8 @@ declare const _default: Readonly<{
|
|
|
327
350
|
error_verify_failed: string;
|
|
328
351
|
verification_required: string;
|
|
329
352
|
try_another_method: string;
|
|
353
|
+
no_available_methods_title: string;
|
|
354
|
+
no_available_methods_description: string;
|
|
330
355
|
};
|
|
331
356
|
password_verification: {
|
|
332
357
|
title: string;
|
|
@@ -368,6 +393,57 @@ declare const _default: Readonly<{
|
|
|
368
393
|
description: string;
|
|
369
394
|
success: string;
|
|
370
395
|
};
|
|
396
|
+
security: {
|
|
397
|
+
add: string;
|
|
398
|
+
change: string;
|
|
399
|
+
remove: string;
|
|
400
|
+
not_set: string;
|
|
401
|
+
social_sign_in: string;
|
|
402
|
+
social_not_linked: string;
|
|
403
|
+
email_phone: string;
|
|
404
|
+
email: string;
|
|
405
|
+
phone: string;
|
|
406
|
+
password: string;
|
|
407
|
+
configured: string;
|
|
408
|
+
not_configured: string;
|
|
409
|
+
two_step_verification: string;
|
|
410
|
+
authenticator_app: string;
|
|
411
|
+
passkeys: string;
|
|
412
|
+
backup_codes: string;
|
|
413
|
+
email_verification_code: string;
|
|
414
|
+
phone_verification_code: string;
|
|
415
|
+
passkeys_count_one: string;
|
|
416
|
+
passkeys_count_other: string;
|
|
417
|
+
backup_codes_count_one: string;
|
|
418
|
+
backup_codes_count_other: string;
|
|
419
|
+
view: string;
|
|
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;
|
|
439
|
+
};
|
|
440
|
+
social: {
|
|
441
|
+
linked: string;
|
|
442
|
+
not_enabled: string;
|
|
443
|
+
removed: string;
|
|
444
|
+
remove_confirmation_title: string;
|
|
445
|
+
remove_confirmation_description: string;
|
|
446
|
+
};
|
|
371
447
|
password: {
|
|
372
448
|
title: string;
|
|
373
449
|
description: string;
|
|
@@ -438,6 +514,10 @@ declare const _default: Readonly<{
|
|
|
438
514
|
title: string;
|
|
439
515
|
description: string;
|
|
440
516
|
};
|
|
517
|
+
totp_replaced: {
|
|
518
|
+
title: string;
|
|
519
|
+
description: string;
|
|
520
|
+
};
|
|
441
521
|
backup_code: {
|
|
442
522
|
title: string;
|
|
443
523
|
description: string;
|
|
@@ -18,6 +18,9 @@ declare const _default: Readonly<{
|
|
|
18
18
|
verify_phone_verification_code_description: string;
|
|
19
19
|
send_to_email: string;
|
|
20
20
|
send_to_phone: string;
|
|
21
|
+
onboarding: string;
|
|
22
|
+
onboarding_description: string;
|
|
23
|
+
enable_mfa: string;
|
|
21
24
|
add_mfa_factors: string;
|
|
22
25
|
add_mfa_description: string;
|
|
23
26
|
add_another_mfa_factor: string;
|
|
@@ -25,6 +28,7 @@ declare const _default: Readonly<{
|
|
|
25
28
|
verify_mfa_factors: string;
|
|
26
29
|
verify_mfa_description: string;
|
|
27
30
|
add_authenticator_app: string;
|
|
31
|
+
replace_authenticator_app: string;
|
|
28
32
|
step: string;
|
|
29
33
|
scan_qr_code: string;
|
|
30
34
|
scan_qr_code_description: string;
|
package/lib/locales/zh-hk/mfa.js
CHANGED
|
@@ -18,6 +18,9 @@ const mfa = {
|
|
|
18
18
|
verify_phone_verification_code_description: '輸入發送到您手機的驗證碼',
|
|
19
19
|
send_to_email: '發送至 {{identifier}}',
|
|
20
20
|
send_to_phone: '發送至 {{identifier}}',
|
|
21
|
+
onboarding: '開啟兩步驗證',
|
|
22
|
+
onboarding_description: '使用兩步驗證保護您的帳戶。選擇一種或多種方式:通行密碼、身份驗證器(OTP)、短訊驗證碼或備用碼。',
|
|
23
|
+
enable_mfa: '啟用兩步驗證',
|
|
21
24
|
add_mfa_factors: '添加兩步驗證',
|
|
22
25
|
add_mfa_description: '已啟用兩步驗證。選擇第二種驗證方法進行安全登錄。',
|
|
23
26
|
add_another_mfa_factor: '新增另一個兩步驗證',
|
|
@@ -25,6 +28,7 @@ const mfa = {
|
|
|
25
28
|
verify_mfa_factors: '兩步驗證',
|
|
26
29
|
verify_mfa_description: '此帳戶已啟用兩步驗證。請選擇第二種驗證身份的方式。',
|
|
27
30
|
add_authenticator_app: '添加身份驗證應用',
|
|
31
|
+
replace_authenticator_app: '替換身份驗證應用',
|
|
28
32
|
step: '步驟 {{step, number}}: {{content}}',
|
|
29
33
|
scan_qr_code: '掃描此 QR 碼',
|
|
30
34
|
scan_qr_code_description: '使用身份驗證應用程序(如 Google Authenticator、Duo Mobile、Authy 等)掃描以下 QR 碼。',
|
|
@@ -3,6 +3,20 @@ declare const _default: Readonly<{
|
|
|
3
3
|
title: string;
|
|
4
4
|
description: string;
|
|
5
5
|
};
|
|
6
|
+
page: {
|
|
7
|
+
title: string;
|
|
8
|
+
security_title: string;
|
|
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;
|
|
18
|
+
support: string;
|
|
19
|
+
};
|
|
6
20
|
verification: {
|
|
7
21
|
title: string;
|
|
8
22
|
description: string;
|
|
@@ -11,6 +25,8 @@ declare const _default: Readonly<{
|
|
|
11
25
|
error_verify_failed: string;
|
|
12
26
|
verification_required: string;
|
|
13
27
|
try_another_method: string;
|
|
28
|
+
no_available_methods_title: string;
|
|
29
|
+
no_available_methods_description: string;
|
|
14
30
|
};
|
|
15
31
|
password_verification: {
|
|
16
32
|
title: string;
|
|
@@ -52,6 +68,57 @@ declare const _default: Readonly<{
|
|
|
52
68
|
description: string;
|
|
53
69
|
success: string;
|
|
54
70
|
};
|
|
71
|
+
security: {
|
|
72
|
+
add: string;
|
|
73
|
+
change: string;
|
|
74
|
+
remove: string;
|
|
75
|
+
not_set: string;
|
|
76
|
+
social_sign_in: string;
|
|
77
|
+
social_not_linked: string;
|
|
78
|
+
email_phone: string;
|
|
79
|
+
email: string;
|
|
80
|
+
phone: string;
|
|
81
|
+
password: string;
|
|
82
|
+
configured: string;
|
|
83
|
+
not_configured: string;
|
|
84
|
+
two_step_verification: string;
|
|
85
|
+
authenticator_app: string;
|
|
86
|
+
passkeys: string;
|
|
87
|
+
backup_codes: string;
|
|
88
|
+
email_verification_code: string;
|
|
89
|
+
phone_verification_code: string;
|
|
90
|
+
passkeys_count_one: string;
|
|
91
|
+
passkeys_count_other: string;
|
|
92
|
+
backup_codes_count_one: string;
|
|
93
|
+
backup_codes_count_other: string;
|
|
94
|
+
view: string;
|
|
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;
|
|
114
|
+
};
|
|
115
|
+
social: {
|
|
116
|
+
linked: string;
|
|
117
|
+
not_enabled: string;
|
|
118
|
+
removed: string;
|
|
119
|
+
remove_confirmation_title: string;
|
|
120
|
+
remove_confirmation_description: string;
|
|
121
|
+
};
|
|
55
122
|
password: {
|
|
56
123
|
title: string;
|
|
57
124
|
description: string;
|
|
@@ -122,6 +189,10 @@ declare const _default: Readonly<{
|
|
|
122
189
|
title: string;
|
|
123
190
|
description: string;
|
|
124
191
|
};
|
|
192
|
+
totp_replaced: {
|
|
193
|
+
title: string;
|
|
194
|
+
description: string;
|
|
195
|
+
};
|
|
125
196
|
backup_code: {
|
|
126
197
|
title: string;
|
|
127
198
|
description: string;
|
|
@@ -3,6 +3,20 @@ const account_center = {
|
|
|
3
3
|
title: '找不到頁面',
|
|
4
4
|
description: '此頁面無法使用。',
|
|
5
5
|
},
|
|
6
|
+
page: {
|
|
7
|
+
title: '帳戶',
|
|
8
|
+
security_title: '安全',
|
|
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',
|
|
18
|
+
support: '支援',
|
|
19
|
+
},
|
|
6
20
|
verification: {
|
|
7
21
|
title: '安全驗證',
|
|
8
22
|
description: '為保護帳戶安全,請確認是您本人。請選擇用於驗證身分的方法。',
|
|
@@ -11,6 +25,8 @@ const account_center = {
|
|
|
11
25
|
error_verify_failed: '驗證失敗,請重新輸入驗證碼。',
|
|
12
26
|
verification_required: '驗證已失效,請再次驗證您的身分。',
|
|
13
27
|
try_another_method: '嘗試其他驗證方式',
|
|
28
|
+
no_available_methods_title: '沒有可用的驗證方式',
|
|
29
|
+
no_available_methods_description: '您尚未設定任何驗證方式。請先在您的帳戶中新增密碼、電子郵件或電話號碼。',
|
|
14
30
|
},
|
|
15
31
|
password_verification: {
|
|
16
32
|
title: '驗證密碼',
|
|
@@ -52,6 +68,57 @@ const account_center = {
|
|
|
52
68
|
description: '使用者名稱只能包含字母、數字和底線。',
|
|
53
69
|
success: '使用者名稱已成功更新。',
|
|
54
70
|
},
|
|
71
|
+
security: {
|
|
72
|
+
add: '新增',
|
|
73
|
+
change: '變更',
|
|
74
|
+
remove: '移除',
|
|
75
|
+
not_set: '未設定',
|
|
76
|
+
social_sign_in: '社群登入',
|
|
77
|
+
social_not_linked: '未連結',
|
|
78
|
+
email_phone: '電子郵件 / 電話號碼',
|
|
79
|
+
email: '電子郵件',
|
|
80
|
+
phone: '電話號碼',
|
|
81
|
+
password: '密碼',
|
|
82
|
+
configured: '已設定',
|
|
83
|
+
not_configured: '未設定',
|
|
84
|
+
two_step_verification: '兩步驟驗證',
|
|
85
|
+
authenticator_app: '身份驗證器應用程式',
|
|
86
|
+
passkeys: '通行密鑰',
|
|
87
|
+
backup_codes: '備用碼',
|
|
88
|
+
email_verification_code: '電郵驗證碼',
|
|
89
|
+
phone_verification_code: '電話驗證碼',
|
|
90
|
+
passkeys_count_one: '{{count}} 個通行密鑰',
|
|
91
|
+
passkeys_count_other: '{{count}} 個通行密鑰',
|
|
92
|
+
backup_codes_count_one: '{{count}} 個備用碼',
|
|
93
|
+
backup_codes_count_other: '{{count}} 個備用碼',
|
|
94
|
+
view: '檢視',
|
|
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: '使用者名稱已成功移除。',
|
|
114
|
+
},
|
|
115
|
+
social: {
|
|
116
|
+
linked: '已成功連結 {{connector}}。',
|
|
117
|
+
not_enabled: '此社群登入方式尚未啟用。請聯絡管理員尋求協助。',
|
|
118
|
+
removed: '已成功移除 {{connector}}。',
|
|
119
|
+
remove_confirmation_title: '移除社群帳號',
|
|
120
|
+
remove_confirmation_description: '如果你移除 {{connector}},在重新加入之前,你可能無法再透過它登入。',
|
|
121
|
+
},
|
|
55
122
|
password: {
|
|
56
123
|
title: '設定密碼',
|
|
57
124
|
description: '建立新密碼以保障您的帳戶安全。',
|
|
@@ -122,6 +189,10 @@ const account_center = {
|
|
|
122
189
|
title: '身份驗證器應用程式已新增!',
|
|
123
190
|
description: '身份驗證器應用程式已成功連結至您的帳戶。',
|
|
124
191
|
},
|
|
192
|
+
totp_replaced: {
|
|
193
|
+
title: '身份驗證器應用程式已替換!',
|
|
194
|
+
description: '你的身份驗證器應用程式已成功替換。',
|
|
195
|
+
},
|
|
125
196
|
backup_code: {
|
|
126
197
|
title: '備用碼已產生!',
|
|
127
198
|
description: '您的備用碼已儲存。請將它們保存在安全的地方。',
|