iachat/app/javascript/dashboard/i18n/locale/pt_BR/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": "Criar uma conta",
"TITLE": "Registrar",
"TESTIMONIAL_HEADER": "Tudo o que ele leva é um passo para avançar",
"TESTIMONIAL_CONTENT": "Você está a um passo de engajar seus clientes, mantê-los e encontrar novos.",
"TERMS_ACCEPT": "Ao criar uma conta, você concorda com nosso <a href=\"https://www.chatwoot.com/terms\">T & C</a> e nossa <a href=\"https://www.chatwoot.com/privacy-policy\">Política de privacidade</a>",
"OAUTH": {
"GOOGLE_SIGNUP": "Cadastre-se com o Google"
},
"COMPANY_NAME": {
"LABEL": "Nome Empresa",
"PLACEHOLDER": "Digite seu nome da sua empresa. Ex: Empresas Wayne",
"ERROR": "O nome da empresa é muito curto."
},
"FULL_NAME": {
"LABEL": "Nome Completo",
"PLACEHOLDER": "Digite seu nome completo. Ex.: Bruce Wayne",
"ERROR": "Nome completo é muito curto."
},
"EMAIL": {
"LABEL": "E-mail comercial",
"PLACEHOLDER": "Digite seu e-mail de trabalho. Ex.: bruce{'@'}wayne.com.br",
"ERROR": "Por favor, insira um endereço de e-mail de trabalho válido."
},
"PASSWORD": {
"LABEL": "Senha",
"PLACEHOLDER": "Senha",
"ERROR": "A senha é muito curta.",
"IS_INVALID_PASSWORD": "A senha deve conter pelo menos 1 letra maiúscula, 1 letra minúscula, 1 número e 1 caractere especial."
},
"CONFIRM_PASSWORD": {
"LABEL": "Confirmar senha",
"PLACEHOLDER": "Confirmar senha",
"ERROR": "As senhas não conferem."
},
"API": {
"SUCCESS_MESSAGE": "Registro realizado com Sucesso",
"ERROR_MESSAGE": "Não foi possível conectar ao servidor Woot. Por favor, tente novamente."
},
"SUBMIT": "Criar conta",
"HAVE_AN_ACCOUNT": "Já possui uma conta?"
}
}