@logto/phrases-experience 1.13.0 → 1.13.1
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/locales/ar/account-center.d.ts +28 -0
- package/lib/locales/ar/account-center.js +28 -0
- package/lib/locales/ar/index.d.ts +24 -0
- package/lib/locales/cs/account-center.d.ts +28 -0
- package/lib/locales/cs/account-center.js +28 -0
- package/lib/locales/cs/index.d.ts +24 -0
- package/lib/locales/de/account-center.d.ts +28 -0
- package/lib/locales/de/account-center.js +28 -0
- package/lib/locales/de/index.d.ts +24 -0
- package/lib/locales/en/account-center.d.ts +24 -0
- package/lib/locales/en/account-center.js +24 -0
- package/lib/locales/en/index.d.ts +24 -0
- package/lib/locales/es/account-center.d.ts +28 -0
- package/lib/locales/es/account-center.js +28 -0
- package/lib/locales/es/index.d.ts +24 -0
- package/lib/locales/fr/account-center.d.ts +28 -0
- package/lib/locales/fr/account-center.js +28 -0
- package/lib/locales/fr/index.d.ts +24 -0
- package/lib/locales/it/account-center.d.ts +28 -0
- package/lib/locales/it/account-center.js +28 -0
- package/lib/locales/it/index.d.ts +24 -0
- package/lib/locales/ja/account-center.d.ts +28 -0
- package/lib/locales/ja/account-center.js +28 -0
- package/lib/locales/ja/index.d.ts +24 -0
- package/lib/locales/ko/account-center.d.ts +28 -0
- package/lib/locales/ko/account-center.js +28 -0
- package/lib/locales/ko/index.d.ts +24 -0
- package/lib/locales/pl-pl/account-center.d.ts +28 -0
- package/lib/locales/pl-pl/account-center.js +28 -0
- package/lib/locales/pl-pl/index.d.ts +24 -0
- package/lib/locales/pt-br/account-center.d.ts +28 -0
- package/lib/locales/pt-br/account-center.js +28 -0
- package/lib/locales/pt-br/index.d.ts +24 -0
- package/lib/locales/pt-pt/account-center.d.ts +28 -0
- package/lib/locales/pt-pt/account-center.js +28 -0
- package/lib/locales/pt-pt/index.d.ts +24 -0
- package/lib/locales/ru/account-center.d.ts +28 -0
- package/lib/locales/ru/account-center.js +28 -0
- package/lib/locales/ru/index.d.ts +24 -0
- package/lib/locales/th/account-center.d.ts +28 -0
- package/lib/locales/th/account-center.js +28 -0
- package/lib/locales/th/index.d.ts +24 -0
- package/lib/locales/tr-tr/account-center.d.ts +28 -0
- package/lib/locales/tr-tr/account-center.js +28 -0
- package/lib/locales/tr-tr/index.d.ts +24 -0
- package/lib/locales/uk-ua/account-center.d.ts +28 -0
- package/lib/locales/uk-ua/account-center.js +28 -0
- package/lib/locales/uk-ua/index.d.ts +24 -0
- package/lib/locales/zh-cn/account-center.d.ts +28 -0
- package/lib/locales/zh-cn/account-center.js +28 -0
- package/lib/locales/zh-cn/index.d.ts +24 -0
- package/lib/locales/zh-hk/account-center.d.ts +28 -0
- package/lib/locales/zh-hk/account-center.js +28 -0
- package/lib/locales/zh-hk/index.d.ts +24 -0
- package/lib/locales/zh-tw/account-center.d.ts +28 -0
- package/lib/locales/zh-tw/account-center.js +28 -0
- package/lib/locales/zh-tw/index.d.ts +24 -0
- package/package.json +2 -2
|
@@ -336,6 +336,10 @@ declare const _default: Readonly<{
|
|
|
336
336
|
title: string;
|
|
337
337
|
security_title: string;
|
|
338
338
|
security_description: string;
|
|
339
|
+
profile_title: string;
|
|
340
|
+
profile_description: string;
|
|
341
|
+
sidebar_personal_info: string;
|
|
342
|
+
sidebar_security: string;
|
|
339
343
|
support: string;
|
|
340
344
|
};
|
|
341
345
|
verification: {
|
|
@@ -346,6 +350,8 @@ declare const _default: Readonly<{
|
|
|
346
350
|
error_verify_failed: string;
|
|
347
351
|
verification_required: string;
|
|
348
352
|
try_another_method: string;
|
|
353
|
+
no_available_methods_title: string;
|
|
354
|
+
no_available_methods_description: string;
|
|
349
355
|
};
|
|
350
356
|
password_verification: {
|
|
351
357
|
title: string;
|
|
@@ -412,6 +418,24 @@ declare const _default: Readonly<{
|
|
|
412
418
|
backup_codes_count_other: string;
|
|
413
419
|
view: string;
|
|
414
420
|
manage: string;
|
|
421
|
+
turn_on_2_step_verification: string;
|
|
422
|
+
turn_on_2_step_verification_description: string;
|
|
423
|
+
turn_off_2_step_verification: string;
|
|
424
|
+
turn_off_2_step_verification_description: string;
|
|
425
|
+
disable_2_step_verification: string;
|
|
426
|
+
no_verification_method_warning: string;
|
|
427
|
+
account_removal: string;
|
|
428
|
+
delete_your_account: string;
|
|
429
|
+
delete_account: string;
|
|
430
|
+
remove_username_confirmation_title: string;
|
|
431
|
+
remove_username_confirmation_description: string;
|
|
432
|
+
remove_email_confirmation_title: string;
|
|
433
|
+
remove_email_confirmation_description: string;
|
|
434
|
+
remove_phone_confirmation_title: string;
|
|
435
|
+
remove_phone_confirmation_description: string;
|
|
436
|
+
email_removed: string;
|
|
437
|
+
phone_removed: string;
|
|
438
|
+
username_removed: string;
|
|
415
439
|
};
|
|
416
440
|
social: {
|
|
417
441
|
linked: string;
|
|
@@ -7,6 +7,14 @@ declare const _default: Readonly<{
|
|
|
7
7
|
title: string;
|
|
8
8
|
security_title: string;
|
|
9
9
|
security_description: string;
|
|
10
|
+
/** UNTRANSLATED */
|
|
11
|
+
profile_title: string;
|
|
12
|
+
/** UNTRANSLATED */
|
|
13
|
+
profile_description: string;
|
|
14
|
+
/** UNTRANSLATED */
|
|
15
|
+
sidebar_personal_info: string;
|
|
16
|
+
/** UNTRANSLATED */
|
|
17
|
+
sidebar_security: string;
|
|
10
18
|
support: string;
|
|
11
19
|
};
|
|
12
20
|
verification: {
|
|
@@ -17,6 +25,8 @@ declare const _default: Readonly<{
|
|
|
17
25
|
error_verify_failed: string;
|
|
18
26
|
verification_required: string;
|
|
19
27
|
try_another_method: string;
|
|
28
|
+
no_available_methods_title: string;
|
|
29
|
+
no_available_methods_description: string;
|
|
20
30
|
};
|
|
21
31
|
password_verification: {
|
|
22
32
|
title: string;
|
|
@@ -83,6 +93,24 @@ declare const _default: Readonly<{
|
|
|
83
93
|
backup_codes_count_other: string;
|
|
84
94
|
view: string;
|
|
85
95
|
manage: string;
|
|
96
|
+
turn_on_2_step_verification: string;
|
|
97
|
+
turn_on_2_step_verification_description: string;
|
|
98
|
+
turn_off_2_step_verification: string;
|
|
99
|
+
turn_off_2_step_verification_description: string;
|
|
100
|
+
disable_2_step_verification: string;
|
|
101
|
+
no_verification_method_warning: string;
|
|
102
|
+
account_removal: string;
|
|
103
|
+
delete_your_account: string;
|
|
104
|
+
delete_account: string;
|
|
105
|
+
remove_username_confirmation_title: string;
|
|
106
|
+
remove_username_confirmation_description: string;
|
|
107
|
+
remove_email_confirmation_title: string;
|
|
108
|
+
remove_email_confirmation_description: string;
|
|
109
|
+
remove_phone_confirmation_title: string;
|
|
110
|
+
remove_phone_confirmation_description: string;
|
|
111
|
+
email_removed: string;
|
|
112
|
+
phone_removed: string;
|
|
113
|
+
username_removed: string;
|
|
86
114
|
};
|
|
87
115
|
social: {
|
|
88
116
|
linked: string;
|
|
@@ -7,6 +7,14 @@ const account_center = {
|
|
|
7
7
|
title: 'Compte',
|
|
8
8
|
security_title: 'Sécurité',
|
|
9
9
|
security_description: "Modifiez ici les paramètres de votre compte afin d'en garantir la sécurité.",
|
|
10
|
+
/** UNTRANSLATED */
|
|
11
|
+
profile_title: 'Personal info',
|
|
12
|
+
/** UNTRANSLATED */
|
|
13
|
+
profile_description: 'Change your personal information here.',
|
|
14
|
+
/** UNTRANSLATED */
|
|
15
|
+
sidebar_personal_info: 'Personal info',
|
|
16
|
+
/** UNTRANSLATED */
|
|
17
|
+
sidebar_security: 'Security',
|
|
10
18
|
support: 'Assistance',
|
|
11
19
|
},
|
|
12
20
|
verification: {
|
|
@@ -17,6 +25,8 @@ const account_center = {
|
|
|
17
25
|
error_verify_failed: 'Échec de la vérification. Veuillez saisir le code à nouveau.',
|
|
18
26
|
verification_required: 'La vérification a expiré. Veuillez confirmer à nouveau votre identité.',
|
|
19
27
|
try_another_method: 'Essayez une autre méthode de vérification',
|
|
28
|
+
no_available_methods_title: 'Aucune méthode de vérification disponible',
|
|
29
|
+
no_available_methods_description: "Vous n'avez configuré aucune méthode de vérification. Veuillez d'abord ajouter un mot de passe, une adresse e-mail ou un numéro de téléphone à votre compte.",
|
|
20
30
|
},
|
|
21
31
|
password_verification: {
|
|
22
32
|
title: 'Vérifier le mot de passe',
|
|
@@ -83,6 +93,24 @@ const account_center = {
|
|
|
83
93
|
backup_codes_count_other: '{{count}} codes restants',
|
|
84
94
|
view: 'Voir',
|
|
85
95
|
manage: 'Gérer',
|
|
96
|
+
turn_on_2_step_verification: 'Activer la vérification en deux étapes',
|
|
97
|
+
turn_on_2_step_verification_description: 'Ajoutez une couche de sécurité supplémentaire. Vous serez invité à effectuer une deuxième étape de vérification lors de la connexion.',
|
|
98
|
+
turn_off_2_step_verification: 'Désactiver la vérification en deux étapes',
|
|
99
|
+
turn_off_2_step_verification_description: 'La désactivation de la vérification en deux étapes supprimera la couche de protection supplémentaire de votre compte lors de la connexion. Êtes-vous sûr de vouloir continuer ?',
|
|
100
|
+
disable_2_step_verification: 'Désactiver',
|
|
101
|
+
no_verification_method_warning: "Vous n'avez pas ajouté de deuxième méthode de vérification. Ajoutez-en au moins une pour activer la vérification en deux étapes lors de la connexion.",
|
|
102
|
+
account_removal: 'Suppression du compte',
|
|
103
|
+
delete_your_account: 'Supprimez votre compte',
|
|
104
|
+
delete_account: 'Supprimer le compte',
|
|
105
|
+
remove_username_confirmation_title: "Supprimer le nom d'utilisateur",
|
|
106
|
+
remove_username_confirmation_description: "Une fois supprimé, vous ne pourrez plus vous connecter avec ce nom d'utilisateur. Êtes-vous sûr de vouloir continuer ?",
|
|
107
|
+
remove_email_confirmation_title: "Supprimer l'adresse e-mail",
|
|
108
|
+
remove_email_confirmation_description: 'Une fois supprimée, vous ne pourrez plus vous connecter avec cette adresse e-mail. Êtes-vous sûr de vouloir continuer ?',
|
|
109
|
+
remove_phone_confirmation_title: 'Supprimer le numéro de téléphone',
|
|
110
|
+
remove_phone_confirmation_description: 'Une fois supprimé, vous ne pourrez plus vous connecter avec ce numéro de téléphone. Êtes-vous sûr de vouloir continuer ?',
|
|
111
|
+
email_removed: "L'adresse e-mail a été supprimée avec succès.",
|
|
112
|
+
phone_removed: 'Le numéro de téléphone a été supprimé avec succès.',
|
|
113
|
+
username_removed: "Le nom d'utilisateur a été supprimé avec succès.",
|
|
86
114
|
},
|
|
87
115
|
social: {
|
|
88
116
|
linked: '{{connector}} a été lié avec succès.',
|
|
@@ -336,6 +336,10 @@ declare const _default: Readonly<{
|
|
|
336
336
|
title: string;
|
|
337
337
|
security_title: string;
|
|
338
338
|
security_description: string;
|
|
339
|
+
profile_title: string;
|
|
340
|
+
profile_description: string;
|
|
341
|
+
sidebar_personal_info: string;
|
|
342
|
+
sidebar_security: string;
|
|
339
343
|
support: string;
|
|
340
344
|
};
|
|
341
345
|
verification: {
|
|
@@ -346,6 +350,8 @@ declare const _default: Readonly<{
|
|
|
346
350
|
error_verify_failed: string;
|
|
347
351
|
verification_required: string;
|
|
348
352
|
try_another_method: string;
|
|
353
|
+
no_available_methods_title: string;
|
|
354
|
+
no_available_methods_description: string;
|
|
349
355
|
};
|
|
350
356
|
password_verification: {
|
|
351
357
|
title: string;
|
|
@@ -412,6 +418,24 @@ declare const _default: Readonly<{
|
|
|
412
418
|
backup_codes_count_other: string;
|
|
413
419
|
view: string;
|
|
414
420
|
manage: string;
|
|
421
|
+
turn_on_2_step_verification: string;
|
|
422
|
+
turn_on_2_step_verification_description: string;
|
|
423
|
+
turn_off_2_step_verification: string;
|
|
424
|
+
turn_off_2_step_verification_description: string;
|
|
425
|
+
disable_2_step_verification: string;
|
|
426
|
+
no_verification_method_warning: string;
|
|
427
|
+
account_removal: string;
|
|
428
|
+
delete_your_account: string;
|
|
429
|
+
delete_account: string;
|
|
430
|
+
remove_username_confirmation_title: string;
|
|
431
|
+
remove_username_confirmation_description: string;
|
|
432
|
+
remove_email_confirmation_title: string;
|
|
433
|
+
remove_email_confirmation_description: string;
|
|
434
|
+
remove_phone_confirmation_title: string;
|
|
435
|
+
remove_phone_confirmation_description: string;
|
|
436
|
+
email_removed: string;
|
|
437
|
+
phone_removed: string;
|
|
438
|
+
username_removed: string;
|
|
415
439
|
};
|
|
416
440
|
social: {
|
|
417
441
|
linked: string;
|
|
@@ -7,6 +7,14 @@ declare const _default: Readonly<{
|
|
|
7
7
|
title: string;
|
|
8
8
|
security_title: string;
|
|
9
9
|
security_description: string;
|
|
10
|
+
/** UNTRANSLATED */
|
|
11
|
+
profile_title: string;
|
|
12
|
+
/** UNTRANSLATED */
|
|
13
|
+
profile_description: string;
|
|
14
|
+
/** UNTRANSLATED */
|
|
15
|
+
sidebar_personal_info: string;
|
|
16
|
+
/** UNTRANSLATED */
|
|
17
|
+
sidebar_security: string;
|
|
10
18
|
support: string;
|
|
11
19
|
};
|
|
12
20
|
verification: {
|
|
@@ -17,6 +25,8 @@ declare const _default: Readonly<{
|
|
|
17
25
|
error_verify_failed: string;
|
|
18
26
|
verification_required: string;
|
|
19
27
|
try_another_method: string;
|
|
28
|
+
no_available_methods_title: string;
|
|
29
|
+
no_available_methods_description: string;
|
|
20
30
|
};
|
|
21
31
|
password_verification: {
|
|
22
32
|
title: string;
|
|
@@ -83,6 +93,24 @@ declare const _default: Readonly<{
|
|
|
83
93
|
backup_codes_count_other: string;
|
|
84
94
|
view: string;
|
|
85
95
|
manage: string;
|
|
96
|
+
turn_on_2_step_verification: string;
|
|
97
|
+
turn_on_2_step_verification_description: string;
|
|
98
|
+
turn_off_2_step_verification: string;
|
|
99
|
+
turn_off_2_step_verification_description: string;
|
|
100
|
+
disable_2_step_verification: string;
|
|
101
|
+
no_verification_method_warning: string;
|
|
102
|
+
account_removal: string;
|
|
103
|
+
delete_your_account: string;
|
|
104
|
+
delete_account: string;
|
|
105
|
+
remove_username_confirmation_title: string;
|
|
106
|
+
remove_username_confirmation_description: string;
|
|
107
|
+
remove_email_confirmation_title: string;
|
|
108
|
+
remove_email_confirmation_description: string;
|
|
109
|
+
remove_phone_confirmation_title: string;
|
|
110
|
+
remove_phone_confirmation_description: string;
|
|
111
|
+
email_removed: string;
|
|
112
|
+
phone_removed: string;
|
|
113
|
+
username_removed: string;
|
|
86
114
|
};
|
|
87
115
|
social: {
|
|
88
116
|
linked: string;
|
|
@@ -7,6 +7,14 @@ const account_center = {
|
|
|
7
7
|
title: 'Account utente',
|
|
8
8
|
security_title: 'Sicurezza',
|
|
9
9
|
security_description: 'Modifica qui le impostazioni del tuo account per garantirne la sicurezza.',
|
|
10
|
+
/** UNTRANSLATED */
|
|
11
|
+
profile_title: 'Personal info',
|
|
12
|
+
/** UNTRANSLATED */
|
|
13
|
+
profile_description: 'Change your personal information here.',
|
|
14
|
+
/** UNTRANSLATED */
|
|
15
|
+
sidebar_personal_info: 'Personal info',
|
|
16
|
+
/** UNTRANSLATED */
|
|
17
|
+
sidebar_security: 'Security',
|
|
10
18
|
support: 'Supporto',
|
|
11
19
|
},
|
|
12
20
|
verification: {
|
|
@@ -17,6 +25,8 @@ const account_center = {
|
|
|
17
25
|
error_verify_failed: 'Verifica non riuscita. Inserisci di nuovo il codice.',
|
|
18
26
|
verification_required: 'Verifica scaduta. Conferma di nuovo la tua identità.',
|
|
19
27
|
try_another_method: 'Prova un altro metodo di verifica',
|
|
28
|
+
no_available_methods_title: 'Nessun metodo di verifica disponibile',
|
|
29
|
+
no_available_methods_description: 'Non hai configurato alcun metodo di verifica. Aggiungi prima una password, un indirizzo e-mail o un numero di telefono al tuo account.',
|
|
20
30
|
},
|
|
21
31
|
password_verification: {
|
|
22
32
|
title: 'Verifica la password',
|
|
@@ -83,6 +93,24 @@ const account_center = {
|
|
|
83
93
|
backup_codes_count_other: '{{count}} codici rimanenti',
|
|
84
94
|
view: 'Visualizza',
|
|
85
95
|
manage: 'Gestisci',
|
|
96
|
+
turn_on_2_step_verification: 'Attiva la verifica in due passaggi',
|
|
97
|
+
turn_on_2_step_verification_description: "Aggiungi un ulteriore livello di sicurezza. Ti verrà richiesto un secondo passaggio di verifica all'accesso.",
|
|
98
|
+
turn_off_2_step_verification: 'Disattiva la verifica in due passaggi',
|
|
99
|
+
turn_off_2_step_verification_description: "La disattivazione della verifica in due passaggi rimuoverà il livello di protezione aggiuntivo dal tuo account all'accesso. Sei sicuro di voler continuare?",
|
|
100
|
+
disable_2_step_verification: 'Disattiva',
|
|
101
|
+
no_verification_method_warning: "Non hai aggiunto un secondo metodo di verifica. Aggiungine almeno uno per attivare la verifica in due passaggi all'accesso.",
|
|
102
|
+
account_removal: "Eliminazione dell'account",
|
|
103
|
+
delete_your_account: 'Elimina il tuo account',
|
|
104
|
+
delete_account: "Elimina l'account",
|
|
105
|
+
remove_username_confirmation_title: 'Rimuovi il nome utente',
|
|
106
|
+
remove_username_confirmation_description: 'Una volta rimosso, non potrai più accedere con questo nome utente. Sei sicuro di voler continuare?',
|
|
107
|
+
remove_email_confirmation_title: "Rimuovi l'indirizzo email",
|
|
108
|
+
remove_email_confirmation_description: 'Una volta rimosso, non potrai più accedere con questo indirizzo email. Sei sicuro di voler continuare?',
|
|
109
|
+
remove_phone_confirmation_title: 'Rimuovi il numero di telefono',
|
|
110
|
+
remove_phone_confirmation_description: 'Una volta rimosso, non potrai più accedere con questo numero di telefono. Sei sicuro di voler continuare?',
|
|
111
|
+
email_removed: "L'indirizzo email è stato rimosso con successo.",
|
|
112
|
+
phone_removed: 'Il numero di telefono è stato rimosso con successo.',
|
|
113
|
+
username_removed: 'Il nome utente è stato rimosso con successo.',
|
|
86
114
|
},
|
|
87
115
|
social: {
|
|
88
116
|
linked: '{{connector}} collegato con successo.',
|
|
@@ -336,6 +336,10 @@ declare const _default: Readonly<{
|
|
|
336
336
|
title: string;
|
|
337
337
|
security_title: string;
|
|
338
338
|
security_description: string;
|
|
339
|
+
profile_title: string;
|
|
340
|
+
profile_description: string;
|
|
341
|
+
sidebar_personal_info: string;
|
|
342
|
+
sidebar_security: string;
|
|
339
343
|
support: string;
|
|
340
344
|
};
|
|
341
345
|
verification: {
|
|
@@ -346,6 +350,8 @@ declare const _default: Readonly<{
|
|
|
346
350
|
error_verify_failed: string;
|
|
347
351
|
verification_required: string;
|
|
348
352
|
try_another_method: string;
|
|
353
|
+
no_available_methods_title: string;
|
|
354
|
+
no_available_methods_description: string;
|
|
349
355
|
};
|
|
350
356
|
password_verification: {
|
|
351
357
|
title: string;
|
|
@@ -412,6 +418,24 @@ declare const _default: Readonly<{
|
|
|
412
418
|
backup_codes_count_other: string;
|
|
413
419
|
view: string;
|
|
414
420
|
manage: string;
|
|
421
|
+
turn_on_2_step_verification: string;
|
|
422
|
+
turn_on_2_step_verification_description: string;
|
|
423
|
+
turn_off_2_step_verification: string;
|
|
424
|
+
turn_off_2_step_verification_description: string;
|
|
425
|
+
disable_2_step_verification: string;
|
|
426
|
+
no_verification_method_warning: string;
|
|
427
|
+
account_removal: string;
|
|
428
|
+
delete_your_account: string;
|
|
429
|
+
delete_account: string;
|
|
430
|
+
remove_username_confirmation_title: string;
|
|
431
|
+
remove_username_confirmation_description: string;
|
|
432
|
+
remove_email_confirmation_title: string;
|
|
433
|
+
remove_email_confirmation_description: string;
|
|
434
|
+
remove_phone_confirmation_title: string;
|
|
435
|
+
remove_phone_confirmation_description: string;
|
|
436
|
+
email_removed: string;
|
|
437
|
+
phone_removed: string;
|
|
438
|
+
username_removed: string;
|
|
415
439
|
};
|
|
416
440
|
social: {
|
|
417
441
|
linked: string;
|
|
@@ -7,6 +7,14 @@ declare const _default: Readonly<{
|
|
|
7
7
|
title: string;
|
|
8
8
|
security_title: string;
|
|
9
9
|
security_description: string;
|
|
10
|
+
/** UNTRANSLATED */
|
|
11
|
+
profile_title: string;
|
|
12
|
+
/** UNTRANSLATED */
|
|
13
|
+
profile_description: string;
|
|
14
|
+
/** UNTRANSLATED */
|
|
15
|
+
sidebar_personal_info: string;
|
|
16
|
+
/** UNTRANSLATED */
|
|
17
|
+
sidebar_security: string;
|
|
10
18
|
support: string;
|
|
11
19
|
};
|
|
12
20
|
verification: {
|
|
@@ -17,6 +25,8 @@ declare const _default: Readonly<{
|
|
|
17
25
|
error_verify_failed: string;
|
|
18
26
|
verification_required: string;
|
|
19
27
|
try_another_method: string;
|
|
28
|
+
no_available_methods_title: string;
|
|
29
|
+
no_available_methods_description: string;
|
|
20
30
|
};
|
|
21
31
|
password_verification: {
|
|
22
32
|
title: string;
|
|
@@ -83,6 +93,24 @@ declare const _default: Readonly<{
|
|
|
83
93
|
backup_codes_count_other: string;
|
|
84
94
|
view: string;
|
|
85
95
|
manage: string;
|
|
96
|
+
turn_on_2_step_verification: string;
|
|
97
|
+
turn_on_2_step_verification_description: string;
|
|
98
|
+
turn_off_2_step_verification: string;
|
|
99
|
+
turn_off_2_step_verification_description: string;
|
|
100
|
+
disable_2_step_verification: string;
|
|
101
|
+
no_verification_method_warning: string;
|
|
102
|
+
account_removal: string;
|
|
103
|
+
delete_your_account: string;
|
|
104
|
+
delete_account: string;
|
|
105
|
+
remove_username_confirmation_title: string;
|
|
106
|
+
remove_username_confirmation_description: string;
|
|
107
|
+
remove_email_confirmation_title: string;
|
|
108
|
+
remove_email_confirmation_description: string;
|
|
109
|
+
remove_phone_confirmation_title: string;
|
|
110
|
+
remove_phone_confirmation_description: string;
|
|
111
|
+
email_removed: string;
|
|
112
|
+
phone_removed: string;
|
|
113
|
+
username_removed: string;
|
|
86
114
|
};
|
|
87
115
|
social: {
|
|
88
116
|
linked: string;
|
|
@@ -7,6 +7,14 @@ const account_center = {
|
|
|
7
7
|
title: 'アカウント',
|
|
8
8
|
security_title: 'セキュリティ',
|
|
9
9
|
security_description: 'アカウントの安全を確保するために、ここでアカウント設定を変更できます。',
|
|
10
|
+
/** UNTRANSLATED */
|
|
11
|
+
profile_title: 'Personal info',
|
|
12
|
+
/** UNTRANSLATED */
|
|
13
|
+
profile_description: 'Change your personal information here.',
|
|
14
|
+
/** UNTRANSLATED */
|
|
15
|
+
sidebar_personal_info: 'Personal info',
|
|
16
|
+
/** UNTRANSLATED */
|
|
17
|
+
sidebar_security: 'Security',
|
|
10
18
|
support: 'サポート',
|
|
11
19
|
},
|
|
12
20
|
verification: {
|
|
@@ -17,6 +25,8 @@ const account_center = {
|
|
|
17
25
|
error_verify_failed: '認証に失敗しました。もう一度コードを入力してください。',
|
|
18
26
|
verification_required: '認証の有効期限が切れました。もう一度本人確認を行ってください。',
|
|
19
27
|
try_another_method: '別の方法で確認する',
|
|
28
|
+
no_available_methods_title: '利用可能な認証方法がありません',
|
|
29
|
+
no_available_methods_description: '認証方法が設定されていません。まずアカウントにパスワード、メールアドレス、または電話番号を追加してください。',
|
|
20
30
|
},
|
|
21
31
|
password_verification: {
|
|
22
32
|
title: 'パスワードを確認',
|
|
@@ -83,6 +93,24 @@ const account_center = {
|
|
|
83
93
|
backup_codes_count_other: '{{count}} 個のコード',
|
|
84
94
|
view: '表示',
|
|
85
95
|
manage: '管理',
|
|
96
|
+
turn_on_2_step_verification: '2段階認証を有効にする',
|
|
97
|
+
turn_on_2_step_verification_description: 'セキュリティを強化します。サインイン時に2段階目の認証が求められます。',
|
|
98
|
+
turn_off_2_step_verification: '2段階認証を無効にする',
|
|
99
|
+
turn_off_2_step_verification_description: '2段階認証を無効にすると、サインイン時の追加の保護レイヤーが削除されます。続行してもよろしいですか?',
|
|
100
|
+
disable_2_step_verification: '無効にする',
|
|
101
|
+
no_verification_method_warning: '2つ目の認証方法が追加されていません。サインイン時の2段階認証を有効にするには、少なくとも1つ追加してください。',
|
|
102
|
+
account_removal: 'アカウント削除',
|
|
103
|
+
delete_your_account: 'アカウントを削除',
|
|
104
|
+
delete_account: 'アカウントを削除',
|
|
105
|
+
remove_username_confirmation_title: 'ユーザー名を削除',
|
|
106
|
+
remove_username_confirmation_description: '削除すると、このユーザー名でサインインできなくなります。続行しますか?',
|
|
107
|
+
remove_email_confirmation_title: 'メールアドレスを削除',
|
|
108
|
+
remove_email_confirmation_description: '削除すると、このメールアドレスでサインインできなくなります。続行しますか?',
|
|
109
|
+
remove_phone_confirmation_title: '電話番号を削除',
|
|
110
|
+
remove_phone_confirmation_description: '削除すると、この電話番号でサインインできなくなります。続行しますか?',
|
|
111
|
+
email_removed: 'メールアドレスが正常に削除されました。',
|
|
112
|
+
phone_removed: '電話番号が正常に削除されました。',
|
|
113
|
+
username_removed: 'ユーザー名が正常に削除されました。',
|
|
86
114
|
},
|
|
87
115
|
social: {
|
|
88
116
|
linked: '{{connector}}の連携に成功しました。',
|
|
@@ -336,6 +336,10 @@ declare const _default: Readonly<{
|
|
|
336
336
|
title: string;
|
|
337
337
|
security_title: string;
|
|
338
338
|
security_description: string;
|
|
339
|
+
profile_title: string;
|
|
340
|
+
profile_description: string;
|
|
341
|
+
sidebar_personal_info: string;
|
|
342
|
+
sidebar_security: string;
|
|
339
343
|
support: string;
|
|
340
344
|
};
|
|
341
345
|
verification: {
|
|
@@ -346,6 +350,8 @@ declare const _default: Readonly<{
|
|
|
346
350
|
error_verify_failed: string;
|
|
347
351
|
verification_required: string;
|
|
348
352
|
try_another_method: string;
|
|
353
|
+
no_available_methods_title: string;
|
|
354
|
+
no_available_methods_description: string;
|
|
349
355
|
};
|
|
350
356
|
password_verification: {
|
|
351
357
|
title: string;
|
|
@@ -412,6 +418,24 @@ declare const _default: Readonly<{
|
|
|
412
418
|
backup_codes_count_other: string;
|
|
413
419
|
view: string;
|
|
414
420
|
manage: string;
|
|
421
|
+
turn_on_2_step_verification: string;
|
|
422
|
+
turn_on_2_step_verification_description: string;
|
|
423
|
+
turn_off_2_step_verification: string;
|
|
424
|
+
turn_off_2_step_verification_description: string;
|
|
425
|
+
disable_2_step_verification: string;
|
|
426
|
+
no_verification_method_warning: string;
|
|
427
|
+
account_removal: string;
|
|
428
|
+
delete_your_account: string;
|
|
429
|
+
delete_account: string;
|
|
430
|
+
remove_username_confirmation_title: string;
|
|
431
|
+
remove_username_confirmation_description: string;
|
|
432
|
+
remove_email_confirmation_title: string;
|
|
433
|
+
remove_email_confirmation_description: string;
|
|
434
|
+
remove_phone_confirmation_title: string;
|
|
435
|
+
remove_phone_confirmation_description: string;
|
|
436
|
+
email_removed: string;
|
|
437
|
+
phone_removed: string;
|
|
438
|
+
username_removed: string;
|
|
415
439
|
};
|
|
416
440
|
social: {
|
|
417
441
|
linked: string;
|
|
@@ -7,6 +7,14 @@ declare const _default: Readonly<{
|
|
|
7
7
|
title: string;
|
|
8
8
|
security_title: string;
|
|
9
9
|
security_description: string;
|
|
10
|
+
/** UNTRANSLATED */
|
|
11
|
+
profile_title: string;
|
|
12
|
+
/** UNTRANSLATED */
|
|
13
|
+
profile_description: string;
|
|
14
|
+
/** UNTRANSLATED */
|
|
15
|
+
sidebar_personal_info: string;
|
|
16
|
+
/** UNTRANSLATED */
|
|
17
|
+
sidebar_security: string;
|
|
10
18
|
support: string;
|
|
11
19
|
};
|
|
12
20
|
verification: {
|
|
@@ -17,6 +25,8 @@ declare const _default: Readonly<{
|
|
|
17
25
|
error_verify_failed: string;
|
|
18
26
|
verification_required: string;
|
|
19
27
|
try_another_method: string;
|
|
28
|
+
no_available_methods_title: string;
|
|
29
|
+
no_available_methods_description: string;
|
|
20
30
|
};
|
|
21
31
|
password_verification: {
|
|
22
32
|
title: string;
|
|
@@ -83,6 +93,24 @@ declare const _default: Readonly<{
|
|
|
83
93
|
backup_codes_count_other: string;
|
|
84
94
|
view: string;
|
|
85
95
|
manage: string;
|
|
96
|
+
turn_on_2_step_verification: string;
|
|
97
|
+
turn_on_2_step_verification_description: string;
|
|
98
|
+
turn_off_2_step_verification: string;
|
|
99
|
+
turn_off_2_step_verification_description: string;
|
|
100
|
+
disable_2_step_verification: string;
|
|
101
|
+
no_verification_method_warning: string;
|
|
102
|
+
account_removal: string;
|
|
103
|
+
delete_your_account: string;
|
|
104
|
+
delete_account: string;
|
|
105
|
+
remove_username_confirmation_title: string;
|
|
106
|
+
remove_username_confirmation_description: string;
|
|
107
|
+
remove_email_confirmation_title: string;
|
|
108
|
+
remove_email_confirmation_description: string;
|
|
109
|
+
remove_phone_confirmation_title: string;
|
|
110
|
+
remove_phone_confirmation_description: string;
|
|
111
|
+
email_removed: string;
|
|
112
|
+
phone_removed: string;
|
|
113
|
+
username_removed: string;
|
|
86
114
|
};
|
|
87
115
|
social: {
|
|
88
116
|
linked: string;
|
|
@@ -7,6 +7,14 @@ const account_center = {
|
|
|
7
7
|
title: '계정',
|
|
8
8
|
security_title: '보안',
|
|
9
9
|
security_description: '계정 보안을 위해 여기에서 계정 설정을 변경하세요.',
|
|
10
|
+
/** UNTRANSLATED */
|
|
11
|
+
profile_title: 'Personal info',
|
|
12
|
+
/** UNTRANSLATED */
|
|
13
|
+
profile_description: 'Change your personal information here.',
|
|
14
|
+
/** UNTRANSLATED */
|
|
15
|
+
sidebar_personal_info: 'Personal info',
|
|
16
|
+
/** UNTRANSLATED */
|
|
17
|
+
sidebar_security: 'Security',
|
|
10
18
|
support: '지원',
|
|
11
19
|
},
|
|
12
20
|
verification: {
|
|
@@ -17,6 +25,8 @@ const account_center = {
|
|
|
17
25
|
error_verify_failed: '인증에 실패했습니다. 코드를 다시 입력해주세요.',
|
|
18
26
|
verification_required: '인증이 만료되었습니다. 다시 신원을 확인해주세요.',
|
|
19
27
|
try_another_method: '다른 방법으로 인증하기',
|
|
28
|
+
no_available_methods_title: '사용 가능한 인증 방법이 없습니다',
|
|
29
|
+
no_available_methods_description: '설정된 인증 방법이 없습니다. 먼저 계정에 비밀번호, 이메일 또는 전화번호를 추가해 주세요.',
|
|
20
30
|
},
|
|
21
31
|
password_verification: {
|
|
22
32
|
title: '비밀번호 확인',
|
|
@@ -83,6 +93,24 @@ const account_center = {
|
|
|
83
93
|
backup_codes_count_other: '{{count}}개의 코드',
|
|
84
94
|
view: '보기',
|
|
85
95
|
manage: '관리',
|
|
96
|
+
turn_on_2_step_verification: '2단계 인증 켜기',
|
|
97
|
+
turn_on_2_step_verification_description: '추가 보안 계층을 추가합니다. 로그인 시 두 번째 인증 단계가 요청됩니다.',
|
|
98
|
+
turn_off_2_step_verification: '2단계 인증 끄기',
|
|
99
|
+
turn_off_2_step_verification_description: '2단계 인증을 비활성화하면 로그인 시 추가 보호 계층이 제거됩니다. 계속하시겠습니까?',
|
|
100
|
+
disable_2_step_verification: '비활성화',
|
|
101
|
+
no_verification_method_warning: '두 번째 인증 방법을 추가하지 않았습니다. 로그인 시 2단계 인증을 활성화하려면 최소 하나를 추가하세요.',
|
|
102
|
+
account_removal: '계정 삭제',
|
|
103
|
+
delete_your_account: '내 계정 삭제',
|
|
104
|
+
delete_account: '계정 삭제',
|
|
105
|
+
remove_username_confirmation_title: '사용자 이름 제거',
|
|
106
|
+
remove_username_confirmation_description: '제거하면 이 사용자 이름으로 더 이상 로그인할 수 없습니다. 계속하시겠습니까?',
|
|
107
|
+
remove_email_confirmation_title: '이메일 주소 제거',
|
|
108
|
+
remove_email_confirmation_description: '제거하면 이 이메일 주소로 더 이상 로그인할 수 없습니다. 계속하시겠습니까?',
|
|
109
|
+
remove_phone_confirmation_title: '전화번호 제거',
|
|
110
|
+
remove_phone_confirmation_description: '제거하면 이 전화번호로 더 이상 로그인할 수 없습니다. 계속하시겠습니까?',
|
|
111
|
+
email_removed: '이메일 주소가 성공적으로 제거되었습니다.',
|
|
112
|
+
phone_removed: '전화번호가 성공적으로 제거되었습니다.',
|
|
113
|
+
username_removed: '사용자 이름이 성공적으로 제거되었습니다.',
|
|
86
114
|
},
|
|
87
115
|
social: {
|
|
88
116
|
linked: '{{connector}}이(가) 성공적으로 연결되었습니다.',
|
|
@@ -336,6 +336,10 @@ declare const _default: Readonly<{
|
|
|
336
336
|
title: string;
|
|
337
337
|
security_title: string;
|
|
338
338
|
security_description: string;
|
|
339
|
+
profile_title: string;
|
|
340
|
+
profile_description: string;
|
|
341
|
+
sidebar_personal_info: string;
|
|
342
|
+
sidebar_security: string;
|
|
339
343
|
support: string;
|
|
340
344
|
};
|
|
341
345
|
verification: {
|
|
@@ -346,6 +350,8 @@ declare const _default: Readonly<{
|
|
|
346
350
|
error_verify_failed: string;
|
|
347
351
|
verification_required: string;
|
|
348
352
|
try_another_method: string;
|
|
353
|
+
no_available_methods_title: string;
|
|
354
|
+
no_available_methods_description: string;
|
|
349
355
|
};
|
|
350
356
|
password_verification: {
|
|
351
357
|
title: string;
|
|
@@ -412,6 +418,24 @@ declare const _default: Readonly<{
|
|
|
412
418
|
backup_codes_count_other: string;
|
|
413
419
|
view: string;
|
|
414
420
|
manage: string;
|
|
421
|
+
turn_on_2_step_verification: string;
|
|
422
|
+
turn_on_2_step_verification_description: string;
|
|
423
|
+
turn_off_2_step_verification: string;
|
|
424
|
+
turn_off_2_step_verification_description: string;
|
|
425
|
+
disable_2_step_verification: string;
|
|
426
|
+
no_verification_method_warning: string;
|
|
427
|
+
account_removal: string;
|
|
428
|
+
delete_your_account: string;
|
|
429
|
+
delete_account: string;
|
|
430
|
+
remove_username_confirmation_title: string;
|
|
431
|
+
remove_username_confirmation_description: string;
|
|
432
|
+
remove_email_confirmation_title: string;
|
|
433
|
+
remove_email_confirmation_description: string;
|
|
434
|
+
remove_phone_confirmation_title: string;
|
|
435
|
+
remove_phone_confirmation_description: string;
|
|
436
|
+
email_removed: string;
|
|
437
|
+
phone_removed: string;
|
|
438
|
+
username_removed: string;
|
|
415
439
|
};
|
|
416
440
|
social: {
|
|
417
441
|
linked: string;
|
|
@@ -7,6 +7,14 @@ declare const _default: Readonly<{
|
|
|
7
7
|
title: string;
|
|
8
8
|
security_title: string;
|
|
9
9
|
security_description: string;
|
|
10
|
+
/** UNTRANSLATED */
|
|
11
|
+
profile_title: string;
|
|
12
|
+
/** UNTRANSLATED */
|
|
13
|
+
profile_description: string;
|
|
14
|
+
/** UNTRANSLATED */
|
|
15
|
+
sidebar_personal_info: string;
|
|
16
|
+
/** UNTRANSLATED */
|
|
17
|
+
sidebar_security: string;
|
|
10
18
|
support: string;
|
|
11
19
|
};
|
|
12
20
|
verification: {
|
|
@@ -17,6 +25,8 @@ declare const _default: Readonly<{
|
|
|
17
25
|
error_verify_failed: string;
|
|
18
26
|
verification_required: string;
|
|
19
27
|
try_another_method: string;
|
|
28
|
+
no_available_methods_title: string;
|
|
29
|
+
no_available_methods_description: string;
|
|
20
30
|
};
|
|
21
31
|
password_verification: {
|
|
22
32
|
title: string;
|
|
@@ -83,6 +93,24 @@ declare const _default: Readonly<{
|
|
|
83
93
|
backup_codes_count_other: string;
|
|
84
94
|
view: string;
|
|
85
95
|
manage: string;
|
|
96
|
+
turn_on_2_step_verification: string;
|
|
97
|
+
turn_on_2_step_verification_description: string;
|
|
98
|
+
turn_off_2_step_verification: string;
|
|
99
|
+
turn_off_2_step_verification_description: string;
|
|
100
|
+
disable_2_step_verification: string;
|
|
101
|
+
no_verification_method_warning: string;
|
|
102
|
+
account_removal: string;
|
|
103
|
+
delete_your_account: string;
|
|
104
|
+
delete_account: string;
|
|
105
|
+
remove_username_confirmation_title: string;
|
|
106
|
+
remove_username_confirmation_description: string;
|
|
107
|
+
remove_email_confirmation_title: string;
|
|
108
|
+
remove_email_confirmation_description: string;
|
|
109
|
+
remove_phone_confirmation_title: string;
|
|
110
|
+
remove_phone_confirmation_description: string;
|
|
111
|
+
email_removed: string;
|
|
112
|
+
phone_removed: string;
|
|
113
|
+
username_removed: string;
|
|
86
114
|
};
|
|
87
115
|
social: {
|
|
88
116
|
linked: string;
|