@logto/phrases-experience 1.12.2 → 1.13.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 +5 -2
- package/lib/locales/ar/account-center.d.ts +43 -0
- package/lib/locales/ar/account-center.js +43 -0
- package/lib/locales/ar/description.d.ts +5 -0
- package/lib/locales/ar/description.js +5 -0
- package/lib/locales/ar/error/index.d.ts +3 -0
- package/lib/locales/ar/error/index.js +3 -0
- package/lib/locales/ar/index.d.ts +56 -0
- package/lib/locales/ar/input.d.ts +1 -0
- package/lib/locales/ar/input.js +1 -0
- package/lib/locales/ar/mfa.d.ts +4 -0
- package/lib/locales/ar/mfa.js +4 -0
- package/lib/locales/cs/account-center.d.ts +208 -0
- package/lib/locales/cs/account-center.js +208 -0
- package/lib/locales/cs/action.d.ts +42 -0
- package/lib/locales/cs/action.js +42 -0
- package/lib/locales/cs/description.d.ts +113 -0
- package/lib/locales/cs/description.js +113 -0
- package/lib/locales/cs/development-tenant.d.ts +4 -0
- package/lib/locales/cs/development-tenant.js +4 -0
- package/lib/locales/cs/error/index.d.ts +46 -0
- package/lib/locales/cs/error/index.js +34 -0
- package/lib/locales/cs/error/password-rejected.d.ts +15 -0
- package/lib/locales/cs/error/password-rejected.js +15 -0
- package/lib/locales/cs/index.d.ts +547 -0
- package/lib/locales/cs/index.js +29 -0
- package/lib/locales/cs/input.d.ts +12 -0
- package/lib/locales/cs/input.js +12 -0
- package/lib/locales/cs/list.d.ts +6 -0
- package/lib/locales/cs/list.js +6 -0
- package/lib/locales/cs/mfa.d.ts +65 -0
- package/lib/locales/cs/mfa.js +65 -0
- package/lib/locales/cs/passkey-sign-in.d.ts +9 -0
- package/lib/locales/cs/passkey-sign-in.js +9 -0
- package/lib/locales/cs/profile.d.ts +30 -0
- package/lib/locales/cs/profile.js +30 -0
- package/lib/locales/cs/secondary.d.ts +4 -0
- package/lib/locales/cs/secondary.js +4 -0
- package/lib/locales/cs/user-scopes.d.ts +15 -0
- package/lib/locales/cs/user-scopes.js +15 -0
- package/lib/locales/de/account-center.d.ts +43 -0
- package/lib/locales/de/account-center.js +43 -0
- package/lib/locales/de/description.d.ts +5 -0
- package/lib/locales/de/description.js +5 -0
- package/lib/locales/de/error/index.d.ts +3 -0
- package/lib/locales/de/error/index.js +4 -1
- package/lib/locales/de/index.d.ts +56 -0
- package/lib/locales/de/input.d.ts +1 -0
- package/lib/locales/de/input.js +1 -0
- package/lib/locales/de/mfa.d.ts +4 -0
- package/lib/locales/de/mfa.js +4 -0
- package/lib/locales/en/account-center.d.ts +43 -0
- package/lib/locales/en/account-center.js +43 -0
- package/lib/locales/en/description.d.ts +5 -0
- package/lib/locales/en/description.js +5 -0
- package/lib/locales/en/error/index.d.ts +3 -0
- package/lib/locales/en/error/index.js +7 -4
- package/lib/locales/en/index.d.ts +56 -0
- package/lib/locales/en/input.d.ts +1 -0
- package/lib/locales/en/input.js +1 -0
- package/lib/locales/en/mfa.d.ts +4 -0
- package/lib/locales/en/mfa.js +5 -1
- package/lib/locales/es/account-center.d.ts +43 -0
- package/lib/locales/es/account-center.js +43 -0
- package/lib/locales/es/description.d.ts +5 -0
- package/lib/locales/es/description.js +5 -0
- package/lib/locales/es/error/index.d.ts +3 -0
- package/lib/locales/es/error/index.js +3 -0
- package/lib/locales/es/index.d.ts +56 -0
- package/lib/locales/es/input.d.ts +1 -0
- package/lib/locales/es/input.js +1 -0
- package/lib/locales/es/mfa.d.ts +4 -0
- package/lib/locales/es/mfa.js +4 -0
- package/lib/locales/fr/account-center.d.ts +43 -0
- package/lib/locales/fr/account-center.js +43 -0
- package/lib/locales/fr/description.d.ts +5 -0
- package/lib/locales/fr/description.js +5 -0
- package/lib/locales/fr/error/index.d.ts +3 -0
- package/lib/locales/fr/error/index.js +6 -3
- package/lib/locales/fr/index.d.ts +56 -0
- package/lib/locales/fr/input.d.ts +1 -0
- package/lib/locales/fr/input.js +1 -0
- package/lib/locales/fr/mfa.d.ts +4 -0
- package/lib/locales/fr/mfa.js +4 -0
- package/lib/locales/it/account-center.d.ts +43 -0
- package/lib/locales/it/account-center.js +43 -0
- package/lib/locales/it/description.d.ts +5 -0
- package/lib/locales/it/description.js +5 -0
- package/lib/locales/it/error/index.d.ts +3 -0
- package/lib/locales/it/error/index.js +6 -3
- package/lib/locales/it/index.d.ts +56 -0
- package/lib/locales/it/input.d.ts +1 -0
- package/lib/locales/it/input.js +1 -0
- package/lib/locales/it/mfa.d.ts +4 -0
- package/lib/locales/it/mfa.js +4 -0
- package/lib/locales/ja/account-center.d.ts +43 -0
- package/lib/locales/ja/account-center.js +43 -0
- package/lib/locales/ja/description.d.ts +5 -0
- package/lib/locales/ja/description.js +5 -0
- package/lib/locales/ja/error/index.d.ts +3 -0
- package/lib/locales/ja/error/index.js +3 -0
- package/lib/locales/ja/index.d.ts +56 -0
- package/lib/locales/ja/input.d.ts +1 -0
- package/lib/locales/ja/input.js +1 -0
- package/lib/locales/ja/mfa.d.ts +4 -0
- package/lib/locales/ja/mfa.js +4 -0
- package/lib/locales/ko/account-center.d.ts +43 -0
- package/lib/locales/ko/account-center.js +43 -0
- package/lib/locales/ko/description.d.ts +5 -0
- package/lib/locales/ko/description.js +5 -0
- package/lib/locales/ko/error/index.d.ts +3 -0
- package/lib/locales/ko/error/index.js +5 -2
- package/lib/locales/ko/index.d.ts +56 -0
- package/lib/locales/ko/input.d.ts +1 -0
- package/lib/locales/ko/input.js +1 -0
- package/lib/locales/ko/mfa.d.ts +4 -0
- package/lib/locales/ko/mfa.js +4 -0
- package/lib/locales/pl-pl/account-center.d.ts +43 -0
- package/lib/locales/pl-pl/account-center.js +43 -0
- package/lib/locales/pl-pl/description.d.ts +5 -0
- package/lib/locales/pl-pl/description.js +5 -0
- package/lib/locales/pl-pl/error/index.d.ts +3 -0
- package/lib/locales/pl-pl/error/index.js +7 -4
- package/lib/locales/pl-pl/index.d.ts +56 -0
- package/lib/locales/pl-pl/input.d.ts +1 -0
- package/lib/locales/pl-pl/input.js +1 -0
- package/lib/locales/pl-pl/mfa.d.ts +4 -0
- package/lib/locales/pl-pl/mfa.js +4 -0
- package/lib/locales/pt-br/account-center.d.ts +43 -0
- package/lib/locales/pt-br/account-center.js +43 -0
- package/lib/locales/pt-br/description.d.ts +5 -0
- package/lib/locales/pt-br/description.js +5 -0
- package/lib/locales/pt-br/error/index.d.ts +3 -0
- package/lib/locales/pt-br/error/index.js +7 -4
- package/lib/locales/pt-br/index.d.ts +56 -0
- package/lib/locales/pt-br/input.d.ts +1 -0
- package/lib/locales/pt-br/input.js +1 -0
- package/lib/locales/pt-br/mfa.d.ts +4 -0
- package/lib/locales/pt-br/mfa.js +4 -0
- package/lib/locales/pt-pt/account-center.d.ts +43 -0
- package/lib/locales/pt-pt/account-center.js +43 -0
- package/lib/locales/pt-pt/description.d.ts +5 -0
- package/lib/locales/pt-pt/description.js +5 -0
- package/lib/locales/pt-pt/error/index.d.ts +3 -0
- package/lib/locales/pt-pt/error/index.js +4 -1
- package/lib/locales/pt-pt/index.d.ts +56 -0
- package/lib/locales/pt-pt/input.d.ts +1 -0
- package/lib/locales/pt-pt/input.js +1 -0
- package/lib/locales/pt-pt/mfa.d.ts +4 -0
- package/lib/locales/pt-pt/mfa.js +4 -0
- package/lib/locales/ru/account-center.d.ts +43 -0
- package/lib/locales/ru/account-center.js +43 -0
- package/lib/locales/ru/description.d.ts +5 -0
- package/lib/locales/ru/description.js +5 -0
- package/lib/locales/ru/error/index.d.ts +3 -0
- package/lib/locales/ru/error/index.js +5 -2
- package/lib/locales/ru/index.d.ts +56 -0
- package/lib/locales/ru/input.d.ts +1 -0
- package/lib/locales/ru/input.js +1 -0
- package/lib/locales/ru/mfa.d.ts +4 -0
- package/lib/locales/ru/mfa.js +4 -0
- package/lib/locales/th/account-center.d.ts +43 -0
- package/lib/locales/th/account-center.js +43 -0
- package/lib/locales/th/description.d.ts +5 -0
- package/lib/locales/th/description.js +5 -0
- package/lib/locales/th/error/index.d.ts +3 -0
- package/lib/locales/th/error/index.js +7 -4
- package/lib/locales/th/index.d.ts +56 -0
- package/lib/locales/th/input.d.ts +1 -0
- package/lib/locales/th/input.js +1 -0
- package/lib/locales/th/mfa.d.ts +4 -0
- package/lib/locales/th/mfa.js +4 -0
- package/lib/locales/tr-tr/account-center.d.ts +43 -0
- package/lib/locales/tr-tr/account-center.js +43 -0
- package/lib/locales/tr-tr/description.d.ts +5 -0
- package/lib/locales/tr-tr/description.js +5 -0
- package/lib/locales/tr-tr/error/index.d.ts +3 -0
- package/lib/locales/tr-tr/error/index.js +5 -2
- package/lib/locales/tr-tr/index.d.ts +56 -0
- package/lib/locales/tr-tr/input.d.ts +1 -0
- package/lib/locales/tr-tr/input.js +1 -0
- package/lib/locales/tr-tr/mfa.d.ts +4 -0
- package/lib/locales/tr-tr/mfa.js +4 -0
- package/lib/locales/uk-ua/account-center.d.ts +43 -0
- package/lib/locales/uk-ua/account-center.js +43 -0
- package/lib/locales/uk-ua/description.d.ts +5 -0
- package/lib/locales/uk-ua/description.js +5 -0
- package/lib/locales/uk-ua/error/index.d.ts +3 -0
- package/lib/locales/uk-ua/error/index.js +3 -0
- package/lib/locales/uk-ua/index.d.ts +56 -0
- package/lib/locales/uk-ua/input.d.ts +1 -0
- package/lib/locales/uk-ua/input.js +1 -0
- package/lib/locales/uk-ua/mfa.d.ts +4 -0
- package/lib/locales/uk-ua/mfa.js +4 -0
- package/lib/locales/zh-cn/account-center.d.ts +43 -0
- package/lib/locales/zh-cn/account-center.js +43 -0
- package/lib/locales/zh-cn/description.d.ts +5 -0
- package/lib/locales/zh-cn/description.js +5 -0
- package/lib/locales/zh-cn/error/index.d.ts +3 -0
- package/lib/locales/zh-cn/error/index.js +5 -2
- package/lib/locales/zh-cn/index.d.ts +56 -0
- package/lib/locales/zh-cn/input.d.ts +1 -0
- package/lib/locales/zh-cn/input.js +1 -0
- package/lib/locales/zh-cn/mfa.d.ts +4 -0
- package/lib/locales/zh-cn/mfa.js +4 -0
- package/lib/locales/zh-hk/account-center.d.ts +43 -0
- package/lib/locales/zh-hk/account-center.js +43 -0
- package/lib/locales/zh-hk/description.d.ts +5 -0
- package/lib/locales/zh-hk/description.js +5 -0
- package/lib/locales/zh-hk/error/index.d.ts +3 -0
- package/lib/locales/zh-hk/error/index.js +5 -2
- package/lib/locales/zh-hk/index.d.ts +56 -0
- package/lib/locales/zh-hk/input.d.ts +1 -0
- package/lib/locales/zh-hk/input.js +1 -0
- package/lib/locales/zh-hk/mfa.d.ts +4 -0
- package/lib/locales/zh-hk/mfa.js +4 -0
- package/lib/locales/zh-tw/account-center.d.ts +43 -0
- package/lib/locales/zh-tw/account-center.js +43 -0
- package/lib/locales/zh-tw/description.d.ts +5 -0
- package/lib/locales/zh-tw/description.js +5 -0
- package/lib/locales/zh-tw/error/index.d.ts +3 -0
- package/lib/locales/zh-tw/error/index.js +5 -2
- package/lib/locales/zh-tw/index.d.ts +56 -0
- package/lib/locales/zh-tw/input.d.ts +1 -0
- package/lib/locales/zh-tw/input.js +1 -0
- package/lib/locales/zh-tw/mfa.d.ts +4 -0
- package/lib/locales/zh-tw/mfa.js +4 -0
- package/package.json +3 -3
package/lib/locales/it/input.js
CHANGED
package/lib/locales/it/mfa.d.ts
CHANGED
|
@@ -18,6 +18,9 @@ declare const _default: Readonly<{
|
|
|
18
18
|
verify_phone_verification_code_description: string;
|
|
19
19
|
send_to_email: string;
|
|
20
20
|
send_to_phone: string;
|
|
21
|
+
onboarding: string;
|
|
22
|
+
onboarding_description: string;
|
|
23
|
+
enable_mfa: string;
|
|
21
24
|
add_mfa_factors: string;
|
|
22
25
|
add_mfa_description: string;
|
|
23
26
|
add_another_mfa_factor: string;
|
|
@@ -25,6 +28,7 @@ declare const _default: Readonly<{
|
|
|
25
28
|
verify_mfa_factors: string;
|
|
26
29
|
verify_mfa_description: string;
|
|
27
30
|
add_authenticator_app: string;
|
|
31
|
+
replace_authenticator_app: string;
|
|
28
32
|
step: string;
|
|
29
33
|
scan_qr_code: string;
|
|
30
34
|
scan_qr_code_description: string;
|
package/lib/locales/it/mfa.js
CHANGED
|
@@ -18,6 +18,9 @@ const mfa = {
|
|
|
18
18
|
verify_phone_verification_code_description: 'Inserisci il codice inviato al tuo telefone',
|
|
19
19
|
send_to_email: 'Invia a {{identifier}}',
|
|
20
20
|
send_to_phone: 'Invia a {{identifier}}',
|
|
21
|
+
onboarding: 'Attiva la verifica in due passaggi',
|
|
22
|
+
onboarding_description: 'Proteggi il tuo account con la verifica in due passaggi. Scegli uno o più metodi: Passkey, app di autenticazione (OTP), codice di verifica SMS o codici di backup.',
|
|
23
|
+
enable_mfa: 'Abilita la verifica in due passaggi',
|
|
21
24
|
add_mfa_factors: 'Aggiungi la verifica in due passaggi',
|
|
22
25
|
add_mfa_description: 'La verifica in due passaggi è abilitata. Seleziona il tuo secondo metodo di verifica per un accesso sicuro.',
|
|
23
26
|
add_another_mfa_factor: "Aggiungi un'altra verifica in 2 passaggi",
|
|
@@ -25,6 +28,7 @@ const mfa = {
|
|
|
25
28
|
verify_mfa_factors: 'Verifica in due passaggi',
|
|
26
29
|
verify_mfa_description: 'La verifica in due passaggi è stata abilitata per questo account. Seleziona il secondo modo per verificare la tua identità.',
|
|
27
30
|
add_authenticator_app: 'Aggiungi app di autenticazione',
|
|
31
|
+
replace_authenticator_app: 'Sostituisci app di autenticazione',
|
|
28
32
|
step: 'Passo {{step, number}}: {{content}}',
|
|
29
33
|
scan_qr_code: 'Scansiona questo codice QR',
|
|
30
34
|
scan_qr_code_description: 'Scansiona il seguente codice QR con la tua app di autenticazione, come Google Authenticator, Duo Mobile, Authy, ecc.',
|
|
@@ -3,6 +3,12 @@ declare const _default: Readonly<{
|
|
|
3
3
|
title: string;
|
|
4
4
|
description: string;
|
|
5
5
|
};
|
|
6
|
+
page: {
|
|
7
|
+
title: string;
|
|
8
|
+
security_title: string;
|
|
9
|
+
security_description: string;
|
|
10
|
+
support: string;
|
|
11
|
+
};
|
|
6
12
|
verification: {
|
|
7
13
|
title: string;
|
|
8
14
|
description: string;
|
|
@@ -52,6 +58,39 @@ declare const _default: Readonly<{
|
|
|
52
58
|
description: string;
|
|
53
59
|
success: string;
|
|
54
60
|
};
|
|
61
|
+
security: {
|
|
62
|
+
add: string;
|
|
63
|
+
change: string;
|
|
64
|
+
remove: string;
|
|
65
|
+
not_set: string;
|
|
66
|
+
social_sign_in: string;
|
|
67
|
+
social_not_linked: string;
|
|
68
|
+
email_phone: string;
|
|
69
|
+
email: string;
|
|
70
|
+
phone: string;
|
|
71
|
+
password: string;
|
|
72
|
+
configured: string;
|
|
73
|
+
not_configured: string;
|
|
74
|
+
two_step_verification: string;
|
|
75
|
+
authenticator_app: string;
|
|
76
|
+
passkeys: string;
|
|
77
|
+
backup_codes: string;
|
|
78
|
+
email_verification_code: string;
|
|
79
|
+
phone_verification_code: string;
|
|
80
|
+
passkeys_count_one: string;
|
|
81
|
+
passkeys_count_other: string;
|
|
82
|
+
backup_codes_count_one: string;
|
|
83
|
+
backup_codes_count_other: string;
|
|
84
|
+
view: string;
|
|
85
|
+
manage: string;
|
|
86
|
+
};
|
|
87
|
+
social: {
|
|
88
|
+
linked: string;
|
|
89
|
+
not_enabled: string;
|
|
90
|
+
removed: string;
|
|
91
|
+
remove_confirmation_title: string;
|
|
92
|
+
remove_confirmation_description: string;
|
|
93
|
+
};
|
|
55
94
|
password: {
|
|
56
95
|
title: string;
|
|
57
96
|
description: string;
|
|
@@ -122,6 +161,10 @@ declare const _default: Readonly<{
|
|
|
122
161
|
title: string;
|
|
123
162
|
description: string;
|
|
124
163
|
};
|
|
164
|
+
totp_replaced: {
|
|
165
|
+
title: string;
|
|
166
|
+
description: string;
|
|
167
|
+
};
|
|
125
168
|
backup_code: {
|
|
126
169
|
title: string;
|
|
127
170
|
description: string;
|
|
@@ -3,6 +3,12 @@ const account_center = {
|
|
|
3
3
|
title: 'ページが見つかりません',
|
|
4
4
|
description: 'このページは利用できません。',
|
|
5
5
|
},
|
|
6
|
+
page: {
|
|
7
|
+
title: 'アカウント',
|
|
8
|
+
security_title: 'セキュリティ',
|
|
9
|
+
security_description: 'アカウントの安全を確保するために、ここでアカウント設定を変更できます。',
|
|
10
|
+
support: 'サポート',
|
|
11
|
+
},
|
|
6
12
|
verification: {
|
|
7
13
|
title: 'セキュリティ確認',
|
|
8
14
|
description: 'アカウントの安全を守るため、ご本人であることを確認します。本人確認の方法を選択してください。',
|
|
@@ -52,6 +58,39 @@ const account_center = {
|
|
|
52
58
|
description: 'ユーザー名は英数字とアンダースコアのみ使用できます。',
|
|
53
59
|
success: 'ユーザー名を更新しました。',
|
|
54
60
|
},
|
|
61
|
+
security: {
|
|
62
|
+
add: '追加',
|
|
63
|
+
change: '変更',
|
|
64
|
+
remove: '削除',
|
|
65
|
+
not_set: '未設定',
|
|
66
|
+
social_sign_in: 'ソーシャルサインイン',
|
|
67
|
+
social_not_linked: '未連携',
|
|
68
|
+
email_phone: 'メールアドレス / 電話番号',
|
|
69
|
+
email: 'メールアドレス',
|
|
70
|
+
phone: '電話番号',
|
|
71
|
+
password: 'パスワード',
|
|
72
|
+
configured: '設定済み',
|
|
73
|
+
not_configured: '未設定',
|
|
74
|
+
two_step_verification: '2段階認証',
|
|
75
|
+
authenticator_app: '認証アプリ',
|
|
76
|
+
passkeys: 'パスキー',
|
|
77
|
+
backup_codes: 'バックアップコード',
|
|
78
|
+
email_verification_code: 'メール認証コード',
|
|
79
|
+
phone_verification_code: '電話認証コード',
|
|
80
|
+
passkeys_count_one: '{{count}} 個のパスキー',
|
|
81
|
+
passkeys_count_other: '{{count}} 個のパスキー',
|
|
82
|
+
backup_codes_count_one: '{{count}} 個のコード',
|
|
83
|
+
backup_codes_count_other: '{{count}} 個のコード',
|
|
84
|
+
view: '表示',
|
|
85
|
+
manage: '管理',
|
|
86
|
+
},
|
|
87
|
+
social: {
|
|
88
|
+
linked: '{{connector}}の連携に成功しました。',
|
|
89
|
+
not_enabled: 'このソーシャルサインイン方法は有効になっていません。管理者にお問い合わせください。',
|
|
90
|
+
removed: '{{connector}}の削除に成功しました。',
|
|
91
|
+
remove_confirmation_title: 'ソーシャルアカウントを削除',
|
|
92
|
+
remove_confirmation_description: '{{connector}}を削除すると、再度追加するまでそのアカウントでサインインできなくなる可能性があります。',
|
|
93
|
+
},
|
|
55
94
|
password: {
|
|
56
95
|
title: 'パスワードを設定',
|
|
57
96
|
description: 'アカウントを守るために新しいパスワードを作成してください。',
|
|
@@ -122,6 +161,10 @@ const account_center = {
|
|
|
122
161
|
title: '認証アプリを追加しました!',
|
|
123
162
|
description: '認証アプリがアカウントに正常にリンクされました。',
|
|
124
163
|
},
|
|
164
|
+
totp_replaced: {
|
|
165
|
+
title: '認証アプリが置き換えられました!',
|
|
166
|
+
description: '認証アプリが正常に置き換えられました。',
|
|
167
|
+
},
|
|
125
168
|
backup_code: {
|
|
126
169
|
title: 'バックアップコードが生成されました!',
|
|
127
170
|
description: 'バックアップコードが保存されました。安全な場所に保管してください。',
|
|
@@ -50,6 +50,11 @@ declare const _default: Readonly<{
|
|
|
50
50
|
continue_with_more_information: string;
|
|
51
51
|
create_your_account: string;
|
|
52
52
|
sign_in_to_your_account: string;
|
|
53
|
+
device_activation: string;
|
|
54
|
+
device_activation_description: string;
|
|
55
|
+
device_activation_error_description: string;
|
|
56
|
+
device_activation_success: string;
|
|
57
|
+
device_activation_success_description: string;
|
|
53
58
|
no_region_code_found: string;
|
|
54
59
|
verify_email: string;
|
|
55
60
|
verify_phone: string;
|
|
@@ -50,6 +50,11 @@ const description = {
|
|
|
50
50
|
continue_with_more_information: '以下にアカウントの詳細を入力して、セキュリティを高めてください。',
|
|
51
51
|
create_your_account: 'アカウントを作成する',
|
|
52
52
|
sign_in_to_your_account: 'アカウントにサインインする',
|
|
53
|
+
device_activation: 'デバイスの有効化',
|
|
54
|
+
device_activation_description: 'デバイスに表示されているコードを入力してください。コードが一致していることを確認し、このデバイスへのサインインを続けてください。',
|
|
55
|
+
device_activation_error_description: 'デバイスに表示されているコードを入力してください。',
|
|
56
|
+
device_activation_success: 'デバイスが接続されました!',
|
|
57
|
+
device_activation_success_description: 'デバイスに戻って続行してください。',
|
|
53
58
|
no_region_code_found: '地域コードが見つかりません',
|
|
54
59
|
verify_email: 'Eメールを確認する',
|
|
55
60
|
verify_phone: '電話番号を確認する',
|
|
@@ -12,6 +12,9 @@ declare const _default: Readonly<{
|
|
|
12
12
|
invalid_phone: string;
|
|
13
13
|
passwords_do_not_match: string;
|
|
14
14
|
invalid_passcode: string;
|
|
15
|
+
device_code_required: string;
|
|
16
|
+
invalid_device_code: string;
|
|
17
|
+
device_flow_aborted: string;
|
|
15
18
|
invalid_connector_auth: string;
|
|
16
19
|
invalid_connector_request: string;
|
|
17
20
|
unknown: string;
|
|
@@ -13,6 +13,9 @@ const error = {
|
|
|
13
13
|
invalid_phone: '電話番号が無効です',
|
|
14
14
|
passwords_do_not_match: 'パスワードが一致しません。もう一度お試しください。',
|
|
15
15
|
invalid_passcode: '検証コードが無効です。',
|
|
16
|
+
device_code_required: 'コードが必要です。',
|
|
17
|
+
invalid_device_code: 'デバイスコードが無効です。',
|
|
18
|
+
device_flow_aborted: 'サインインリクエストが中断されました。',
|
|
16
19
|
invalid_connector_auth: '認証が無効です',
|
|
17
20
|
invalid_connector_request: 'コネクターデータが無効です',
|
|
18
21
|
unknown: '不明なエラーが発生しました。後でもう一度お試しください。',
|
|
@@ -8,6 +8,7 @@ declare const _default: Readonly<{
|
|
|
8
8
|
confirm_password: string;
|
|
9
9
|
search_region_code: string;
|
|
10
10
|
backup_code: string;
|
|
11
|
+
code: string;
|
|
11
12
|
label_with_optional: string;
|
|
12
13
|
}>;
|
|
13
14
|
secondary: Readonly<{
|
|
@@ -106,6 +107,11 @@ declare const _default: Readonly<{
|
|
|
106
107
|
continue_with_more_information: string;
|
|
107
108
|
create_your_account: string;
|
|
108
109
|
sign_in_to_your_account: string;
|
|
110
|
+
device_activation: string;
|
|
111
|
+
device_activation_description: string;
|
|
112
|
+
device_activation_error_description: string;
|
|
113
|
+
device_activation_success: string;
|
|
114
|
+
device_activation_success_description: string;
|
|
109
115
|
no_region_code_found: string;
|
|
110
116
|
verify_email: string;
|
|
111
117
|
verify_phone: string;
|
|
@@ -175,6 +181,9 @@ declare const _default: Readonly<{
|
|
|
175
181
|
invalid_phone: string;
|
|
176
182
|
passwords_do_not_match: string;
|
|
177
183
|
invalid_passcode: string;
|
|
184
|
+
device_code_required: string;
|
|
185
|
+
invalid_device_code: string;
|
|
186
|
+
device_flow_aborted: string;
|
|
178
187
|
invalid_connector_auth: string;
|
|
179
188
|
invalid_connector_request: string;
|
|
180
189
|
unknown: string;
|
|
@@ -228,6 +237,9 @@ declare const _default: Readonly<{
|
|
|
228
237
|
verify_phone_verification_code_description: string;
|
|
229
238
|
send_to_email: string;
|
|
230
239
|
send_to_phone: string;
|
|
240
|
+
onboarding: string;
|
|
241
|
+
onboarding_description: string;
|
|
242
|
+
enable_mfa: string;
|
|
231
243
|
add_mfa_factors: string;
|
|
232
244
|
add_mfa_description: string;
|
|
233
245
|
add_another_mfa_factor: string;
|
|
@@ -235,6 +247,7 @@ declare const _default: Readonly<{
|
|
|
235
247
|
verify_mfa_factors: string;
|
|
236
248
|
verify_mfa_description: string;
|
|
237
249
|
add_authenticator_app: string;
|
|
250
|
+
replace_authenticator_app: string;
|
|
238
251
|
step: string;
|
|
239
252
|
scan_qr_code: string;
|
|
240
253
|
scan_qr_code_description: string;
|
|
@@ -319,6 +332,12 @@ declare const _default: Readonly<{
|
|
|
319
332
|
title: string;
|
|
320
333
|
description: string;
|
|
321
334
|
};
|
|
335
|
+
page: {
|
|
336
|
+
title: string;
|
|
337
|
+
security_title: string;
|
|
338
|
+
security_description: string;
|
|
339
|
+
support: string;
|
|
340
|
+
};
|
|
322
341
|
verification: {
|
|
323
342
|
title: string;
|
|
324
343
|
description: string;
|
|
@@ -368,6 +387,39 @@ declare const _default: Readonly<{
|
|
|
368
387
|
description: string;
|
|
369
388
|
success: string;
|
|
370
389
|
};
|
|
390
|
+
security: {
|
|
391
|
+
add: string;
|
|
392
|
+
change: string;
|
|
393
|
+
remove: string;
|
|
394
|
+
not_set: string;
|
|
395
|
+
social_sign_in: string;
|
|
396
|
+
social_not_linked: string;
|
|
397
|
+
email_phone: string;
|
|
398
|
+
email: string;
|
|
399
|
+
phone: string;
|
|
400
|
+
password: string;
|
|
401
|
+
configured: string;
|
|
402
|
+
not_configured: string;
|
|
403
|
+
two_step_verification: string;
|
|
404
|
+
authenticator_app: string;
|
|
405
|
+
passkeys: string;
|
|
406
|
+
backup_codes: string;
|
|
407
|
+
email_verification_code: string;
|
|
408
|
+
phone_verification_code: string;
|
|
409
|
+
passkeys_count_one: string;
|
|
410
|
+
passkeys_count_other: string;
|
|
411
|
+
backup_codes_count_one: string;
|
|
412
|
+
backup_codes_count_other: string;
|
|
413
|
+
view: string;
|
|
414
|
+
manage: string;
|
|
415
|
+
};
|
|
416
|
+
social: {
|
|
417
|
+
linked: string;
|
|
418
|
+
not_enabled: string;
|
|
419
|
+
removed: string;
|
|
420
|
+
remove_confirmation_title: string;
|
|
421
|
+
remove_confirmation_description: string;
|
|
422
|
+
};
|
|
371
423
|
password: {
|
|
372
424
|
title: string;
|
|
373
425
|
description: string;
|
|
@@ -438,6 +490,10 @@ declare const _default: Readonly<{
|
|
|
438
490
|
title: string;
|
|
439
491
|
description: string;
|
|
440
492
|
};
|
|
493
|
+
totp_replaced: {
|
|
494
|
+
title: string;
|
|
495
|
+
description: string;
|
|
496
|
+
};
|
|
441
497
|
backup_code: {
|
|
442
498
|
title: string;
|
|
443
499
|
description: string;
|
package/lib/locales/ja/input.js
CHANGED
package/lib/locales/ja/mfa.d.ts
CHANGED
|
@@ -18,6 +18,9 @@ declare const _default: Readonly<{
|
|
|
18
18
|
verify_phone_verification_code_description: string;
|
|
19
19
|
send_to_email: string;
|
|
20
20
|
send_to_phone: string;
|
|
21
|
+
onboarding: string;
|
|
22
|
+
onboarding_description: string;
|
|
23
|
+
enable_mfa: string;
|
|
21
24
|
add_mfa_factors: string;
|
|
22
25
|
add_mfa_description: string;
|
|
23
26
|
add_another_mfa_factor: string;
|
|
@@ -25,6 +28,7 @@ declare const _default: Readonly<{
|
|
|
25
28
|
verify_mfa_factors: string;
|
|
26
29
|
verify_mfa_description: string;
|
|
27
30
|
add_authenticator_app: string;
|
|
31
|
+
replace_authenticator_app: string;
|
|
28
32
|
step: string;
|
|
29
33
|
scan_qr_code: string;
|
|
30
34
|
scan_qr_code_description: string;
|
package/lib/locales/ja/mfa.js
CHANGED
|
@@ -18,6 +18,9 @@ const mfa = {
|
|
|
18
18
|
verify_phone_verification_code_description: '電話に送信されたコードを入力',
|
|
19
19
|
send_to_email: '{{identifier}} に送信',
|
|
20
20
|
send_to_phone: '{{identifier}} に送信',
|
|
21
|
+
onboarding: '2段階認証を有効にする',
|
|
22
|
+
onboarding_description: '2段階認証でアカウントを保護します。パスキー、認証アプリ(OTP)、SMS確認コード、バックアップコードの中から1つ以上を選択してください。',
|
|
23
|
+
enable_mfa: '2段階認証を有効にする',
|
|
21
24
|
add_mfa_factors: '2段階認証を追加',
|
|
22
25
|
add_mfa_description: '2段階認証が有効になっています。安全なサインインのために第二の認証方法を選択してください。',
|
|
23
26
|
add_another_mfa_factor: 'もう一つの2段階認証を追加',
|
|
@@ -25,6 +28,7 @@ const mfa = {
|
|
|
25
28
|
verify_mfa_factors: '2段階認証',
|
|
26
29
|
verify_mfa_description: 'このアカウントでは2段階認証が有効になっています。アイデンティティを確認するための第二の方法を選択してください。',
|
|
27
30
|
add_authenticator_app: '認証アプリを追加',
|
|
31
|
+
replace_authenticator_app: '認証アプリを置き換え',
|
|
28
32
|
step: 'ステップ{{step, number}}:{{content}}',
|
|
29
33
|
scan_qr_code: 'このQRコードをスキャン',
|
|
30
34
|
scan_qr_code_description: '次のQRコードを認証アプリ(例:Google Authenticator、Duo Mobile、Authyなど)でスキャンしてください。',
|
|
@@ -3,6 +3,12 @@ declare const _default: Readonly<{
|
|
|
3
3
|
title: string;
|
|
4
4
|
description: string;
|
|
5
5
|
};
|
|
6
|
+
page: {
|
|
7
|
+
title: string;
|
|
8
|
+
security_title: string;
|
|
9
|
+
security_description: string;
|
|
10
|
+
support: string;
|
|
11
|
+
};
|
|
6
12
|
verification: {
|
|
7
13
|
title: string;
|
|
8
14
|
description: string;
|
|
@@ -52,6 +58,39 @@ declare const _default: Readonly<{
|
|
|
52
58
|
description: string;
|
|
53
59
|
success: string;
|
|
54
60
|
};
|
|
61
|
+
security: {
|
|
62
|
+
add: string;
|
|
63
|
+
change: string;
|
|
64
|
+
remove: string;
|
|
65
|
+
not_set: string;
|
|
66
|
+
social_sign_in: string;
|
|
67
|
+
social_not_linked: string;
|
|
68
|
+
email_phone: string;
|
|
69
|
+
email: string;
|
|
70
|
+
phone: string;
|
|
71
|
+
password: string;
|
|
72
|
+
configured: string;
|
|
73
|
+
not_configured: string;
|
|
74
|
+
two_step_verification: string;
|
|
75
|
+
authenticator_app: string;
|
|
76
|
+
passkeys: string;
|
|
77
|
+
backup_codes: string;
|
|
78
|
+
email_verification_code: string;
|
|
79
|
+
phone_verification_code: string;
|
|
80
|
+
passkeys_count_one: string;
|
|
81
|
+
passkeys_count_other: string;
|
|
82
|
+
backup_codes_count_one: string;
|
|
83
|
+
backup_codes_count_other: string;
|
|
84
|
+
view: string;
|
|
85
|
+
manage: string;
|
|
86
|
+
};
|
|
87
|
+
social: {
|
|
88
|
+
linked: string;
|
|
89
|
+
not_enabled: string;
|
|
90
|
+
removed: string;
|
|
91
|
+
remove_confirmation_title: string;
|
|
92
|
+
remove_confirmation_description: string;
|
|
93
|
+
};
|
|
55
94
|
password: {
|
|
56
95
|
title: string;
|
|
57
96
|
description: string;
|
|
@@ -122,6 +161,10 @@ declare const _default: Readonly<{
|
|
|
122
161
|
title: string;
|
|
123
162
|
description: string;
|
|
124
163
|
};
|
|
164
|
+
totp_replaced: {
|
|
165
|
+
title: string;
|
|
166
|
+
description: string;
|
|
167
|
+
};
|
|
125
168
|
backup_code: {
|
|
126
169
|
title: string;
|
|
127
170
|
description: string;
|
|
@@ -3,6 +3,12 @@ const account_center = {
|
|
|
3
3
|
title: '페이지를 찾을 수 없음',
|
|
4
4
|
description: '이 페이지는 사용할 수 없습니다.',
|
|
5
5
|
},
|
|
6
|
+
page: {
|
|
7
|
+
title: '계정',
|
|
8
|
+
security_title: '보안',
|
|
9
|
+
security_description: '계정 보안을 위해 여기에서 계정 설정을 변경하세요.',
|
|
10
|
+
support: '지원',
|
|
11
|
+
},
|
|
6
12
|
verification: {
|
|
7
13
|
title: '보안 인증',
|
|
8
14
|
description: '계정 보안을 위해 본인인지 확인하세요. 신원을 인증할 방법을 선택해 주세요.',
|
|
@@ -52,6 +58,39 @@ const account_center = {
|
|
|
52
58
|
description: '사용자 이름은 문자, 숫자, 밑줄(_)만 사용할 수 있습니다.',
|
|
53
59
|
success: '사용자 이름이 성공적으로 업데이트되었습니다.',
|
|
54
60
|
},
|
|
61
|
+
security: {
|
|
62
|
+
add: '추가',
|
|
63
|
+
change: '변경',
|
|
64
|
+
remove: '삭제',
|
|
65
|
+
not_set: '설정되지 않음',
|
|
66
|
+
social_sign_in: '소셜 로그인',
|
|
67
|
+
social_not_linked: '연결되지 않음',
|
|
68
|
+
email_phone: '이메일 / 전화번호',
|
|
69
|
+
email: '이메일',
|
|
70
|
+
phone: '전화번호',
|
|
71
|
+
password: '비밀번호',
|
|
72
|
+
configured: '설정됨',
|
|
73
|
+
not_configured: '설정되지 않음',
|
|
74
|
+
two_step_verification: '2단계 인증',
|
|
75
|
+
authenticator_app: '인증 앱',
|
|
76
|
+
passkeys: '패스키',
|
|
77
|
+
backup_codes: '백업 코드',
|
|
78
|
+
email_verification_code: '이메일 인증 코드',
|
|
79
|
+
phone_verification_code: '전화 인증 코드',
|
|
80
|
+
passkeys_count_one: '{{count}}개의 패스키',
|
|
81
|
+
passkeys_count_other: '{{count}}개의 패스키',
|
|
82
|
+
backup_codes_count_one: '{{count}}개의 코드',
|
|
83
|
+
backup_codes_count_other: '{{count}}개의 코드',
|
|
84
|
+
view: '보기',
|
|
85
|
+
manage: '관리',
|
|
86
|
+
},
|
|
87
|
+
social: {
|
|
88
|
+
linked: '{{connector}}이(가) 성공적으로 연결되었습니다.',
|
|
89
|
+
not_enabled: '이 소셜 로그인 방법은 활성화되어 있지 않습니다. 도움이 필요하면 관리자에게 문의하세요.',
|
|
90
|
+
removed: '{{connector}}이(가) 성공적으로 제거되었습니다.',
|
|
91
|
+
remove_confirmation_title: '소셜 계정 제거',
|
|
92
|
+
remove_confirmation_description: '{{connector}}을(를) 제거하면 다시 추가하기 전까지 해당 계정으로 로그인하지 못할 수 있습니다.',
|
|
93
|
+
},
|
|
55
94
|
password: {
|
|
56
95
|
title: '비밀번호 설정',
|
|
57
96
|
description: '계정을 안전하게 보호할 새 비밀번호를 만들어 주세요.',
|
|
@@ -122,6 +161,10 @@ const account_center = {
|
|
|
122
161
|
title: '인증 앱 추가됨!',
|
|
123
162
|
description: '인증 앱이 계정에 성공적으로 연결되었습니다.',
|
|
124
163
|
},
|
|
164
|
+
totp_replaced: {
|
|
165
|
+
title: '인증 앱이 교체되었습니다!',
|
|
166
|
+
description: '인증 앱이 성공적으로 교체되었습니다.',
|
|
167
|
+
},
|
|
125
168
|
backup_code: {
|
|
126
169
|
title: '백업 코드가 생성되었습니다!',
|
|
127
170
|
description: '백업 코드가 저장되었습니다. 안전한 곳에 보관하십시오.',
|
|
@@ -50,6 +50,11 @@ declare const _default: Readonly<{
|
|
|
50
50
|
continue_with_more_information: string;
|
|
51
51
|
create_your_account: string;
|
|
52
52
|
sign_in_to_your_account: string;
|
|
53
|
+
device_activation: string;
|
|
54
|
+
device_activation_description: string;
|
|
55
|
+
device_activation_error_description: string;
|
|
56
|
+
device_activation_success: string;
|
|
57
|
+
device_activation_success_description: string;
|
|
53
58
|
no_region_code_found: string;
|
|
54
59
|
verify_email: string;
|
|
55
60
|
verify_phone: string;
|
|
@@ -50,6 +50,11 @@ const description = {
|
|
|
50
50
|
continue_with_more_information: '더 나은 보안을 위해 아래 자세한 내용을 따라 주세요.',
|
|
51
51
|
create_your_account: '계정 생성하기',
|
|
52
52
|
sign_in_to_your_account: '계정에 로그인하세요',
|
|
53
|
+
device_activation: '기기 활성화',
|
|
54
|
+
device_activation_description: '기기에 표시된 코드를 입력하세요. 코드가 일치하는지 확인한 후 이 기기에 로그인을 계속하세요.',
|
|
55
|
+
device_activation_error_description: '기기에 표시된 코드를 입력하세요.',
|
|
56
|
+
device_activation_success: '기기가 연결되었어요!',
|
|
57
|
+
device_activation_success_description: '기기로 돌아가서 계속하세요.',
|
|
53
58
|
no_region_code_found: '지역 코드를 찾을 수 없습니다.',
|
|
54
59
|
verify_email: '이메일 인증',
|
|
55
60
|
verify_phone: '휴대전화번호 인증',
|
|
@@ -12,6 +12,9 @@ declare const _default: Readonly<{
|
|
|
12
12
|
invalid_phone: string;
|
|
13
13
|
passwords_do_not_match: string;
|
|
14
14
|
invalid_passcode: string;
|
|
15
|
+
device_code_required: string;
|
|
16
|
+
invalid_device_code: string;
|
|
17
|
+
device_flow_aborted: string;
|
|
15
18
|
invalid_connector_auth: string;
|
|
16
19
|
invalid_connector_request: string;
|
|
17
20
|
unknown: string;
|
|
@@ -13,18 +13,21 @@ const error = {
|
|
|
13
13
|
invalid_phone: '휴대전화번호가 유효하지 않아요.',
|
|
14
14
|
passwords_do_not_match: '비밀번호가 일치하지 않아요.',
|
|
15
15
|
invalid_passcode: '비밀번호가 유효하지 않아요.',
|
|
16
|
+
device_code_required: '코드는 필수예요.',
|
|
17
|
+
invalid_device_code: '기기 코드가 유효하지 않아요.',
|
|
18
|
+
device_flow_aborted: '로그인 요청이 중단되었어요.',
|
|
16
19
|
invalid_connector_auth: '인증이 유효하지 않아요.',
|
|
17
20
|
invalid_connector_request: '연동 정보가 유효하지 않아요.',
|
|
18
21
|
unknown: '알 수 없는 오류가 발생했어요. 잠시 후에 시도해 주세요.',
|
|
19
22
|
invalid_session: '세션을 찾을 수 없어요. 다시 로그인해 주세요.',
|
|
20
|
-
timeout: '요청 시간이 초과되었어요.
|
|
23
|
+
timeout: '요청 시간이 초과되었어요.',
|
|
21
24
|
password_rejected,
|
|
22
25
|
sso_not_enabled: '이 이메일 계정에 대해 단일 로그인이 활성화되지 않았어요.',
|
|
23
26
|
invalid_link: '유효하지 않은 링크',
|
|
24
27
|
invalid_link_description: '일회성 토큰이 만료되었거나 더 이상 유효하지 않을 수 있어요.',
|
|
25
28
|
captcha_verification_failed: '캡차 검증에 실패했어요.',
|
|
26
29
|
terms_acceptance_required: '약관 동의가 필요해요',
|
|
27
|
-
terms_acceptance_required_description: '계속하려면 약관에 동의해야 해요.
|
|
30
|
+
terms_acceptance_required_description: '계속하려면 약관에 동의해야 해요.',
|
|
28
31
|
something_went_wrong: '문제가 발생했어요',
|
|
29
32
|
feature_not_enabled: '이 기능에 액세스할 권한이 없습니다. 관리자에게 도움을 요청하세요.',
|
|
30
33
|
};
|