黎伟杰
5 years ago
committed by
OCA Transbot
1 changed files with 74 additions and 0 deletions
@ -0,0 +1,74 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_jsonify |
|||
# |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 12.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"Last-Translator: Automatically generated\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" |
|||
|
|||
#. module: base_jsonify |
|||
#: model:ir.model.fields,field_description:base_jsonify.field_ir_exports_line__alias |
|||
msgid "Alias" |
|||
msgstr "" |
|||
|
|||
#. module: base_jsonify |
|||
#: model:ir.model,name:base_jsonify.model_base |
|||
msgid "Base" |
|||
msgstr "" |
|||
|
|||
#. module: base_jsonify |
|||
#: model_terms:ir.ui.view,arch_db:base_jsonify.view_ir_exports |
|||
msgid "Configuration" |
|||
msgstr "" |
|||
|
|||
#. module: base_jsonify |
|||
#: model:ir.actions.act_window,name:base_jsonify.act_ui_exports_view |
|||
#: model:ir.ui.menu,name:base_jsonify.ui_exports |
|||
msgid "Export Fields" |
|||
msgstr "" |
|||
|
|||
#. module: base_jsonify |
|||
#: model:ir.model,name:base_jsonify.model_ir_exports |
|||
msgid "Exports" |
|||
msgstr "" |
|||
|
|||
#. module: base_jsonify |
|||
#: model:ir.model,name:base_jsonify.model_ir_exports_line |
|||
msgid "Exports Line" |
|||
msgstr "" |
|||
|
|||
#. module: base_jsonify |
|||
#: model_terms:ir.ui.view,arch_db:base_jsonify.view_ir_exports |
|||
msgid "Index" |
|||
msgstr "" |
|||
|
|||
#. module: base_jsonify |
|||
#: code:addons/base_jsonify/models/ir_exports_line.py:27 |
|||
#, python-format |
|||
msgid "Name and Alias must have the same hierarchy depth" |
|||
msgstr "" |
|||
|
|||
#. module: base_jsonify |
|||
#: code:addons/base_jsonify/models/ir_exports_line.py:32 |
|||
#, python-format |
|||
msgid "The alias must reference the same field as in name '%s' not in '%s'" |
|||
msgstr "" |
|||
|
|||
#. module: base_jsonify |
|||
#: model:ir.model.fields,help:base_jsonify.field_ir_exports_line__alias |
|||
msgid "The complete path to the field where you can specify an alias on the a step as field:alias" |
|||
msgstr "" |
|||
|
|||
#. module: base_jsonify |
|||
#: code:addons/base_jsonify/models/models.py:69 |
|||
#, python-format |
|||
msgid "Wrong parser configuration" |
|||
msgstr "" |
Write
Preview
Loading…
Cancel
Save
Reference in new issue