@logto/phrases-experience 1.10.1 → 1.12.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/error/index.d.ts +2 -0
- package/lib/locales/ar/error/index.js +2 -0
- package/lib/locales/ar/index.d.ts +19 -1
- package/lib/locales/ar/input.d.ts +1 -0
- package/lib/locales/ar/input.js +1 -0
- package/lib/locales/ar/mfa.d.ts +10 -0
- package/lib/locales/ar/mfa.js +10 -0
- package/lib/locales/ar/profile.d.ts +6 -1
- package/lib/locales/ar/profile.js +7 -2
- package/lib/locales/de/error/index.d.ts +2 -0
- package/lib/locales/de/error/index.js +2 -0
- package/lib/locales/de/index.d.ts +19 -1
- package/lib/locales/de/input.d.ts +1 -0
- package/lib/locales/de/input.js +1 -0
- package/lib/locales/de/mfa.d.ts +10 -0
- package/lib/locales/de/mfa.js +10 -0
- package/lib/locales/de/profile.d.ts +6 -1
- package/lib/locales/de/profile.js +6 -1
- package/lib/locales/en/error/index.d.ts +2 -0
- package/lib/locales/en/error/index.js +2 -0
- package/lib/locales/en/index.d.ts +19 -1
- package/lib/locales/en/input.d.ts +1 -0
- package/lib/locales/en/input.js +1 -0
- package/lib/locales/en/mfa.d.ts +10 -0
- package/lib/locales/en/mfa.js +10 -0
- package/lib/locales/en/profile.d.ts +6 -1
- package/lib/locales/en/profile.js +11 -6
- package/lib/locales/es/error/index.d.ts +2 -0
- package/lib/locales/es/error/index.js +2 -0
- package/lib/locales/es/index.d.ts +19 -1
- package/lib/locales/es/input.d.ts +1 -0
- package/lib/locales/es/input.js +1 -0
- package/lib/locales/es/mfa.d.ts +10 -0
- package/lib/locales/es/mfa.js +10 -0
- package/lib/locales/es/profile.d.ts +6 -1
- package/lib/locales/es/profile.js +6 -1
- package/lib/locales/fr/description.js +1 -1
- package/lib/locales/fr/error/index.d.ts +2 -0
- package/lib/locales/fr/error/index.js +2 -0
- package/lib/locales/fr/index.d.ts +19 -1
- package/lib/locales/fr/input.d.ts +1 -0
- package/lib/locales/fr/input.js +1 -0
- package/lib/locales/fr/mfa.d.ts +10 -0
- package/lib/locales/fr/mfa.js +10 -0
- package/lib/locales/fr/profile.d.ts +6 -1
- package/lib/locales/fr/profile.js +6 -1
- package/lib/locales/it/error/index.d.ts +2 -0
- package/lib/locales/it/error/index.js +2 -0
- package/lib/locales/it/index.d.ts +19 -1
- package/lib/locales/it/input.d.ts +1 -0
- package/lib/locales/it/input.js +1 -0
- package/lib/locales/it/mfa.d.ts +10 -0
- package/lib/locales/it/mfa.js +11 -1
- package/lib/locales/it/profile.d.ts +6 -1
- package/lib/locales/it/profile.js +6 -1
- package/lib/locales/ja/error/index.d.ts +2 -0
- package/lib/locales/ja/error/index.js +2 -0
- package/lib/locales/ja/index.d.ts +19 -1
- package/lib/locales/ja/input.d.ts +1 -0
- package/lib/locales/ja/input.js +1 -0
- package/lib/locales/ja/mfa.d.ts +10 -0
- package/lib/locales/ja/mfa.js +10 -0
- package/lib/locales/ja/profile.d.ts +6 -1
- package/lib/locales/ja/profile.js +6 -1
- package/lib/locales/ko/error/index.d.ts +2 -0
- package/lib/locales/ko/error/index.js +2 -0
- package/lib/locales/ko/index.d.ts +19 -1
- package/lib/locales/ko/input.d.ts +1 -0
- package/lib/locales/ko/input.js +1 -0
- package/lib/locales/ko/mfa.d.ts +10 -0
- package/lib/locales/ko/mfa.js +10 -0
- package/lib/locales/ko/profile.d.ts +6 -1
- package/lib/locales/ko/profile.js +6 -1
- package/lib/locales/pl-pl/error/index.d.ts +2 -0
- package/lib/locales/pl-pl/error/index.js +2 -0
- package/lib/locales/pl-pl/index.d.ts +19 -1
- 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 +10 -0
- package/lib/locales/pl-pl/mfa.js +10 -0
- package/lib/locales/pl-pl/profile.d.ts +6 -1
- package/lib/locales/pl-pl/profile.js +6 -1
- package/lib/locales/pt-br/error/index.d.ts +2 -0
- package/lib/locales/pt-br/error/index.js +2 -0
- package/lib/locales/pt-br/index.d.ts +19 -1
- 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 +10 -0
- package/lib/locales/pt-br/mfa.js +10 -0
- package/lib/locales/pt-br/profile.d.ts +6 -1
- package/lib/locales/pt-br/profile.js +6 -1
- package/lib/locales/pt-pt/error/index.d.ts +2 -0
- package/lib/locales/pt-pt/error/index.js +2 -0
- package/lib/locales/pt-pt/index.d.ts +19 -1
- 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 +10 -0
- package/lib/locales/pt-pt/mfa.js +10 -0
- package/lib/locales/pt-pt/profile.d.ts +6 -1
- package/lib/locales/pt-pt/profile.js +6 -1
- package/lib/locales/ru/error/index.d.ts +2 -0
- package/lib/locales/ru/error/index.js +2 -0
- package/lib/locales/ru/index.d.ts +19 -1
- package/lib/locales/ru/input.d.ts +1 -0
- package/lib/locales/ru/input.js +1 -0
- package/lib/locales/ru/mfa.d.ts +10 -0
- package/lib/locales/ru/mfa.js +11 -1
- package/lib/locales/ru/profile.d.ts +6 -1
- package/lib/locales/ru/profile.js +6 -1
- package/lib/locales/th/action.d.ts +37 -0
- package/lib/locales/th/action.js +37 -0
- package/lib/locales/th/description.d.ts +97 -0
- package/lib/locales/th/description.js +97 -0
- package/lib/locales/th/development-tenant.d.ts +4 -0
- package/lib/locales/th/development-tenant.js +4 -0
- package/lib/locales/th/error/index.d.ts +42 -0
- package/lib/locales/th/error/index.js +30 -0
- package/lib/locales/th/error/password-rejected.d.ts +15 -0
- package/lib/locales/th/error/password-rejected.js +15 -0
- package/lib/locales/th/index.d.ts +300 -0
- package/lib/locales/th/index.js +25 -0
- package/lib/locales/th/input.d.ts +11 -0
- package/lib/locales/th/input.js +11 -0
- package/lib/locales/th/list.d.ts +6 -0
- package/lib/locales/th/list.js +6 -0
- package/lib/locales/th/mfa.d.ts +60 -0
- package/lib/locales/th/mfa.js +60 -0
- package/lib/locales/th/profile.d.ts +30 -0
- package/lib/locales/th/profile.js +30 -0
- package/lib/locales/th/secondary.d.ts +4 -0
- package/lib/locales/th/secondary.js +4 -0
- package/lib/locales/th/user-scopes.d.ts +14 -0
- package/lib/locales/th/user-scopes.js +14 -0
- package/lib/locales/tr-tr/error/index.d.ts +2 -0
- package/lib/locales/tr-tr/error/index.js +2 -0
- package/lib/locales/tr-tr/index.d.ts +19 -1
- 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 +10 -0
- package/lib/locales/tr-tr/mfa.js +11 -1
- package/lib/locales/tr-tr/profile.d.ts +6 -1
- package/lib/locales/tr-tr/profile.js +6 -1
- package/lib/locales/uk-ua/error/index.d.ts +2 -0
- package/lib/locales/uk-ua/error/index.js +2 -0
- package/lib/locales/uk-ua/index.d.ts +19 -1
- 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 +10 -0
- package/lib/locales/uk-ua/mfa.js +11 -1
- package/lib/locales/uk-ua/profile.d.ts +6 -1
- package/lib/locales/uk-ua/profile.js +6 -1
- package/lib/locales/zh-cn/error/index.d.ts +2 -0
- package/lib/locales/zh-cn/error/index.js +2 -0
- package/lib/locales/zh-cn/index.d.ts +19 -1
- 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 +10 -0
- package/lib/locales/zh-cn/mfa.js +10 -0
- package/lib/locales/zh-cn/profile.d.ts +6 -1
- package/lib/locales/zh-cn/profile.js +7 -2
- package/lib/locales/zh-hk/error/index.d.ts +2 -0
- package/lib/locales/zh-hk/error/index.js +2 -0
- package/lib/locales/zh-hk/index.d.ts +19 -1
- 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 +10 -0
- package/lib/locales/zh-hk/mfa.js +10 -0
- package/lib/locales/zh-hk/profile.d.ts +6 -1
- package/lib/locales/zh-hk/profile.js +7 -2
- package/lib/locales/zh-tw/error/index.d.ts +2 -0
- package/lib/locales/zh-tw/error/index.js +2 -0
- package/lib/locales/zh-tw/index.d.ts +19 -1
- 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 +10 -0
- package/lib/locales/zh-tw/mfa.js +10 -0
- package/lib/locales/zh-tw/profile.d.ts +6 -1
- package/lib/locales/zh-tw/profile.js +7 -2
- package/package.json +3 -3
|
@@ -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
|
+
label_with_optional: string;
|
|
11
12
|
}>;
|
|
12
13
|
secondary: Readonly<{
|
|
13
14
|
social_bind_with: string;
|
|
@@ -181,6 +182,8 @@ declare const _default: Readonly<{
|
|
|
181
182
|
invalid_link: string;
|
|
182
183
|
invalid_link_description: string;
|
|
183
184
|
captcha_verification_failed: string;
|
|
185
|
+
terms_acceptance_required: string;
|
|
186
|
+
terms_acceptance_required_description: string;
|
|
184
187
|
something_went_wrong: string;
|
|
185
188
|
}>;
|
|
186
189
|
list: Readonly<{
|
|
@@ -198,14 +201,20 @@ declare const _default: Readonly<{
|
|
|
198
201
|
link_webauthn_description: string;
|
|
199
202
|
link_backup_code_description: string;
|
|
200
203
|
link_email_verification_code_description: string;
|
|
204
|
+
link_email_2fa_description: string;
|
|
201
205
|
link_phone_verification_code_description: string;
|
|
206
|
+
link_phone_2fa_description: string;
|
|
202
207
|
verify_totp_description: string;
|
|
203
208
|
verify_webauthn_description: string;
|
|
204
209
|
verify_backup_code_description: string;
|
|
205
210
|
verify_email_verification_code_description: string;
|
|
206
211
|
verify_phone_verification_code_description: string;
|
|
212
|
+
send_to_email: string;
|
|
213
|
+
send_to_phone: string;
|
|
207
214
|
add_mfa_factors: string;
|
|
208
215
|
add_mfa_description: string;
|
|
216
|
+
add_another_mfa_factor: string;
|
|
217
|
+
add_another_mfa_description: string;
|
|
209
218
|
verify_mfa_factors: string;
|
|
210
219
|
verify_mfa_description: string;
|
|
211
220
|
add_authenticator_app: string;
|
|
@@ -219,6 +228,10 @@ declare const _default: Readonly<{
|
|
|
219
228
|
enter_one_time_code: string;
|
|
220
229
|
enter_one_time_code_link_description: string;
|
|
221
230
|
enter_one_time_code_description: string;
|
|
231
|
+
enter_email_verification_code: string;
|
|
232
|
+
enter_email_verification_code_description: string;
|
|
233
|
+
enter_phone_verification_code: string;
|
|
234
|
+
enter_phone_verification_code_description: string;
|
|
222
235
|
link_another_mfa_factor: string;
|
|
223
236
|
save_backup_code: string;
|
|
224
237
|
save_backup_code_description: string;
|
|
@@ -259,7 +272,7 @@ declare const _default: Readonly<{
|
|
|
259
272
|
givenName: string;
|
|
260
273
|
familyName: string;
|
|
261
274
|
middleName: string;
|
|
262
|
-
|
|
275
|
+
fullname: string;
|
|
263
276
|
nickname: string;
|
|
264
277
|
preferredUsername: string;
|
|
265
278
|
profile: string;
|
|
@@ -276,6 +289,11 @@ declare const _default: Readonly<{
|
|
|
276
289
|
postalCode: string;
|
|
277
290
|
country: string;
|
|
278
291
|
};
|
|
292
|
+
gender_options: {
|
|
293
|
+
female: string;
|
|
294
|
+
male: string;
|
|
295
|
+
prefer_not_to_say: string;
|
|
296
|
+
};
|
|
279
297
|
}>;
|
|
280
298
|
};
|
|
281
299
|
}>;
|
|
@@ -8,14 +8,20 @@ declare const _default: Readonly<{
|
|
|
8
8
|
link_webauthn_description: string;
|
|
9
9
|
link_backup_code_description: string;
|
|
10
10
|
link_email_verification_code_description: string;
|
|
11
|
+
link_email_2fa_description: string;
|
|
11
12
|
link_phone_verification_code_description: string;
|
|
13
|
+
link_phone_2fa_description: string;
|
|
12
14
|
verify_totp_description: string;
|
|
13
15
|
verify_webauthn_description: string;
|
|
14
16
|
verify_backup_code_description: string;
|
|
15
17
|
verify_email_verification_code_description: string;
|
|
16
18
|
verify_phone_verification_code_description: string;
|
|
19
|
+
send_to_email: string;
|
|
20
|
+
send_to_phone: string;
|
|
17
21
|
add_mfa_factors: string;
|
|
18
22
|
add_mfa_description: string;
|
|
23
|
+
add_another_mfa_factor: string;
|
|
24
|
+
add_another_mfa_description: string;
|
|
19
25
|
verify_mfa_factors: string;
|
|
20
26
|
verify_mfa_description: string;
|
|
21
27
|
add_authenticator_app: string;
|
|
@@ -29,6 +35,10 @@ declare const _default: Readonly<{
|
|
|
29
35
|
enter_one_time_code: string;
|
|
30
36
|
enter_one_time_code_link_description: string;
|
|
31
37
|
enter_one_time_code_description: string;
|
|
38
|
+
enter_email_verification_code: string;
|
|
39
|
+
enter_email_verification_code_description: string;
|
|
40
|
+
enter_phone_verification_code: string;
|
|
41
|
+
enter_phone_verification_code_description: string;
|
|
32
42
|
link_another_mfa_factor: string;
|
|
33
43
|
save_backup_code: string;
|
|
34
44
|
save_backup_code_description: string;
|
package/lib/locales/tr-tr/mfa.js
CHANGED
|
@@ -8,14 +8,20 @@ const mfa = {
|
|
|
8
8
|
link_webauthn_description: 'Cihazınızı veya USB donanımınızı bağlayın',
|
|
9
9
|
link_backup_code_description: 'Yedek kod oluşturun',
|
|
10
10
|
link_email_verification_code_description: 'E-posta adresinizi bağlayın',
|
|
11
|
+
link_email_2fa_description: '2 adımlı doğrulama için e-posta adresinizi bağlayın',
|
|
11
12
|
link_phone_verification_code_description: 'Telefon numaranızı bağlayın',
|
|
13
|
+
link_phone_2fa_description: '2 adımlı doğrulama için telefon numaranızı bağlayın',
|
|
12
14
|
verify_totp_description: 'Uygulamadaki tek kullanımlık kodu girin',
|
|
13
15
|
verify_webauthn_description: 'Cihazınızı veya USB donanımınızı doğrulayın',
|
|
14
16
|
verify_backup_code_description: 'Kaydettiğiniz yedek kodu yapıştırın',
|
|
15
17
|
verify_email_verification_code_description: 'E-postanıza gönderilen kodu girin',
|
|
16
18
|
verify_phone_verification_code_description: 'Telefonunuza gönderilen kodu girin',
|
|
19
|
+
send_to_email: '{{identifier}} adresine gönder',
|
|
20
|
+
send_to_phone: '{{identifier}} adresine gönder',
|
|
17
21
|
add_mfa_factors: '2 aşamalı doğrulamayı ekle',
|
|
18
|
-
add_mfa_description: 'İki faktörlü doğrulama
|
|
22
|
+
add_mfa_description: 'İki faktörlü doğrulama etkinleştirildi. Güvenli oturum açmak için ikinci doğrulama yönteminizi seçin.',
|
|
23
|
+
add_another_mfa_factor: 'Başka bir 2 adımlı doğrulama ekle',
|
|
24
|
+
add_another_mfa_description: 'Oturum açarken kimliğinizi doğrulamak için başka bir yol seçin.',
|
|
19
25
|
verify_mfa_factors: '2 aşamalı doğrulama',
|
|
20
26
|
verify_mfa_description: 'Bu hesap için 2 aşamalı doğrulama etkinleştirildi. Lütfen kimliğinizi doğrulamak için ikinci yolu seçin.',
|
|
21
27
|
add_authenticator_app: 'Authenticator uygulaması ekle',
|
|
@@ -29,6 +35,10 @@ const mfa = {
|
|
|
29
35
|
enter_one_time_code: 'Tek kullanımlık kodu girin',
|
|
30
36
|
enter_one_time_code_link_description: 'Authenticator uygulaması tarafından oluşturulan 6 haneli doğrulama kodunu girin.',
|
|
31
37
|
enter_one_time_code_description: 'Bu hesap için iki aşamalı doğrulama etkinleştirildi. Lütfen bağlı kimlik doğrulama uygulamanızda gösterilen tek kullanımlık kodu girin.',
|
|
38
|
+
enter_email_verification_code: 'E‑posta doğrulama kodunu girin',
|
|
39
|
+
enter_email_verification_code_description: 'Bu hesapta iki adımlı kimlik doğrulama etkin. Lütfen {{identifier}} adresine gönderilen doğrulama kodunu girin.',
|
|
40
|
+
enter_phone_verification_code: 'SMS doğrulama kodunu girin',
|
|
41
|
+
enter_phone_verification_code_description: 'Bu hesapta iki adımlı kimlik doğrulama etkin. Lütfen {{identifier}} numarasına gönderilen SMS doğrulama kodunu girin.',
|
|
32
42
|
link_another_mfa_factor: 'Başka bir yönteme geçin',
|
|
33
43
|
save_backup_code: 'Yedek kodunuzu kaydedin',
|
|
34
44
|
save_backup_code_description: 'Başka bir yöntemle 2 aşamalı doğrulama sırasında sorun yaşarsanız bu yedek kodlardan birini kullanabilirsiniz. Her kod sadece bir kez kullanılabilir.',
|
|
@@ -4,7 +4,7 @@ declare const _default: Readonly<{
|
|
|
4
4
|
givenName: string;
|
|
5
5
|
familyName: string;
|
|
6
6
|
middleName: string;
|
|
7
|
-
|
|
7
|
+
fullname: string;
|
|
8
8
|
nickname: string;
|
|
9
9
|
preferredUsername: string;
|
|
10
10
|
profile: string;
|
|
@@ -21,5 +21,10 @@ declare const _default: Readonly<{
|
|
|
21
21
|
postalCode: string;
|
|
22
22
|
country: string;
|
|
23
23
|
};
|
|
24
|
+
gender_options: {
|
|
25
|
+
female: string;
|
|
26
|
+
male: string;
|
|
27
|
+
prefer_not_to_say: string;
|
|
28
|
+
};
|
|
24
29
|
}>;
|
|
25
30
|
export default _default;
|
|
@@ -4,7 +4,7 @@ const profile = {
|
|
|
4
4
|
givenName: 'Ad',
|
|
5
5
|
familyName: 'Soyad',
|
|
6
6
|
middleName: 'İkinci Ad',
|
|
7
|
-
|
|
7
|
+
fullname: 'Tam Ad',
|
|
8
8
|
nickname: 'Takma Ad',
|
|
9
9
|
preferredUsername: 'Tercih Edilen Kullanıcı Adı',
|
|
10
10
|
profile: 'Profil',
|
|
@@ -21,5 +21,10 @@ const profile = {
|
|
|
21
21
|
postalCode: 'Posta kodu',
|
|
22
22
|
country: 'Ülke',
|
|
23
23
|
},
|
|
24
|
+
gender_options: {
|
|
25
|
+
female: 'Kadın',
|
|
26
|
+
male: 'Erkek',
|
|
27
|
+
prefer_not_to_say: 'Söylememeyi tercih ederim',
|
|
28
|
+
},
|
|
24
29
|
};
|
|
25
30
|
export default Object.freeze(profile);
|
|
@@ -35,6 +35,8 @@ declare const _default: Readonly<{
|
|
|
35
35
|
invalid_link: string;
|
|
36
36
|
invalid_link_description: string;
|
|
37
37
|
captcha_verification_failed: string;
|
|
38
|
+
terms_acceptance_required: string;
|
|
39
|
+
terms_acceptance_required_description: string;
|
|
38
40
|
something_went_wrong: string;
|
|
39
41
|
}>;
|
|
40
42
|
export default _default;
|
|
@@ -23,6 +23,8 @@ const error = {
|
|
|
23
23
|
invalid_link: 'Недійсне посилання',
|
|
24
24
|
invalid_link_description: 'Ваш одноразовий токен міг спливти або більше не є дійсним.',
|
|
25
25
|
captcha_verification_failed: 'Не вдалося пройти перевірку капчі.',
|
|
26
|
+
terms_acceptance_required: 'Потрібно прийняти умови',
|
|
27
|
+
terms_acceptance_required_description: 'Ви повинні погодитися з умовами, щоб продовжити. Будь ласка, спробуйте ще раз.',
|
|
26
28
|
something_went_wrong: 'Щось пішло не так.',
|
|
27
29
|
};
|
|
28
30
|
export default Object.freeze(error);
|
|
@@ -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
|
+
label_with_optional: string;
|
|
11
12
|
}>;
|
|
12
13
|
secondary: Readonly<{
|
|
13
14
|
social_bind_with: string;
|
|
@@ -181,6 +182,8 @@ declare const _default: Readonly<{
|
|
|
181
182
|
invalid_link: string;
|
|
182
183
|
invalid_link_description: string;
|
|
183
184
|
captcha_verification_failed: string;
|
|
185
|
+
terms_acceptance_required: string;
|
|
186
|
+
terms_acceptance_required_description: string;
|
|
184
187
|
something_went_wrong: string;
|
|
185
188
|
}>;
|
|
186
189
|
list: Readonly<{
|
|
@@ -198,14 +201,20 @@ declare const _default: Readonly<{
|
|
|
198
201
|
link_webauthn_description: string;
|
|
199
202
|
link_backup_code_description: string;
|
|
200
203
|
link_email_verification_code_description: string;
|
|
204
|
+
link_email_2fa_description: string;
|
|
201
205
|
link_phone_verification_code_description: string;
|
|
206
|
+
link_phone_2fa_description: string;
|
|
202
207
|
verify_totp_description: string;
|
|
203
208
|
verify_webauthn_description: string;
|
|
204
209
|
verify_backup_code_description: string;
|
|
205
210
|
verify_email_verification_code_description: string;
|
|
206
211
|
verify_phone_verification_code_description: string;
|
|
212
|
+
send_to_email: string;
|
|
213
|
+
send_to_phone: string;
|
|
207
214
|
add_mfa_factors: string;
|
|
208
215
|
add_mfa_description: string;
|
|
216
|
+
add_another_mfa_factor: string;
|
|
217
|
+
add_another_mfa_description: string;
|
|
209
218
|
verify_mfa_factors: string;
|
|
210
219
|
verify_mfa_description: string;
|
|
211
220
|
add_authenticator_app: string;
|
|
@@ -219,6 +228,10 @@ declare const _default: Readonly<{
|
|
|
219
228
|
enter_one_time_code: string;
|
|
220
229
|
enter_one_time_code_link_description: string;
|
|
221
230
|
enter_one_time_code_description: string;
|
|
231
|
+
enter_email_verification_code: string;
|
|
232
|
+
enter_email_verification_code_description: string;
|
|
233
|
+
enter_phone_verification_code: string;
|
|
234
|
+
enter_phone_verification_code_description: string;
|
|
222
235
|
link_another_mfa_factor: string;
|
|
223
236
|
save_backup_code: string;
|
|
224
237
|
save_backup_code_description: string;
|
|
@@ -259,7 +272,7 @@ declare const _default: Readonly<{
|
|
|
259
272
|
givenName: string;
|
|
260
273
|
familyName: string;
|
|
261
274
|
middleName: string;
|
|
262
|
-
|
|
275
|
+
fullname: string;
|
|
263
276
|
nickname: string;
|
|
264
277
|
preferredUsername: string;
|
|
265
278
|
profile: string;
|
|
@@ -276,6 +289,11 @@ declare const _default: Readonly<{
|
|
|
276
289
|
postalCode: string;
|
|
277
290
|
country: string;
|
|
278
291
|
};
|
|
292
|
+
gender_options: {
|
|
293
|
+
female: string;
|
|
294
|
+
male: string;
|
|
295
|
+
prefer_not_to_say: string;
|
|
296
|
+
};
|
|
279
297
|
}>;
|
|
280
298
|
};
|
|
281
299
|
}>;
|
|
@@ -8,14 +8,20 @@ declare const _default: Readonly<{
|
|
|
8
8
|
link_webauthn_description: string;
|
|
9
9
|
link_backup_code_description: string;
|
|
10
10
|
link_email_verification_code_description: string;
|
|
11
|
+
link_email_2fa_description: string;
|
|
11
12
|
link_phone_verification_code_description: string;
|
|
13
|
+
link_phone_2fa_description: string;
|
|
12
14
|
verify_totp_description: string;
|
|
13
15
|
verify_webauthn_description: string;
|
|
14
16
|
verify_backup_code_description: string;
|
|
15
17
|
verify_email_verification_code_description: string;
|
|
16
18
|
verify_phone_verification_code_description: string;
|
|
19
|
+
send_to_email: string;
|
|
20
|
+
send_to_phone: string;
|
|
17
21
|
add_mfa_factors: string;
|
|
18
22
|
add_mfa_description: string;
|
|
23
|
+
add_another_mfa_factor: string;
|
|
24
|
+
add_another_mfa_description: string;
|
|
19
25
|
verify_mfa_factors: string;
|
|
20
26
|
verify_mfa_description: string;
|
|
21
27
|
add_authenticator_app: string;
|
|
@@ -29,6 +35,10 @@ declare const _default: Readonly<{
|
|
|
29
35
|
enter_one_time_code: string;
|
|
30
36
|
enter_one_time_code_link_description: string;
|
|
31
37
|
enter_one_time_code_description: string;
|
|
38
|
+
enter_email_verification_code: string;
|
|
39
|
+
enter_email_verification_code_description: string;
|
|
40
|
+
enter_phone_verification_code: string;
|
|
41
|
+
enter_phone_verification_code_description: string;
|
|
32
42
|
link_another_mfa_factor: string;
|
|
33
43
|
save_backup_code: string;
|
|
34
44
|
save_backup_code_description: string;
|
package/lib/locales/uk-ua/mfa.js
CHANGED
|
@@ -8,14 +8,20 @@ const mfa = {
|
|
|
8
8
|
link_webauthn_description: 'Підключіть свій пристрій або USB-ключ',
|
|
9
9
|
link_backup_code_description: 'Згенеруйте резервний код',
|
|
10
10
|
link_email_verification_code_description: "Під'єднайте вашу адресу електронної пошти",
|
|
11
|
+
link_email_2fa_description: "Під'єднайте вашу адресу електронної пошти для 2-етапної перевірки",
|
|
11
12
|
link_phone_verification_code_description: "Під'єднайте ваш номер телефону",
|
|
13
|
+
link_phone_2fa_description: "Під'єднайте ваш номер телефону для 2-етапної перевірки",
|
|
12
14
|
verify_totp_description: 'Введіть одноразовий код з програми',
|
|
13
15
|
verify_webauthn_description: 'Підтвердьте свій пристрій або USB-ключ',
|
|
14
16
|
verify_backup_code_description: 'Вставте збережений резервний код',
|
|
15
17
|
verify_email_verification_code_description: 'Введіть код, надісланий на вашу електронну пошту',
|
|
16
18
|
verify_phone_verification_code_description: 'Введіть код, надісланий на ваш телефон',
|
|
19
|
+
send_to_email: 'Надіслати на {{identifier}}',
|
|
20
|
+
send_to_phone: 'Надіслати на {{identifier}}',
|
|
17
21
|
add_mfa_factors: 'Додати двоетапну перевірку',
|
|
18
|
-
add_mfa_description: '
|
|
22
|
+
add_mfa_description: 'Двофакторна перевірка увімкнена. Виберіть другий метод перевірки для безпечного входу.',
|
|
23
|
+
add_another_mfa_factor: 'Додати ще одну двоетапну перевірку',
|
|
24
|
+
add_another_mfa_description: 'Виберіть інший спосіб підтвердження вашої особи під час входу.',
|
|
19
25
|
verify_mfa_factors: 'Двоетапна перевірка',
|
|
20
26
|
verify_mfa_description: 'Для цього облікового запису ввімкнено двоетапну перевірку. Виберіть другий спосіб перевірки вашої особи.',
|
|
21
27
|
add_authenticator_app: 'Додати програму автентифікації',
|
|
@@ -29,6 +35,10 @@ const mfa = {
|
|
|
29
35
|
enter_one_time_code: 'Введіть одноразовий код',
|
|
30
36
|
enter_one_time_code_link_description: 'Введіть 6-значний код підтвердження, згенерований програмою автентифікації.',
|
|
31
37
|
enter_one_time_code_description: 'Для цього облікового запису ввімкнено двоетапну перевірку. Будь ласка, введіть одноразовий код із вашої програми автентифікації.',
|
|
38
|
+
enter_email_verification_code: 'Введіть код підтвердження електронної пошти',
|
|
39
|
+
enter_email_verification_code_description: 'Для цього облікового запису увімкнено двоетапну автентифікацію. Будь ласка, введіть код підтвердження, надісланий на вашу адресу електронної пошти. {{identifier}}',
|
|
40
|
+
enter_phone_verification_code: 'Введіть SMS‑код підтвердження',
|
|
41
|
+
enter_phone_verification_code_description: 'Для цього облікового запису увімкнено двоетапну автентифікацію. Будь ласка, введіть SMS‑код підтвердження, надісланий на ваш номер телефону. {{identifier}}',
|
|
32
42
|
link_another_mfa_factor: 'Переключитися на інший метод',
|
|
33
43
|
save_backup_code: 'Збережіть свій резервний код',
|
|
34
44
|
save_backup_code_description: 'Ви можете використовувати один із цих резервних кодів для доступу до вашого облікового запису, якщо у вас виникнуть проблеми з двоетапною перевіркою іншим способом. Кожен код можна використати лише один раз.',
|
|
@@ -4,7 +4,7 @@ declare const _default: Readonly<{
|
|
|
4
4
|
givenName: string;
|
|
5
5
|
familyName: string;
|
|
6
6
|
middleName: string;
|
|
7
|
-
|
|
7
|
+
fullname: string;
|
|
8
8
|
nickname: string;
|
|
9
9
|
preferredUsername: string;
|
|
10
10
|
profile: string;
|
|
@@ -21,5 +21,10 @@ declare const _default: Readonly<{
|
|
|
21
21
|
postalCode: string;
|
|
22
22
|
country: string;
|
|
23
23
|
};
|
|
24
|
+
gender_options: {
|
|
25
|
+
female: string;
|
|
26
|
+
male: string;
|
|
27
|
+
prefer_not_to_say: string;
|
|
28
|
+
};
|
|
24
29
|
}>;
|
|
25
30
|
export default _default;
|
|
@@ -4,7 +4,7 @@ const profile = {
|
|
|
4
4
|
givenName: "Ім'я",
|
|
5
5
|
familyName: 'Прізвище',
|
|
6
6
|
middleName: 'По батькові',
|
|
7
|
-
|
|
7
|
+
fullname: "Повне ім'я",
|
|
8
8
|
nickname: 'Псевдонім',
|
|
9
9
|
preferredUsername: "Бажане ім'я користувача",
|
|
10
10
|
profile: 'Профіль',
|
|
@@ -21,5 +21,10 @@ const profile = {
|
|
|
21
21
|
postalCode: 'Поштовий індекс',
|
|
22
22
|
country: 'Країна',
|
|
23
23
|
},
|
|
24
|
+
gender_options: {
|
|
25
|
+
female: 'Жіноча',
|
|
26
|
+
male: 'Чоловіча',
|
|
27
|
+
prefer_not_to_say: 'Волію не говорити',
|
|
28
|
+
},
|
|
24
29
|
};
|
|
25
30
|
export default Object.freeze(profile);
|
|
@@ -35,6 +35,8 @@ declare const _default: Readonly<{
|
|
|
35
35
|
invalid_link: string;
|
|
36
36
|
invalid_link_description: string;
|
|
37
37
|
captcha_verification_failed: string;
|
|
38
|
+
terms_acceptance_required: string;
|
|
39
|
+
terms_acceptance_required_description: string;
|
|
38
40
|
something_went_wrong: string;
|
|
39
41
|
}>;
|
|
40
42
|
export default _default;
|
|
@@ -23,6 +23,8 @@ const error = {
|
|
|
23
23
|
invalid_link: '无效的链接',
|
|
24
24
|
invalid_link_description: '你的一次性令牌可能已过期或不再有效。',
|
|
25
25
|
captcha_verification_failed: '验证码验证失败。',
|
|
26
|
+
terms_acceptance_required: '需要同意条款',
|
|
27
|
+
terms_acceptance_required_description: '必须同意条款后才能继续,请重试。',
|
|
26
28
|
something_went_wrong: '出现错误。',
|
|
27
29
|
};
|
|
28
30
|
export default Object.freeze(error);
|
|
@@ -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
|
+
label_with_optional: string;
|
|
11
12
|
}>;
|
|
12
13
|
secondary: Readonly<{
|
|
13
14
|
social_bind_with: string;
|
|
@@ -181,6 +182,8 @@ declare const _default: Readonly<{
|
|
|
181
182
|
invalid_link: string;
|
|
182
183
|
invalid_link_description: string;
|
|
183
184
|
captcha_verification_failed: string;
|
|
185
|
+
terms_acceptance_required: string;
|
|
186
|
+
terms_acceptance_required_description: string;
|
|
184
187
|
something_went_wrong: string;
|
|
185
188
|
}>;
|
|
186
189
|
list: Readonly<{
|
|
@@ -198,14 +201,20 @@ declare const _default: Readonly<{
|
|
|
198
201
|
link_webauthn_description: string;
|
|
199
202
|
link_backup_code_description: string;
|
|
200
203
|
link_email_verification_code_description: string;
|
|
204
|
+
link_email_2fa_description: string;
|
|
201
205
|
link_phone_verification_code_description: string;
|
|
206
|
+
link_phone_2fa_description: string;
|
|
202
207
|
verify_totp_description: string;
|
|
203
208
|
verify_webauthn_description: string;
|
|
204
209
|
verify_backup_code_description: string;
|
|
205
210
|
verify_email_verification_code_description: string;
|
|
206
211
|
verify_phone_verification_code_description: string;
|
|
212
|
+
send_to_email: string;
|
|
213
|
+
send_to_phone: string;
|
|
207
214
|
add_mfa_factors: string;
|
|
208
215
|
add_mfa_description: string;
|
|
216
|
+
add_another_mfa_factor: string;
|
|
217
|
+
add_another_mfa_description: string;
|
|
209
218
|
verify_mfa_factors: string;
|
|
210
219
|
verify_mfa_description: string;
|
|
211
220
|
add_authenticator_app: string;
|
|
@@ -219,6 +228,10 @@ declare const _default: Readonly<{
|
|
|
219
228
|
enter_one_time_code: string;
|
|
220
229
|
enter_one_time_code_link_description: string;
|
|
221
230
|
enter_one_time_code_description: string;
|
|
231
|
+
enter_email_verification_code: string;
|
|
232
|
+
enter_email_verification_code_description: string;
|
|
233
|
+
enter_phone_verification_code: string;
|
|
234
|
+
enter_phone_verification_code_description: string;
|
|
222
235
|
link_another_mfa_factor: string;
|
|
223
236
|
save_backup_code: string;
|
|
224
237
|
save_backup_code_description: string;
|
|
@@ -259,7 +272,7 @@ declare const _default: Readonly<{
|
|
|
259
272
|
givenName: string;
|
|
260
273
|
familyName: string;
|
|
261
274
|
middleName: string;
|
|
262
|
-
|
|
275
|
+
fullname: string;
|
|
263
276
|
nickname: string;
|
|
264
277
|
preferredUsername: string;
|
|
265
278
|
profile: string;
|
|
@@ -276,6 +289,11 @@ declare const _default: Readonly<{
|
|
|
276
289
|
postalCode: string;
|
|
277
290
|
country: string;
|
|
278
291
|
};
|
|
292
|
+
gender_options: {
|
|
293
|
+
female: string;
|
|
294
|
+
male: string;
|
|
295
|
+
prefer_not_to_say: string;
|
|
296
|
+
};
|
|
279
297
|
}>;
|
|
280
298
|
};
|
|
281
299
|
}>;
|
|
@@ -8,14 +8,20 @@ declare const _default: Readonly<{
|
|
|
8
8
|
link_webauthn_description: string;
|
|
9
9
|
link_backup_code_description: string;
|
|
10
10
|
link_email_verification_code_description: string;
|
|
11
|
+
link_email_2fa_description: string;
|
|
11
12
|
link_phone_verification_code_description: string;
|
|
13
|
+
link_phone_2fa_description: string;
|
|
12
14
|
verify_totp_description: string;
|
|
13
15
|
verify_webauthn_description: string;
|
|
14
16
|
verify_backup_code_description: string;
|
|
15
17
|
verify_email_verification_code_description: string;
|
|
16
18
|
verify_phone_verification_code_description: string;
|
|
19
|
+
send_to_email: string;
|
|
20
|
+
send_to_phone: string;
|
|
17
21
|
add_mfa_factors: string;
|
|
18
22
|
add_mfa_description: string;
|
|
23
|
+
add_another_mfa_factor: string;
|
|
24
|
+
add_another_mfa_description: string;
|
|
19
25
|
verify_mfa_factors: string;
|
|
20
26
|
verify_mfa_description: string;
|
|
21
27
|
add_authenticator_app: string;
|
|
@@ -29,6 +35,10 @@ declare const _default: Readonly<{
|
|
|
29
35
|
enter_one_time_code: string;
|
|
30
36
|
enter_one_time_code_link_description: string;
|
|
31
37
|
enter_one_time_code_description: string;
|
|
38
|
+
enter_email_verification_code: string;
|
|
39
|
+
enter_email_verification_code_description: string;
|
|
40
|
+
enter_phone_verification_code: string;
|
|
41
|
+
enter_phone_verification_code_description: string;
|
|
32
42
|
link_another_mfa_factor: string;
|
|
33
43
|
save_backup_code: string;
|
|
34
44
|
save_backup_code_description: string;
|
package/lib/locales/zh-cn/mfa.js
CHANGED
|
@@ -8,14 +8,20 @@ const mfa = {
|
|
|
8
8
|
link_webauthn_description: '链接您的设备或 USB 硬件',
|
|
9
9
|
link_backup_code_description: '生成备份代码',
|
|
10
10
|
link_email_verification_code_description: '关联您的电子邮件地址',
|
|
11
|
+
link_email_2fa_description: '关联您的电子邮件地址进行两步验证',
|
|
11
12
|
link_phone_verification_code_description: '关联您的电话号码',
|
|
13
|
+
link_phone_2fa_description: '关联您的电话号码进行两步验证',
|
|
12
14
|
verify_totp_description: '在应用程序中输入一次性代码',
|
|
13
15
|
verify_webauthn_description: '验证您的设备或 USB 硬件',
|
|
14
16
|
verify_backup_code_description: '粘贴您保存的备份代码',
|
|
15
17
|
verify_email_verification_code_description: '输入发送到您电子邮件的验证码',
|
|
16
18
|
verify_phone_verification_code_description: '输入发送到您手机的验证码',
|
|
19
|
+
send_to_email: '发送至 {{identifier}}',
|
|
20
|
+
send_to_phone: '发送至 {{identifier}}',
|
|
17
21
|
add_mfa_factors: '添加两步验证',
|
|
18
22
|
add_mfa_description: '已启用两步验证。选择第二种验证方法以进行安全登录。',
|
|
23
|
+
add_another_mfa_factor: '添加另一个两步验证',
|
|
24
|
+
add_another_mfa_description: '选择另一种方式来验证您登录时的身份。',
|
|
19
25
|
verify_mfa_factors: '两步验证',
|
|
20
26
|
verify_mfa_description: '此帐户已启用两步验证。请选择第二种验证身份的方式。',
|
|
21
27
|
add_authenticator_app: '添加身份验证应用',
|
|
@@ -29,6 +35,10 @@ const mfa = {
|
|
|
29
35
|
enter_one_time_code: '输入一次性代码',
|
|
30
36
|
enter_one_time_code_link_description: '输入身份验证应用生成的 6 位验证码。',
|
|
31
37
|
enter_one_time_code_description: '此帐户启用了两步验证。请在你关联的认证应用中输入显示的一次性代码。',
|
|
38
|
+
enter_email_verification_code: '输入邮箱验证码',
|
|
39
|
+
enter_email_verification_code_description: '此账户已启用两步认证。请输入发送到 {{identifier}} 的验证码。',
|
|
40
|
+
enter_phone_verification_code: '输入短信验证码',
|
|
41
|
+
enter_phone_verification_code_description: '此账户已启用两步认证。请输入发送到 {{identifier}} 的短信验证码。',
|
|
32
42
|
link_another_mfa_factor: '切换到另一种方法',
|
|
33
43
|
save_backup_code: '保存您的备份代码',
|
|
34
44
|
save_backup_code_description: '如果在其他方式的两步验证中遇到问题,您可以使用这些备份代码之一访问您的帐户。每个代码只能使用一次。',
|
|
@@ -4,7 +4,7 @@ declare const _default: Readonly<{
|
|
|
4
4
|
givenName: string;
|
|
5
5
|
familyName: string;
|
|
6
6
|
middleName: string;
|
|
7
|
-
|
|
7
|
+
fullname: string;
|
|
8
8
|
nickname: string;
|
|
9
9
|
preferredUsername: string;
|
|
10
10
|
profile: string;
|
|
@@ -21,5 +21,10 @@ declare const _default: Readonly<{
|
|
|
21
21
|
postalCode: string;
|
|
22
22
|
country: string;
|
|
23
23
|
};
|
|
24
|
+
gender_options: {
|
|
25
|
+
female: string;
|
|
26
|
+
male: string;
|
|
27
|
+
prefer_not_to_say: string;
|
|
28
|
+
};
|
|
24
29
|
}>;
|
|
25
30
|
export default _default;
|
|
@@ -4,14 +4,14 @@ const profile = {
|
|
|
4
4
|
givenName: '名',
|
|
5
5
|
familyName: '姓',
|
|
6
6
|
middleName: '中间名',
|
|
7
|
-
|
|
7
|
+
fullname: '全名',
|
|
8
8
|
nickname: '昵称',
|
|
9
9
|
preferredUsername: '首选用户名',
|
|
10
10
|
profile: '个人资料',
|
|
11
11
|
website: '网站',
|
|
12
12
|
gender: '性别',
|
|
13
13
|
birthdate: '出生日期',
|
|
14
|
-
zoneinfo: '
|
|
14
|
+
zoneinfo: '时区',
|
|
15
15
|
locale: '语言环境',
|
|
16
16
|
address: {
|
|
17
17
|
formatted: '地址',
|
|
@@ -21,5 +21,10 @@ const profile = {
|
|
|
21
21
|
postalCode: '邮政编码',
|
|
22
22
|
country: '国家',
|
|
23
23
|
},
|
|
24
|
+
gender_options: {
|
|
25
|
+
female: '女性',
|
|
26
|
+
male: '男性',
|
|
27
|
+
prefer_not_to_say: '不愿透露',
|
|
28
|
+
},
|
|
24
29
|
};
|
|
25
30
|
export default Object.freeze(profile);
|
|
@@ -35,6 +35,8 @@ declare const _default: Readonly<{
|
|
|
35
35
|
invalid_link: string;
|
|
36
36
|
invalid_link_description: string;
|
|
37
37
|
captcha_verification_failed: string;
|
|
38
|
+
terms_acceptance_required: string;
|
|
39
|
+
terms_acceptance_required_description: string;
|
|
38
40
|
something_went_wrong: string;
|
|
39
41
|
}>;
|
|
40
42
|
export default _default;
|
|
@@ -23,6 +23,8 @@ const error = {
|
|
|
23
23
|
invalid_link: '無效的鏈接',
|
|
24
24
|
invalid_link_description: '你的一次性令牌可能已過期或失效。',
|
|
25
25
|
captcha_verification_failed: '驗證碼驗證失敗。',
|
|
26
|
+
terms_acceptance_required: '需要同意條款',
|
|
27
|
+
terms_acceptance_required_description: '必須同意條款後才能繼續,請重試。',
|
|
26
28
|
something_went_wrong: '出錯了。',
|
|
27
29
|
};
|
|
28
30
|
export default Object.freeze(error);
|