@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/locales/pl-pl/mfa.js
CHANGED
|
@@ -8,14 +8,20 @@ const mfa = {
|
|
|
8
8
|
link_webauthn_description: 'Połącz urządzenie lub sprzęt USB',
|
|
9
9
|
link_backup_code_description: 'Generuj kod zapasowy',
|
|
10
10
|
link_email_verification_code_description: 'Połącz swój adres e-mail',
|
|
11
|
+
link_email_2fa_description: 'Połącz swój adres e-mail dla 2-stopniowej weryfikacji',
|
|
11
12
|
link_phone_verification_code_description: 'Połącz swój numer telefonu',
|
|
13
|
+
link_phone_2fa_description: 'Połącz swój numer telefonu dla 2-stopniowej weryfikacji',
|
|
12
14
|
verify_totp_description: 'Wprowadź jednorazowy kod w aplikacji',
|
|
13
15
|
verify_webauthn_description: 'Zweryfikuj urządzenie lub sprzęt USB',
|
|
14
16
|
verify_backup_code_description: 'Wklej kod zapasowy, który zapisałeś',
|
|
15
17
|
verify_email_verification_code_description: 'Wprowadź kod wysłany na twój e-mail',
|
|
16
18
|
verify_phone_verification_code_description: 'Wprowadź kod wysłany na twój telefon',
|
|
19
|
+
send_to_email: 'Wyślij do {{identifier}}',
|
|
20
|
+
send_to_phone: 'Wyślij do {{identifier}}',
|
|
17
21
|
add_mfa_factors: 'Dodaj weryfikację dwuetapową',
|
|
18
22
|
add_mfa_description: 'Weryfikacja dwuetapowa jest włączona. Wybierz swój drugi sposób weryfikacji dla bezpiecznego logowania.',
|
|
23
|
+
add_another_mfa_factor: 'Dodaj kolejną weryfikację dwuetapową',
|
|
24
|
+
add_another_mfa_description: 'Wybierz inny sposób weryfikacji swojej tożsamości podczas logowania.',
|
|
19
25
|
verify_mfa_factors: 'Weryfikacja dwuetapowa',
|
|
20
26
|
verify_mfa_description: 'Włączono weryfikację dwuetapową dla tego konta. Proszę wybrać drugi sposób weryfikacji swojej tożsamości.',
|
|
21
27
|
add_authenticator_app: 'Dodaj aplikację autentykacyjną',
|
|
@@ -29,6 +35,10 @@ const mfa = {
|
|
|
29
35
|
enter_one_time_code: 'Wprowadź jednorazowy kod',
|
|
30
36
|
enter_one_time_code_link_description: 'Wprowadź 6-cyfrowy kod weryfikacyjny wygenerowany przez aplikację autentykacyjną.',
|
|
31
37
|
enter_one_time_code_description: 'Dla tego konta włączono weryfikację dwuetapową. Proszę wprowadzić jednorazowy kod widoczny w aplikacji autentykacyjnej powiązanej z kontem.',
|
|
38
|
+
enter_email_verification_code: 'Wprowadź kod weryfikacyjny e‑mail',
|
|
39
|
+
enter_email_verification_code_description: 'Dla tego konta włączono uwierzytelnianie dwustopniowe. Wprowadź kod weryfikacyjny wysłany na {{identifier}}.',
|
|
40
|
+
enter_phone_verification_code: 'Wprowadź kod weryfikacyjny SMS',
|
|
41
|
+
enter_phone_verification_code_description: 'Dla tego konta włączono uwierzytelnianie dwustopniowe. Wprowadź kod weryfikacyjny SMS wysłany na {{identifier}}.',
|
|
32
42
|
link_another_mfa_factor: 'Przełącz na inny sposób',
|
|
33
43
|
save_backup_code: 'Zapisz swój kod zapasowy',
|
|
34
44
|
save_backup_code_description: 'Możesz użyć jednego z tych kodów zapasowych, aby uzyskać dostęp do swojego konta w przypadku problemów z weryfikacją dwuetapową w inny sposób. Każdy kod można użyć tylko raz.',
|
|
@@ -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: 'Imię własne',
|
|
5
5
|
familyName: 'Nazwisko',
|
|
6
6
|
middleName: 'Drugie imię',
|
|
7
|
-
|
|
7
|
+
fullname: 'Pełne imię i nazwisko',
|
|
8
8
|
nickname: 'Pseudonim',
|
|
9
9
|
preferredUsername: 'Preferowana nazwa użytkownika',
|
|
10
10
|
profile: 'Profil',
|
|
@@ -21,5 +21,10 @@ const profile = {
|
|
|
21
21
|
postalCode: 'Kod pocztowy',
|
|
22
22
|
country: 'Kraj',
|
|
23
23
|
},
|
|
24
|
+
gender_options: {
|
|
25
|
+
female: 'Kobieta',
|
|
26
|
+
male: 'Mężczyzna',
|
|
27
|
+
prefer_not_to_say: 'Wolę nie mówić',
|
|
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: 'Link inválido',
|
|
24
24
|
invalid_link_description: 'Seu token de uso único pode ter expirado ou não é mais válido.',
|
|
25
25
|
captcha_verification_failed: 'Falha na verificação do captcha.',
|
|
26
|
+
terms_acceptance_required: 'Aceitação dos termos obrigatória',
|
|
27
|
+
terms_acceptance_required_description: 'Você deve aceitar os termos para continuar. Por favor, tente novamente.',
|
|
26
28
|
something_went_wrong: 'Algo deu errado.',
|
|
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/pt-br/mfa.js
CHANGED
|
@@ -8,14 +8,20 @@ const mfa = {
|
|
|
8
8
|
link_webauthn_description: 'Vincule seu dispositivo ou hardware USB',
|
|
9
9
|
link_backup_code_description: 'Gere um código de backup',
|
|
10
10
|
link_email_verification_code_description: 'Vincule seu endereço de e-mail',
|
|
11
|
+
link_email_2fa_description: 'Vincule seu endereço de e-mail para verificação em 2 etapas',
|
|
11
12
|
link_phone_verification_code_description: 'Vincule seu número de telefone',
|
|
13
|
+
link_phone_2fa_description: 'Vincule seu número de telefone para verificação em 2 etapas',
|
|
12
14
|
verify_totp_description: 'Digite o código único no aplicativo',
|
|
13
15
|
verify_webauthn_description: 'Verifique seu dispositivo ou hardware USB',
|
|
14
16
|
verify_backup_code_description: 'Cole o código de backup que você salvou',
|
|
15
17
|
verify_email_verification_code_description: 'Digite o código enviado para seu e-mail',
|
|
16
18
|
verify_phone_verification_code_description: 'Digite o código enviado para seu telefone',
|
|
19
|
+
send_to_email: 'Enviar para {{identifier}}',
|
|
20
|
+
send_to_phone: 'Enviar para {{identifier}}',
|
|
17
21
|
add_mfa_factors: 'Adicionar verificação em duas etapas',
|
|
18
22
|
add_mfa_description: 'A verificação em duas etapas está ativada. Selecione seu segundo método de verificação para login seguro.',
|
|
23
|
+
add_another_mfa_factor: 'Adicionar outra verificação em 2 etapas',
|
|
24
|
+
add_another_mfa_description: 'Selecione outra maneira de verificar sua identidade ao fazer login.',
|
|
19
25
|
verify_mfa_factors: 'Verificação em duas etapas',
|
|
20
26
|
verify_mfa_description: 'A verificação em duas etapas foi ativada para esta conta. Por favor, selecione a segunda forma de verificar sua identidade.',
|
|
21
27
|
add_authenticator_app: 'Adicionar aplicativo autenticador',
|
|
@@ -29,6 +35,10 @@ const mfa = {
|
|
|
29
35
|
enter_one_time_code: 'Digite o código único',
|
|
30
36
|
enter_one_time_code_link_description: 'Digite o código de verificação de 6 dígitos gerado pelo aplicativo autenticador.',
|
|
31
37
|
enter_one_time_code_description: 'A verificação em duas etapas foi habilitada para esta conta. Por favor, insira o código de uso único mostrado no seu aplicativo autenticador vinculado.',
|
|
38
|
+
enter_email_verification_code: 'Inserir código de verificação por e‑mail',
|
|
39
|
+
enter_email_verification_code_description: 'A autenticação em duas etapas está habilitada para esta conta. Insira o código de verificação enviado para {{identifier}}.',
|
|
40
|
+
enter_phone_verification_code: 'Inserir código de verificação por SMS',
|
|
41
|
+
enter_phone_verification_code_description: 'A autenticação em duas etapas está habilitada para esta conta. Insira o código de verificação por SMS enviado para {{identifier}}.',
|
|
32
42
|
link_another_mfa_factor: 'Trocar para outro método',
|
|
33
43
|
save_backup_code: 'Salve seu código de backup',
|
|
34
44
|
save_backup_code_description: 'Você pode usar um desses códigos de backup para acessar sua conta se tiver problemas durante a verificação em duas etapas de outras maneiras. Cada código pode ser usado apenas uma vez.',
|
|
@@ -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: 'Nome',
|
|
5
5
|
familyName: 'Sobrenome',
|
|
6
6
|
middleName: 'Nome do meio',
|
|
7
|
-
|
|
7
|
+
fullname: 'Nome completo',
|
|
8
8
|
nickname: 'Apelido',
|
|
9
9
|
preferredUsername: 'Nome de usuário preferido',
|
|
10
10
|
profile: 'Perfil',
|
|
@@ -21,5 +21,10 @@ const profile = {
|
|
|
21
21
|
postalCode: 'CEP',
|
|
22
22
|
country: 'País',
|
|
23
23
|
},
|
|
24
|
+
gender_options: {
|
|
25
|
+
female: 'Feminino',
|
|
26
|
+
male: 'Masculino',
|
|
27
|
+
prefer_not_to_say: 'Prefiro não dizer',
|
|
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: 'Link inválido',
|
|
24
24
|
invalid_link_description: 'O teu token de uso único pode ter expirado ou já não ser válido.',
|
|
25
25
|
captcha_verification_failed: 'Falha na verificação do captcha.',
|
|
26
|
+
terms_acceptance_required: 'Aceitação dos termos necessária',
|
|
27
|
+
terms_acceptance_required_description: 'Deves aceitar os termos para continuar. Por favor, tenta novamente.',
|
|
26
28
|
something_went_wrong: 'Algo correu mal.',
|
|
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/pt-pt/mfa.js
CHANGED
|
@@ -8,14 +8,20 @@ const mfa = {
|
|
|
8
8
|
link_webauthn_description: 'Vincule o seu dispositivo ou hardware USB',
|
|
9
9
|
link_backup_code_description: 'Gere um código de backup',
|
|
10
10
|
link_email_verification_code_description: 'Vincule o seu endereço de e-mail',
|
|
11
|
+
link_email_2fa_description: 'Vincule o seu endereço de e-mail para verificação em 2 passos',
|
|
11
12
|
link_phone_verification_code_description: 'Vincule o seu número de telefone',
|
|
13
|
+
link_phone_2fa_description: 'Vincule o seu número de telefone para verificação em 2 passos',
|
|
12
14
|
verify_totp_description: 'Introduza o código único na aplicação',
|
|
13
15
|
verify_webauthn_description: 'Verifique o seu dispositivo ou hardware USB',
|
|
14
16
|
verify_backup_code_description: 'Cole o código de backup que guardou',
|
|
15
17
|
verify_email_verification_code_description: 'Introduza o código enviado para o seu e-mail',
|
|
16
18
|
verify_phone_verification_code_description: 'Introduza o código enviado para o seu telefone',
|
|
19
|
+
send_to_email: 'Enviar para {{identifier}}',
|
|
20
|
+
send_to_phone: 'Enviar para {{identifier}}',
|
|
17
21
|
add_mfa_factors: 'Adicionar verificação em duas etapas',
|
|
18
22
|
add_mfa_description: 'A verificação em duas etapas está ativada. Selecione o seu segundo método de verificação para iniciar sessão de forma segura.',
|
|
23
|
+
add_another_mfa_factor: 'Adicionar outra verificação em 2 passos',
|
|
24
|
+
add_another_mfa_description: 'Selecione outra forma de verificar a sua identidade ao iniciar sessão.',
|
|
19
25
|
verify_mfa_factors: 'Verificação em duas etapas',
|
|
20
26
|
verify_mfa_description: 'A verificação em duas etapas foi ativada para esta conta. Por favor, selecione a segunda forma de verificar a sua identidade.',
|
|
21
27
|
add_authenticator_app: 'Adicionar aplicativo autenticador',
|
|
@@ -29,6 +35,10 @@ const mfa = {
|
|
|
29
35
|
enter_one_time_code: 'Introduza o código único',
|
|
30
36
|
enter_one_time_code_link_description: 'Introduza o código de verificação de 6 dígitos gerado pela aplicação autenticadora.',
|
|
31
37
|
enter_one_time_code_description: 'A verificação em duas etapas foi ativada para esta conta. Por favor, insira o código de utilização única mostrado na sua aplicação autenticadora vinculada.',
|
|
38
|
+
enter_email_verification_code: 'Introduzir código de verificação por e‑mail',
|
|
39
|
+
enter_email_verification_code_description: 'A autenticação em dois passos está ativada para esta conta. Introduza o código de verificação enviado para {{identifier}}.',
|
|
40
|
+
enter_phone_verification_code: 'Introduzir código de verificação por SMS',
|
|
41
|
+
enter_phone_verification_code_description: 'A autenticação em dois passos está ativada para esta conta. Introduza o código de verificação por SMS enviado para {{identifier}}.',
|
|
32
42
|
link_another_mfa_factor: 'Mudar para outro método',
|
|
33
43
|
save_backup_code: 'Guarde o seu código de backup',
|
|
34
44
|
save_backup_code_description: 'Pode usar um destes códigos de backup para aceder à sua conta se tiver problemas durante a verificação em duas etapas de outras formas. Cada código só pode ser utilizado uma vez.',
|
|
@@ -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: 'Nome próprio',
|
|
5
5
|
familyName: 'Apelido',
|
|
6
6
|
middleName: 'Nome do meio',
|
|
7
|
-
|
|
7
|
+
fullname: 'Nome completo',
|
|
8
8
|
nickname: 'Alcunha',
|
|
9
9
|
preferredUsername: 'Nome de utilizador preferido',
|
|
10
10
|
profile: 'Perfil',
|
|
@@ -21,5 +21,10 @@ const profile = {
|
|
|
21
21
|
postalCode: 'Código postal',
|
|
22
22
|
country: 'País',
|
|
23
23
|
},
|
|
24
|
+
gender_options: {
|
|
25
|
+
female: 'Feminino',
|
|
26
|
+
male: 'Masculino',
|
|
27
|
+
prefer_not_to_say: 'Prefiro não dizer',
|
|
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
|
}>;
|
package/lib/locales/ru/input.js
CHANGED
package/lib/locales/ru/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;
|