Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-15.0/server-tools-15.0-scheduler_error_mailer
Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-scheduler_error_mailer/
pull/2602/head
Weblate 2023-02-15 08:00:55 +00:00 committed by OCA-git-bot
parent 2521f9574d
commit 59f12bf212
9 changed files with 300 additions and 204 deletions

View File

@ -26,42 +26,42 @@ msgid ""
"<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-" "<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-"
"serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n" "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 " "<p>Odoo tried to run the scheduler <em><t t-out=\"object.name or ''\"/></em> "
"database <em>${ctx.get('dbname')}</em> but it failed. Here is the error " "in the database <em><t t-out=\"ctx.get('dbname')\"/></em> but it failed. "
"message :</p>\n" "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 " "<t t-out=\"ctx.get('job_exception') or 'Failed to get the error message from "
"context.'}\n" "the context.'\"/>\n"
"</strong>\n" "</strong>\n"
"\n" "\n"
"<p>You may check the logs of the Odoo server to get more information about " "<p>You may check the logs of the Odoo server to get more information about "
"this failure.</p>\n" "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>Interval : <t t-out=\"object.interval_number or '0'\"/> <t t-out="
"</li>\n" "\"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"
" " " "
msgstr "" 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 "Fehler e-Mail Vorlage" msgstr "Fehler e-Mail Vorlage"
@ -70,9 +70,13 @@ msgstr "Fehler e-Mail Vorlage"
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 ""
"Wähle die e-Mail Vorlage welche bei einem Fehler dieses Schedulers gesendet " "Wähle die e-Mail Vorlage welche bei einem Fehler dieses Schedulers gesendet "
@ -93,8 +97,11 @@ 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 "[DB ${ctx.get('dbname')}] Scheduler '${object.name or ''}' FEHLER" msgstr ""
#~ msgid "[DB ${ctx.get('dbname')}] Scheduler '${object.name or ''}' FAILED"
#~ msgstr "[DB ${ctx.get('dbname')}] Scheduler '${object.name or ''}' FEHLER"
#, fuzzy #, fuzzy
#~ msgid "Email Template" #~ msgid "Email Template"

View File

@ -27,42 +27,42 @@ msgid ""
"<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-" "<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-"
"serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n" "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 " "<p>Odoo tried to run the scheduler <em><t t-out=\"object.name or ''\"/></em> "
"database <em>${ctx.get('dbname')}</em> but it failed. Here is the error " "in the database <em><t t-out=\"ctx.get('dbname')\"/></em> but it failed. "
"message :</p>\n" "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 " "<t t-out=\"ctx.get('job_exception') or 'Failed to get the error message from "
"context.'}\n" "the context.'\"/>\n"
"</strong>\n" "</strong>\n"
"\n" "\n"
"<p>You may check the logs of the Odoo server to get more information about " "<p>You may check the logs of the Odoo server to get more information about "
"this failure.</p>\n" "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>Interval : <t t-out=\"object.interval_number or '0'\"/> <t t-out="
"</li>\n" "\"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"
" " " "
msgstr "" 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 "Plantilla de correo electrónico de error" msgstr "Plantilla de correo electrónico de error"
@ -71,9 +71,13 @@ msgstr "Plantilla de correo electrónico de error"
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 ""
"Seleccione la plantilla de correo electrónico que se enviará cuando falla " "Seleccione la plantilla de correo electrónico que se enviará cuando falla "
@ -94,7 +98,7 @@ 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 ""
#, fuzzy #, fuzzy

View File

@ -24,78 +24,42 @@ msgid ""
"<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-" "<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-"
"serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n" "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 " "<p>Odoo tried to run the scheduler <em><t t-out=\"object.name or ''\"/></em> "
"database <em>${ctx.get('dbname')}</em> but it failed. Here is the error " "in the database <em><t t-out=\"ctx.get('dbname')\"/></em> but it failed. "
"message :</p>\n" "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 " "<t t-out=\"ctx.get('job_exception') or 'Failed to get the error message from "
"context.'}\n" "the context.'\"/>\n"
"</strong>\n" "</strong>\n"
"\n" "\n"
"<p>You may check the logs of the Odoo server to get more information about " "<p>You may check the logs of the Odoo server to get more information about "
"this failure.</p>\n" "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>Interval : <t t-out=\"object.interval_number or '0'\"/> <t t-out="
"</li>\n" "\"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"
" " " "
msgstr "" msgstr ""
"\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"
"\n"
"<p>Odoo tried to run the scheduler <em>${object.name or ''}</em> en la base "
"de datos <em>${ctx.get('dbname')}</em> pero falló. Acá está el mensaje de "
"error:</p>\n"
"\n"
"<strong>\n"
"${ctx.get('job_exception') or 'No se pudo obtener el mensaje de error del "
"contexto.'}\n"
"</strong>\n"
"\n"
"<p>Puede revisar los registros del servidor de Odoo para obtener más "
"información acerca de este fallo.</p>\n"
"\n"
"<p>Propiedades del planificador <em>${object.name or ''}</em> :</p>\n"
"<ul>\n"
"<li>Modelo : ${object.model_id.name or ''}</li>\n"
"<li>Código de Python : <code>${object.code or ''}</code></li>\n"
"<li>Intervalo : ${object.interval_number or '0'} ${object.interval_type or "
"''}</li>\n"
"<li>Número de llamados : ${object.numbercall or '0'}</li>\n"
"<li>Repetir perdidos : ${object.doall}</li>\n"
"<li>Usuario : ${object.user_id.name or ''}</li>\n"
"</ul>\n"
"\n"
"<p>\n"
"-- <br/>\n"
"Email enviado automáticamente por Odoo. No responder.<br/>\n"
"Base de datos : ${ctx.get('dbname')}\n"
"</p>\n"
"</div>\n"
" \n"
" "
#. 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 "Plantilla de correo electrónico del error" msgstr "Plantilla de correo electrónico del error"
@ -104,9 +68,13 @@ msgstr "Plantilla de correo electrónico del error"
msgid "Scheduled Actions" msgid "Scheduled Actions"
msgstr "Acciones Automatizadas" msgstr "Acciones Automatizadas"
#. 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 ""
"Seleccione la plantilla de correo electrónico que se enviará cuando falla " "Seleccione la plantilla de correo electrónico que se enviará cuando falla "
@ -127,5 +95,85 @@ msgstr "Probar el Mail de Errores del Planificador"
#. 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 "[DB ${ctx.get('dbname')}] Planificador '${object.name or ''}' FALLÓ" msgstr ""
#~ 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"
#~ "\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"
#~ "\n"
#~ "<strong>\n"
#~ "${ctx.get('job_exception') or 'Failed to get the error message from the "
#~ "context.'}\n"
#~ "</strong>\n"
#~ "\n"
#~ "<p>You may check the logs of the Odoo server to get more information "
#~ "about this failure.</p>\n"
#~ "\n"
#~ "<p>Properties of the scheduler <em>${object.name or ''}</em> :</p>\n"
#~ "<ul>\n"
#~ "<li>Model : ${object.model_id.name or ''}</li>\n"
#~ "<li>Python code : <code>${object.code or ''}</code></li>\n"
#~ "<li>Interval : ${object.interval_number or '0'} ${object.interval_type or "
#~ "''}</li>\n"
#~ "<li>Number of calls : ${object.numbercall or '0'}</li>\n"
#~ "<li>Repeat missed : ${object.doall}</li>\n"
#~ "<li>User : ${object.user_id.name or ''}</li>\n"
#~ "</ul>\n"
#~ "\n"
#~ "<p>\n"
#~ "-- <br/>\n"
#~ "Automatic e-mail sent by Odoo. Do not reply.<br/>\n"
#~ "Database : ${ctx.get('dbname')}\n"
#~ "</p>\n"
#~ "</div>\n"
#~ " \n"
#~ " "
#~ msgstr ""
#~ "\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"
#~ "\n"
#~ "<p>Odoo tried to run the scheduler <em>${object.name or ''}</em> en la "
#~ "base de datos <em>${ctx.get('dbname')}</em> pero falló. Acá está el "
#~ "mensaje de error:</p>\n"
#~ "\n"
#~ "<strong>\n"
#~ "${ctx.get('job_exception') or 'No se pudo obtener el mensaje de error del "
#~ "contexto.'}\n"
#~ "</strong>\n"
#~ "\n"
#~ "<p>Puede revisar los registros del servidor de Odoo para obtener más "
#~ "información acerca de este fallo.</p>\n"
#~ "\n"
#~ "<p>Propiedades del planificador <em>${object.name or ''}</em> :</p>\n"
#~ "<ul>\n"
#~ "<li>Modelo : ${object.model_id.name or ''}</li>\n"
#~ "<li>Código de Python : <code>${object.code or ''}</code></li>\n"
#~ "<li>Intervalo : ${object.interval_number or '0'} ${object.interval_type "
#~ "or ''}</li>\n"
#~ "<li>Número de llamados : ${object.numbercall or '0'}</li>\n"
#~ "<li>Repetir perdidos : ${object.doall}</li>\n"
#~ "<li>Usuario : ${object.user_id.name or ''}</li>\n"
#~ "</ul>\n"
#~ "\n"
#~ "<p>\n"
#~ "-- <br/>\n"
#~ "Email enviado automáticamente por Odoo. No responder.<br/>\n"
#~ "Base de datos : ${ctx.get('dbname')}\n"
#~ "</p>\n"
#~ "</div>\n"
#~ " \n"
#~ " "
#~ msgid "[DB ${ctx.get('dbname')}] Scheduler '${object.name or ''}' FAILED"
#~ msgstr "[DB ${ctx.get('dbname')}] Planificador '${object.name or ''}' FALLÓ"

View File

@ -24,42 +24,42 @@ msgid ""
"<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-" "<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-"
"serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n" "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 " "<p>Odoo tried to run the scheduler <em><t t-out=\"object.name or ''\"/></em> "
"database <em>${ctx.get('dbname')}</em> but it failed. Here is the error " "in the database <em><t t-out=\"ctx.get('dbname')\"/></em> but it failed. "
"message :</p>\n" "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 " "<t t-out=\"ctx.get('job_exception') or 'Failed to get the error message from "
"context.'}\n" "the context.'\"/>\n"
"</strong>\n" "</strong>\n"
"\n" "\n"
"<p>You may check the logs of the Odoo server to get more information about " "<p>You may check the logs of the Odoo server to get more information about "
"this failure.</p>\n" "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>Interval : <t t-out=\"object.interval_number or '0'\"/> <t t-out="
"</li>\n" "\"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"
" " " "
msgstr "" 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 "Modèle de-mail derreur" msgstr "Modèle de-mail derreur"
@ -68,9 +68,13 @@ msgstr "Modèle de-mail derreur"
msgid "Scheduled Actions" msgid "Scheduled Actions"
msgstr "Actions planifiées" msgstr "Actions planifiées"
#. 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 ""
"Sélectionnez le modèle de-mail qui sera envoyé en cas déchec de ce " "Sélectionnez le modèle de-mail qui sera envoyé en cas déchec de ce "
@ -91,8 +95,12 @@ msgstr "Test du mailer derreur du planificateur"
#. 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 "[DB ${ctx.get('dbname')}] Planificateur '${object.name or ''}' ECHEC" msgstr ""
#~ msgid "[DB ${ctx.get('dbname')}] Scheduler '${object.name or ''}' FAILED"
#~ msgstr ""
#~ "[DB ${ctx.get('dbname')}] Planificateur '${object.name or ''}' ECHEC"
#~ msgid "" #~ msgid ""
#~ "\n" #~ "\n"

View File

@ -27,42 +27,42 @@ msgid ""
"<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-" "<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-"
"serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n" "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 " "<p>Odoo tried to run the scheduler <em><t t-out=\"object.name or ''\"/></em> "
"database <em>${ctx.get('dbname')}</em> but it failed. Here is the error " "in the database <em><t t-out=\"ctx.get('dbname')\"/></em> but it failed. "
"message :</p>\n" "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 " "<t t-out=\"ctx.get('job_exception') or 'Failed to get the error message from "
"context.'}\n" "the context.'\"/>\n"
"</strong>\n" "</strong>\n"
"\n" "\n"
"<p>You may check the logs of the Odoo server to get more information about " "<p>You may check the logs of the Odoo server to get more information about "
"this failure.</p>\n" "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>Interval : <t t-out=\"object.interval_number or '0'\"/> <t t-out="
"</li>\n" "\"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"
" " " "
msgstr "" 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 ""
@ -71,9 +71,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 ""
@ -92,7 +96,7 @@ 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 ""
#~ msgid "ir.cron" #~ msgid "ir.cron"

View File

@ -24,42 +24,42 @@ msgid ""
"<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-" "<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-"
"serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n" "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 " "<p>Odoo tried to run the scheduler <em><t t-out=\"object.name or ''\"/></em> "
"database <em>${ctx.get('dbname')}</em> but it failed. Here is the error " "in the database <em><t t-out=\"ctx.get('dbname')\"/></em> but it failed. "
"message :</p>\n" "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 " "<t t-out=\"ctx.get('job_exception') or 'Failed to get the error message from "
"context.'}\n" "the context.'\"/>\n"
"</strong>\n" "</strong>\n"
"\n" "\n"
"<p>You may check the logs of the Odoo server to get more information about " "<p>You may check the logs of the Odoo server to get more information about "
"this failure.</p>\n" "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>Interval : <t t-out=\"object.interval_number or '0'\"/> <t t-out="
"</li>\n" "\"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"
" " " "
msgstr "" 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 "Modelo do E-mail de Erro" msgstr "Modelo do E-mail de Erro"
@ -68,9 +68,13 @@ msgstr "Modelo do E-mail de Erro"
msgid "Scheduled Actions" msgid "Scheduled Actions"
msgstr "Ações Agendadas" msgstr "Ações Agendadas"
#. 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 ""
"Selecione o modelo de email que será enviado quando este agendador falhar." "Selecione o modelo de email que será enviado quando este agendador falhar."
@ -90,5 +94,5 @@ msgstr "Testar o Envio de E-mails de Erro do Agendador"
#. 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 ""

View File

@ -28,42 +28,42 @@ msgid ""
"<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-" "<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-"
"serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n" "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 " "<p>Odoo tried to run the scheduler <em><t t-out=\"object.name or ''\"/></em> "
"database <em>${ctx.get('dbname')}</em> but it failed. Here is the error " "in the database <em><t t-out=\"ctx.get('dbname')\"/></em> but it failed. "
"message :</p>\n" "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 " "<t t-out=\"ctx.get('job_exception') or 'Failed to get the error message from "
"context.'}\n" "the context.'\"/>\n"
"</strong>\n" "</strong>\n"
"\n" "\n"
"<p>You may check the logs of the Odoo server to get more information about " "<p>You may check the logs of the Odoo server to get more information about "
"this failure.</p>\n" "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>Interval : <t t-out=\"object.interval_number or '0'\"/> <t t-out="
"</li>\n" "\"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"
" " " "
msgstr "" 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 "Modelo de Erro de E-mail" msgstr "Modelo de Erro de E-mail"
@ -72,9 +72,13 @@ msgstr "Modelo de Erro de E-mail"
msgid "Scheduled Actions" msgid "Scheduled Actions"
msgstr "Ações Agendadas" msgstr "Ações Agendadas"
#. 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 ""
"Selecione o modelo de email que será enviado quando o agendador falhar." "Selecione o modelo de email que será enviado quando o agendador falhar."
@ -94,8 +98,11 @@ msgstr "Teste Agendado de Erro do Remetente"
#. 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 "[DB ${ctx.get('dbname')}] Agendador '${object.name or ''}' FALHOU" msgstr ""
#~ msgid "[DB ${ctx.get('dbname')}] Scheduler '${object.name or ''}' FAILED"
#~ msgstr "[DB ${ctx.get('dbname')}] Agendador '${object.name or ''}' FALHOU"
#~ msgid "" #~ msgid ""
#~ "\n" #~ "\n"

View File

@ -27,42 +27,42 @@ msgid ""
"<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-" "<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-"
"serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n" "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 " "<p>Odoo tried to run the scheduler <em><t t-out=\"object.name or ''\"/></em> "
"database <em>${ctx.get('dbname')}</em> but it failed. Here is the error " "in the database <em><t t-out=\"ctx.get('dbname')\"/></em> but it failed. "
"message :</p>\n" "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 " "<t t-out=\"ctx.get('job_exception') or 'Failed to get the error message from "
"context.'}\n" "the context.'\"/>\n"
"</strong>\n" "</strong>\n"
"\n" "\n"
"<p>You may check the logs of the Odoo server to get more information about " "<p>You may check the logs of the Odoo server to get more information about "
"this failure.</p>\n" "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>Interval : <t t-out=\"object.interval_number or '0'\"/> <t t-out="
"</li>\n" "\"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"
" " " "
msgstr "" 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 "Predloga obvestila o napaki" msgstr "Predloga obvestila o napaki"
@ -71,9 +71,13 @@ msgstr "Predloga obvestila o napaki"
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 "Izberite predlogo za razpošiljanje ob napakah razporejevalca." msgstr "Izberite predlogo za razpošiljanje ob napakah razporejevalca."
@ -92,9 +96,12 @@ 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 ""
"[DB ${ctx.get('dbname')}] Razporejevalec '${object.name or ''}' NEUSPEŠEN"
#~ msgid "[DB ${ctx.get('dbname')}] Scheduler '${object.name or ''}' FAILED"
#~ msgstr ""
#~ "[DB ${ctx.get('dbname')}] Razporejevalec '${object.name or ''}' NEUSPEŠEN"
#, fuzzy #, fuzzy
#~ msgid "Email Template" #~ msgid "Email Template"

View File

@ -28,42 +28,42 @@ msgid ""
"<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-" "<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-"
"serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n" "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 " "<p>Odoo tried to run the scheduler <em><t t-out=\"object.name or ''\"/></em> "
"database <em>${ctx.get('dbname')}</em> but it failed. Here is the error " "in the database <em><t t-out=\"ctx.get('dbname')\"/></em> but it failed. "
"message :</p>\n" "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 " "<t t-out=\"ctx.get('job_exception') or 'Failed to get the error message from "
"context.'}\n" "the context.'\"/>\n"
"</strong>\n" "</strong>\n"
"\n" "\n"
"<p>You may check the logs of the Odoo server to get more information about " "<p>You may check the logs of the Odoo server to get more information about "
"this failure.</p>\n" "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>Interval : <t t-out=\"object.interval_number or '0'\"/> <t t-out="
"</li>\n" "\"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"
" " " "
msgstr "" 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 "错误E-mail 模板" msgstr "错误E-mail 模板"
@ -72,9 +72,13 @@ msgstr "错误E-mail 模板"
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 "选择此调度程序失败时将发送的电子邮件模板。"
@ -93,8 +97,11 @@ 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 "[DB ${ctx.get('dbname')}] 调度'${object.name or ''}' 失败" msgstr ""
#~ msgid "[DB ${ctx.get('dbname')}] Scheduler '${object.name or ''}' FAILED"
#~ msgstr "[DB ${ctx.get('dbname')}] 调度'${object.name or ''}' 失败"
#~ msgid "" #~ msgid ""
#~ "\n" #~ "\n"