@logto/phrases-experience 1.12.2 → 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/index.d.ts +4 -4
- package/lib/index.js +5 -2
- package/lib/locales/ar/account-center.d.ts +71 -0
- package/lib/locales/ar/account-center.js +71 -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 +80 -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 +236 -0
- package/lib/locales/cs/account-center.js +236 -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 +571 -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 +71 -0
- package/lib/locales/de/account-center.js +71 -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 +80 -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 +67 -0
- package/lib/locales/en/account-center.js +67 -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 +80 -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 +71 -0
- package/lib/locales/es/account-center.js +71 -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 +80 -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 +71 -0
- package/lib/locales/fr/account-center.js +71 -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 +80 -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 +71 -0
- package/lib/locales/it/account-center.js +71 -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 +80 -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 +71 -0
- package/lib/locales/ja/account-center.js +71 -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 +80 -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 +71 -0
- package/lib/locales/ko/account-center.js +71 -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 +80 -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 +71 -0
- package/lib/locales/pl-pl/account-center.js +71 -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 +80 -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 +71 -0
- package/lib/locales/pt-br/account-center.js +71 -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 +80 -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 +71 -0
- package/lib/locales/pt-pt/account-center.js +71 -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 +80 -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 +71 -0
- package/lib/locales/ru/account-center.js +71 -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 +80 -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 +71 -0
- package/lib/locales/th/account-center.js +71 -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 +80 -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 +71 -0
- package/lib/locales/tr-tr/account-center.js +71 -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 +80 -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 +71 -0
- package/lib/locales/uk-ua/account-center.js +71 -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 +80 -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 +71 -0
- package/lib/locales/zh-cn/account-center.js +71 -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 +80 -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 +71 -0
- package/lib/locales/zh-hk/account-center.js +71 -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 +80 -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 +71 -0
- package/lib/locales/zh-tw/account-center.js +71 -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 +80 -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
|
@@ -3,6 +3,20 @@ const account_center = {
|
|
|
3
3
|
title: 'Página no encontrada',
|
|
4
4
|
description: 'Esta página no está disponible.',
|
|
5
5
|
},
|
|
6
|
+
page: {
|
|
7
|
+
title: 'Cuenta',
|
|
8
|
+
security_title: 'Seguridad',
|
|
9
|
+
security_description: 'Cambia aquí la configuración de tu cuenta para garantizar su seguridad.',
|
|
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',
|
|
18
|
+
support: 'Soporte',
|
|
19
|
+
},
|
|
6
20
|
verification: {
|
|
7
21
|
title: 'Verificación de seguridad',
|
|
8
22
|
description: 'Confirma que eres tú para proteger la seguridad de tu cuenta. Selecciona el método para verificar tu identidad.',
|
|
@@ -11,6 +25,8 @@ const account_center = {
|
|
|
11
25
|
error_verify_failed: 'La verificación falló. Ingresa el código nuevamente.',
|
|
12
26
|
verification_required: 'La verificación expiró. Vuelve a comprobar tu identidad.',
|
|
13
27
|
try_another_method: 'Prueba otro método de verificación',
|
|
28
|
+
no_available_methods_title: 'No hay métodos de verificación disponibles',
|
|
29
|
+
no_available_methods_description: 'No tienes ningún método de verificación configurado. Primero agrega una contraseña, un correo electrónico o un número de teléfono a tu cuenta.',
|
|
14
30
|
},
|
|
15
31
|
password_verification: {
|
|
16
32
|
title: 'Verifica la contraseña',
|
|
@@ -52,6 +68,57 @@ const account_center = {
|
|
|
52
68
|
description: 'El nombre de usuario solo puede contener letras, números y guiones bajos.',
|
|
53
69
|
success: 'Nombre de usuario actualizado correctamente.',
|
|
54
70
|
},
|
|
71
|
+
security: {
|
|
72
|
+
add: 'Agregar',
|
|
73
|
+
change: 'Cambiar',
|
|
74
|
+
remove: 'Eliminar',
|
|
75
|
+
not_set: 'No establecido',
|
|
76
|
+
social_sign_in: 'Inicio de sesión social',
|
|
77
|
+
social_not_linked: 'No vinculado',
|
|
78
|
+
email_phone: 'Correo electrónico / Teléfono',
|
|
79
|
+
email: 'Correo electrónico',
|
|
80
|
+
phone: 'Teléfono',
|
|
81
|
+
password: 'Contraseña',
|
|
82
|
+
configured: 'Configurado',
|
|
83
|
+
not_configured: 'No configurado',
|
|
84
|
+
two_step_verification: 'Verificación de dos pasos',
|
|
85
|
+
authenticator_app: 'Aplicación de autenticación',
|
|
86
|
+
passkeys: 'Passkeys',
|
|
87
|
+
backup_codes: 'Códigos de respaldo',
|
|
88
|
+
email_verification_code: 'Código de verificación por correo',
|
|
89
|
+
phone_verification_code: 'Código de verificación por teléfono',
|
|
90
|
+
passkeys_count_one: '{{count}} passkey',
|
|
91
|
+
passkeys_count_other: '{{count}} passkeys',
|
|
92
|
+
backup_codes_count_one: '{{count}} código restante',
|
|
93
|
+
backup_codes_count_other: '{{count}} códigos restantes',
|
|
94
|
+
view: 'Ver',
|
|
95
|
+
manage: 'Gestionar',
|
|
96
|
+
turn_on_2_step_verification: 'Activar verificación en dos pasos',
|
|
97
|
+
turn_on_2_step_verification_description: 'Añade una capa extra de seguridad. Se te pedirá un segundo paso de verificación al iniciar sesión.',
|
|
98
|
+
turn_off_2_step_verification: 'Desactivar verificación en dos pasos',
|
|
99
|
+
turn_off_2_step_verification_description: 'Desactivar la verificación en dos pasos eliminará la capa extra de protección de tu cuenta al iniciar sesión. ¿Estás seguro de que quieres continuar?',
|
|
100
|
+
disable_2_step_verification: 'Desactivar',
|
|
101
|
+
no_verification_method_warning: 'No has añadido un segundo método de verificación. Añade al menos uno para activar la verificación en dos pasos al iniciar sesión.',
|
|
102
|
+
account_removal: 'Eliminación de la cuenta',
|
|
103
|
+
delete_your_account: 'Elimina tu cuenta',
|
|
104
|
+
delete_account: 'Eliminar cuenta',
|
|
105
|
+
remove_username_confirmation_title: 'Eliminar nombre de usuario',
|
|
106
|
+
remove_username_confirmation_description: 'Una vez eliminado, ya no podrás iniciar sesión con este nombre de usuario. ¿Estás seguro de que quieres continuar?',
|
|
107
|
+
remove_email_confirmation_title: 'Eliminar dirección de correo electrónico',
|
|
108
|
+
remove_email_confirmation_description: 'Una vez eliminada, ya no podrás iniciar sesión con esta dirección de correo electrónico. ¿Estás seguro de que quieres continuar?',
|
|
109
|
+
remove_phone_confirmation_title: 'Eliminar número de teléfono',
|
|
110
|
+
remove_phone_confirmation_description: 'Una vez eliminado, ya no podrás iniciar sesión con este número de teléfono. ¿Estás seguro de que quieres continuar?',
|
|
111
|
+
email_removed: 'Dirección de correo electrónico eliminada correctamente.',
|
|
112
|
+
phone_removed: 'Número de teléfono eliminado correctamente.',
|
|
113
|
+
username_removed: 'Nombre de usuario eliminado correctamente.',
|
|
114
|
+
},
|
|
115
|
+
social: {
|
|
116
|
+
linked: 'Se vinculó {{connector}} correctamente.',
|
|
117
|
+
not_enabled: 'Este método de inicio de sesión social no está habilitado. Ponte en contacto con tu administrador para obtener ayuda.',
|
|
118
|
+
removed: 'Se eliminó {{connector}} correctamente.',
|
|
119
|
+
remove_confirmation_title: 'Eliminar cuenta social',
|
|
120
|
+
remove_confirmation_description: 'Si eliminas {{connector}}, es posible que no puedas volver a iniciar sesión con esta cuenta hasta que la agregues de nuevo.',
|
|
121
|
+
},
|
|
55
122
|
password: {
|
|
56
123
|
title: 'Establecer contraseña',
|
|
57
124
|
description: 'Crea una nueva contraseña para proteger tu cuenta.',
|
|
@@ -122,6 +189,10 @@ const account_center = {
|
|
|
122
189
|
title: '¡Aplicación de autenticación añadida!',
|
|
123
190
|
description: 'Tu aplicación de autenticación ha sido vinculada exitosamente a tu cuenta.',
|
|
124
191
|
},
|
|
192
|
+
totp_replaced: {
|
|
193
|
+
title: '¡Aplicación autenticadora reemplazada!',
|
|
194
|
+
description: 'Tu aplicación autenticadora ha sido reemplazada exitosamente.',
|
|
195
|
+
},
|
|
125
196
|
backup_code: {
|
|
126
197
|
title: '¡Códigos de respaldo generados!',
|
|
127
198
|
description: 'Tus códigos de respaldo se han guardado. Guárdalos en un lugar seguro.',
|
|
@@ -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: 'Para mayor seguridad, por favor complete los detalles de su cuenta a continuación.',
|
|
51
51
|
create_your_account: 'Cree su cuenta',
|
|
52
52
|
sign_in_to_your_account: 'Inicie sesión en su cuenta',
|
|
53
|
+
device_activation: 'Activación de dispositivo',
|
|
54
|
+
device_activation_description: 'Ingrese el código que se muestra en su dispositivo. Asegúrese de que coincida y luego continúe para iniciar sesión en este dispositivo.',
|
|
55
|
+
device_activation_error_description: 'Ingrese el código que se muestra en su dispositivo.',
|
|
56
|
+
device_activation_success: '¡Su dispositivo está conectado!',
|
|
57
|
+
device_activation_success_description: 'Regrese a su dispositivo para continuar.',
|
|
53
58
|
no_region_code_found: 'No se encontró código de región',
|
|
54
59
|
verify_email: 'Verificar su correo electrónico',
|
|
55
60
|
verify_phone: 'Verificar su número de teléfono',
|
|
@@ -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: 'El número de teléfono no es válido',
|
|
14
14
|
passwords_do_not_match: 'Las contraseñas no coinciden. Por favor intente de nuevo',
|
|
15
15
|
invalid_passcode: 'El código de verificación no es válido.',
|
|
16
|
+
device_code_required: 'Se requiere el código.',
|
|
17
|
+
invalid_device_code: 'El código del dispositivo no es válido.',
|
|
18
|
+
device_flow_aborted: 'La solicitud de inicio de sesión fue interrumpida.',
|
|
16
19
|
invalid_connector_auth: 'La autorización no es válida',
|
|
17
20
|
invalid_connector_request: 'Los datos del conector no son válidos',
|
|
18
21
|
unknown: 'Error desconocido. Por favor intente de nuevo más tarde.',
|
|
@@ -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,16 @@ 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
|
+
profile_title: string;
|
|
340
|
+
profile_description: string;
|
|
341
|
+
sidebar_personal_info: string;
|
|
342
|
+
sidebar_security: string;
|
|
343
|
+
support: string;
|
|
344
|
+
};
|
|
322
345
|
verification: {
|
|
323
346
|
title: string;
|
|
324
347
|
description: string;
|
|
@@ -327,6 +350,8 @@ declare const _default: Readonly<{
|
|
|
327
350
|
error_verify_failed: string;
|
|
328
351
|
verification_required: string;
|
|
329
352
|
try_another_method: string;
|
|
353
|
+
no_available_methods_title: string;
|
|
354
|
+
no_available_methods_description: string;
|
|
330
355
|
};
|
|
331
356
|
password_verification: {
|
|
332
357
|
title: string;
|
|
@@ -368,6 +393,57 @@ declare const _default: Readonly<{
|
|
|
368
393
|
description: string;
|
|
369
394
|
success: string;
|
|
370
395
|
};
|
|
396
|
+
security: {
|
|
397
|
+
add: string;
|
|
398
|
+
change: string;
|
|
399
|
+
remove: string;
|
|
400
|
+
not_set: string;
|
|
401
|
+
social_sign_in: string;
|
|
402
|
+
social_not_linked: string;
|
|
403
|
+
email_phone: string;
|
|
404
|
+
email: string;
|
|
405
|
+
phone: string;
|
|
406
|
+
password: string;
|
|
407
|
+
configured: string;
|
|
408
|
+
not_configured: string;
|
|
409
|
+
two_step_verification: string;
|
|
410
|
+
authenticator_app: string;
|
|
411
|
+
passkeys: string;
|
|
412
|
+
backup_codes: string;
|
|
413
|
+
email_verification_code: string;
|
|
414
|
+
phone_verification_code: string;
|
|
415
|
+
passkeys_count_one: string;
|
|
416
|
+
passkeys_count_other: string;
|
|
417
|
+
backup_codes_count_one: string;
|
|
418
|
+
backup_codes_count_other: string;
|
|
419
|
+
view: string;
|
|
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;
|
|
439
|
+
};
|
|
440
|
+
social: {
|
|
441
|
+
linked: string;
|
|
442
|
+
not_enabled: string;
|
|
443
|
+
removed: string;
|
|
444
|
+
remove_confirmation_title: string;
|
|
445
|
+
remove_confirmation_description: string;
|
|
446
|
+
};
|
|
371
447
|
password: {
|
|
372
448
|
title: string;
|
|
373
449
|
description: string;
|
|
@@ -438,6 +514,10 @@ declare const _default: Readonly<{
|
|
|
438
514
|
title: string;
|
|
439
515
|
description: string;
|
|
440
516
|
};
|
|
517
|
+
totp_replaced: {
|
|
518
|
+
title: string;
|
|
519
|
+
description: string;
|
|
520
|
+
};
|
|
441
521
|
backup_code: {
|
|
442
522
|
title: string;
|
|
443
523
|
description: string;
|
package/lib/locales/es/input.js
CHANGED
package/lib/locales/es/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/es/mfa.js
CHANGED
|
@@ -18,6 +18,9 @@ const mfa = {
|
|
|
18
18
|
verify_phone_verification_code_description: 'Ingrese el código enviado a su teléfono',
|
|
19
19
|
send_to_email: 'Enviar a {{identifier}}',
|
|
20
20
|
send_to_phone: 'Enviar a {{identifier}}',
|
|
21
|
+
onboarding: 'Activar la verificación de 2 pasos',
|
|
22
|
+
onboarding_description: 'Proteja su cuenta con la verificación de 2 pasos. Elija uno o más métodos: Passkey, aplicación de autenticación (OTP), código de verificación por SMS o códigos de respaldo.',
|
|
23
|
+
enable_mfa: 'Activar la verificación de 2 pasos',
|
|
21
24
|
add_mfa_factors: 'Agregar verificación de 2 pasos',
|
|
22
25
|
add_mfa_description: 'La verificación de dos factores está habilitada. Seleccione su segundo método de verificación para iniciar sesión de forma segura.',
|
|
23
26
|
add_another_mfa_factor: 'Agregar otra verificación de 2 pasos',
|
|
@@ -25,6 +28,7 @@ const mfa = {
|
|
|
25
28
|
verify_mfa_factors: 'Verificación de 2 pasos',
|
|
26
29
|
verify_mfa_description: 'La verificación de 2 pasos se ha habilitado para esta cuenta. Seleccione la segunda forma de verificar su identidad.',
|
|
27
30
|
add_authenticator_app: 'Agregar aplicación autenticadora',
|
|
31
|
+
replace_authenticator_app: 'Reemplazar aplicación autenticadora',
|
|
28
32
|
step: 'Paso {{step, number}}: {{content}}',
|
|
29
33
|
scan_qr_code: 'Escanee este código QR',
|
|
30
34
|
scan_qr_code_description: 'Escanee el siguiente código QR con su aplicación autenticadora, como Google Authenticator, Duo Mobile, Authy, etc.',
|
|
@@ -3,6 +3,20 @@ 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
|
+
/** UNTRANSLATED */
|
|
11
|
+
profile_title: string;
|
|
12
|
+
/** UNTRANSLATED */
|
|
13
|
+
profile_description: string;
|
|
14
|
+
/** UNTRANSLATED */
|
|
15
|
+
sidebar_personal_info: string;
|
|
16
|
+
/** UNTRANSLATED */
|
|
17
|
+
sidebar_security: string;
|
|
18
|
+
support: string;
|
|
19
|
+
};
|
|
6
20
|
verification: {
|
|
7
21
|
title: string;
|
|
8
22
|
description: string;
|
|
@@ -11,6 +25,8 @@ declare const _default: Readonly<{
|
|
|
11
25
|
error_verify_failed: string;
|
|
12
26
|
verification_required: string;
|
|
13
27
|
try_another_method: string;
|
|
28
|
+
no_available_methods_title: string;
|
|
29
|
+
no_available_methods_description: string;
|
|
14
30
|
};
|
|
15
31
|
password_verification: {
|
|
16
32
|
title: string;
|
|
@@ -52,6 +68,57 @@ declare const _default: Readonly<{
|
|
|
52
68
|
description: string;
|
|
53
69
|
success: string;
|
|
54
70
|
};
|
|
71
|
+
security: {
|
|
72
|
+
add: string;
|
|
73
|
+
change: string;
|
|
74
|
+
remove: string;
|
|
75
|
+
not_set: string;
|
|
76
|
+
social_sign_in: string;
|
|
77
|
+
social_not_linked: string;
|
|
78
|
+
email_phone: string;
|
|
79
|
+
email: string;
|
|
80
|
+
phone: string;
|
|
81
|
+
password: string;
|
|
82
|
+
configured: string;
|
|
83
|
+
not_configured: string;
|
|
84
|
+
two_step_verification: string;
|
|
85
|
+
authenticator_app: string;
|
|
86
|
+
passkeys: string;
|
|
87
|
+
backup_codes: string;
|
|
88
|
+
email_verification_code: string;
|
|
89
|
+
phone_verification_code: string;
|
|
90
|
+
passkeys_count_one: string;
|
|
91
|
+
passkeys_count_other: string;
|
|
92
|
+
backup_codes_count_one: string;
|
|
93
|
+
backup_codes_count_other: string;
|
|
94
|
+
view: string;
|
|
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;
|
|
114
|
+
};
|
|
115
|
+
social: {
|
|
116
|
+
linked: string;
|
|
117
|
+
not_enabled: string;
|
|
118
|
+
removed: string;
|
|
119
|
+
remove_confirmation_title: string;
|
|
120
|
+
remove_confirmation_description: string;
|
|
121
|
+
};
|
|
55
122
|
password: {
|
|
56
123
|
title: string;
|
|
57
124
|
description: string;
|
|
@@ -122,6 +189,10 @@ declare const _default: Readonly<{
|
|
|
122
189
|
title: string;
|
|
123
190
|
description: string;
|
|
124
191
|
};
|
|
192
|
+
totp_replaced: {
|
|
193
|
+
title: string;
|
|
194
|
+
description: string;
|
|
195
|
+
};
|
|
125
196
|
backup_code: {
|
|
126
197
|
title: string;
|
|
127
198
|
description: string;
|
|
@@ -3,6 +3,20 @@ const account_center = {
|
|
|
3
3
|
title: 'Page introuvable',
|
|
4
4
|
description: "Cette page n'est pas disponible.",
|
|
5
5
|
},
|
|
6
|
+
page: {
|
|
7
|
+
title: 'Compte',
|
|
8
|
+
security_title: 'Sécurité',
|
|
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',
|
|
18
|
+
support: 'Assistance',
|
|
19
|
+
},
|
|
6
20
|
verification: {
|
|
7
21
|
title: 'Vérification de sécurité',
|
|
8
22
|
description: "Confirmez que c'est bien vous pour protéger la sécurité de votre compte. Veuillez sélectionner la méthode pour vérifier votre identité.",
|
|
@@ -11,6 +25,8 @@ const account_center = {
|
|
|
11
25
|
error_verify_failed: 'Échec de la vérification. Veuillez saisir le code à nouveau.',
|
|
12
26
|
verification_required: 'La vérification a expiré. Veuillez confirmer à nouveau votre identité.',
|
|
13
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.",
|
|
14
30
|
},
|
|
15
31
|
password_verification: {
|
|
16
32
|
title: 'Vérifier le mot de passe',
|
|
@@ -52,6 +68,57 @@ const account_center = {
|
|
|
52
68
|
description: "Le nom d'utilisateur doit contenir uniquement des lettres, des chiffres et des tirets bas.",
|
|
53
69
|
success: "Nom d'utilisateur mis à jour avec succès.",
|
|
54
70
|
},
|
|
71
|
+
security: {
|
|
72
|
+
add: 'Ajouter',
|
|
73
|
+
change: 'Modifier',
|
|
74
|
+
remove: 'Supprimer',
|
|
75
|
+
not_set: 'Non défini',
|
|
76
|
+
social_sign_in: 'Connexion sociale',
|
|
77
|
+
social_not_linked: 'Non lié',
|
|
78
|
+
email_phone: 'E-mail / Téléphone',
|
|
79
|
+
email: 'E-mail',
|
|
80
|
+
phone: 'Téléphone',
|
|
81
|
+
password: 'Mot de passe',
|
|
82
|
+
configured: 'Configuré',
|
|
83
|
+
not_configured: 'Non configuré',
|
|
84
|
+
two_step_verification: 'Vérification en deux étapes',
|
|
85
|
+
authenticator_app: "Application d'authentification",
|
|
86
|
+
passkeys: 'Passkeys',
|
|
87
|
+
backup_codes: 'Codes de secours',
|
|
88
|
+
email_verification_code: 'Code de vérification par e-mail',
|
|
89
|
+
phone_verification_code: 'Code de vérification par téléphone',
|
|
90
|
+
passkeys_count_one: '{{count}} passkey',
|
|
91
|
+
passkeys_count_other: '{{count}} passkeys',
|
|
92
|
+
backup_codes_count_one: '{{count}} code restant',
|
|
93
|
+
backup_codes_count_other: '{{count}} codes restants',
|
|
94
|
+
view: 'Voir',
|
|
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.",
|
|
114
|
+
},
|
|
115
|
+
social: {
|
|
116
|
+
linked: '{{connector}} a été lié avec succès.',
|
|
117
|
+
not_enabled: "Cette méthode de connexion sociale n'est pas activée. Veuillez contacter votre administrateur pour obtenir de l'aide.",
|
|
118
|
+
removed: '{{connector}} a été supprimé avec succès.',
|
|
119
|
+
remove_confirmation_title: 'Supprimer le compte social',
|
|
120
|
+
remove_confirmation_description: "Si vous supprimez {{connector}}, vous ne pourrez peut-être plus vous connecter avec ce compte avant de l'ajouter à nouveau.",
|
|
121
|
+
},
|
|
55
122
|
password: {
|
|
56
123
|
title: 'Définir le mot de passe',
|
|
57
124
|
description: 'Créez un nouveau mot de passe pour sécuriser votre compte.',
|
|
@@ -122,6 +189,10 @@ const account_center = {
|
|
|
122
189
|
title: "Application d'authentification ajoutée !",
|
|
123
190
|
description: "Votre application d'authentification a été liée avec succès à votre compte.",
|
|
124
191
|
},
|
|
192
|
+
totp_replaced: {
|
|
193
|
+
title: "Application d'authentification remplacée !",
|
|
194
|
+
description: "Votre application d'authentification a été remplacée avec succès.",
|
|
195
|
+
},
|
|
125
196
|
backup_code: {
|
|
126
197
|
title: 'Codes de secours générés !',
|
|
127
198
|
description: 'Vos codes de secours ont été enregistrés. Conservez-les en lieu sûr.',
|
|
@@ -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: 'Pour une sécurité accrue, veuillez compléter les détails du compte ci-dessous.',
|
|
51
51
|
create_your_account: 'Créer votre compte',
|
|
52
52
|
sign_in_to_your_account: 'Connectez-vous à votre compte',
|
|
53
|
+
device_activation: "Activation de l'appareil",
|
|
54
|
+
device_activation_description: "Entrez le code affiché sur votre appareil. Assurez-vous qu'il correspond, puis continuez pour vous connecter à cet appareil.",
|
|
55
|
+
device_activation_error_description: 'Entrez le code affiché sur votre appareil.',
|
|
56
|
+
device_activation_success: 'Votre appareil est maintenant connecté !',
|
|
57
|
+
device_activation_success_description: 'Retournez sur votre appareil pour continuer.',
|
|
53
58
|
no_region_code_found: 'Aucun code de région trouvé',
|
|
54
59
|
verify_email: 'Vérifiez votre e-mail',
|
|
55
60
|
verify_phone: 'Vérifiez votre numéro de télé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: "Le numéro de téléphone n'est pas valide",
|
|
14
14
|
passwords_do_not_match: 'Les mots de passe ne correspondent pas',
|
|
15
15
|
invalid_passcode: 'Le code est invalide.',
|
|
16
|
+
device_code_required: 'Le code est requis.',
|
|
17
|
+
invalid_device_code: "Le code de l'appareil est invalide.",
|
|
18
|
+
device_flow_aborted: 'La demande de connexion a été interrompue.',
|
|
16
19
|
invalid_connector_auth: "L'autorisation n'est pas valide",
|
|
17
20
|
invalid_connector_request: 'Les données du connecteur ne sont pas valides',
|
|
18
|
-
unknown: 'Erreur inconnue.
|
|
21
|
+
unknown: 'Erreur inconnue.',
|
|
19
22
|
invalid_session: 'Session non trouvée. Veuillez revenir en arrière et vous connecter à nouveau.',
|
|
20
|
-
timeout: "Délai d'attente de la requête dépassé.
|
|
23
|
+
timeout: "Délai d'attente de la requête dépassé.",
|
|
21
24
|
password_rejected,
|
|
22
25
|
sso_not_enabled: "La authentification unique n'est pas activée pour ce compte de messagerie.",
|
|
23
26
|
invalid_link: 'Lien invalide',
|
|
24
27
|
invalid_link_description: "Votre jeton à usage unique a peut-être expiré ou n'est plus valide.",
|
|
25
28
|
captcha_verification_failed: 'Erreur lors de la vérification du captcha.',
|
|
26
29
|
terms_acceptance_required: 'Acceptation des conditions requise',
|
|
27
|
-
terms_acceptance_required_description: 'Vous devez accepter les conditions pour continuer.
|
|
30
|
+
terms_acceptance_required_description: 'Vous devez accepter les conditions pour continuer.',
|
|
28
31
|
something_went_wrong: 'Quelque chose a mal tourné',
|
|
29
32
|
feature_not_enabled: "Vous n'avez pas la permission d'accéder à cette fonctionnalité. Veuillez contacter votre administrateur pour obtenir de l'aide.",
|
|
30
33
|
};
|