From 2d166e7e7724a5fd40f5f5cff6fa4e79dbc93d36 Mon Sep 17 00:00:00 2001 From: Caio Carrara Date: Mon, 20 Jun 2016 17:36:55 -0300 Subject: 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 --- web-ui/app/locales/pt_BR/translation.json | 69 +++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 web-ui/app/locales/pt_BR/translation.json (limited to 'web-ui/app/locales/pt_BR') 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": "", + "no_recipient": "", + "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" + } +} -- cgit v1.2.3