Files
yourpart3/frontend/src/i18n/locales/es/passwordReset.json
Torsten Schulz (local) f715c6125d
All checks were successful
Deploy to production / deploy (push) Successful in 2m48s
feat(i18n): implement deep merging for locale chunks and enhance Cebuano translations
- Introduced a deep merge function to combine locale chunks, improving the handling of language data for Cebuano.
- Updated Cebuano locale files with comprehensive translations, including new sections for admin, social network, and settings.
- Enhanced existing translations for clarity and consistency across various components, ensuring a better user experience.
- Added new fields in the settings and profile sections to capture more user attributes, improving personalization options.
2026-04-07 16:23:11 +02:00

14 lines
491 B
JSON

{
"passwordReset": {
"title": "Restablecer contraseña",
"email": "Correo electrónico",
"reset": "Restablecer",
"success": "Si el correo existe, se ha enviado una guía para restablecer la contraseña.",
"failure": "No se pudo restablecer la contraseña. Inténtalo de nuevo más tarde.",
"emailHint": "Enviaremos el enlace a la dirección de correo registrada.",
"validation": {
"invalidEmail": "Introduce una dirección de correo válida."
}
}
}