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/sv_SE/translation.json | 31 +++++++++++++------------------ 1 file changed, 13 insertions(+), 18 deletions(-) (limited to 'web-ui/app/locales/sv_SE') diff --git a/web-ui/app/locales/sv_SE/translation.json b/web-ui/app/locales/sv_SE/translation.json index bd49e2e4..3ef3d363 100644 --- a/web-ui/app/locales/sv_SE/translation.json +++ b/web-ui/app/locales/sv_SE/translation.json @@ -4,33 +4,29 @@ "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!", - "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", + "recipients-not-valid": "One or more of the recipients are not valid emails", + "failed-change-tags": "Could not update mail tags", + "invalid-tag-name": "Invalid tag name", + "failed-delete-single": "Could not delete email", + "failed-fetch-messages": "Could not fetch messages", "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", @@ -52,13 +48,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", -- cgit v1.2.3