289 lines
10 KiB
Plaintext
289 lines
10 KiB
Plaintext
# Translation of Odoo Server.
|
||
# This file contains the translation of the following modules:
|
||
# * base_exception
|
||
#
|
||
# Translators:
|
||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||
msgid ""
|
||
msgstr ""
|
||
"Project-Id-Version: Odoo Server 10.0\n"
|
||
"Report-Msgid-Bugs-To: \n"
|
||
"POT-Creation-Date: 2017-05-01 10:38+0000\n"
|
||
"PO-Revision-Date: 2019-08-31 04:24+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: base_exception
|
||
#: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
|
||
msgid "<code>self</code>: Record on which the rule is evaluated."
|
||
msgstr "<code>self</code>: 记录对规则求值的位置。"
|
||
|
||
#. module: base_exception
|
||
#: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
|
||
msgid "<code>time</code>: useful Python libraries"
|
||
msgstr "<code>time</code>: 有用的Python库"
|
||
|
||
#. module: base_exception
|
||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__active
|
||
msgid "Active"
|
||
msgstr "有效"
|
||
|
||
#. module: base_exception
|
||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__model
|
||
msgid "Apply on"
|
||
msgstr "应用于"
|
||
|
||
#. module: base_exception
|
||
#: selection:exception.rule,exception_type:0
|
||
msgid "By domain"
|
||
msgstr "通过域"
|
||
|
||
#. module: base_exception
|
||
#: selection:exception.rule,exception_type:0
|
||
msgid "By python code"
|
||
msgstr "通过python代码"
|
||
|
||
#. module: base_exception
|
||
#: model:ir.model.fields,help:base_exception.field_exception_rule__exception_type
|
||
msgid ""
|
||
"By python code: allow to define any arbitrary check\n"
|
||
"By domain: limited to a selection by an odoo domain:\n"
|
||
" performance can be better when exceptions are "
|
||
"evaluated with several records"
|
||
msgstr ""
|
||
"通过python代码:允许定义任意检查\n"
|
||
"通过域: 仅限于odoo域的选择:\n"
|
||
" 在评估异常情况时 可以使用几种记录来改进性能"
|
||
|
||
#. module: base_exception
|
||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_uid
|
||
msgid "Created by"
|
||
msgstr "创建者"
|
||
|
||
#. module: base_exception
|
||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_date
|
||
msgid "Created on"
|
||
msgstr "创建时间"
|
||
|
||
#. module: base_exception
|
||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__description
|
||
msgid "Description"
|
||
msgstr "说明"
|
||
|
||
#. module: base_exception
|
||
#: model:ir.model.fields,field_description:base_exception.field_base_exception__display_name
|
||
#: model:ir.model.fields,field_description:base_exception.field_base_exception_method__display_name
|
||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__display_name
|
||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__display_name
|
||
msgid "Display Name"
|
||
msgstr "显示名称"
|
||
|
||
#. module: base_exception
|
||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__domain
|
||
msgid "Domain"
|
||
msgstr "域"
|
||
|
||
#. module: base_exception
|
||
#: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
|
||
msgid ""
|
||
"Enter Python code here. Help about Python expression is available in the "
|
||
"help tab of this document."
|
||
msgstr "在这里输入Python代码。有关Python表达式的帮助,请参阅本文档的帮助选项卡。"
|
||
|
||
#. module: base_exception
|
||
#: code:addons/base_exception/models/base_exception.py:138
|
||
#, python-format
|
||
msgid ""
|
||
"Error when evaluating the exception.rule rule:\n"
|
||
" %s \n"
|
||
"(%s)"
|
||
msgstr ""
|
||
"评估exception.rule规则时出错:\n"
|
||
" %s \n"
|
||
"(%s)"
|
||
|
||
#. module: base_exception
|
||
#: model:ir.model,name:base_exception.model_base_exception
|
||
msgid "Exception"
|
||
msgstr "异常"
|
||
|
||
#. module: base_exception
|
||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__name
|
||
msgid "Exception Name"
|
||
msgstr "异常名称"
|
||
|
||
#. module: base_exception
|
||
#: model:ir.model,name:base_exception.model_exception_rule
|
||
#: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_tree
|
||
msgid "Exception Rule"
|
||
msgstr "异常规则"
|
||
|
||
#. module: base_exception
|
||
#: model:ir.model,name:base_exception.model_exception_rule_confirm
|
||
msgid "Exception Rule Confirm Wizard"
|
||
msgstr "异常规则确认向导"
|
||
|
||
#. module: base_exception
|
||
#: model:ir.model,name:base_exception.model_base_exception_method
|
||
msgid "Exception Rule Methods"
|
||
msgstr "异常规则方法"
|
||
|
||
#. module: base_exception
|
||
#: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
|
||
msgid "Exception Rule Setup"
|
||
msgstr "异常规则设置"
|
||
|
||
#. module: base_exception
|
||
#: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
|
||
#: model:ir.ui.menu,name:base_exception.menu_action_exception
|
||
msgid "Exception Rules"
|
||
msgstr "异常规则"
|
||
|
||
#. module: base_exception
|
||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__exception_type
|
||
msgid "Exception Type"
|
||
msgstr "异常类型"
|
||
|
||
#. module: base_exception
|
||
#: model:res.groups,name:base_exception.group_exception_rule_manager
|
||
msgid "Exception manager"
|
||
msgstr "异常管理"
|
||
|
||
#. module: base_exception
|
||
#: model:ir.model.fields,field_description:base_exception.field_base_exception__exception_ids
|
||
msgid "Exceptions"
|
||
msgstr "异常"
|
||
|
||
#. module: base_exception
|
||
#: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
|
||
msgid "Exceptions Rules"
|
||
msgstr "异常规则"
|
||
|
||
#. module: base_exception
|
||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__exception_ids
|
||
msgid "Exceptions to resolve"
|
||
msgstr "解决的异常情况"
|
||
|
||
#. module: base_exception
|
||
#: model:ir.model.fields,help:base_exception.field_exception_rule__sequence
|
||
msgid "Gives the sequence order when applying the test"
|
||
msgstr "应用测试时给出序列顺序"
|
||
|
||
#. module: base_exception
|
||
#: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
|
||
msgid "Help"
|
||
msgstr "帮助"
|
||
|
||
#. module: base_exception
|
||
#: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
|
||
msgid "Help with Python expressions"
|
||
msgstr "帮助Python表达式"
|
||
|
||
#. module: base_exception
|
||
#: model:ir.model.fields,field_description:base_exception.field_base_exception__id
|
||
#: model:ir.model.fields,field_description:base_exception.field_base_exception_method__id
|
||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__id
|
||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__id
|
||
msgid "ID"
|
||
msgstr "ID"
|
||
|
||
#. module: base_exception
|
||
#: model:ir.model.fields,field_description:base_exception.field_base_exception__ignore_exception
|
||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__ignore
|
||
msgid "Ignore Exceptions"
|
||
msgstr "忽略异常"
|
||
|
||
#. module: base_exception
|
||
#: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update
|
||
#: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update
|
||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule____last_update
|
||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm____last_update
|
||
msgid "Last Modified on"
|
||
msgstr "最后修改时间"
|
||
|
||
#. module: base_exception
|
||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_uid
|
||
msgid "Last Updated by"
|
||
msgstr "最后更新者"
|
||
|
||
#. module: base_exception
|
||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_date
|
||
msgid "Last Updated on"
|
||
msgstr "最后更新时间"
|
||
|
||
#. module: base_exception
|
||
#: model:ir.model.fields,field_description:base_exception.field_base_exception__main_exception_id
|
||
msgid "Main Exception"
|
||
msgstr "主要异常"
|
||
|
||
#. module: base_exception
|
||
#: code:addons/base_exception/wizard/base_exception_confirm.py:29
|
||
#, python-format
|
||
msgid "Only 1 ID accepted, got %r."
|
||
msgstr "只接受了一个ID,得到 %r。"
|
||
|
||
#. module: base_exception
|
||
#: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
|
||
msgid "Outstanding exceptions to manage"
|
||
msgstr "管理异常的情况"
|
||
|
||
#. module: base_exception
|
||
#: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
|
||
msgid "Outstanding exceptions to manager"
|
||
msgstr "管理异常的情况"
|
||
|
||
#. module: base_exception
|
||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__code
|
||
#: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
|
||
msgid "Python Code"
|
||
msgstr "Python代码"
|
||
|
||
#. module: base_exception
|
||
#: model:ir.model.fields,help:base_exception.field_exception_rule__code
|
||
msgid ""
|
||
"Python code executed to check if the exception apply or not. Use failed = "
|
||
"True to block the exception"
|
||
msgstr "执行Python代码以检查异常是否适用。使用failed = True可阻止异常"
|
||
|
||
#. module: base_exception
|
||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__related_model_id
|
||
msgid "Related Model"
|
||
msgstr "相关模型"
|
||
|
||
#. module: base_exception
|
||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__sequence
|
||
msgid "Sequence"
|
||
msgstr "序列"
|
||
|
||
#. module: base_exception
|
||
#: code:addons/base_exception/models/base_exception.py:49
|
||
#, python-format
|
||
msgid ""
|
||
"There is a problem of configuration, python code or domain is missing to "
|
||
"match the exception type."
|
||
msgstr "存在配置问题,缺少python代码或域以匹配异常类型。"
|
||
|
||
#. module: base_exception
|
||
#: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
|
||
msgid "To block the exception use: <code>failed = True</code>"
|
||
msgstr "阻止异常使用: <code>failed = True</code>"
|
||
|
||
#. module: base_exception
|
||
#: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
|
||
msgid ""
|
||
"Various fields may use Python code or Python expressions. The following "
|
||
"variables can be used:"
|
||
msgstr "各种字段可能使用Python代码或Python表达式。可以使用以下变量:"
|
||
|
||
#. module: base_exception
|
||
#: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
|
||
msgid "_Close"
|
||
msgstr "关闭"
|