summaryrefslogtreecommitdiff
path: root/web-ui/app/locales
diff options
context:
space:
mode:
authorRoald de Vries <rdevries@thoughtworks.com>2016-12-08 16:59:09 +0100
committerRoald de Vries <rdevries@thoughtworks.com>2016-12-08 16:59:09 +0100
commitfafac3b4128a0993b0de1c6e8ca3062bf1ccc14e (patch)
tree3b9a446e4c82bb8ba94c1cd0adec57c0042dae28 /web-ui/app/locales
parent521bce7eff5cf921156efe74c91a0499ade43619 (diff)
Revert "[#801] Merge branch 'signup'"
This reverts commit d10f607a4d40587510b0dc31b31fe4750bf4a3a3, reversing changes made to c28abba2f5b1186c671ebef508d40ffaae6d5bc5.
Diffstat (limited to 'web-ui/app/locales')
-rw-r--r--web-ui/app/locales/en_US/translation.json72
-rw-r--r--web-ui/app/locales/pt_BR/translation.json72
-rw-r--r--web-ui/app/locales/sv_SE/translation.json42
3 files changed, 186 insertions, 0 deletions
diff --git a/web-ui/app/locales/en_US/translation.json b/web-ui/app/locales/en_US/translation.json
new file mode 100644
index 00000000..3e006156
--- /dev/null
+++ b/web-ui/app/locales/en_US/translation.json
@@ -0,0 +1,72 @@
+{
+ "compose": "Compose",
+ "re": "Re",
+ "fwd": "Fwd",
+ "trash-single": "Your message was moved to trash!",
+ "trash-bulk": "Your messages were moved to trash!",
+ "your-message-was-archived": "Your message was archived",
+ "delete-single": "Your message was permanently deleted!",
+ "delete-bulk": "Your messages were permanently deleted!",
+ "draft-saving": "Saving to Drafts...",
+ "draft-saved": "Draft saved",
+ "recipients-not-valid": "One or more of the recipients are not valid emails",
+ "failed-change-tags": "Could not change mail tags",
+ "invalid-tag-name": "Invalid tag name",
+ "failed-delete-single": "Could not delete email",
+ "failed-delete-bulk": "Could not delete emails",
+ "failed-fetch-messages": "Could not fetch messages",
+ "failed-archive": "Could not archive emails",
+ "to": "to",
+ "cc": "CC",
+ "bcc": "BCC",
+ "body": "Body",
+ "subject": "Subject",
+ "send": "Send",
+ "reply": "Reply",
+ "reply-to-all": "Reply to all",
+ "delete-this-message": "Delete this message",
+ "mark-as-read": "Mark as read",
+ "mark-as-unread": "Mark as unread",
+ "delete": "Delete",
+ "archive": "Archive",
+ "nothing-selected": "Nothing selected",
+ "add-tag-placeholder": "Press Enter to add tag",
+ "no-subject": "<No subject>",
+ "no-recipient": "<No recipients>",
+ "you": "you",
+ "encrypted": "Encrypted",
+ "not-encrypted": "Not encrypted",
+ "signed": "Verified sender",
+ "not-signed": "Not signed",
+ "sending-mail": "Sending...",
+ "trash-button": "Delete it",
+ "search-placeholder" : "Search...",
+ "search-results-for": "Search results for",
+ "forward": "Forward",
+ "feedback-placeholder": "Tell us what you liked, didn't like, what is missing and generally what you think about Pixelated.",
+ "user-account": "My Account",
+ "email-address": "Email address",
+ "public-key-fingerprint": "Public key fingerprint",
+ "version": "version",
+ "logout": "Logout",
+ "delete-permanently": "Delete Permanently",
+ "move-to-inbox": "Move to Inbox",
+ "reply-author-line": "On {{date}}, <{{from}}> wrote:\n",
+ "refresh": "refresh",
+ "click-to-remove": "Click to remove",
+ "no-results-for": "No results for",
+ "no-emails-in": "No emails in",
+ "error": {
+ "timeout": "A timeout occurred",
+ "general": "Problems talking to server",
+ "parse": "Got invalid response from server"
+ },
+ "tags": {
+ "inbox": "Inbox",
+ "sent": "Sent",
+ "drafts": "Drafts",
+ "trash": "Trash",
+ "all": "All",
+ "tags": "Tags"
+ }
+}
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..ff766a2b
--- /dev/null
+++ b/web-ui/app/locales/pt_BR/translation.json
@@ -0,0 +1,72 @@
+{
+ "compose": "Escrever",
+ "re": "Res",
+ "fwd": "Enc",
+ "trash-single": "Sua mensagem foi movida para a lixeira!",
+ "trash-bulk": "Suas mensagens foram movidas para a lixeira!",
+ "your-message-was-archived": "Sua mensagem foi arquivada",
+ "delete-single": "Sua mensagem foi permanentemente deletada!",
+ "delete-bulk": "Suas mensagens foram permanentemente deletadas!",
+ "draft-saving": "Salvando rascunho...",
+ "draft-saved": "Rascunho salvo",
+ "recipients-not-valid": "Um ou mais destinatários não são emails válidos",
+ "failed-change-tags": "Não pode atualizar as tags do email",
+ "invalid-tag-name": "Nome inválido para tag",
+ "failed-delete-single": "Não pode deletar o email",
+ "failed-delete-bulk": "Não foi possível remover os emails",
+ "failed-fetch-messages": "Não pode receber as mensagens",
+ "failed-archive": "Não foi possível arquivar os emails",
+ "to": "para",
+ "cc": "CC",
+ "bcc": "CCO",
+ "body": "Mensagem",
+ "subject": "Assunto",
+ "send": "Enviar",
+ "reply": "Responder",
+ "reply-to-all": "Responder para todos",
+ "delete-this-message": "Deletar essa mensagem",
+ "mark-as-read": "Marcar como lida",
+ "mark-as-unread": "Marcar como não lida",
+ "delete": "Deletar",
+ "archive": "Arquivar",
+ "nothing-selected": "Nada selecionado",
+ "add-tag-placeholder": "Aperte enter para adicionar a tag",
+ "no-subject": "<Sem assunto>",
+ "no-recipient": "<Sem destinatários>",
+ "you": "você",
+ "encrypted": "Criptografado",
+ "not-encrypted": "Não criptografado",
+ "signed": "Rementente verificado",
+ "not-signed": "Não assinado",
+ "sending-mail": "Enviando...",
+ "trash-button": "Deletar",
+ "search-placeholder" : "Pesquisar...",
+ "search-results-for": "Resultado da pesquisa por",
+ "forward": "Encaminhar",
+ "feedback-placeholder": "Nos diga o que gosta, não gosta, o que está faltando e o que pensa sobre o Pixelated.",
+ "user-account": "Opções de usuário",
+ "email-address": "Endereço de email",
+ "public-key-fingerprint": "Identificação da chave pública",
+ "version": "versão",
+ "logout": "Sair",
+ "delete-permanently": "Excluir permanentemente",
+ "move-to-inbox": "Mover para Caixa de Entrada",
+ "reply-author-line": "Em {{date}}, <{{from}}> escreveu:\n",
+ "refresh": "atualizar",
+ "click-to-remove": "Pressione para remover",
+ "no-results-for": "Sem resultados para",
+ "no-emails-in": "Nenhum email em",
+ "error": {
+ "timeout": "A operação excedeu o limite de tempo",
+ "general": "Problemas ao se comunicar com o servidor",
+ "parse": "Obteve uma resposta inválida do servidor"
+ },
+ "tags": {
+ "inbox": "Caixa de Entrada",
+ "sent": "Enviadas",
+ "drafts": "Rascunhos",
+ "trash": "Lixeira",
+ "all": "Todas",
+ "tags": "Etiquetas"
+ }
+}
diff --git a/web-ui/app/locales/sv_SE/translation.json b/web-ui/app/locales/sv_SE/translation.json
new file mode 100644
index 00000000..d4da0711
--- /dev/null
+++ b/web-ui/app/locales/sv_SE/translation.json
@@ -0,0 +1,42 @@
+{
+ "compose": "Skriv nytt",
+ "re": "Sv",
+ "fwd": "VB",
+ "trash-single": "Ditt meddelande har flyttats till papperskorgen!",
+ "trash-bulk": "Ditt meddelande har arkiverats!",
+ "recipients-not-valid": "En eller flera mottagare är inte giltiga epost-adresser",
+ "failed-change-tags": "Kan inte ändra taggar",
+ "invalid-tag-name": "Ogiltigt taggnamn",
+ "failed-delete-single": "Kan inte ta bort meddelande",
+ "failed-fetch-messages": "Kan inte hämta meddelanden",
+ "to": "till",
+ "cc": "CC",
+ "bcc": "BCC",
+ "body": "Innehåll",
+ "subject": "Titel",
+ "send": "Skicka",
+ "reply": "Svara",
+ "reply-to-all": "Svara Alla",
+ "mark-as-read": "Markera som läst",
+ "delete": "Ta bort",
+ "archive": "Arkivera",
+ "nothing-selected": "INGET VALT",
+ "add-tag-placeholder": "Tryck retur för att skapa",
+ "no-subject": "<Ingen titel>",
+ "no-recipient": "<Inga mottagare>",
+ "you": "du",
+ "encrypted": "krypterad",
+ "not-encrypted": "Meddelandet var läsbart medans det var på väg.",
+ "signed": "Certifierad avsändare.",
+ "not-signed": "Avsändaren kunde inte säkert identifieras.",
+ "search-placeholder" : "Sök...",
+ "search-results-for": "Sökresultat för",
+ "forward": "Vidarebefodra",
+ "tags": {
+ "inbox": "Inlåda",
+ "sent": "Skickat",
+ "drafts": "Utkast",
+ "trash": "Skräp",
+ "all": "Alla"
+ }
+}