Files
Odoo-18.0-20251222/scheduler_error_mailer/i18n/zh_CN.po
tocmo0nlord adbe430761
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
tests / Detect unreleased dependencies (push) Has been cancelled
tests / test with OCB (push) Has been cancelled
tests / test with Odoo (push) Has been cancelled
Initial commit: Odoo 18.0-20251222 extra-addons
2026-03-13 20:43:25 +00:00

219 lines
7.7 KiB
Plaintext
Executable File
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * scheduler_error_mailer
#
# Translators:
# Jeffery Chenn <jeffery9@gmail.com>, 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 <feihu.zhang@live.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 4.17\n"
#. module: scheduler_error_mailer
#: model:mail.template,body_html:scheduler_error_mailer.scheduler_error_mailer
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><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"
"<strong>\n"
"<t t-out=\"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><t t-out=\"object.name or ''\"/></em> :</"
"p>\n"
"<ul>\n"
"<li>Model : <t t-out=\"object.model_id.name or ''\"/></li>\n"
"<li>Python code : <code><t t-out=\"object.code or ''\"/></code></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 : <t t-out=\"object.numbercall or '0'\"/></li>\n"
"<li>Repeat missed : <t t-out=\"object.doall\"/></li>\n"
"<li>User : <t t-out=\"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 : <t t-out=\"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 尝试在数据库 <em><t t-out=\"ctx.get('dbname')\"/></em> "
"中运行计划任务 <em><t t-out=\"object.name or ''\""
"/></em>,但运行失败。以下是错误信息:</p>\n"
"\n"
"<strong>\n"
"<t t-out=\"ctx.get('job_exception') or '未能从上下文中获取错误消息。'\"/>\n"
"</strong>\n"
"\n"
"<p>您可以通过查看Odoo服务器的日志来获取更多关于此失败的信息。</p>\n"
"\n"
"<p>计划任务 <em><t t-out=\"object.name or ''\"/></em> 的属性如下:</p>\n"
"<ul>\n"
"<li>模型 : <t t-out=\"object.model_id.name or ''\"/></li>\n"
"<li>Python 代码 : <code><t t-out=\"object.code or ''\"/></code></li>\n"
"<li>间隔 : <t t-out=\"object.interval_number or '0'\"/> <t t-out=\"object."
"interval_type or ''\"/></li>\n"
"<li>调用次数 : <t t-out=\"object.numbercall or '0'\"/></li>\n"
"<li>重复遗漏 : <t t-out=\"object.doall\"/></li>\n"
"<li>用户 : <t t-out=\"object.user_id.name or ''\"/></li>\n"
"</ul>\n"
"\n"
"<p>\n"
"-- <br/>\n"
"此邮件由Odoo自动发送请勿回复。<br/>\n"
"数据库 : <t t-out=\"ctx.get('dbname')\"/>\n"
"</p>\n"
"</div>\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"
#~ "<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') and ctx.get('job_exception').value 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 or ''}</li>\n"
#~ "<li>Method : ${object.function or ''}</li>\n"
#~ "<li>Arguments : ${object.args or ''}</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试图运行调度程序 <em>${object.name or ''}</em> 在数据库中 <em>"
#~ "${ctx.get('dbname')}</em> 但它失败了。这是错误消息 :</p>\n"
#~ "\n"
#~ "<strong>\n"
#~ "${ctx.get('job_exception') and ctx.get('job_exception').value or '无法从上"
#~ "下文中获取错误消息.'}\n"
#~ "</strong>\n"
#~ "\n"
#~ "<p>您可以检查Odoo服务器的日志以获取有关此故障的更多信息.</p>\n"
#~ "\n"
#~ "<p>调度程序的属性 <em>${object.name or ''}</em> :</p>\n"
#~ "<ul>\n"
#~ "<li>模型: ${object.model or ''}</li>\n"
#~ "<li>方法 : ${object.function or ''}</li>\n"
#~ "<li>参数: ${object.args or ''}</li>\n"
#~ "<li>间隔: ${object.interval_number or '0'} ${object.interval_type or ''}</"
#~ "li>\n"
#~ "<li>通话次数: ${object.numbercall or '0'}</li>\n"
#~ "<li>重复错过了: ${object.doall}</li>\n"
#~ "<li>用户: ${object.user_id.name or ''}</li>\n"
#~ "</ul>\n"
#~ "\n"
#~ "<p>\n"
#~ "-- <br/>\n"
#~ "Odoo发送的自动电子邮件。请勿回复。<br/>\n"
#~ "数据库: ${ctx.get('dbname')}\n"
#~ "</p>\n"
#~ "</div>\n"
#~ " \n"
#~ " "
#, fuzzy
#~ msgid "Email Template"
#~ msgstr "错误E-mail 模板"