summaryrefslogtreecommitdiff
path: root/web-ui/app/locales/en_US/translation.json
diff options
context:
space:
mode:
authorTulio Casagrande <tcasagra@thoughtworks.com>2016-06-28 19:11:17 -0300
committerTulio Casagrande <tcasagra@thoughtworks.com>2016-06-28 19:11:17 -0300
commitfff0f31a664acfdbff0ddd1a18e441dce0ee3514 (patch)
treeda90f9b774d44ca7d3e605706abeda37bac1d9d9 /web-ui/app/locales/en_US/translation.json
parent0e6217184eeeb69fa85fcf97d28be37e9042a71d (diff)
Normalize i18n keys
Diffstat (limited to 'web-ui/app/locales/en_US/translation.json')
-rw-r--r--web-ui/app/locales/en_US/translation.json37
1 files changed, 17 insertions, 20 deletions
diff --git a/web-ui/app/locales/en_US/translation.json b/web-ui/app/locales/en_US/translation.json
index f5465ea6..595d7954 100644
--- a/web-ui/app/locales/en_US/translation.json
+++ b/web-ui/app/locales/en_US/translation.json
@@ -4,36 +4,33 @@
"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",
+ "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",
- "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",
- "could-not-archive": "Could not archive emails",
+ "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",
+ "cc": "CC",
+ "bcc": "BCC",
"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",
- "Reply": "Reply",
+ "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",
- "Close": "Close",
- "Trash this message": "Trash this message",
- "NOTHING SELECTED": "NOTHING SELECTED",
- "Press Enter to add tag": "Press Enter to add tag",
+ "nothing-selected": "Nothing selected",
+ "add-tag-placeholder": "Press Enter to add tag",
"You are trying to delete the last tag on this message.": "You are trying to delete the last tag on this message.",
"What would you like to do?": "What would you like to do?",
"Trash message": "Trash message",
@@ -55,13 +52,12 @@
"signed signature-not-trusted": "Unreliable signature",
"signed signature-unknown": "Unreliable signature",
"not-signed": "Not signed",
- "send-button": "Send",
"sending-mail": "Sending...",
"trash-button": "Delete it",
"search-placeholder" : "Search...",
"search-results-for": "Search results for",
"Tags": "Tags",
- "Forward": "Forward",
+ "forward": "Forward",
"feedback-placeholder": "Tell us what you liked, didn't like, what is missing and generally what you think about Pixelated.",
"user-settings": "User Settings",
"email-address": "Email address",
@@ -73,7 +69,8 @@
"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",