neu: kategorie, config + test

This commit is contained in:
Frederik Jaeckel 2022-08-09 15:08:41 +02:00
parent b9bb433c39
commit d6a8b254a3
28 changed files with 1255 additions and 35 deletions

View file

@ -38,6 +38,13 @@ msgctxt "model:ir.message,text:msg_line_deny_delete2"
msgid "The cashbook line '%(linetxt)s' cannot be deleted, its in state '%(linestate)s'."
msgstr "Die Kassenbuchzeile '%(linetxt)s' kann nicht gelöscht werden, da sie im Status '%(linestate)s' ist."
msgctxt "model:ir.message,text:msg_setting_already_exists"
msgid "Settings for this user alredy exists."
msgstr "Einstellungen für diesen Benutzer sind bereits vorhanden."
msgctxt "model:ir.message,text:msg_category_name_unique"
msgid "The category name already exists at this level."
msgstr "Der Kategoriename existiert auf dieser Ebene bereits."
#############
@ -103,6 +110,14 @@ msgctxt "model:ir.ui.menu,name:menu_open_lines"
msgid "Open Cashbook"
msgstr "Kassenbuch öffnen"
msgctxt "model:ir.ui.menu,name:menu_category"
msgid "Category"
msgstr "Kategorie"
msgctxt "model:ir.ui.menu,name:menu_category_list"
msgid "Category"
msgstr "Kategorie"
#############
# ir.action #
@ -119,10 +134,14 @@ msgctxt "model:ir.action,name:act_line_view"
msgid "Cashbook Line"
msgstr "Kassenbuchzeile"
msgctxt "model:ir.action,name:act_open_chart"
msgctxt "model:ir.action,name:act_open_lines"
msgid "Open Cashbook"
msgstr "Kassenbuch öffnen"
msgctxt "model:ir.ui.menu,name:act_category_view"
msgid "Category"
msgstr "Kategorie"
###################
# ir.model.button #
@ -207,6 +226,10 @@ msgctxt "help:cashbook.book,observer:"
msgid "Group of users who have read-only access to the cashbook."
msgstr "Gruppe von Benutzern, die nur Lesezugriff auf das Kassenbuch haben."
msgctxt "field:cashbook.book,account:"
msgid "Account"
msgstr "Konto"
#################
# cashbook.line #
@ -280,6 +303,58 @@ msgid "Fixed-term deposit"
msgstr "Festgeld"
#####################
# cashbook.category #
#####################
msgctxt "model:cashbook.category,name:"
msgid "Category"
msgstr "Kategorie"
msgctxt "view:cashbook.category:"
msgid "General Information"
msgstr "Allgemeine Informationen"
msgctxt "view:cashbook.category:"
msgid "Children"
msgstr "Untergeordnet"
msgctxt "field:cashbook.category,name:"
msgid "Name"
msgstr "Name"
msgctxt "field:cashbook.category,description:"
msgid "Description"
msgstr "Beschreibung"
msgctxt "field:cashbook.category,account:"
msgid "Account"
msgstr "Konto"
msgctxt "field:cashbook.category,account_code:"
msgid "Account"
msgstr "Konto"
msgctxt "field:cashbook.category,company:"
msgid "Company"
msgstr "Unternehmen"
msgctxt "field:cashbook.category,parent:"
msgid "Parent"
msgstr "Übergeordnet"
msgctxt "field:cashbook.category,childs:"
msgid "Children"
msgstr "Untergeordnet"
msgctxt "field:cashbook.category,left:"
msgid "Left"
msgstr "Links"
msgctxt "field:cashbook.category,right:"
msgid "Right"
msgstr "Rechts"
#############################
# cashbook.open_lines.start #
#############################
@ -315,6 +390,10 @@ msgctxt "field:cashbook.open_lines.start,date_to:"
msgid "End Date"
msgstr "Endedatum"
msgctxt "field:cashbook.open_lines.start,num_books:"
msgid "Number of Cashbooks"
msgstr "Anzahl Kassenbücher"
#######################
# cashbook.open_lines #
@ -366,3 +445,55 @@ msgstr "Beginndatum"
msgctxt "field:cashbook.line.context,date_to:"
msgid "End Date"
msgstr "Endedatum"
##########################
# cashbook.configuration #
##########################
msgctxt "model:cashbook.configuration,name:"
msgid "Configuration"
msgstr "Konfiguration"
msgctxt "view:cashbook.configuration:"
msgid "Open Cashbook Wizard"
msgstr "Dialog: Kassenbuch öffnen"
msgctxt "field:cashbook.configuration,date_from:"
msgid "Start Date"
msgstr "Beginndatum"
msgctxt "field:cashbook.configuration,date_to:"
msgid "End Date"
msgstr "Endedatum"
msgctxt "field:cashbook.configuration,checked:"
msgid "Checked"
msgstr "Geprüft"
msgctxt "field:cashbook.configuration,done:"
msgid "Done"
msgstr "Fertig"
###############################
# cashbook.configuration_user #
###############################
msgctxt "model:cashbook.configuration_user,name:"
msgid "User Configuration"
msgstr "Nutzer Konfiguration"
msgctxt "field:cashbook.configuration_user,date_from:"
msgid "Start Date"
msgstr "Beginndatum"
msgctxt "field:cashbook.configuration_user,date_to:"
msgid "End Date"
msgstr "Endedatum"
msgctxt "field:cashbook.configuration_user,checked:"
msgid "Checked"
msgstr "Geprüft"
msgctxt "field:cashbook.configuration_user,done:"
msgid "Done"
msgstr "Fertig"