Chatwoot/app/javascript/dashboard/i18n/locale/pt/signup.json
2022-12-15 14:11:15 +05:30

41 lines
1.7 KiB
JSON

{
"REGISTER": {
"TRY_WOOT": "Registrar uma conta",
"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": "Ao se inscrever, você concorda com nossa <a href=\"https://www.chatwoot.com/terms\">T & C</a> e <a href=\"https://www.chatwoot.com/privacy-policy\">Política de privacidade</a>",
"COMPANY_NAME": {
"LABEL": "Company name",
"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": "submeter",
"HAVE_AN_ACCOUNT": "Já tem uma conta?"
}
}