[UPD] Update scheduler_error_mailer.pot
parent
fec9c21eef
commit
c4a2a90bb4
|
@ -4,7 +4,7 @@
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Odoo Server 13.0\n"
|
"Project-Id-Version: Odoo Server 15.0\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
|
@ -20,28 +20,28 @@ msgid ""
|
||||||
" \n"
|
" \n"
|
||||||
"<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
|
"<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<p>Odoo tried to run the scheduler <em>${object.name or ''}</em> in the database <em>${ctx.get('dbname')}</em> but it failed. Here is the error message :</p>\n"
|
"<p>Odoo tried to run the scheduler <em><t t-out=\"object.name or ''\"/></em> in the database <em><t t-out=\"ctx.get('dbname')\"/></em> but it failed. Here is the error message :</p>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<strong>\n"
|
"<strong>\n"
|
||||||
"${ctx.get('job_exception') or 'Failed to get the error message from the context.'}\n"
|
"<t t-out=\"ctx.get('job_exception') or 'Failed to get the error message from the context.'\"/>\n"
|
||||||
"</strong>\n"
|
"</strong>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<p>You may check the logs of the Odoo server to get more information about this failure.</p>\n"
|
"<p>You may check the logs of the Odoo server to get more information about this failure.</p>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<p>Properties of the scheduler <em>${object.name or ''}</em> :</p>\n"
|
"<p>Properties of the scheduler <em><t t-out=\"object.name or ''\"/></em> :</p>\n"
|
||||||
"<ul>\n"
|
"<ul>\n"
|
||||||
"<li>Model : ${object.model_id.name or ''}</li>\n"
|
"<li>Model : <t t-out=\"object.model_id.name or ''\"/></li>\n"
|
||||||
"<li>Python code : <code>${object.code or ''}</code></li>\n"
|
"<li>Python code : <code><t t-out=\"object.code or ''\"/></code></li>\n"
|
||||||
"<li>Interval : ${object.interval_number or '0'} ${object.interval_type or ''}</li>\n"
|
"<li>Interval : <t t-out=\"object.interval_number or '0'\"/> <t t-out=\"object.interval_type or ''\"/></li>\n"
|
||||||
"<li>Number of calls : ${object.numbercall or '0'}</li>\n"
|
"<li>Number of calls : <t t-out=\"object.numbercall or '0'\"/></li>\n"
|
||||||
"<li>Repeat missed : ${object.doall}</li>\n"
|
"<li>Repeat missed : <t t-out=\"object.doall\"/></li>\n"
|
||||||
"<li>User : ${object.user_id.name or ''}</li>\n"
|
"<li>User : <t t-out=\"object.user_id.name or ''\"/></li>\n"
|
||||||
"</ul>\n"
|
"</ul>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<p>\n"
|
"<p>\n"
|
||||||
"-- <br/>\n"
|
"-- <br/>\n"
|
||||||
"Automatic e-mail sent by Odoo. Do not reply.<br/>\n"
|
"Automatic e-mail sent by Odoo. Do not reply.<br/>\n"
|
||||||
"Database : ${ctx.get('dbname')}\n"
|
"Database : <t t-out=\"ctx.get('dbname')\"/>\n"
|
||||||
"</p>\n"
|
"</p>\n"
|
||||||
"</div>\n"
|
"</div>\n"
|
||||||
" \n"
|
" \n"
|
||||||
|
@ -50,7 +50,6 @@ msgstr ""
|
||||||
|
|
||||||
#. module: scheduler_error_mailer
|
#. 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_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"
|
msgid "Error E-mail Template"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -59,9 +58,13 @@ msgstr ""
|
||||||
msgid "Scheduled Actions"
|
msgid "Scheduled Actions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: scheduler_error_mailer
|
||||||
|
#: model:mail.template,name:scheduler_error_mailer.scheduler_error_mailer
|
||||||
|
msgid "Scheduler Error"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: scheduler_error_mailer
|
#. 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_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."
|
msgid "Select the email template that will be sent when this scheduler fails."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -80,5 +83,5 @@ msgstr ""
|
||||||
|
|
||||||
#. module: scheduler_error_mailer
|
#. module: scheduler_error_mailer
|
||||||
#: model:mail.template,subject:scheduler_error_mailer.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 ""
|
msgstr ""
|
||||||
|
|
Loading…
Reference in New Issue