oca-travis
6 years ago
committed by
Simone Orsi
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 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"Last-Translator: <>\n" |
|||
"Language-Team: \n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Plural-Forms: \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.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.ui.view,arch_db:base_jsonify.view_ir_exports |
|||
msgid "Index" |
|||
msgstr "" |
|||
|
|||
#. module: base_jsonify |
|||
#: code:addons/base_jsonify/models/ir_exports_line.py:28 |
|||
#, 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:33 |
|||
#, 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:71 |
|||
#, python-format |
|||
msgid "Wrong parser configuration" |
|||
msgstr "" |
|||
|
|||
#. module: base_jsonify |
|||
#: model:ir.model,name:base_jsonify.model_base |
|||
msgid "base" |
|||
msgstr "" |
|||
|
|||
#. module: base_jsonify |
|||
#: model:ir.model,name:base_jsonify.model_ir_exports |
|||
msgid "ir.exports" |
|||
msgstr "" |
|||
|
|||
#. module: base_jsonify |
|||
#: model:ir.model,name:base_jsonify.model_ir_exports_line |
|||
msgid "ir.exports.line" |
|||
msgstr "" |
|||
|
Write
Preview
Loading…
Cancel
Save
Reference in new issue