diff options
| author | Glandos <bugs-github@antipoul.fr> | 2020-05-09 21:50:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-09 21:50:24 +0200 |
| commit | b9672d9e15fb8feeb21134869f7ce8c4b1087808 (patch) | |
| tree | 2366c812bfe9dc74069cb09c4b7ba4d995da688e /ihatemoney/translations/de | |
| parent | 570a19c4d27785c33e76ef21ab4aca3ad1b3316a (diff) | |
| download | ihatemoney-mirror-b9672d9e15fb8feeb21134869f7ce8c4b1087808.zip ihatemoney-mirror-b9672d9e15fb8feeb21134869f7ce8c4b1087808.tar.gz ihatemoney-mirror-b9672d9e15fb8feeb21134869f7ce8c4b1087808.tar.bz2 | |
Update i18n (#617)
Diffstat (limited to 'ihatemoney/translations/de')
| -rw-r--r-- | ihatemoney/translations/de/LC_MESSAGES/messages.po | 41 |
1 files changed, 34 insertions, 7 deletions
diff --git a/ihatemoney/translations/de/LC_MESSAGES/messages.po b/ihatemoney/translations/de/LC_MESSAGES/messages.po index ee83f82..502793b 100644 --- a/ihatemoney/translations/de/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/de/LC_MESSAGES/messages.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-04-25 13:02+0200\n" +"POT-Creation-Date: 2020-05-09 21:41+0200\n" "PO-Revision-Date: 2020-02-12 10:50+0000\n" "Last-Translator: flolilo <flolilo@mailbox.org>\n" "Language: de\n" @@ -13,7 +13,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.8.0\n" +"Generated-By: Babel 2.7.0\n" msgid "" "Not a valid amount or expression. Only numbers and + - * / operators are " @@ -37,6 +37,9 @@ msgstr "" msgid "Use IP tracking for project history" msgstr "" +msgid "Default Currency" +msgstr "" + msgid "Import previously exported JSON file" msgstr "" @@ -93,6 +96,9 @@ msgstr "Von" msgid "Amount paid" msgstr "Betrag" +msgid "Currency" +msgstr "" + msgid "External link" msgstr "" @@ -108,6 +114,10 @@ msgstr "Hinzufügen" msgid "Submit and add a new one" msgstr "Hinzufügen und neuen erstellen" +#, python-format +msgid "Project default: %(currency)s" +msgstr "" + msgid "Bills can't be null" msgstr "Der Betrag darf nicht null sein" @@ -148,6 +158,9 @@ msgstr "" msgid "Project" msgstr "Projekt" +msgid "No Currency" +msgstr "" + msgid "Too many failed login attempts, please retry later." msgstr "Zu viele fehlgeschlagene Anmeldeversuche, bitte versuche es später." @@ -169,9 +182,12 @@ msgstr "" "Du hast gerade das Projekt '%(project)s' erstellt, um deine Ausgaben zu " "teilen" +msgid "Error while sending reminder email" +msgstr "" + #, python-format -msgid "%(msg_compl)sThe project identifier is %(project)s" -msgstr "%(msg_compl)sDie Projekt-ID lautet %(project)s" +msgid "The project identifier is %(project)s" +msgstr "" msgid "No token provided" msgstr "Kein Token zur Verfügung gestellt" @@ -507,6 +523,10 @@ msgstr "" msgid "Amount" msgstr "" +#, python-format +msgid "Amount in %(currency)s" +msgstr "" + msgid "modified" msgstr "" @@ -617,6 +637,10 @@ msgstr "\"I hate money\" ist freie Software" msgid "you can contribute and improve it!" msgstr "du kannst dazu beitragen und sie verbessern!" +#, python-format +msgid "%(amount)s each" +msgstr "" + msgid "deactivate" msgstr "deaktivieren" @@ -661,9 +685,6 @@ msgstr "Jeder" msgid "Everyone but %(excluded)s" msgstr "Jeder außer %(excluded)s" -msgid "each" -msgstr "alles" - msgid "No bills" msgstr "Keine Ausgaben" @@ -758,3 +779,9 @@ msgstr "" #~ msgid "cleared the project history." #~ msgstr "" +#~ msgid "%(msg_compl)sThe project identifier is %(project)s" +#~ msgstr "%(msg_compl)sDie Projekt-ID lautet %(project)s" + +#~ msgid "each" +#~ msgstr "alles" + |
