From aa04ff3742e53bff9f5369ab7357050b7c2947a3 Mon Sep 17 00:00:00 2001 From: Patrick Maia Date: Wed, 1 Oct 2014 16:43:29 -0300 Subject: #53 - gives better feedback on UI when attempt to add invalid tag is made --- web-ui/app/locales/en/translation.json | 1 + web-ui/app/locales/pt/translation.json | 1 + web-ui/app/locales/sv/translation.json | 1 + 3 files changed, 3 insertions(+) (limited to 'web-ui/app/locales') diff --git a/web-ui/app/locales/en/translation.json b/web-ui/app/locales/en/translation.json index c953994b..ef0aac64 100644 --- a/web-ui/app/locales/en/translation.json +++ b/web-ui/app/locales/en/translation.json @@ -8,6 +8,7 @@ "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", diff --git a/web-ui/app/locales/pt/translation.json b/web-ui/app/locales/pt/translation.json index 6623ceaa..a7f4d2a9 100644 --- a/web-ui/app/locales/pt/translation.json +++ b/web-ui/app/locales/pt/translation.json @@ -7,6 +7,7 @@ "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 mensagems", diff --git a/web-ui/app/locales/sv/translation.json b/web-ui/app/locales/sv/translation.json index b76de97f..e999ce9d 100644 --- a/web-ui/app/locales/sv/translation.json +++ b/web-ui/app/locales/sv/translation.json @@ -8,6 +8,7 @@ "Saved as draft.": "Sparat som utkast.", "One or more of the recipients are not valid emails": "En eller flera mottagare är inte giltiga epost-adresser", "Could not update mail tags": "Kan inte ändra taggar", + "Invalid tag name": "Ogiltigt taggnamn", "Could not delete email": "Kan inte ta bort meddelande", "Could not fetch messages": "Kan inte hämta meddelanden", "TO": "TILL", -- cgit v1.2.3