summaryrefslogtreecommitdiff
path: root/web-ui/app/locales
diff options
context:
space:
mode:
authorTulio Casagrande <tcasagra@thoughtworks.com>2016-06-28 17:04:45 -0300
committerTulio Casagrande <tcasagra@thoughtworks.com>2016-06-28 17:08:48 -0300
commit0e6217184eeeb69fa85fcf97d28be37e9042a71d (patch)
tree988f628b602d43685d2e26f68b3b28e6dc469671 /web-ui/app/locales
parent1cf3d16637e0a128c3e12236614cc0cd4f40dfc7 (diff)
Added remaining translations strings
Diffstat (limited to 'web-ui/app/locales')
-rw-r--r--web-ui/app/locales/de_DE/translation.json13
-rw-r--r--web-ui/app/locales/en_US/translation.json25
-rw-r--r--web-ui/app/locales/es_ES/translation.json13
-rw-r--r--web-ui/app/locales/pt_BR/translation.json20
-rw-r--r--web-ui/app/locales/sv_SE/translation.json13
5 files changed, 39 insertions, 45 deletions
diff --git a/web-ui/app/locales/de_DE/translation.json b/web-ui/app/locales/de_DE/translation.json
index dd9e62a5..bd49e2e4 100644
--- a/web-ui/app/locales/de_DE/translation.json
+++ b/web-ui/app/locales/de_DE/translation.json
@@ -1,24 +1,22 @@
{
"compose": "Compose",
- "re": "Re: ",
+ "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!",
- "Saved as draft.": "Saved as draft.",
"One or more of the recipients are not valid emails": "One or more of the recipients are not valid emails",
"Could not update mail tags": "Could not update mail tags",
"Invalid tag name": "Invalid tag name",
"Could not delete email": "Could not delete email",
"Could not fetch messages": "Could not fetch messages",
- "TO": "TO",
- "To": "To",
+ "to": "to",
"CC": "CC",
"BCC": "BCC",
- "Body": "Body",
- "Subject": "Subject",
+ "body": "Body",
+ "subject": "Subject",
"Don't worry about recipients right now, you'll be able to add them just before sending.": "Don't worry about recipients right now, you'll be able to add them just before sending.",
"Send": "Send",
"Cancel": "Cancel",
@@ -41,7 +39,6 @@
"Archive:": "Archive:",
"we will keep this message for 30 days, then delete it forever.": "we will keep this message for 30 days, then delete it forever.",
"we will remove all the tags, but keep it in your account in case you need it.": "we will remove all the tags, but keep it in your account in case you need it.",
- "to": "to",
"no_subject": "<No Subject>",
"no_recipient": "<No Recipients>",
"you": "you",
@@ -59,7 +56,7 @@
"sending-mail": "Sending...",
"trash-button": "Delete it",
"search-placeholder" : "Search...",
- "Search results for:": "Search results for:",
+ "search-results-for": "Search results for",
"Tags": "Tags",
"Forward": "Forward",
"feedback-placeholder": "Tell us what you liked, didn't like, what is missing and generally what you think about Pixelated.",
diff --git a/web-ui/app/locales/en_US/translation.json b/web-ui/app/locales/en_US/translation.json
index dd9e62a5..f5465ea6 100644
--- a/web-ui/app/locales/en_US/translation.json
+++ b/web-ui/app/locales/en_US/translation.json
@@ -1,24 +1,25 @@
{
"compose": "Compose",
- "re": "Re: ",
+ "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!",
- "Saved as draft.": "Saved as draft.",
+ "draft-saving": "Saving to Drafts...",
+ "draft-saved": "Draft saved",
"One or more of the recipients are not valid emails": "One or more of the recipients are not valid emails",
"Could not update mail tags": "Could not update mail tags",
"Invalid tag name": "Invalid tag name",
"Could not delete email": "Could not delete email",
"Could not fetch messages": "Could not fetch messages",
- "TO": "TO",
- "To": "To",
+ "could-not-archive": "Could not archive emails",
+ "to": "to",
"CC": "CC",
"BCC": "BCC",
- "Body": "Body",
- "Subject": "Subject",
+ "body": "Body",
+ "subject": "Subject",
"Don't worry about recipients right now, you'll be able to add them just before sending.": "Don't worry about recipients right now, you'll be able to add them just before sending.",
"Send": "Send",
"Cancel": "Cancel",
@@ -41,7 +42,6 @@
"Archive:": "Archive:",
"we will keep this message for 30 days, then delete it forever.": "we will keep this message for 30 days, then delete it forever.",
"we will remove all the tags, but keep it in your account in case you need it.": "we will remove all the tags, but keep it in your account in case you need it.",
- "to": "to",
"no_subject": "<No Subject>",
"no_recipient": "<No Recipients>",
"you": "you",
@@ -59,7 +59,7 @@
"sending-mail": "Sending...",
"trash-button": "Delete it",
"search-placeholder" : "Search...",
- "Search results for:": "Search results for:",
+ "search-results-for": "Search results for",
"Tags": "Tags",
"Forward": "Forward",
"feedback-placeholder": "Tell us what you liked, didn't like, what is missing and generally what you think about Pixelated.",
@@ -71,10 +71,13 @@
"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",
+
"error": {
- "timeout": "a timeout occurred",
- "general": "problems talking to server",
- "parse": "got invalid response from server"
+ "timeout": "A timeout occurred",
+ "general": "Problems talking to server",
+ "parse": "Got invalid response from server"
},
"tags": {
"inbox": "Inbox",
diff --git a/web-ui/app/locales/es_ES/translation.json b/web-ui/app/locales/es_ES/translation.json
index dd9e62a5..bd49e2e4 100644
--- a/web-ui/app/locales/es_ES/translation.json
+++ b/web-ui/app/locales/es_ES/translation.json
@@ -1,24 +1,22 @@
{
"compose": "Compose",
- "re": "Re: ",
+ "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!",
- "Saved as draft.": "Saved as draft.",
"One or more of the recipients are not valid emails": "One or more of the recipients are not valid emails",
"Could not update mail tags": "Could not update mail tags",
"Invalid tag name": "Invalid tag name",
"Could not delete email": "Could not delete email",
"Could not fetch messages": "Could not fetch messages",
- "TO": "TO",
- "To": "To",
+ "to": "to",
"CC": "CC",
"BCC": "BCC",
- "Body": "Body",
- "Subject": "Subject",
+ "body": "Body",
+ "subject": "Subject",
"Don't worry about recipients right now, you'll be able to add them just before sending.": "Don't worry about recipients right now, you'll be able to add them just before sending.",
"Send": "Send",
"Cancel": "Cancel",
@@ -41,7 +39,6 @@
"Archive:": "Archive:",
"we will keep this message for 30 days, then delete it forever.": "we will keep this message for 30 days, then delete it forever.",
"we will remove all the tags, but keep it in your account in case you need it.": "we will remove all the tags, but keep it in your account in case you need it.",
- "to": "to",
"no_subject": "<No Subject>",
"no_recipient": "<No Recipients>",
"you": "you",
@@ -59,7 +56,7 @@
"sending-mail": "Sending...",
"trash-button": "Delete it",
"search-placeholder" : "Search...",
- "Search results for:": "Search results for:",
+ "search-results-for": "Search results for",
"Tags": "Tags",
"Forward": "Forward",
"feedback-placeholder": "Tell us what you liked, didn't like, what is missing and generally what you think about Pixelated.",
diff --git a/web-ui/app/locales/pt_BR/translation.json b/web-ui/app/locales/pt_BR/translation.json
index c359e8a2..59e5103c 100644
--- a/web-ui/app/locales/pt_BR/translation.json
+++ b/web-ui/app/locales/pt_BR/translation.json
@@ -7,18 +7,16 @@
"Your message was archived": "Sua mensagem foi arquivada",
"delete-single": "Sua mensagem foi permanentemente deletada!",
"delete-bulk": "Suas mensagens foram permanentemente deletadas!",
- "Saved as draft.": "Salvo como rascunho.",
"One or more of the recipients are not valid emails": "Um ou mais destinatários não são emails válidos",
"Could not update mail tags": "Não pode atualizar as tags do email",
"Invalid tag name": "Nome inválido para tag",
"Could not delete email": "Não pode deletar o email",
"Could not fetch messages": "Não pode receber as mensagens",
- "TO": "TO",
- "To": "To",
+ "to": "para",
"CC": "CC",
"BCC": "CCO",
- "Body": "Mensagem",
- "Subject": "Assunto",
+ "body": "Mensagem",
+ "subject": "Assunto",
"Don't worry about recipients right now, you'll be able to add them just before sending.": "Não se preocupme com destinatários agora, você poderá adicioná-los antes de enviar.",
"Send": "Enviar",
"Cancel": "Cancelar",
@@ -59,7 +57,7 @@
"sending-mail": "Enviando...",
"trash-button": "Deletar",
"search-placeholder" : "Pesquisar...",
- "Search results for:": "Resultado da pesquisa por:",
+ "search-results-for": "Resultado da pesquisa por",
"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.",
@@ -71,10 +69,12 @@
"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",
"error": {
- "timeout": "a operação escedeu o limite de tempo",
- "general": "problemas ao se comunicar com o servidor",
- "parse": "obteve uma resposta inválida do servidor"
+ "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",
@@ -82,6 +82,6 @@
"drafts": "Rascunhos",
"trash": "Lixeira",
"all": "Todas",
- "tags": "Tags"
+ "tags": "Etiquetas"
}
}
diff --git a/web-ui/app/locales/sv_SE/translation.json b/web-ui/app/locales/sv_SE/translation.json
index dd9e62a5..bd49e2e4 100644
--- a/web-ui/app/locales/sv_SE/translation.json
+++ b/web-ui/app/locales/sv_SE/translation.json
@@ -1,24 +1,22 @@
{
"compose": "Compose",
- "re": "Re: ",
+ "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!",
- "Saved as draft.": "Saved as draft.",
"One or more of the recipients are not valid emails": "One or more of the recipients are not valid emails",
"Could not update mail tags": "Could not update mail tags",
"Invalid tag name": "Invalid tag name",
"Could not delete email": "Could not delete email",
"Could not fetch messages": "Could not fetch messages",
- "TO": "TO",
- "To": "To",
+ "to": "to",
"CC": "CC",
"BCC": "BCC",
- "Body": "Body",
- "Subject": "Subject",
+ "body": "Body",
+ "subject": "Subject",
"Don't worry about recipients right now, you'll be able to add them just before sending.": "Don't worry about recipients right now, you'll be able to add them just before sending.",
"Send": "Send",
"Cancel": "Cancel",
@@ -41,7 +39,6 @@
"Archive:": "Archive:",
"we will keep this message for 30 days, then delete it forever.": "we will keep this message for 30 days, then delete it forever.",
"we will remove all the tags, but keep it in your account in case you need it.": "we will remove all the tags, but keep it in your account in case you need it.",
- "to": "to",
"no_subject": "<No Subject>",
"no_recipient": "<No Recipients>",
"you": "you",
@@ -59,7 +56,7 @@
"sending-mail": "Sending...",
"trash-button": "Delete it",
"search-placeholder" : "Search...",
- "Search results for:": "Search results for:",
+ "search-results-for": "Search results for",
"Tags": "Tags",
"Forward": "Forward",
"feedback-placeholder": "Tell us what you liked, didn't like, what is missing and generally what you think about Pixelated.",