# Translation of Odoo Server. # This file contains the translation of the following modules: # * scheduler_error_mailer # # Translators: # Jeffery Chenn , 2016 msgid "" msgstr "" "Project-Id-Version: Odoo Server 9.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-08-31 11:58+0000\n" "PO-Revision-Date: 2024-06-16 11:08+0000\n" "Last-Translator: xtanuiha \n" "Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/" "zh_CN/)\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 4.17\n" #. module: scheduler_error_mailer #: model:mail.template,body_html:scheduler_error_mailer.scheduler_error_mailer msgid "" "\n" " \n" "
\n" "\n" "

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

\n" "\n" "\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 :\n" "

    \n" "
  • Model :
  • \n" "
  • Python code :
  • \n" "
  • Interval :
  • \n" "
  • Number of calls :
  • \n" "
  • Repeat missed :
  • \n" "
  • User :
  • \n" "
\n" "\n" "

\n" "--
\n" "Automatic e-mail sent by Odoo. Do not reply.
\n" "Database : \n" "

\n" "
\n" " \n" " " msgstr "" "\n" " \n" "
\n" "\n" "

Odoo 尝试在数据库 " "中运行计划任务 ,但运行失败。以下是错误信息:

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

您可以通过查看Odoo服务器的日志来获取更多关于此失败的信息。

\n" "\n" "

计划任务 的属性如下:

\n" "
    \n" "
  • 模型 :
  • \n" "
  • Python 代码 :
  • \n" "
  • 间隔 :
  • \n" "
  • 调用次数 :
  • \n" "
  • 重复遗漏 :
  • \n" "
  • 用户 :
  • \n" "
\n" "\n" "

\n" "--
\n" "此邮件由Odoo自动发送,请勿回复。
\n" "数据库 : \n" "

\n" "
\n" " \n" " " #. module: scheduler_error_mailer #: model:ir.model.fields,field_description:scheduler_error_mailer.field_ir_cron__email_template_id msgid "Error E-mail Template" msgstr "错误E-mail 模板" #. module: scheduler_error_mailer #: model:ir.model,name:scheduler_error_mailer.model_ir_cron 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 msgid "Select the email template that will be sent when this scheduler fails." msgstr "选择此调度程序失败时将发送的电子邮件模板。" #. module: scheduler_error_mailer #. odoo-python #: code:addons/scheduler_error_mailer/models/ir_cron.py:0 #, python-format msgid "Task failure with UID = %d." msgstr "任务失败 UID = %d." #. module: scheduler_error_mailer #: model:ir.actions.server,name:scheduler_error_mailer.test_scheduler_error_mailer_ir_actions_server msgid "Test Scheduler Error Mailer" 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" msgstr "[数据库 {{ctx.get('dbname')}}] 计划任务 '{{object.name or ''}}' 执行失败" #~ msgid "[DB ${ctx.get('dbname')}] Scheduler '${object.name or ''}' FAILED" #~ msgstr "[DB ${ctx.get('dbname')}] 调度'${object.name or ''}' 失败" #~ msgid "" #~ "\n" #~ " \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" #~ "\n" #~ "\n" #~ "${ctx.get('job_exception') and ctx.get('job_exception').value or 'Failed " #~ "to get the error message from the context.'}\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" #~ "
    \n" #~ "
  • Model : ${object.model or ''}
  • \n" #~ "
  • Method : ${object.function or ''}
  • \n" #~ "
  • Arguments : ${object.args or ''}
  • \n" #~ "
  • Interval : ${object.interval_number or '0'} ${object.interval_type or " #~ "''}
  • \n" #~ "
  • Number of calls : ${object.numbercall or '0'}
  • \n" #~ "
  • Repeat missed : ${object.doall}
  • \n" #~ "
  • User : ${object.user_id.name or ''}
  • \n" #~ "
\n" #~ "\n" #~ "

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

\n" #~ "
\n" #~ " \n" #~ " " #~ msgstr "" #~ "\n" #~ " \n" #~ "
\n" #~ "\n" #~ "

Odoo试图运行调度程序 ${object.name or ''} 在数据库中 " #~ "${ctx.get('dbname')} 但它失败了。这是错误消息 :

\n" #~ "\n" #~ "\n" #~ "${ctx.get('job_exception') and ctx.get('job_exception').value or '无法从上" #~ "下文中获取错误消息.'}\n" #~ "\n" #~ "\n" #~ "

您可以检查Odoo服务器的日志以获取有关此故障的更多信息.

\n" #~ "\n" #~ "

调度程序的属性 ${object.name or ''} :

\n" #~ "
    \n" #~ "
  • 模型: ${object.model or ''}
  • \n" #~ "
  • 方法 : ${object.function or ''}
  • \n" #~ "
  • 参数: ${object.args or ''}
  • \n" #~ "
  • 间隔: ${object.interval_number or '0'} ${object.interval_type or ''}\n" #~ "
  • 通话次数: ${object.numbercall or '0'}
  • \n" #~ "
  • 重复错过了: ${object.doall}
  • \n" #~ "
  • 用户: ${object.user_id.name or ''}
  • \n" #~ "
\n" #~ "\n" #~ "

\n" #~ "--
\n" #~ "Odoo发送的自动电子邮件。请勿回复。
\n" #~ "数据库: ${ctx.get('dbname')}\n" #~ "

\n" #~ "
\n" #~ " \n" #~ " " #, fuzzy #~ msgid "Email Template" #~ msgstr "错误E-mail 模板"