@@ -381,21 +381,21 @@ export const esES: LocalizationResource = {
381
381
title : 'Revisa tu teléfono' ,
382
382
} ,
383
383
resetPassword : {
384
- formButtonPrimary : 'Reset Password ' ,
385
- requiredMessage : 'For security reasons, it is required to reset your password .' ,
386
- successMessage : 'Your password was successfully changed. Signing you in, please wait a moment .' ,
387
- title : 'Set new password ' ,
384
+ formButtonPrimary : 'Restablecer Contraseña ' ,
385
+ requiredMessage : 'Por razones de seguridad, se requiere restablecer su contraseña .' ,
386
+ successMessage : 'Tu contraseña ha sido cambiada exitosamente. Iniciando sesión, por favor espera un momento .' ,
387
+ title : 'Establecer nueva contraseña ' ,
388
388
} ,
389
389
resetPasswordMfa : {
390
- detailsLabel : 'We need to verify your identity before resetting your password .' ,
390
+ detailsLabel : 'Necesitamos verificar tu identidad antes de restablecer tu contraseña .' ,
391
391
} ,
392
392
start : {
393
393
actionLink : 'Regístrese' ,
394
- actionLink__use_email : 'Use email ' ,
395
- actionLink__use_email_username : 'Use email or username ' ,
394
+ actionLink__use_email : 'Usar correo electrónico ' ,
395
+ actionLink__use_email_username : 'Usar correo electrónico o nombre de usuario ' ,
396
396
actionLink__use_passkey : undefined ,
397
- actionLink__use_phone : 'Use phone ' ,
398
- actionLink__use_username : 'Use username ' ,
397
+ actionLink__use_phone : 'Usar teléfono ' ,
398
+ actionLink__use_username : 'Usar nombre de usuario ' ,
399
399
actionText : '¿No tiene cuenta?' ,
400
400
subtitle : 'para continuar a {{applicationName}}' ,
401
401
title : 'Entrar' ,
@@ -466,23 +466,24 @@ export const esES: LocalizationResource = {
466
466
form_identifier_exists__username : undefined ,
467
467
form_identifier_not_found : '' ,
468
468
form_param_format_invalid : '' ,
469
- form_param_format_invalid__email_address : 'Email address must be a valid email address.' ,
470
- form_param_format_invalid__phone_number : 'Phone number must be in a valid international format' ,
471
- form_param_max_length_exceeded__first_name : 'First name should not exceed 256 characters.' ,
472
- form_param_max_length_exceeded__last_name : 'Last name should not exceed 256 characters.' ,
473
- form_param_max_length_exceeded__name : 'Name should not exceed 256 characters.' ,
469
+ form_param_format_invalid__email_address :
470
+ 'La dirección de correo electrónico debe ser una dirección de correo electrónico válida.' ,
471
+ form_param_format_invalid__phone_number : 'El número de teléfono debe estar en un formato internacional válido' ,
472
+ form_param_max_length_exceeded__first_name : 'El nombre no debe exceder los 256 caracteres.' ,
473
+ form_param_max_length_exceeded__last_name : 'El apellido no debe exceder los 256 caracteres.' ,
474
+ form_param_max_length_exceeded__name : 'El nombre no debe exceder los 256 caracteres.' ,
474
475
form_param_nil : '' ,
475
476
form_password_incorrect : '' ,
476
477
form_password_length_too_short : '' ,
477
- form_password_not_strong_enough : 'Your password is not strong enough .' ,
478
+ form_password_not_strong_enough : 'Tu contraseña no es lo suficientemente fuerte .' ,
478
479
form_password_pwned : '' ,
479
480
form_password_pwned__sign_in : undefined ,
480
481
form_password_size_in_bytes_exceeded :
481
- 'Your password has exceeded the maximum number of bytes allowed, please shorten it or remove some special characters .' ,
482
- form_password_validation_failed : 'Incorrect Password ' ,
482
+ 'Tu contraseña ha excedido el número máximo de bytes permitidos, por favor acórtala o elimina algunos caracteres especiales .' ,
483
+ form_password_validation_failed : 'Contraseña Incorrecta ' ,
483
484
form_username_invalid_character : '' ,
484
485
form_username_invalid_length : '' ,
485
- identification_deletion_failed : 'You cannot delete your last identification .' ,
486
+ identification_deletion_failed : 'No puedes eliminar tu última identificación .' ,
486
487
not_allowed_access : '' ,
487
488
passkey_already_exists : undefined ,
488
489
passkey_not_supported : undefined ,
@@ -498,7 +499,7 @@ export const esES: LocalizationResource = {
498
499
requireUppercase : '' ,
499
500
sentencePrefix : '' ,
500
501
} ,
501
- phone_number_exists : 'This phone number is taken. Please try another .' ,
502
+ phone_number_exists : 'Este número de teléfono está ocupado. Por favor, prueba con otro .' ,
502
503
zxcvbn : {
503
504
couldBeStronger : 'Your password works, but could be stronger. Try adding more characters.' ,
504
505
goodPassword : 'Your password meets all the necessary requirements.' ,
0 commit comments