forked from chatwoot/chatwoot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chore: Add pt and pt_BR translations (chatwoot#813)
- Loading branch information
1 parent
19886b4
commit ae3f8c0
Showing
23 changed files
with
784 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"RESET_PASSWORD": { | ||
"TITLE": "Alterar senha", | ||
"TITLE": "Redefinir a senha", | ||
"EMAIL": { | ||
"LABEL": "e-mail", | ||
"PLACEHOLDER": "Por favor, insira seu e-mail", | ||
"ERROR": "Por favor, insira um e-mail válido" | ||
"PLACEHOLDER": "Por favor, digite seu e-mail", | ||
"ERROR": "Por favor, digite um e-mail válido" | ||
}, | ||
"API": { | ||
"SUCCESS_MESSAGE": "O link para alteração de senha foi enviado para seu e-mail", | ||
"SUCCESS_MESSAGE": "Link para redefinir a senha foi enviado para seu e-mail", | ||
"ERROR_MESSAGE": "Não foi possível conectar ao servidor Woot, por favor tente novamente mais tarde" | ||
}, | ||
"SUBMIT": "Enviar" | ||
"SUBMIT": "submeter" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,62 @@ | ||
{ | ||
"PROFILE_SETTINGS": { | ||
"LINK": "Configurações do Perfil", | ||
"TITLE": "Configurações do Perfil", | ||
"BTN_TEXT": "Atualizar o Perfil", | ||
"AFTER_EMAIL_CHANGED": "Seu perfil foi atualizado com sucesso. Faça login novamente, pois suas credenciais de login foram alteradas", | ||
"LINK": "Configurações do perfil", | ||
"TITLE": "Configurações do perfil", | ||
"BTN_TEXT": "Atualizar o perfil", | ||
"AFTER_EMAIL_CHANGED": "Seu perfil foi atualizado com sucesso, faça o login novamente pois suas credenciais foram alteradas", | ||
"FORM": { | ||
"AVATAR": "Imagem de Perfil", | ||
"ERROR": "Por favor, corrija os erros", | ||
"AVATAR": "Imagem do perfil", | ||
"ERROR": "Por favor, corrigir erros de formulário", | ||
"REMOVE_IMAGE": "Excluir", | ||
"UPLOAD_IMAGE": "Carregar imagem", | ||
"UPDATE_IMAGE": "Atualizar Imagem", | ||
"UPLOAD_IMAGE": "Upload de imagem", | ||
"UPDATE_IMAGE": "Atualizar imagem", | ||
"PROFILE_SECTION": { | ||
"TITLE": "Perfil", | ||
"NOTE": "Seu endereço de e-mail é sua identidade e é usado para fazer login." | ||
"NOTE": "Seu endereço de e-mail é sua identidade e é usado para entrar." | ||
}, | ||
"PASSWORD_SECTION": { | ||
"TITLE": "Senha", | ||
"NOTE": "A atualização da sua senha redefiniria o seu login em vários dispositivos." | ||
"TITLE": "Palavra-passe", | ||
"NOTE": "Atualizar sua senha irá redefinir seus logins em vários dispositivos." | ||
}, | ||
"ACCESS_TOKEN": { | ||
"TITLE": "Token de acesso", | ||
"NOTE": "Esse token pode ser usado se você estiver criando uma integração baseada em API" | ||
"NOTE": "Este token pode ser usado se você estiver construindo uma integração baseada em API" | ||
}, | ||
"EMAIL_NOTIFICATIONS_SECTION": { | ||
"TITLE": "Notificações por e-mail", | ||
"NOTE": "Atualize suas preferências de notificação por e-mail aqui", | ||
"CONVERSATION_ASSIGNMENT": "Enviar notificações por email quando uma conversa for atribuída a mim", | ||
"CONVERSATION_CREATION": "Enviar notificações por email quando uma nova conversa for criada", | ||
"CONVERSATION_ASSIGNMENT": "Enviar notificações por email quando uma conversa é atribuída a mim", | ||
"CONVERSATION_CREATION": "Enviar notificações por email quando uma nova conversa é criada", | ||
"UPDATE_SUCCESS": "Suas preferências de notificação de e-mail foram atualizadas com sucesso", | ||
"UPDATE_ERROR": "Ocorreu um erro ao atualizar as preferências, por favor, tente novamente" | ||
}, | ||
"PROFILE_IMAGE": { | ||
"LABEL": "Imagem do Perfil" | ||
"LABEL": "Imagem do perfil" | ||
}, | ||
"NAME": { | ||
"LABEL": "Seu Nome", | ||
"ERROR": "Por favor, insira um nome válido", | ||
"PLACEHOLDER": "Por favor, insira seu nome, isto seria exibido em conversas" | ||
}, | ||
"EMAIL": { | ||
"LABEL": "Seu e-mail", | ||
"LABEL": "Seu endereço de e-mail", | ||
"ERROR": "Por favor, insira um endereço de e-mail válido", | ||
"PLACEHOLDER": "Por favor, insira seu endereço de e-mail, que será exibido em conversas" | ||
}, | ||
"PASSWORD": { | ||
"LABEL": "Senha", | ||
"LABEL": "Palavra-passe", | ||
"ERROR": "Por favor, digite uma senha de comprimento 6 ou mais", | ||
"PLACEHOLDER": "Por favor, digite uma nova senha" | ||
}, | ||
"PASSWORD_CONFIRMATION": { | ||
"LABEL": "Confirme a nova senha", | ||
"ERROR": "A confirmação da senha é diferente. Favor digitar novamente", | ||
"ERROR": "Confirme a senha deve corresponder à senha", | ||
"PLACEHOLDER": "Por favor, digite sua senha novamente" | ||
} | ||
} | ||
}, | ||
"SIDEBAR_ITEMS": { | ||
"PROFILE_SETTINGS": "Configurações do Perfil", | ||
"LOGOUT": "Sair" | ||
"PROFILE_SETTINGS": "Configurações do perfil", | ||
"LOGOUT": "Desconectar" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
{ | ||
"REGISTER": { | ||
"TRY_WOOT": "Registre uma conta", | ||
"TITLE": "Registrar", | ||
"TRY_WOOT": "Registrar uma conta", | ||
"TITLE": "Cadastrar", | ||
"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>", | ||
"ACCOUNT_NAME": { | ||
"LABEL": "Nome do Cliente", | ||
"PLACEHOLDER": "Informe o nome da conta", | ||
"ERROR": "Nome de conta é muito curto" | ||
"LABEL": "Nome da Conta", | ||
"PLACEHOLDER": "Wayne Enterprises", | ||
"ERROR": "O nome da conta é muito curto" | ||
}, | ||
"EMAIL": { | ||
"LABEL": "e-mail", | ||
"PLACEHOLDER": "Informe o e-mail da conta", | ||
"PLACEHOLDER": "[email protected]", | ||
"ERROR": "E-mail inválido" | ||
}, | ||
"PASSWORD": { | ||
"LABEL": "Senha", | ||
"PLACEHOLDER": "Senha", | ||
"LABEL": "Palavra-passe", | ||
"PLACEHOLDER": "Palavra-passe", | ||
"ERROR": "A senha é muito curta" | ||
}, | ||
"CONFIRM_PASSWORD": { | ||
"LABEL": "Confirme a senha", | ||
"PLACEHOLDER": "Confirme a senha", | ||
"LABEL": "Confirmar senha", | ||
"PLACEHOLDER": "Confirmar senha", | ||
"ERROR": "As senhas não conferem" | ||
}, | ||
"API": { | ||
"SUCCESS_MESSAGE": "Registro realizado com Sucesso", | ||
"SUCCESS_MESSAGE": "Registro Bem Sucedido", | ||
"ERROR_MESSAGE": "Não foi possível conectar ao servidor Woot, por favor tente novamente mais tarde" | ||
}, | ||
"SUBMIT": "Enviar" | ||
"SUBMIT": "submeter" | ||
} | ||
} |
Oops, something went wrong.