All checks were successful
Deploy to production / deploy (push) Successful in 2m48s
- 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.
31 lines
1.0 KiB
JSON
31 lines
1.0 KiB
JSON
{
|
|
"register": {
|
|
"title": "Pagrehistro sa yourPart",
|
|
"email": "E-mail address",
|
|
"username": "Ngalan sa user",
|
|
"password": "Password",
|
|
"repeatPassword": "Usba ang password",
|
|
"language": "Pinulongan",
|
|
"languages": {
|
|
"en": "Iningles",
|
|
"de": "Aleman",
|
|
"ceb": "Bisaya",
|
|
"es": "Espanyol",
|
|
"fr": "Pranses"
|
|
},
|
|
"register": "Pagrehistro",
|
|
"close": "Isira",
|
|
"failure": "Adunay nahitabo nga sayop.",
|
|
"success": "Malampuson kang narehistro. Palihog susiha ang imong email aron ma-activate ang imong account.",
|
|
"passwordMismatch": "Dili magkapareho ang mga password.",
|
|
"emailinuse": "Gigamit na daan ang email address.",
|
|
"usernameinuse": "Dili magamit ang username.",
|
|
"validation": {
|
|
"invalidEmail": "Palihog isulod ang sakto nga email address.",
|
|
"usernameTooShort": "Ang ngalan sa user kinahanglan adunay labing menos 3 ka karakter.",
|
|
"passwordHint": "Kinahanglan labing menos 8 ka karakter.",
|
|
"passwordTooShort": "Mubo ra ang password."
|
|
}
|
|
}
|
|
}
|