@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
package/lib/index.d.ts
CHANGED
|
@@ -5,12 +5,12 @@ import en from './locales/en/index.js';
|
|
|
5
5
|
import type { LocalePhrase } from './types.js';
|
|
6
6
|
export type { LocalePhrase } from './types.js';
|
|
7
7
|
export type I18nKey = NormalizeKeyPaths<typeof en.translation>;
|
|
8
|
-
export declare const builtInLanguages: readonly ["ar", "de", "en", "es", "fr", "it", "ja", "ko", "pl-PL", "pt-PT", "pt-BR", "ru", "tr-TR", "uk-UA", "zh-CN", "zh-HK", "zh-TW"];
|
|
8
|
+
export declare const builtInLanguages: readonly ["ar", "de", "en", "es", "fr", "it", "ja", "ko", "pl-PL", "pt-PT", "pt-BR", "ru", "th", "tr-TR", "uk-UA", "zh-CN", "zh-HK", "zh-TW"];
|
|
9
9
|
export declare const builtInLanguageOptions: {
|
|
10
|
-
value: "ar" | "de" | "en" | "es" | "fr" | "it" | "ja" | "ko" | "pl-PL" | "pt-PT" | "pt-BR" | "ru" | "tr-TR" | "uk-UA" | "zh-CN" | "zh-HK" | "zh-TW";
|
|
11
|
-
title: "العربية" | "Deutsch" | "English" | "Español" | "Français" | "Italiano" | "日本語" | "한국어" | "Polski" | "Português (Portugal)" | "Português (Brasil)" | "Русский" | "Türkçe" | "Українська" | "简体中文" | "繁體中文(香港)" | "繁體中文(台灣)";
|
|
10
|
+
value: "ar" | "de" | "en" | "es" | "fr" | "it" | "ja" | "ko" | "pl-PL" | "pt-PT" | "pt-BR" | "ru" | "th" | "tr-TR" | "uk-UA" | "zh-CN" | "zh-HK" | "zh-TW";
|
|
11
|
+
title: "العربية" | "Deutsch" | "English" | "Español" | "Français" | "Italiano" | "日本語" | "한국어" | "Polski" | "Português (Portugal)" | "Português (Brasil)" | "Русский" | "ไทย" | "Türkçe" | "Українська" | "简体中文" | "繁體中文(香港)" | "繁體中文(台灣)";
|
|
12
12
|
}[];
|
|
13
|
-
export declare const builtInLanguageTagGuard: z.ZodEnum<["ar", "de", "en", "es", "fr", "it", "ja", "ko", "pl-PL", "pt-PT", "pt-BR", "ru", "tr-TR", "uk-UA", "zh-CN", "zh-HK", "zh-TW"]>;
|
|
13
|
+
export declare const builtInLanguageTagGuard: z.ZodEnum<["ar", "de", "en", "es", "fr", "it", "ja", "ko", "pl-PL", "pt-PT", "pt-BR", "ru", "th", "tr-TR", "uk-UA", "zh-CN", "zh-HK", "zh-TW"]>;
|
|
14
14
|
export type BuiltInLanguageTag = z.infer<typeof builtInLanguageTagGuard>;
|
|
15
15
|
export type Resource = Record<BuiltInLanguageTag, LocalePhrase>;
|
|
16
16
|
declare const resource: Resource;
|
package/lib/index.js
CHANGED
|
@@ -12,6 +12,7 @@ import plPL from './locales/pl-pl/index.js';
|
|
|
12
12
|
import ptBR from './locales/pt-br/index.js';
|
|
13
13
|
import ptPT from './locales/pt-pt/index.js';
|
|
14
14
|
import ru from './locales/ru/index.js';
|
|
15
|
+
import th from './locales/th/index.js';
|
|
15
16
|
import trTR from './locales/tr-tr/index.js';
|
|
16
17
|
import ukUA from './locales/uk-ua/index.js';
|
|
17
18
|
import zhCN from './locales/zh-cn/index.js';
|
|
@@ -30,6 +31,7 @@ export const builtInLanguages = [
|
|
|
30
31
|
'pt-PT',
|
|
31
32
|
'pt-BR',
|
|
32
33
|
'ru',
|
|
34
|
+
'th',
|
|
33
35
|
'tr-TR',
|
|
34
36
|
'uk-UA',
|
|
35
37
|
'zh-CN',
|
|
@@ -54,6 +56,7 @@ const resource = {
|
|
|
54
56
|
'pt-PT': ptPT,
|
|
55
57
|
'pt-BR': ptBR,
|
|
56
58
|
ru,
|
|
59
|
+
th,
|
|
57
60
|
'tr-TR': trTR,
|
|
58
61
|
'uk-UA': ukUA,
|
|
59
62
|
'zh-CN': zhCN,
|
|
@@ -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
|
}>;
|
package/lib/locales/ar/input.js
CHANGED
package/lib/locales/ar/mfa.d.ts
CHANGED
|
@@ -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/ar/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: 'Ungültiger Link',
|
|
24
24
|
invalid_link_description: 'Dein einmaliger Token ist möglicherweise abgelaufen oder nicht mehr gültig.',
|
|
25
25
|
captcha_verification_failed: 'Fehler beim Captcha-Verifizierung.',
|
|
26
|
+
terms_acceptance_required: 'Zustimmung zu den Bedingungen erforderlich',
|
|
27
|
+
terms_acceptance_required_description: 'Du musst den Bedingungen zustimmen, um fortzufahren. Bitte versuche es erneut.',
|
|
26
28
|
something_went_wrong: 'Etwas ist schiefgegangen.',
|
|
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
|
}>;
|
package/lib/locales/de/input.js
CHANGED
package/lib/locales/de/mfa.d.ts
CHANGED
|
@@ -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/de/mfa.js
CHANGED
|
@@ -8,14 +8,20 @@ const mfa = {
|
|
|
8
8
|
link_webauthn_description: 'Verknüpfen Sie Ihr Gerät oder USB-Hardware',
|
|
9
9
|
link_backup_code_description: 'Backup-Code generieren',
|
|
10
10
|
link_email_verification_code_description: 'Verknüpfen Sie Ihre E-Mail-Adresse',
|
|
11
|
+
link_email_2fa_description: 'Verknüpfen Sie Ihre E-Mail-Adresse für 2-Schritt-Verifizierung',
|
|
11
12
|
link_phone_verification_code_description: 'Verknüpfen Sie Ihre Telefonnummer',
|
|
13
|
+
link_phone_2fa_description: 'Verknüpfen Sie Ihre Telefonnummer für 2-Schritt-Verifizierung',
|
|
12
14
|
verify_totp_description: 'Geben Sie den Einmalcode in der App ein',
|
|
13
15
|
verify_webauthn_description: 'Verifizieren Sie Ihr Gerät oder Ihre USB-Hardware',
|
|
14
16
|
verify_backup_code_description: 'Fügen Sie den gespeicherten Backup-Code ein',
|
|
15
17
|
verify_email_verification_code_description: 'Geben Sie den an Ihre E-Mail gesendeten Code ein',
|
|
16
18
|
verify_phone_verification_code_description: 'Geben Sie den an Ihr Telefon gesendeten Code ein',
|
|
19
|
+
send_to_email: 'Senden an {{identifier}}',
|
|
20
|
+
send_to_phone: 'Senden an {{identifier}}',
|
|
17
21
|
add_mfa_factors: '2-Schritte-Verifizierung hinzufügen',
|
|
18
22
|
add_mfa_description: 'Die Zwei-Faktor-Verifizierung ist aktiviert. Wählen Sie Ihre zweite Verifizierungsmethode für sicheres Anmelden aus.',
|
|
23
|
+
add_another_mfa_factor: 'Eine weitere 2-Schritte-Verifizierung hinzufügen',
|
|
24
|
+
add_another_mfa_description: 'Wählen Sie eine andere Methode zur Verifizierung Ihrer Identität bei der Anmeldung.',
|
|
19
25
|
verify_mfa_factors: '2-Schritte-Verifizierung',
|
|
20
26
|
verify_mfa_description: 'Die 2-Schritte-Verifizierung ist für dieses Konto aktiviert. Bitte wählen Sie die zweite Methode zur Verifizierung Ihrer Identität aus.',
|
|
21
27
|
add_authenticator_app: 'Authenticator-App hinzufügen',
|
|
@@ -29,6 +35,10 @@ const mfa = {
|
|
|
29
35
|
enter_one_time_code: 'Einmalcode eingeben',
|
|
30
36
|
enter_one_time_code_link_description: 'Geben Sie den 6-stelligen Verifizierungscode ein, der von der Authenticator-App generiert wurde.',
|
|
31
37
|
enter_one_time_code_description: 'Für dieses Konto wurde die Zwei-Faktor-Authentifizierung aktiviert. Bitte geben Sie den einmaligen Code ein, der in Ihrer verknüpften Authentifizierungs-App angezeigt wird.',
|
|
38
|
+
enter_email_verification_code: 'E-Mail‑Bestätigungscode eingeben',
|
|
39
|
+
enter_email_verification_code_description: 'Für dieses Konto ist die Zwei‑Faktor‑Authentifizierung aktiviert. Bitte geben Sie den an {{identifier}} gesendeten Bestätigungscode ein.',
|
|
40
|
+
enter_phone_verification_code: 'SMS‑Bestätigungscode eingeben',
|
|
41
|
+
enter_phone_verification_code_description: 'Für dieses Konto ist die Zwei‑Faktor‑Authentifizierung aktiviert. Bitte geben Sie den per SMS an {{identifier}} gesendeten Bestätigungscode ein.',
|
|
32
42
|
link_another_mfa_factor: 'Zu einer anderen Methode wechseln',
|
|
33
43
|
save_backup_code: 'Backup-Code speichern',
|
|
34
44
|
save_backup_code_description: 'Sie können einen dieser Backup-Codes verwenden, um auf Ihr Konto zuzugreifen, wenn Sie während der 2-Schritte-Verifizierung auf andere Weise Probleme haben. Jeder Code kann nur einmal verwendet werden.',
|
|
@@ -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: 'Vorname',
|
|
5
5
|
familyName: 'Nachname',
|
|
6
6
|
middleName: 'Zweitname',
|
|
7
|
-
|
|
7
|
+
fullname: 'Vollständiger Name',
|
|
8
8
|
nickname: 'Spitzname',
|
|
9
9
|
preferredUsername: 'Bevorzugter Benutzername',
|
|
10
10
|
profile: 'Profil',
|
|
@@ -21,5 +21,10 @@ const profile = {
|
|
|
21
21
|
postalCode: 'Postleitzahl',
|
|
22
22
|
country: 'Land',
|
|
23
23
|
},
|
|
24
|
+
gender_options: {
|
|
25
|
+
female: 'Weiblich',
|
|
26
|
+
male: 'Männlich',
|
|
27
|
+
prefer_not_to_say: 'Keine Angabe',
|
|
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: 'Invalid link',
|
|
24
24
|
invalid_link_description: 'Your one-time token may have expired or is no longer valid.',
|
|
25
25
|
captcha_verification_failed: 'Failed to perform captcha verification.',
|
|
26
|
+
terms_acceptance_required: 'Terms acceptance required',
|
|
27
|
+
terms_acceptance_required_description: 'You must agree to the terms to continue. Please try again.',
|
|
26
28
|
something_went_wrong: '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
|
}>;
|
package/lib/locales/en/input.js
CHANGED
package/lib/locales/en/mfa.d.ts
CHANGED
|
@@ -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/en/mfa.js
CHANGED
|
@@ -8,14 +8,20 @@ const mfa = {
|
|
|
8
8
|
link_webauthn_description: 'Link your device or USB hardware',
|
|
9
9
|
link_backup_code_description: 'Generate a backup code',
|
|
10
10
|
link_email_verification_code_description: 'Link your email address',
|
|
11
|
+
link_email_2fa_description: 'Link your email address for 2-step verification',
|
|
11
12
|
link_phone_verification_code_description: 'Link your phone number',
|
|
13
|
+
link_phone_2fa_description: 'Link your phone number for 2-step verification',
|
|
12
14
|
verify_totp_description: 'Enter the one-time code in app',
|
|
13
15
|
verify_webauthn_description: 'Verify your device or USB hardware',
|
|
14
16
|
verify_backup_code_description: 'Paste the backup code you saved',
|
|
15
17
|
verify_email_verification_code_description: 'Enter the code sent to your email',
|
|
16
18
|
verify_phone_verification_code_description: 'Enter the code sent to your phone',
|
|
19
|
+
send_to_email: 'Send to {{identifier}}',
|
|
20
|
+
send_to_phone: 'Send to {{identifier}}',
|
|
17
21
|
add_mfa_factors: 'Add 2-step verification',
|
|
18
22
|
add_mfa_description: 'Two-factor verification is enabled. Select your second verification method for secure sign-in.',
|
|
23
|
+
add_another_mfa_factor: 'Add another one 2-step verification',
|
|
24
|
+
add_another_mfa_description: 'Select another way to add for verifying your identity when sign-in.',
|
|
19
25
|
verify_mfa_factors: '2-step verification',
|
|
20
26
|
verify_mfa_description: '2-step verification has been enabled for this account. Please select the second way to verify your identity.',
|
|
21
27
|
add_authenticator_app: 'Add authenticator app',
|
|
@@ -29,6 +35,10 @@ const mfa = {
|
|
|
29
35
|
enter_one_time_code: 'Enter the one-time code',
|
|
30
36
|
enter_one_time_code_link_description: 'Enter the 6-digit verification code generated by the authenticator app.',
|
|
31
37
|
enter_one_time_code_description: '2-step verification has been enabled for this account. Please enter the one-time code shown on your linked authenticator app.',
|
|
38
|
+
enter_email_verification_code: 'Enter Email verification code',
|
|
39
|
+
enter_email_verification_code_description: '2-step authentication has been enabled for this account. Please enter the email verification code sent to {{identifier}}.',
|
|
40
|
+
enter_phone_verification_code: 'Enter SMS verification code',
|
|
41
|
+
enter_phone_verification_code_description: '2-step authentication has been enabled for this account. Please enter the SMS verification code sent to {{identifier}}.',
|
|
32
42
|
link_another_mfa_factor: 'Switch to another method',
|
|
33
43
|
save_backup_code: 'Save your backup code',
|
|
34
44
|
save_backup_code_description: 'You can use one of these backup code to access your account if you have trouble during 2-step verification in another ways. Each code may be used only once.',
|