diff options
Diffstat (limited to 'web-ui')
| -rw-r--r-- | web-ui/app/locales/de_DE/translation.json | 35 | ||||
| -rw-r--r-- | web-ui/app/locales/es_ES/translation.json | 35 | ||||
| -rw-r--r-- | web-ui/app/locales/sv_SE/translation.json | 134 | 
3 files changed, 125 insertions, 79 deletions
diff --git a/web-ui/app/locales/de_DE/translation.json b/web-ui/app/locales/de_DE/translation.json index 526d5c17..dd9e62a5 100644 --- a/web-ui/app/locales/de_DE/translation.json +++ b/web-ui/app/locales/de_DE/translation.json @@ -1,10 +1,12 @@  {      "compose": "Compose",      "re": "Re: ", -    "fwd": "Fwd: ", -    "Your message was moved to trash!": "Your message was moved to trash!", +    "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 permanently deleted!": "Your message was permanently deleted!", +    "delete-single": "Your message was permanently deleted!", +    "delete-bulk": "Your messages were permanently deleted!",      "Saved as draft.": "Saved as draft.",      "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", @@ -21,11 +23,12 @@      "Send": "Send",      "Cancel": "Cancel",      "Reply": "Reply", -    "Reply to All": "Reply to All", -    "Mark as read": "Mark as read", +    "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", +    "delete": "Delete", +    "archive": "Archive",      "Close": "Close",      "Trash this message": "Trash this message",      "NOTHING SELECTED": "NOTHING SELECTED", @@ -38,7 +41,7 @@      "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.", -    "to:": "to:", +    "to": "to",      "no_subject": "<No Subject>",      "no_recipient": "<No Recipients>",      "you": "you", @@ -60,13 +63,25 @@      "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", - +    "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" +        "all": "All", +        "tags": "Tags"      }  } diff --git a/web-ui/app/locales/es_ES/translation.json b/web-ui/app/locales/es_ES/translation.json index 526d5c17..dd9e62a5 100644 --- a/web-ui/app/locales/es_ES/translation.json +++ b/web-ui/app/locales/es_ES/translation.json @@ -1,10 +1,12 @@  {      "compose": "Compose",      "re": "Re: ", -    "fwd": "Fwd: ", -    "Your message was moved to trash!": "Your message was moved to trash!", +    "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 permanently deleted!": "Your message was permanently deleted!", +    "delete-single": "Your message was permanently deleted!", +    "delete-bulk": "Your messages were permanently deleted!",      "Saved as draft.": "Saved as draft.",      "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", @@ -21,11 +23,12 @@      "Send": "Send",      "Cancel": "Cancel",      "Reply": "Reply", -    "Reply to All": "Reply to All", -    "Mark as read": "Mark as read", +    "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", +    "delete": "Delete", +    "archive": "Archive",      "Close": "Close",      "Trash this message": "Trash this message",      "NOTHING SELECTED": "NOTHING SELECTED", @@ -38,7 +41,7 @@      "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.", -    "to:": "to:", +    "to": "to",      "no_subject": "<No Subject>",      "no_recipient": "<No Recipients>",      "you": "you", @@ -60,13 +63,25 @@      "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", - +    "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" +        "all": "All", +        "tags": "Tags"      }  } diff --git a/web-ui/app/locales/sv_SE/translation.json b/web-ui/app/locales/sv_SE/translation.json index f80c725e..dd9e62a5 100644 --- a/web-ui/app/locales/sv_SE/translation.json +++ b/web-ui/app/locales/sv_SE/translation.json @@ -1,71 +1,87 @@  { -    "compose": "Skriv nytt", -    "re": "Sv: ", -    "fwd": "VB", -    "Your message was moved to trash!": "Ditt meddelande har flyttats till papperskorgen!", -    "Your message was archived": "Ditt meddelande har arkiverats!", -    "Saved as draft.": "Sparat som utkast.", -    "One or more of the recipients are not valid emails": "En eller flera mottagare är inte giltiga epost-adresser", -    "Could not update mail tags": "Kan inte ändra taggar", -    "Invalid tag name": "Ogiltigt taggnamn", -    "Could not delete email": "Kan inte ta bort meddelande", -    "Could not fetch messages": "Kan inte hämta meddelanden", -    "TO": "TILL", -    "To": "Till", +    "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!", +    "Saved as draft.": "Saved as draft.", +    "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", +    "TO": "TO", +    "To": "To",      "CC": "CC",      "BCC": "BCC", -    "Body": "Innehåll", -    "Subject": "Titel", -    "Don't worry about recipients right now, you'll be able to add them just before sending.": "Oroa dig inte över mottagare just nu, du kan lägga till dem senare.", -    "Send": "Skicka", -    "Cancel": "Avbryt", -    "Reply": "Svara", -    "reply-to-all": "Svara Alla", -    "mark-as-read": "Markera som läst", +    "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", +    "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": "Ta bort", -    "archive": "Arkivera", -    "Close": "Stäng", -    "Trash this message": "Kasta detta meddelande", -    "NOTHING SELECTED": "INGET VALT", -    "Press Enter to add tag": "Tryck retur för att skapa", -    "You are trying to delete the last tag on this message.": "Du försöker ta bort den sista taggen på detta meddelande.", -    "What would you like to do?": "Vad vill du göra?", -    "Trash message": "Ta bort", -    "Archive it": "Arkivera", -    "Trash:": "Ta bort:", -    "Archive:": "Arkivera:", -    "we will keep this message for 30 days, then delete it forever.": "vi kommer spara meddelandet i 30 dagar och sedan ta bort det för alltid.", -    "we will remove all the tags, but keep it in your account in case you need it.": "vi kommer ta bort alla taggar men spara meddelandet i ditt konto ifall du behöver det.", -    "to:": "till:", -    "no_subject": "<Ingen titel>", -    "no_recipient": "<Inga mottagare>", -    "you": "du", -    "encrypted": "krypterad", -    "encrypted encryption-error": "Du har inte tillstånd att see det här meddelandet.", -    "encrypted encryption-valid": "Meddelandet skickades säkert.", -    "not-encrypted": "Meddelandet var läsbart medans det var på väg.", -    "signed": "Certifierad avsändare.", -    "signed signature-revoked": "Avsändaren kunde inte säkert identifieras.", -    "signed signature-expired": "Avsändaren kunde inte säkert identifieras.", -    "signed signature-not-trusted": "Avsändaren och/eller meddelandet är inte pålitligt.", -    "signed signature-unknown": "Avsändaren och/eller meddelandet är inte pålitligt.", -    "not-signed": "Avsändaren kunde inte säkert identifieras.", +    "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", +    "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.", +    "to": "to", +    "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",      "send-button": "Send",      "sending-mail": "Sending...",      "trash-button": "Delete it", -    "search-placeholder" : "Sök...", -    "Search results for:": "Sökresultat för:", -    "Tags": "Taggar", -    "Forward": "Vidarebefodra", +    "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", - +    "error": { +        "timeout": "a timeout occurred", +        "general": "problems talking to server", +        "parse": "got invalid response from server" +    },      "tags": { -        "inbox": "Inlåda", -        "sent": "Skickat", -        "drafts": "Utkast", -        "trash": "Skräp", -        "all": "Alla" +        "inbox": "Inbox", +        "sent": "Sent", +        "drafts": "Drafts", +        "trash": "Trash", +        "all": "All", +        "tags": "Tags"      }  }  | 
