iachat/app/javascript/dashboard/i18n/locale/no/signup.json
Shivam Mishra c8657c55a8 fix: parsing of @ in i18n values (#10334)
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
2024-10-22 16:02:10 +05:30

45 lines
1.7 KiB
JSON

{
"REGISTER": {
"TRY_WOOT": "Create an account",
"TITLE": "Registrer",
"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": "Fullt navn",
"PLACEHOLDER": "Skriv inn fullt navn. F. eks: Ola Nordmann",
"ERROR": "Kontonavnet er for kort"
},
"EMAIL": {
"LABEL": "Bedriftse-postadresse",
"PLACEHOLDER": "Skriv inn din profesjonelle e-postadresse. F.eks: ola{'@'}olasbedrift.no",
"ERROR": "Please enter a valid work email address"
},
"PASSWORD": {
"LABEL": "Passord",
"PLACEHOLDER": "Passord",
"ERROR": "Passordet er for kort",
"IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character"
},
"CONFIRM_PASSWORD": {
"LABEL": "Bekreft passord",
"PLACEHOLDER": "Bekreft passord",
"ERROR": "Passordet stemmer ikke"
},
"API": {
"SUCCESS_MESSAGE": "Registrering fullført",
"ERROR_MESSAGE": "Kunne ikke koble til Woot Server, vennligst prøv igjen senere"
},
"SUBMIT": "Create account",
"HAVE_AN_ACCOUNT": "Har du allerede en konto?"
}
}