add list of booking lines on scheduled bookings
This commit is contained in:
parent
be92110ae1
commit
9b0af0d64e
7 changed files with 118 additions and 3 deletions
40
locale/de.po
40
locale/de.po
|
@ -110,6 +110,10 @@ msgctxt "view:cashbook.planner:"
|
|||
msgid "Available placeholders: ${date} ${month} ${year} ${amount} ${quantity}"
|
||||
msgstr "verfügbare Platzhalter: ${date} ${month} ${year} ${amount} ${quantity}"
|
||||
|
||||
msgctxt "view:cashbook.planner:"
|
||||
msgid "Cashbook lines"
|
||||
msgstr "Kassenbuchzeilen"
|
||||
|
||||
msgctxt "field:cashbook.planner,company:"
|
||||
msgid "Company"
|
||||
msgstr "Unternehmen"
|
||||
|
@ -306,6 +310,14 @@ msgctxt "field:cashbook.planner,booking_target:"
|
|||
msgid "Target"
|
||||
msgstr "Ziel"
|
||||
|
||||
msgctxt "field:cashbook.planner,cashbook_lines:"
|
||||
msgid "Cashbook lines"
|
||||
msgstr "Kassenbuchzeilen"
|
||||
|
||||
msgctxt "help:cashbook.planner,cashbook_lines:"
|
||||
msgid "This cash book lines was generated by the current scheduled booking."
|
||||
msgstr "Diese Kassenbuchzeilen wurden durch die aktuelle geplante Buchung generiert."
|
||||
|
||||
|
||||
############################
|
||||
# cashbook.planner.nextrun #
|
||||
|
@ -323,6 +335,22 @@ msgid "Date"
|
|||
msgstr "Datum"
|
||||
|
||||
|
||||
########################
|
||||
# cashbook.planner_rel #
|
||||
########################
|
||||
msgctxt "model:cashbook.planner_rel,name:"
|
||||
msgid "Scheduled Booking - Cashbook - Relation"
|
||||
msgstr "geplante Buchung - Kassenbuch - Verknüpfung"
|
||||
|
||||
msgctxt "field:cashbook.planner_rel,planner:"
|
||||
msgid "Planner"
|
||||
msgstr "geplante Buchung"
|
||||
|
||||
msgctxt "field:cashbook.planner_rel,line:"
|
||||
msgid "Cashbook Line"
|
||||
msgstr "Kassenbuchzeile"
|
||||
|
||||
|
||||
#################
|
||||
# cashbook.book #
|
||||
#################
|
||||
|
@ -333,3 +361,15 @@ msgstr "geplante Buchungen"
|
|||
msgctxt "field:cashbook.book,planner:"
|
||||
msgid "Scheduled Bookings"
|
||||
msgstr "geplante Buchungen"
|
||||
|
||||
|
||||
#################
|
||||
# cashbook.line #
|
||||
#################
|
||||
msgctxt "view:cashbook.line:"
|
||||
msgid "Scheduled Bookings"
|
||||
msgstr "geplante Buchungen"
|
||||
|
||||
msgctxt "field:cashbook.line,planners:"
|
||||
msgid "Scheduled Bookings"
|
||||
msgstr "geplante Buchungen"
|
||||
|
|
32
locale/en.po
32
locale/en.po
|
@ -86,6 +86,10 @@ msgctxt "view:cashbook.planner:"
|
|||
msgid "Available placeholders: ${date} ${month} ${year} ${amount} ${quantity}"
|
||||
msgstr "Available placeholders: ${date} ${month} ${year} ${amount} ${quantity}"
|
||||
|
||||
msgctxt "view:cashbook.planner:"
|
||||
msgid "Cashbook lines"
|
||||
msgstr "Cashbook lines"
|
||||
|
||||
msgctxt "field:cashbook.planner,company:"
|
||||
msgid "Company"
|
||||
msgstr "Company"
|
||||
|
@ -282,6 +286,14 @@ msgctxt "field:cashbook.planner,booking_target:"
|
|||
msgid "Target"
|
||||
msgstr "Target"
|
||||
|
||||
msgctxt "field:cashbook.planner,cashbook_lines:"
|
||||
msgid "Cashbook lines"
|
||||
msgstr "Cashbook lines"
|
||||
|
||||
msgctxt "help:cashbook.planner,cashbook_lines:"
|
||||
msgid "This cash book lines was generated by the current scheduled booking."
|
||||
msgstr "This cash book lines was generated by the current scheduled booking."
|
||||
|
||||
msgctxt "model:cashbook.planner.nextrun,name:"
|
||||
msgid "Next Execution Date"
|
||||
msgstr "Next Execution Date"
|
||||
|
@ -294,7 +306,27 @@ msgctxt "field:cashbook.planner.nextrun,date:"
|
|||
msgid "Date"
|
||||
msgstr "Date"
|
||||
|
||||
msgctxt "model:cashbook.planner_rel,name:"
|
||||
msgid "Scheduled Booking - Cashbook - Relation"
|
||||
msgstr "Scheduled Booking - Cashbook - Relation"
|
||||
|
||||
msgctxt "field:cashbook.planner_rel,planner:"
|
||||
msgid "Planner"
|
||||
msgstr "Planner"
|
||||
|
||||
msgctxt "field:cashbook.planner_rel,line:"
|
||||
msgid "Cashbook Line"
|
||||
msgstr "Cashbook Line"
|
||||
|
||||
msgctxt "view:cashbook.book:"
|
||||
msgid "Scheduled Bookings"
|
||||
msgstr "Scheduled Bookings"
|
||||
|
||||
msgctxt "field:cashbook.book,planner:"
|
||||
msgid "Scheduled Bookings"
|
||||
msgstr "Scheduled Bookings"
|
||||
|
||||
msgctxt "view:cashbook.line:"
|
||||
msgid "Scheduled Bookings"
|
||||
msgstr "Scheduled Bookings"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue