qif-import: ignoriert leere buchungen, prüft buchungstyp und kategorietyp
This commit is contained in:
parent
2db020f5d8
commit
1a4ed7a1df
3 changed files with 45 additions and 1 deletions
10
locale/de.po
10
locale/de.po
|
@ -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 #
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue