From c4a2a90bb4f21c8813ab3adcec34ecd0c7514636 Mon Sep 17 00:00:00 2001 From: oca-ci Date: Tue, 14 Feb 2023 20:43:26 +0000 Subject: [PATCH] [UPD] Update scheduler_error_mailer.pot --- .../i18n/scheduler_error_mailer.pot | 33 ++++++++++--------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/scheduler_error_mailer/i18n/scheduler_error_mailer.pot b/scheduler_error_mailer/i18n/scheduler_error_mailer.pot index 4b969fbdc..3bc4c0155 100644 --- a/scheduler_error_mailer/i18n/scheduler_error_mailer.pot +++ b/scheduler_error_mailer/i18n/scheduler_error_mailer.pot @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 13.0\n" +"Project-Id-Version: Odoo Server 15.0\n" "Report-Msgid-Bugs-To: \n" "Last-Translator: \n" "Language-Team: \n" @@ -20,37 +20,36 @@ msgid "" " \n" "
\n" "\n" -"

Odoo tried to run the scheduler ${object.name or ''} in the database ${ctx.get('dbname')} but it failed. Here is the error message :

\n" +"

Odoo tried to run the scheduler in the database but it failed. Here is the error message :

\n" "\n" "\n" -"${ctx.get('job_exception') or 'Failed to get the error message from the context.'}\n" +"\n" "\n" "\n" "

You may check the logs of the Odoo server to get more information about this failure.

\n" "\n" -"

Properties of the scheduler ${object.name or ''} :

\n" +"

Properties of the scheduler :

\n" "\n" "\n" "

\n" "--
\n" "Automatic e-mail sent by Odoo. Do not reply.
\n" -"Database : ${ctx.get('dbname')}\n" +"Database : \n" "

\n" "
\n" " \n" -" " +" " msgstr "" #. module: scheduler_error_mailer #: model:ir.model.fields,field_description:scheduler_error_mailer.field_ir_cron__email_template_id -#: model:ir.model.fields,field_description:scheduler_error_mailer.field_nsca_check__email_template_id msgid "Error E-mail Template" msgstr "" @@ -59,9 +58,13 @@ msgstr "" msgid "Scheduled Actions" msgstr "" +#. module: scheduler_error_mailer +#: model:mail.template,name:scheduler_error_mailer.scheduler_error_mailer +msgid "Scheduler Error" +msgstr "" + #. module: scheduler_error_mailer #: model:ir.model.fields,help:scheduler_error_mailer.field_ir_cron__email_template_id -#: model:ir.model.fields,help:scheduler_error_mailer.field_nsca_check__email_template_id msgid "Select the email template that will be sent when this scheduler fails." msgstr "" @@ -80,5 +83,5 @@ msgstr "" #. module: scheduler_error_mailer #: model:mail.template,subject:scheduler_error_mailer.scheduler_error_mailer -msgid "[DB ${ctx.get('dbname')}] Scheduler '${object.name or ''}' FAILED" +msgid "[DB {{ctx.get('dbname')}}] Scheduler '{{object.name or ''}}' FAILED" msgstr ""