From fff0f31a664acfdbff0ddd1a18e441dce0ee3514 Mon Sep 17 00:00:00 2001 From: Tulio Casagrande Date: Tue, 28 Jun 2016 19:11:17 -0300 Subject: Normalize i18n keys --- web-ui/app/locales/en_US/translation.json | 37 ++++++++++++++----------------- 1 file changed, 17 insertions(+), 20 deletions(-) (limited to 'web-ui/app/locales/en_US/translation.json') 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", -- cgit v1.2.3