iachat/app/javascript/dashboard/i18n/locale/pt/signup.json
Chatwoot Bot be3c75e858
chore: Update translations (#6999)
Co-authored-by: Sojan Jose <sojan@pepalo.com>
2023-04-28 20:28:03 +05:30

45 lines
1.8 KiB
JSON

{
"REGISTER": {
"TRY_WOOT": "Create an account",
"TITLE": "Cadastrar",
"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": "Nome da empresa",
"PLACEHOLDER": "Digite o nome da sua empresa. Exemplo: Wayne Enterprises",
"ERROR": "Nome da empresa é muito curto."
},
"FULL_NAME": {
"LABEL": "Nome completo",
"PLACEHOLDER": "Digite seu nome completo. Ex.: Wayne Bruce",
"ERROR": "O nome completo é muito pequeno."
},
"EMAIL": {
"LABEL": "E-mail de trabalho",
"PLACEHOLDER": "Digite seu endereço de e-mail profissional. Por exemplo, bruce@wayne.com.br",
"ERROR": "Por favor, insira um endereço de email profissional válido."
},
"PASSWORD": {
"LABEL": "Palavra-passe",
"PLACEHOLDER": "Palavra-passe",
"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 Bem Sucedido",
"ERROR_MESSAGE": "Não foi possível conectar ao servidor Woot. Por favor, tente novamente."
},
"SUBMIT": "Create account",
"HAVE_AN_ACCOUNT": "Já tem uma conta?"
}
}