add notify

This commit is contained in:
=Frederik Jaeckel 2024-09-28 20:42:32 +02:00
parent 321aeb827d
commit 7504c676e7
6 changed files with 85 additions and 2 deletions

View file

@ -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 #

View file

@ -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."