Vue i18n has a new [linked message syntax.](https://vue-i18n.intlify.dev/guide/essentials/syntax.html#linked-messages) When it encounters `@` it assumes that we're trying to use a linked message. And tries to parse it as such, in any case, it breaks since the syntax is not valid and the params are not present. So it causes an error. This works on dev but on production the error is bubbled up to the top and rendering breaks. A lot of folks use Chatwoot with default locale set in the env, this surfaced the issue for the languages for which the syntax was not updated Fixes: https://github.com/chatwoot/chatwoot/issues/10313
45 lines
1.7 KiB
JSON
45 lines
1.7 KiB
JSON
{
|
|
"REGISTER": {
|
|
"TRY_WOOT": "Create an account",
|
|
"TITLE": "Registrovat se",
|
|
"TESTIMONIAL_HEADER": "All it takes is one step to move forward",
|
|
"TESTIMONIAL_CONTENT": "You're one step away from engaging your customers, retaining them and finding new ones.",
|
|
"TERMS_ACCEPT": "By creating an account, you agree to our <a href=\"https://www.chatwoot.com/terms\">T & C</a> and <a href=\"https://www.chatwoot.com/privacy-policy\">Privacy policy</a>",
|
|
"OAUTH": {
|
|
"GOOGLE_SIGNUP": "Sign up with Google"
|
|
},
|
|
"COMPANY_NAME": {
|
|
"LABEL": "Company name",
|
|
"PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises",
|
|
"ERROR": "Company name is too short"
|
|
},
|
|
"FULL_NAME": {
|
|
"LABEL": "Celé jméno",
|
|
"PLACEHOLDER": "Zadejte celé jméno. např.: Jan Novák",
|
|
"ERROR": "Celé jméno je příliš krátké"
|
|
},
|
|
"EMAIL": {
|
|
"LABEL": "Pracovní e-mail",
|
|
"PLACEHOLDER": "Zadejte svou pracovní e-mailovou adresu. např.: jan{'@'}novak.spolecnost",
|
|
"ERROR": "Please enter a valid work email address"
|
|
},
|
|
"PASSWORD": {
|
|
"LABEL": "Heslo",
|
|
"PLACEHOLDER": "Heslo",
|
|
"ERROR": "Heslo je příliš krátké",
|
|
"IS_INVALID_PASSWORD": "Heslo by mělo obsahovat alespoň jedno velké písmeno, jedno malé písmeno, jedno číslo a jeden speciální znak"
|
|
},
|
|
"CONFIRM_PASSWORD": {
|
|
"LABEL": "Potvrzení hesla",
|
|
"PLACEHOLDER": "Potvrzení hesla",
|
|
"ERROR": "Heslo se neshoduje"
|
|
},
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Registrace byla úspěšná",
|
|
"ERROR_MESSAGE": "Nelze se připojit k Woot serveru, opakujte akci později"
|
|
},
|
|
"SUBMIT": "Create account",
|
|
"HAVE_AN_ACCOUNT": "Máte již účet?"
|
|
}
|
|
}
|