summaryrefslogtreecommitdiff
path: root/web-ui/app/locales/pt_BR
diff options
context:
space:
mode:
authorCaio Carrara <ccarrara@thoughtworks.com>2016-06-20 17:36:55 -0300
committerCaio Carrara <ccarrara@thoughtworks.com>2016-06-27 16:32:58 -0300
commit2d166e7e7724a5fd40f5f5cff6fa4e79dbc93d36 (patch)
tree27a439bd6f5406fb3a14630c58f0ce46b05f7106 /web-ui/app/locales/pt_BR
parent3a04eb16ebb0fca81c89ad66bf6bae1a3c813597 (diff)
Sets initial config for transifex support
This change adds the transifex config file and also rename some directories to match correct language codes. See: #727
Diffstat (limited to 'web-ui/app/locales/pt_BR')
-rw-r--r--web-ui/app/locales/pt_BR/translation.json69
1 files changed, 69 insertions, 0 deletions
diff --git a/web-ui/app/locales/pt_BR/translation.json b/web-ui/app/locales/pt_BR/translation.json
new file mode 100644
index 00000000..d20b02b3
--- /dev/null
+++ b/web-ui/app/locales/pt_BR/translation.json
@@ -0,0 +1,69 @@
+{
+ "compose": "Escrever",
+ "re": "Res: ",
+ "fwd": "Enc",
+ "Your message was archived": "Sua mensagem foi arquivada!",
+ "Saved as draft.": "Mensagem salva como rascunho.",
+ "One or more of the recipients are not valid emails": "Email de um ou mais destinatários é inválido",
+ "Could not update mail tags": "Não foi possível atualizar as etiquetas do email",
+ "Invalid tag name": "Nome de etiqueta inválido",
+ "Could not delete email": "Não foi possível deletar o email",
+ "Could not fetch messages": "Não foi possível buscar as mensagens",
+ "TO": "PARA",
+ "To": "Para",
+ "CC": "CC",
+ "BCC": "BCC",
+ "Body": "Corpo",
+ "Subject": "Assunto",
+ "Don't worry about recipients right now, you'll be able to add them just before sending.": "Não se preocupe com os destinatários agora, você poderá adicioná-los antes de enviar.",
+ "Send": "Enviar",
+ "Cancel": "Cancelar",
+ "Reply": "Responder",
+ "reply-to-all": "Responder a todos",
+ "mark-as-read": "Marcar como lida",
+ "mark-as-unread": "Marcar como não lida",
+ "delete": "Apagar",
+ "archive": "Arquivar",
+ "Close": "Fechar",
+ "Trash this message": "Descartar essa mensagem",
+ "NOTHING SELECTED": "NADA SELECIONADO",
+ "Press Enter to add tag": "Precione Enter para adicionar a tag",
+ "You are trying to delete the last tag on this message.": "Você está tentando excluir a última tag dessa mensagem.",
+ "What would you like to do?": "O que você gostaria de fazer?",
+ "Trash message": "Descartar mensagem",
+ "Archive it": "Arquivar",
+ "Trash:": "Lixeira:",
+ "Archive:": "Arquivo:",
+ "we will keep this message for 30 days, then delete it forever.": "manteremos essa mensagem por 30 dias, após isso ela será excluída definitivamente.",
+ "we will remove all the tags, but keep it in your account in case you need it.": "iremos remover todas as tags, mas manteremos em sua conta caso necessite.",
+ "to": "para",
+ "no_subject": "<Sem Assunto>",
+ "no_recipient": "<Sem Destinatários>",
+ "you": "você",
+ "encrypted": "Criptografado",
+ "encrypted encryption-error": "Não é possível descriptografar",
+ "encrypted encryption-valid": "Criptografado",
+ "not-encrypted": "Não Criptografado",
+ "signed": "Remetente verificado",
+ "signed signature-revoked": "Assinatura não confiável",
+ "signed signature-expired": "Assinatura não confiável",
+ "signed signature-not-trusted": "Assinatura não confiável",
+ "signed signature-unknown": "Assinatura não confiável",
+ "not-signed": "Não assinado",
+ "send-button": "Enviar",
+ "sending-mail": "Enviando...",
+ "trash-button": "Descartar",
+ "search-placeholder" : "Pesquisar...",
+ "Search results for:": "Resultados da pesquisa:",
+ "Tags": "Tags",
+ "Forward": "Encaminhar",
+ "feedback-placeholder": "Nos diga o que gosta, não gosta, o que está faltando e o que pensa sobre o Pixelated.",
+
+ "tags": {
+ "inbox": "Caixa de Entrada",
+ "sent": "Enviadas",
+ "drafts": "Rascunhos",
+ "trash": "Lixeira",
+ "all": "Todas"
+ }
+}