add notify
This commit is contained in:
parent
46eb9a8c23
commit
1f05fa43c6
6 changed files with 85 additions and 2 deletions
20
locale/de.po
20
locale/de.po
|
@ -3,6 +3,18 @@ msgid ""
|
|||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
|
||||
##############
|
||||
# ir.message #
|
||||
##############
|
||||
msgctxt "model:ir.message,text:msg_title_notify"
|
||||
msgid "Cashbook Scheduled Booking"
|
||||
msgstr "Kassenbuch geplante Buchung"
|
||||
|
||||
msgctxt "model:ir.message,text:msg_text_notify"
|
||||
msgid "The following transaction was generated: %(bname)s"
|
||||
msgstr "Die folgende Buchung wurde erzeugt: %(bname)s"
|
||||
|
||||
|
||||
###########
|
||||
# ir.cron #
|
||||
###########
|
||||
|
@ -386,6 +398,14 @@ msgctxt "help:cashbook.planner,last_day_of_month:"
|
|||
msgid "The booking is made on the last day of the month."
|
||||
msgstr "Die Buchung wird am letzten Tag des Monats ausgeführt."
|
||||
|
||||
msgctxt "field:cashbook.planner,notify_bycron:"
|
||||
msgid "Notify"
|
||||
msgstr "Benachrichtigen"
|
||||
|
||||
msgctxt "help:cashbook.planner,notify_bycron:"
|
||||
msgid "A notification will appear in the web browser when the booking has been created."
|
||||
msgstr "Es wird eine Benachrichtigung im Webbrowser angezeigt wenn die Buchung erstellt wurde."
|
||||
|
||||
|
||||
############################
|
||||
# cashbook.planner.nextrun #
|
||||
|
|
16
locale/en.po
16
locale/en.po
|
@ -2,6 +2,14 @@
|
|||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "model:ir.message,text:msg_title_notify"
|
||||
msgid "Cashbook Scheduled Booking"
|
||||
msgstr "Cashbook Scheduled Booking"
|
||||
|
||||
msgctxt "model:ir.message,text:msg_text_notify"
|
||||
msgid "The following transaction was generated: %(bname)s"
|
||||
msgstr "The following transaction was generated: %(bname)s"
|
||||
|
||||
msgctxt "selection:ir.cron,method:"
|
||||
msgid "Execute scheduled bookings"
|
||||
msgstr "Execute scheduled bookings"
|
||||
|
@ -389,3 +397,11 @@ msgstr "Last day of the month"
|
|||
msgctxt "help:cashbook.planner,last_day_of_month:"
|
||||
msgid "The booking is made on the last day of the month."
|
||||
msgstr "The booking is made on the last day of the month."
|
||||
|
||||
msgctxt "field:cashbook.planner,notify_bycron:"
|
||||
msgid "Notify"
|
||||
msgstr "Notify"
|
||||
|
||||
msgctxt "help:cashbook.planner,notify_bycron:"
|
||||
msgid "A notification will appear in the web browser when the booking has been created."
|
||||
msgstr "A notification will appear in the web browser when the booking has been created."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue