diff options
Diffstat (limited to 'web-ui/app/locales/de_DE/translation.json')
-rw-r--r-- | web-ui/app/locales/de_DE/translation.json | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/web-ui/app/locales/de_DE/translation.json b/web-ui/app/locales/de_DE/translation.json index 6ab27a1b..cd54ddf7 100644 --- a/web-ui/app/locales/de_DE/translation.json +++ b/web-ui/app/locales/de_DE/translation.json @@ -7,11 +7,15 @@ "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", "recipients-not-valid": "One or more of the recipients are not valid emails", - "failed-change-tags": "Could not update mail tags", + "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", @@ -48,10 +52,14 @@ "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", + "no-results-for": "No results for", + "no-emails-in": "No emails in", "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", |