Files
external-public-addons/jsonifier/i18n/zh_CN.po

261 lines
8.4 KiB
Plaintext
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:
# * jsonifier
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-06-16 11:07+0000\n"
"Last-Translator: xtanuiha <feihu.zhang@live.com>\n"
"Language-Team: none\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: jsonifier
#: model:ir.model.fields,help:jsonifier.field_ir_exports_line__instance_method_name
msgid "A method defined on the model that takes a record and a field_name"
msgstr "在模型上定义的一个方法,该方法接受一条记录和一个字段名作为参数"
#. module: jsonifier
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_line__active
msgid "Active"
msgstr "激活"
#. module: jsonifier
#: model:ir.model,name:jsonifier.model_base
msgid "Base"
msgstr "基础"
#. module: jsonifier
#: model:ir.model.fields,help:jsonifier.field_ir_exports_resolver__python_code
msgid ""
"Compute the result from 'value' by setting the variable 'result'.\n"
"\n"
"For fields resolvers:\n"
":param record: the record\n"
":param name: name of the field\n"
":param value: value of the field\n"
":param field_type: type of the field\n"
"\n"
"For global resolvers:\n"
":param value: JSON dict\n"
":param record: the record\n"
"\n"
"In both types, you can override the final json key.\n"
"To achieve this, simply return a dict like: \n"
"{'result': {'_value': $value, '_json_key': $new_json_key}}"
msgstr ""
#. module: jsonifier
#: model_terms:ir.ui.view,arch_db:jsonifier.view_ir_exports
msgid "Configuration"
msgstr "配置"
#. module: jsonifier
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver__create_uid
msgid "Created by"
msgstr "创建者"
#. module: jsonifier
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver__create_date
msgid "Created on"
msgstr "创建于"
#. module: jsonifier
#: model:ir.actions.act_window,name:jsonifier.act_ui_exports_resolver_view
#: model:ir.ui.menu,name:jsonifier.ui_exports_resolvers
msgid "Custom Export Resolvers"
msgstr "自定义导出解析器"
#. module: jsonifier
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports__global_resolver_id
msgid "Custom global resolver"
msgstr "自定义全局解析器"
#. module: jsonifier
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_line__resolver_id
msgid "Custom resolver"
msgstr "自定义解析器"
#. module: jsonifier
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver__display_name
msgid "Display Name"
msgstr "显示名称"
#. module: jsonifier
#. odoo-python
#: code:addons/jsonifier/models/ir_exports_line.py:0
msgid "Either set a function or a resolver, not both."
msgstr "只能设置函数或解析器中的一个,不能同时设置。"
#. module: jsonifier
#: model:ir.actions.act_window,name:jsonifier.act_ui_exports_view
#: model:ir.ui.menu,name:jsonifier.ui_exports
msgid "Export Fields"
msgstr "导出字段"
#. module: jsonifier
#: model:ir.model,name:jsonifier.model_ir_exports_resolver
msgid "Export Resolver"
msgstr "导出解析器"
#. module: jsonifier
#: model:ir.model,name:jsonifier.model_ir_exports
msgid "Exports"
msgstr "导出"
#. module: jsonifier
#: model:ir.model,name:jsonifier.model_ir_exports_line
msgid "Exports Line"
msgstr "导出行"
#. module: jsonifier
#: model:ir.model.fields.selection,name:jsonifier.selection__ir_exports_resolver__type__field
msgid "Field"
msgstr "字段"
#. module: jsonifier
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_line__instance_method_name
msgid "Function"
msgstr "函数"
#. module: jsonifier
#: model:ir.model.fields.selection,name:jsonifier.selection__ir_exports_resolver__type__global
msgid "Global"
msgstr "全局"
#. module: jsonifier
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver__id
msgid "ID"
msgstr "ID"
#. module: jsonifier
#: model:ir.model.fields,help:jsonifier.field_ir_exports_line__lang_id
msgid "If set, the language in which the field is exported"
msgstr "如果设置,表示字段将以哪种语言导出"
#. module: jsonifier
#: model:ir.model.fields,help:jsonifier.field_ir_exports__global_resolver_id
msgid "If set, will apply the global resolver to the result"
msgstr "如果设置,将对结果应用全局解析器"
#. module: jsonifier
#: model:ir.model.fields,help:jsonifier.field_ir_exports_line__resolver_id
msgid "If set, will apply the resolver on the field value"
msgstr "如果设置,将对字段值应用特定解析器"
#. module: jsonifier
#: model:ir.model.fields,help:jsonifier.field_ir_exports__language_agnostic
msgid ""
"If set, will set the lang to False when exporting lines without lang, "
"otherwise it uses the lang in the given context to export these fields"
msgstr ""
"如果设置,在导出不包含语言信息的行时,会将语言(lang)设置为False否则它会使"
"用给定上下文中的语言来导出这些字段"
#. module: jsonifier
#: model_terms:ir.ui.view,arch_db:jsonifier.view_ir_exports
msgid "Index"
msgstr "索引"
#. module: jsonifier
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_line__lang_id
msgid "Language"
msgstr "语言"
#. module: jsonifier
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports__language_agnostic
msgid "Language Agnostic"
msgstr "语言无关"
#. module: jsonifier
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver__write_uid
msgid "Last Updated by"
msgstr "最后更新者"
#. module: jsonifier
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver__write_date
msgid "Last Updated on"
msgstr "最后更新于"
#. module: jsonifier
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver__name
msgid "Name"
msgstr "名称"
#. module: jsonifier
#. odoo-python
#: code:addons/jsonifier/models/ir_exports_line.py:0
msgid "Name and Target must have the same hierarchy depth"
msgstr "名称和别名必须具有相同的层次结构深度"
#. module: jsonifier
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver__python_code
msgid "Python Code"
msgstr "Python代码"
#. module: jsonifier
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports__smart_search
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_line__smart_search
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver__smart_search
msgid "Smart Search"
msgstr ""
#. module: jsonifier
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_line__target
msgid "Target"
msgstr "别名"
#. module: jsonifier
#: model:ir.model.fields,help:jsonifier.field_ir_exports_line__target
msgid ""
"The complete path to the field where you can specify a target on the step as "
"field:target"
msgstr "字段的完整路径,您可以在其中指定步骤作为字段的别名:别名"
#. module: jsonifier
#. odoo-python
#: code:addons/jsonifier/models/ir_exports_line.py:0
msgid ""
"The target must reference the same field as in name '%(name)s' not in "
"'%(name_with_target)s'"
msgstr "目标必须引用与名称 '%(name)s' 相同的字段,而非 '%(name_with_target)s'"
#. module: jsonifier
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver__type
msgid "Type"
msgstr "类型"
#. module: jsonifier
#. odoo-python
#: code:addons/jsonifier/models/models.py:0
msgid "Wrong parser configuration for field: `%s`"
msgstr "字段`%s`的解析器配置有误"
#~ msgid ""
#~ "Compute the result from 'value' by setting the variable 'result'.\n"
#~ "For fields resolvers:\n"
#~ ":param name: name of the field\n"
#~ ":param value: value of the field\n"
#~ ":param field_type: type of the field\n"
#~ "For global resolvers:\n"
#~ ":param value: JSON dict\n"
#~ ":param record: the record"
#~ msgstr ""
#~ "通过设置变量 'result' 来计算来自 'value' 的结果。\n"
#~ "对于字段解析器:\n"
#~ ":param name: 字段名\n"
#~ ":param value: 字段值\n"
#~ ":param field_type: 对于全局解析器的字段类型\n"
#~ ":param value: JSON 字典\n"
#~ ":param record: 记录对象"
#, python-format
#~ msgid "The target must reference the same field as in name '%s' not in '%s'"
#~ msgstr "别名必须引用与名称相同的字段'%s'不在'%s'"