Files
yourpart3/frontend/src/i18n/locales/fr/activate.json
Torsten Schulz (local) f7030bbabe
All checks were successful
Deploy to production / deploy (push) Successful in 2m48s
feat(i18n): add French language support and enhance localization
- Introduced French as a supported language across the application, updating locale files and adding translations for various components.
- Enhanced language handling logic to accommodate French, ensuring proper detection and fallback mechanisms.
- Updated UI elements to include French language options, improving accessibility for French-speaking users.
- Refactored SEO handling to include French in hreflang links, enhancing search engine indexing for multilingual content.
- Added new scripts for managing French translations and ensuring consistency across language files.
2026-04-07 18:04:03 +02:00

10 lines
295 B
JSON
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"activate": {
"title": "Activer l'accès",
"message": "Bonjour {nom d'utilisateur}. Veuillez saisir ici le code que nous vous avons envoyé par email.",
"token": "Jetons :",
"submit": "Soumettre",
"failure": "L'activation n'a pas réussi."
}
}