qif-import: ignoriert leere buchungen, prüft buchungstyp und kategorietyp

This commit is contained in:
Frederik Jaeckel 2022-09-12 18:52:22 +02:00
parent 2db020f5d8
commit 1a4ed7a1df
3 changed files with 45 additions and 1 deletions

View file

@ -12,7 +12,7 @@ msgstr "Die folgenden Kategorien werden nun importiert:\n%(categories)s"
msgctxt "model:ir.message,text:msg_wiz_transactions_found"
msgid "The following transactionen are now imported:\nCredit: %(credit)s\nDebit: %(debit)s\nBalance: %(balance)s\nNumber of transactions: %(quantity)s"
msgstr "Die folgenden Transaktionen werden nun importiert:\nEinnahmen: %(credit)s\Ausgaben: %(debit)s\nSaldo: %(balance)s\nAnzahl Transactionen: %(quantity)s"
msgstr "Die folgenden Transaktionen werden nun importiert:\nEinnahmen: %(credit)s\nAusgaben: %(debit)s\nSaldo: %(balance)s\nAnzahl Transactionen: %(quantity)s"
msgctxt "model:ir.message,text:msg_wiz_parties_found"
msgid "The following %(numparties)s parties are now imported:"
@ -70,6 +70,14 @@ msgctxt "model:ir.message,text:mds_import_book_notfound"
msgid "The cashbook '%(bookname)s' was not found."
msgstr "Das Kassenbuch '%(bookname)s' wurde nicht gefunden."
msgctxt "model:ir.message,text:mds_import_category_not_match"
msgid "The category '%(catname)s' of the split booking does not match the bookingtype '%(bktype)s' (data: '%(data)s')"
msgstr "Die Kategorie '%(catname)s' der Splitbuchung paßt nicht zum Buchungstyp '%(bktype)s' (Daten: '%(data)s')"
msgctxt "model:ir.message,text:msg_ignore_null_booking"
msgid "Ignore empty booking, no category, amount zero: %(trinfo)s"
msgstr "Ignoriere leere Buchung, keine Kategorie, Betrag Null: %(trinfo)s"
#############
# ir.action #