import: für umbuchungen optimiert + test

This commit is contained in:
Frederik Jaeckel 2022-09-08 17:29:10 +02:00
parent 9e6cfb210f
commit 2db020f5d8
9 changed files with 277 additions and 114 deletions

View file

@ -27,8 +27,8 @@ msgid "No transactions were found in the file."
msgstr "In der Datei wurden keine Transaktionen gefunden."
msgctxt "model:ir.message,text:mds_import_category_notfound"
msgid "The category '%(catname)s' (Type: %(cattype)s) was not found."
msgstr "Die Kategorie '%(catname)s' (Typ: %(cattype)s) wurde nicht gefunden."
msgid "The category '%(catname)s' was not found."
msgstr "Die Kategorie '%(catname)s' wurde nicht gefunden."
msgctxt "model:ir.message,text:mds_import_party_notfound"
msgid "The party '%(pname)s' was not found."
@ -39,8 +39,12 @@ msgid "For the party '%(pname)s' of the import, several parties were found in th
msgstr "Für die Partei '%(pname)s' des Imports wurden mehrere Parteien im System gefunden. Verwende: '%(pname2)s'"
msgctxt "model:ir.message,text:mds_import_many_categories_found"
msgid "For the category '%(catname1)s' (type: '%(cattype)s') of the import, several categories were found in the system. Use: '%(catname2)s'"
msgstr "Für die Kategorie '%(catname1)s' (Typ: '%(cattype)s') des Imports wurden mehrere Kategorien im System gefunden. Verwende: '%(catname2)s'"
msgid "For the category '%(catname1)s' of the import, several categories were found in the system. Use: '%(catname2)s'"
msgstr "Für die Kategorie '%(catname1)s' des Imports wurden mehrere Kategorien im System gefunden. Verwende: '%(catname2)s'"
msgctxt "model:ir.message,text:mds_import_many_books_found"
msgid "For the cashbook '%(bookname1)s' of the import, several cashbooks were found in the system. Use: '%(bookname2)s'"
msgstr "Für das Kassenbuch '%(bookname1)s' des Imports wurden mehrere Kassenbücher im System gefunden. Verwende: '%(bookname2)s'"
msgctxt "model:ir.message,text:mds_import_checknumber"
msgid "Cheque No."
@ -58,6 +62,14 @@ msgctxt "model:ir.message,text:mds_import_no_category"
msgid "No category has been assigned for transaction '%(trdata)s'."
msgstr "Für die Transaktion '%(trdata)s' wurde keine Kategorie zugeordnet."
msgctxt "model:ir.message,text:mds_import_no_account"
msgid "No cashbook has been assigned for transaction '%(trdata)s'."
msgstr "Für die Transaktion '%(trdata)s' wurde kein Kassenbuch zugeordnet."
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."
#############
# ir.action #

View file

@ -23,8 +23,8 @@ msgid "No transactions were found in the file."
msgstr "No transactions were found in the file."
msgctxt "model:ir.message,text:mds_import_category_notfound"
msgid "The category '%(catname)s' (Type: %(cattype)s) was not found."
msgstr "The category '%(catname)s' (Type: %(cattype)s) was not found."
msgid "The category '%(catname)s' was not found."
msgstr "The category '%(catname)s' was not found."
msgctxt "model:ir.message,text:mds_import_party_notfound"
msgid "The party '%(pname)s' was not found."
@ -35,8 +35,12 @@ msgid "For the party '%(pname)s' of the import, several parties were found in th
msgstr "For the party '%(pname)s' of the import, several parties were found in the system. Use: '%(pname2)s'"
msgctxt "model:ir.message,text:mds_import_many_categories_found"
msgid "For the category '%(catname1)s' (type: '%(cattype)s') of the import, several categories were found in the system. Use: '%(catname2)s'"
msgstr "For the category '%(catname1)s' (type: '%(cattype)s') of the import, several categories were found in the system. Use: '%(catname2)s'"
msgid "For the category '%(catname1)s' of the import, several categories were found in the system. Use: '%(catname2)s'"
msgstr "For the category '%(catname1)s' of the import, several categories were found in the system. Use: '%(catname2)s'"
msgctxt "model:ir.message,text:mds_import_many_books_found"
msgid "For the cashbook '%(bookname1)s' of the import, several cashbooks were found in the system. Use: '%(bookname2)s'"
msgstr "For the cashbook '%(bookname1)s' of the import, several cashbooks were found in the system. Use: '%(bookname2)s'"
msgctxt "model:ir.message,text:mds_import_checknumber"
msgid "Cheque No."
@ -54,6 +58,14 @@ msgctxt "model:ir.message,text:mds_import_no_category"
msgid "No category has been assigned for transaction '%(trdata)s'."
msgstr "No category has been assigned for transaction '%(trdata)s'."
msgctxt "model:ir.message,text:mds_import_no_account"
msgid "No cashbook has been assigned for transaction '%(trdata)s'."
msgstr "No cashbook has been assigned for transaction '%(trdata)s'."
msgctxt "model:ir.message,text:mds_import_book_notfound"
msgid "The cashbook '%(bookname)s' was not found."
msgstr "The cashbook '%(bookname)s' was not found."
msgctxt "model:ir.action,name:act_import_qif_wizard"
msgid "Import QIF-File"
msgstr "Import QIF-File"