@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/it/mfa.js
CHANGED
|
@@ -8,14 +8,20 @@ const mfa = {
|
|
|
8
8
|
link_webauthn_description: 'Collega il tuo dispositivo o hardware USB',
|
|
9
9
|
link_backup_code_description: 'Genera un codice di backup',
|
|
10
10
|
link_email_verification_code_description: 'Collega il tuo indirizzo email',
|
|
11
|
+
link_email_2fa_description: 'Collega il tuo indirizzo email per la verifica a 2 passaggi',
|
|
11
12
|
link_phone_verification_code_description: 'Collega il tuo numero di telefono',
|
|
13
|
+
link_phone_2fa_description: 'Collega il tuo numero di telefono per la verifica a 2 passaggi',
|
|
12
14
|
verify_totp_description: "Inserisci il codice monouso nell'app",
|
|
13
15
|
verify_webauthn_description: 'Verifica il tuo dispositivo o hardware USB',
|
|
14
16
|
verify_backup_code_description: 'Incolla il codice di backup che hai salvato',
|
|
15
17
|
verify_email_verification_code_description: 'Inserisci il codice inviato alla tua email',
|
|
16
|
-
verify_phone_verification_code_description: 'Inserisci il codice inviato al tuo
|
|
18
|
+
verify_phone_verification_code_description: 'Inserisci il codice inviato al tuo telefone',
|
|
19
|
+
send_to_email: 'Invia a {{identifier}}',
|
|
20
|
+
send_to_phone: 'Invia a {{identifier}}',
|
|
17
21
|
add_mfa_factors: 'Aggiungi la verifica in due passaggi',
|
|
18
22
|
add_mfa_description: 'La verifica in due passaggi è abilitata. Seleziona il tuo secondo metodo di verifica per un accesso sicuro.',
|
|
23
|
+
add_another_mfa_factor: "Aggiungi un'altra verifica in 2 passaggi",
|
|
24
|
+
add_another_mfa_description: "Seleziona un altro modo per verificare la tua identità al momento dell'accesso.",
|
|
19
25
|
verify_mfa_factors: 'Verifica in due passaggi',
|
|
20
26
|
verify_mfa_description: 'La verifica in due passaggi è stata abilitata per questo account. Seleziona il secondo modo per verificare la tua identità.',
|
|
21
27
|
add_authenticator_app: 'Aggiungi app di autenticazione',
|
|
@@ -29,6 +35,10 @@ const mfa = {
|
|
|
29
35
|
enter_one_time_code: 'Inserisci il codice monouso',
|
|
30
36
|
enter_one_time_code_link_description: "Inserisci il codice di verifica a 6 cifre generato dall'app di autenticazione.",
|
|
31
37
|
enter_one_time_code_description: 'La verifica in due passaggi è stata abilitata per questo account. Inserisci il codice monouso mostrato sulla tua app di autenticazione collegata.',
|
|
38
|
+
enter_email_verification_code: 'Inserisci il codice di verifica e‑mail',
|
|
39
|
+
enter_email_verification_code_description: 'L’autenticazione a due passaggi è abilitata per questo account. Inserisci il codice di verifica e‑mail inviato a {{identifier}}.',
|
|
40
|
+
enter_phone_verification_code: 'Inserisci il codice di verifica SMS',
|
|
41
|
+
enter_phone_verification_code_description: 'L’autenticazione a due passaggi è abilitata per questo account. Inserisci il codice di verifica SMS inviato a {{identifier}}.',
|
|
32
42
|
link_another_mfa_factor: 'Passa a un altro metodo',
|
|
33
43
|
save_backup_code: 'Salva il codice di backup',
|
|
34
44
|
save_backup_code_description: 'Puoi utilizzare uno di questi codici di backup per accedere al tuo account in caso di problemi durante la verifica in due passaggi in altri modi. Ogni codice può essere utilizzato solo una volta.',
|
|
@@ -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: 'Cognome',
|
|
6
6
|
middleName: 'Secondo nome',
|
|
7
|
-
|
|
7
|
+
fullname: 'Nome completo',
|
|
8
8
|
nickname: 'Soprannome',
|
|
9
9
|
preferredUsername: 'Nome utente preferito',
|
|
10
10
|
profile: 'Profilo',
|
|
@@ -21,5 +21,10 @@ const profile = {
|
|
|
21
21
|
postalCode: 'CAP',
|
|
22
22
|
country: 'Paese',
|
|
23
23
|
},
|
|
24
|
+
gender_options: {
|
|
25
|
+
female: 'Femmina',
|
|
26
|
+
male: 'Maschio',
|
|
27
|
+
prefer_not_to_say: 'Preferisco non dire',
|
|
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/ja/input.js
CHANGED
package/lib/locales/ja/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/ja/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: '2段階認証を追加',
|
|
18
22
|
add_mfa_description: '2段階認証が有効になっています。安全なサインインのために第二の認証方法を選択してください。',
|
|
23
|
+
add_another_mfa_factor: 'もう一つの2段階認証を追加',
|
|
24
|
+
add_another_mfa_description: 'サインイン時に身元を確認するための別の方法を選択してください。',
|
|
19
25
|
verify_mfa_factors: '2段階認証',
|
|
20
26
|
verify_mfa_description: 'このアカウントでは2段階認証が有効になっています。アイデンティティを確認するための第二の方法を選択してください。',
|
|
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: 'このアカウントでは2段階認証が有効になっています。リンクされた認証アプリに表示されるワンタイムコードを入力してください。',
|
|
38
|
+
enter_email_verification_code: 'メールの確認コードを入力',
|
|
39
|
+
enter_email_verification_code_description: 'このアカウントでは二段階認証が有効です。{{identifier}} に送信された確認コードを入力してください。',
|
|
40
|
+
enter_phone_verification_code: 'SMSの確認コードを入力',
|
|
41
|
+
enter_phone_verification_code_description: 'このアカウントでは二段階認証が有効です。{{identifier}} に送信されたSMS確認コードを入力してください。',
|
|
32
42
|
link_another_mfa_factor: '別の方法に切り替える',
|
|
33
43
|
save_backup_code: 'バックアップコードを保存',
|
|
34
44
|
save_backup_code_description: '2段階認証中に他の方法で問題が発生した場合、これらのバックアップコードのいずれかを使用してアカウントにアクセスできます。各コードは一度だけ使用できます。',
|
|
@@ -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
|
}>;
|
package/lib/locales/ko/input.js
CHANGED
package/lib/locales/ko/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/ko/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: '2단계 인증 추가',
|
|
18
22
|
add_mfa_description: '2단계 인증이 활성화되었습니다. 안전한 로그인을 위해 두 번째 인증 방법을 선택하세요.',
|
|
23
|
+
add_another_mfa_factor: '다른 2단계 인증 추가',
|
|
24
|
+
add_another_mfa_description: '로그인 시 신원을 확인하기 위한 다른 방법을 선택하세요.',
|
|
19
25
|
verify_mfa_factors: '2단계 인증 확인',
|
|
20
26
|
verify_mfa_description: '이 계정에 대해 2단계 인증이 활성화되었습니다. 신원을 확인하는 두 번째 방법을 선택하세요.',
|
|
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: '이 계정에서는 2단계 인증이 활성화되었습니다. 연결된 인증 앱에 표시된 일회용 코드를 입력하세요.',
|
|
38
|
+
enter_email_verification_code: '이메일 인증 코드 입력',
|
|
39
|
+
enter_email_verification_code_description: '이 계정에는 2단계 인증이 활성화되어 있습니다. {{identifier}}로 전송된 인증 코드를 입력하세요.',
|
|
40
|
+
enter_phone_verification_code: 'SMS 인증 코드 입력',
|
|
41
|
+
enter_phone_verification_code_description: '이 계정에는 2단계 인증이 활성화되어 있습니다. {{identifier}}로 전송된 SMS 인증 코드를 입력하세요.',
|
|
32
42
|
link_another_mfa_factor: '다른 방법으로 전환',
|
|
33
43
|
save_backup_code: '백업 코드 저장',
|
|
34
44
|
save_backup_code_description: '다른 방법으로 2단계 인증 중 문제가 발생하면 이러한 백업 코드 중 하나를 사용하여 계정에 액세스할 수 있습니다. 각 코드는 한 번만 사용할 수 있습니다.',
|
|
@@ -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: 'Nieprawidłowy link',
|
|
24
24
|
invalid_link_description: 'Twój jednorazowy token mógł wygasnąć lub nie jest już ważny.',
|
|
25
25
|
captcha_verification_failed: 'Weryfikacja captcha nie powiodła się.',
|
|
26
|
+
terms_acceptance_required: 'Wymagana akceptacja warunków',
|
|
27
|
+
terms_acceptance_required_description: 'Musisz zaakceptować warunki, aby kontynuować. Spróbuj ponownie.',
|
|
26
28
|
something_went_wrong: 'Coś poszło nie tak.',
|
|
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;
|