[UPD] Update jsonifier.pot
parent
2dc7ffd12a
commit
00dd2a4c45
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 14.0\n"
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
|
@ -73,13 +73,12 @@ msgid "Custom resolver"
|
|||
msgstr ""
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports__display_name
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_line__display_name
|
||||
#: 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
|
||||
#, python-format
|
||||
msgid "Either set a function or a resolver, not both."
|
||||
|
@ -122,8 +121,6 @@ msgid "Global"
|
|||
msgstr ""
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports__id
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_line__id
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
@ -166,8 +163,6 @@ msgid "Language Agnostic"
|
|||
msgstr ""
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports____last_update
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_line____last_update
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
@ -188,6 +183,7 @@ msgid "Name"
|
|||
msgstr ""
|
||||
|
||||
#. module: jsonifier
|
||||
#. odoo-python
|
||||
#: code:addons/jsonifier/models/ir_exports_line.py:0
|
||||
#, python-format
|
||||
msgid "Name and Target must have the same hierarchy depth"
|
||||
|
@ -198,13 +194,6 @@ msgstr ""
|
|||
msgid "Python Code"
|
||||
msgstr ""
|
||||
|
||||
#. 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"
|
||||
|
@ -218,9 +207,12 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: jsonifier
|
||||
#. odoo-python
|
||||
#: code:addons/jsonifier/models/ir_exports_line.py:0
|
||||
#, python-format
|
||||
msgid "The target must reference the same field as in name '%s' not in '%s'"
|
||||
msgid ""
|
||||
"The target must reference the same field as in name '%(name)s' not in "
|
||||
"'%(name_with_target)s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: jsonifier
|
||||
|
@ -229,6 +221,7 @@ msgid "Type"
|
|||
msgstr ""
|
||||
|
||||
#. module: jsonifier
|
||||
#. odoo-python
|
||||
#: code:addons/jsonifier/models/models.py:0
|
||||
#, python-format
|
||||
msgid "Wrong parser configuration for field: `%s`"
|
||||
|
|
Loading…
Reference in New Issue