Files
leadchat/app/javascript/dashboard/i18n/locale/pt/signup.json
Shivam Mishra 2a832f8ed5 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 15:43:01 +05:30

45 lines
1.8 KiB
JSON

{
"REGISTER": {
"TRY_WOOT": "Criar uma conta",
"TITLE": "Cadastrar",
"TESTIMONIAL_HEADER": "Tudo que precisa é um passo para avançar",
"TESTIMONIAL_CONTENT": "Está a um passo de fidelizar os seus clientes, mantê-los e encontrar novos.",
"TERMS_ACCEPT": "Ao criar uma conta, concorda com os nossos <a href=\"https://www.chatwoot.com/terms\">Termos & Condições</a> e <a href=\"https://www.chatwoot.com/privacy-policy\">Política de privacidade</a>",
"OAUTH": {
"GOOGLE_SIGNUP": "Inscrever-se com conta Google"
},
"COMPANY_NAME": {
"LABEL": "Nome da empresa",
"PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises",
"ERROR": "Company name is too short"
},
"FULL_NAME": {
"LABEL": "Nome completo",
"PLACEHOLDER": "Digite o seu nome completo, por exemplo: António Almeida",
"ERROR": "O nome completo é muito pequeno"
},
"EMAIL": {
"LABEL": "E-mail de trabalho",
"PLACEHOLDER": "Digite o seu endereço de e-mail profissional. Por exemplo: geral{'@'}informatico.pt",
"ERROR": "Please enter a valid work email address"
},
"PASSWORD": {
"LABEL": "Palavra-passe",
"PLACEHOLDER": "Palavra-passe",
"ERROR": "A senha é muito curta",
"IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character"
},
"CONFIRM_PASSWORD": {
"LABEL": "Confirmar senha",
"PLACEHOLDER": "Confirmar senha",
"ERROR": "As senhas não conferem"
},
"API": {
"SUCCESS_MESSAGE": "Registro Bem Sucedido",
"ERROR_MESSAGE": "Não foi possível conectar ao servidor Woot, por favor tente novamente mais tarde"
},
"SUBMIT": "Criar conta",
"HAVE_AN_ACCOUNT": "Já tem uma conta?"
}
}