# 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: 2019-08-31 06:18+0000\n" "Last-Translator: 黎伟杰 <674416404@qq.com>\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 3.8\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 ${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" "\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" "\n" "

\n" "--
\n" "Odoo发送的自动电子邮件。请勿回复。
\n" "数据库: ${ctx.get('dbname')}\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: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 #: code:addons/scheduler_error_mailer/models/ir_cron.py:55 #, 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 #: model:ir.cron,cron_name:scheduler_error_mailer.test_scheduler_error_mailer #: model:ir.cron,name:scheduler_error_mailer.test_scheduler_error_mailer 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 "[DB ${ctx.get('dbname')}] 调度'${object.name or ''}' 失败" #, fuzzy #~ msgid "Email Template" #~ msgstr "错误E-mail 模板"