summaryrefslogtreecommitdiff
path: root/web-ui/app/locales/en_US/translation.json
blob: 595d7954191d1b6dfb16e082cf30bdb44fa4daa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
    "compose": "Compose",
    "re": "Re",
    "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",
    "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 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",
    "body": "Body",
    "subject": "Subject",
    "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",
    "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",
    "Archive it": "Archive it",
    "Trash:": "Trash:",
    "Archive:": "Archive:",
    "we will keep this message for 30 days, then delete it forever.": "we will keep this message for 30 days, then delete it forever.",
    "we will remove all the tags, but keep it in your account in case you need it.": "we will remove all the tags, but keep it in your account in case you need it.",
    "no_subject": "<No Subject>",
    "no_recipient": "<No Recipients>",
    "you": "you",
    "encrypted": "Encrypted",
    "encrypted encryption-error": "Unable to decrypt",
    "encrypted encryption-valid": "Encrypted",
    "not-encrypted": "Not Encrypted",
    "signed": "Verified sender",
    "signed signature-revoked": "Unreliable signature",
    "signed signature-expired": "Unreliable signature",
    "signed signature-not-trusted": "Unreliable signature",
    "signed signature-unknown": "Unreliable signature",
    "not-signed": "Not signed",
    "sending-mail": "Sending...",
    "trash-button": "Delete it",
    "search-placeholder" : "Search...",
    "search-results-for": "Search results for",
    "Tags": "Tags",
    "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",
    "public-key-fingerprint": "Public key fingerprint",
    "version": "version",
    "logout": "Logout",
    "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"
    },
    "tags": {
        "inbox": "Inbox",
        "sent": "Sent",
        "drafts": "Drafts",
        "trash": "Trash",
        "all": "All",
        "tags": "Tags"
    }
}