mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 11:12:04 +02:00
Initial commit: OCA Technical packages (595 packages)
This commit is contained in:
commit
2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions
242
odoo-bringout-oca-server-tools-jsonifier/jsonifier/i18n/bs.po
Normal file
242
odoo-bringout-oca-server-tools-jsonifier/jsonifier/i18n/bs.po
Normal file
|
|
@ -0,0 +1,242 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * jsonifier
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.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: 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 "Metod definisan na modelu koji prima zapis i naziv_polja"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_line__active
|
||||
msgid "Active"
|
||||
msgstr "Aktivan"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model,name:jsonifier.model_base
|
||||
msgid "Base"
|
||||
msgstr "Osnova"
|
||||
|
||||
#. 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 "Konfiguracija"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Kreirao"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Kreirano"
|
||||
|
||||
#. 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 "Prilagođeni export resolveri"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports__global_resolver_id
|
||||
msgid "Custom global resolver"
|
||||
msgstr "Prilagođeni globalni resolver"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_line__resolver_id
|
||||
msgid "Custom resolver"
|
||||
msgstr "Prilagođeni resolver"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Prikazani naziv"
|
||||
|
||||
#. 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."
|
||||
msgstr "Postavite ili funkciju ili resolver, ne oboje."
|
||||
|
||||
#. 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 "Export polja"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model,name:jsonifier.model_ir_exports_resolver
|
||||
msgid "Export Resolver"
|
||||
msgstr "Export resolver"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model,name:jsonifier.model_ir_exports
|
||||
msgid "Exports"
|
||||
msgstr "ir.exports"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model,name:jsonifier.model_ir_exports_line
|
||||
msgid "Exports Line"
|
||||
msgstr "ir.exports.line"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields.selection,name:jsonifier.selection__ir_exports_resolver__type__field
|
||||
msgid "Field"
|
||||
msgstr "Polje"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_line__instance_method_name
|
||||
msgid "Function"
|
||||
msgstr "Funkcija"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields.selection,name:jsonifier.selection__ir_exports_resolver__type__global
|
||||
msgid "Global"
|
||||
msgstr "Opšte"
|
||||
|
||||
#. 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 "Ako je postavljen, jezik u kojem se polje exportuje"
|
||||
|
||||
#. 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 "Ako je postavljen, primijenit će globalni resolver na rezultat"
|
||||
|
||||
#. 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 "Ako je postavljen, primijenit će resolver na vrijednost polja"
|
||||
|
||||
#. 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 ""
|
||||
|
||||
#. module: jsonifier
|
||||
#: model_terms:ir.ui.view,arch_db:jsonifier.view_ir_exports
|
||||
msgid "Index"
|
||||
msgstr "Indeks"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_line__lang_id
|
||||
msgid "Language"
|
||||
msgstr "Jezik"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports__language_agnostic
|
||||
msgid "Language Agnostic"
|
||||
msgstr "Nezavisan od jezika"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Zadnje mijenjano"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Zadnji ažurirao"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Zadnje ažurirano"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver__name
|
||||
msgid "Name"
|
||||
msgstr "Naziv:"
|
||||
|
||||
#. 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"
|
||||
msgstr "Naziv i cilj moraju imati istu dubinu hijerarhije"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver__python_code
|
||||
msgid "Python Code"
|
||||
msgstr "Python Kod"
|
||||
|
||||
#. 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 "Pametno pretraživanje"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_line__target
|
||||
msgid "Target"
|
||||
msgstr "Cilj"
|
||||
|
||||
#. 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
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The target must reference the same field as in name '%(name)s' not in "
|
||||
"'%(name_with_target)s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver__type
|
||||
msgid "Type"
|
||||
msgstr "Tip"
|
||||
|
||||
#. module: jsonifier
|
||||
#. odoo-python
|
||||
#: code:addons/jsonifier/models/models.py:0
|
||||
#, python-format
|
||||
msgid "Wrong parser configuration for field: `%s`"
|
||||
msgstr "Pogrešna konfiguracija parsera za polje: `%s`"
|
||||
243
odoo-bringout-oca-server-tools-jsonifier/jsonifier/i18n/ca.po
Normal file
243
odoo-bringout-oca-server-tools-jsonifier/jsonifier/i18n/ca.po
Normal file
|
|
@ -0,0 +1,243 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * jsonifier
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 14.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
"Language: ca\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\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
|
||||
#, python-format
|
||||
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 ""
|
||||
|
||||
#. 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 ""
|
||||
|
||||
#. 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____last_update
|
||||
msgid "Last Modified on"
|
||||
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
|
||||
#, python-format
|
||||
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 ""
|
||||
|
||||
#. 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
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The target must reference the same field as in name '%(name)s' not in "
|
||||
"'%(name_with_target)s'"
|
||||
msgstr ""
|
||||
|
||||
#. 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
|
||||
#, python-format
|
||||
msgid "Wrong parser configuration for field: `%s`"
|
||||
msgstr ""
|
||||
272
odoo-bringout-oca-server-tools-jsonifier/jsonifier/i18n/es.po
Normal file
272
odoo-bringout-oca-server-tools-jsonifier/jsonifier/i18n/es.po
Normal file
|
|
@ -0,0 +1,272 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * jsonifier
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2023-11-11 15:39+0000\n"
|
||||
"Last-Translator: Ivorra78 <informatica@totmaterial.es>\n"
|
||||
"Language-Team: none\n"
|
||||
"Language: es\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\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 "Un método definido en el modelo que toma un registro y un field_name"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_line__active
|
||||
msgid "Active"
|
||||
msgstr "Activo"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model,name:jsonifier.model_base
|
||||
msgid "Base"
|
||||
msgstr "Base"
|
||||
|
||||
#. 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 "Configuración"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado el"
|
||||
|
||||
#. 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 "Resolucionadores de Exportación Personalizados"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports__global_resolver_id
|
||||
msgid "Custom global resolver"
|
||||
msgstr "Resolución global personalizada"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_line__resolver_id
|
||||
msgid "Custom resolver"
|
||||
msgstr "Resolución personalizada"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Mostrar Nombre"
|
||||
|
||||
#. 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."
|
||||
msgstr "O bien establece una función o una resolución, no ambas."
|
||||
|
||||
#. 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 "Exportar Campos"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model,name:jsonifier.model_ir_exports_resolver
|
||||
msgid "Export Resolver"
|
||||
msgstr "Resolver Exportaciones"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model,name:jsonifier.model_ir_exports
|
||||
msgid "Exports"
|
||||
msgstr "Exportaciones"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model,name:jsonifier.model_ir_exports_line
|
||||
msgid "Exports Line"
|
||||
msgstr "Línea de Exportación"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields.selection,name:jsonifier.selection__ir_exports_resolver__type__field
|
||||
msgid "Field"
|
||||
msgstr "Campo"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_line__instance_method_name
|
||||
msgid "Function"
|
||||
msgstr "Función"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields.selection,name:jsonifier.selection__ir_exports_resolver__type__global
|
||||
msgid "Global"
|
||||
msgstr "Global"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver__id
|
||||
msgid "ID"
|
||||
msgstr "ID (identificación)"
|
||||
|
||||
#. 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 "Si se establece, el idioma en el que se exporta el campo"
|
||||
|
||||
#. 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 "Si se establece, se aplicará el resolver global al resultado"
|
||||
|
||||
#. 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 "Si se establece, se aplicará el resolver en el valor del campo"
|
||||
|
||||
#. 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 ""
|
||||
"Si se establece, se establecerá el lang a False al exportar líneas sin lang, "
|
||||
"de lo contrario utiliza el lang en el contexto dado para exportar estos "
|
||||
"campos"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model_terms:ir.ui.view,arch_db:jsonifier.view_ir_exports
|
||||
msgid "Index"
|
||||
msgstr "Índice"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_line__lang_id
|
||||
msgid "Language"
|
||||
msgstr "Lenguaje"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports__language_agnostic
|
||||
msgid "Language Agnostic"
|
||||
msgstr "Agnóstico lingüístico"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última Modifiación en"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Actualizado por Última vez por"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última Actualización el"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver__name
|
||||
msgid "Name"
|
||||
msgstr "Nombre"
|
||||
|
||||
#. 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"
|
||||
msgstr "Nombre y Destino deben tener la misma profundidad jerárquica"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver__python_code
|
||||
msgid "Python Code"
|
||||
msgstr "Código 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 "Búsqueda Inteligente"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_line__target
|
||||
msgid "Target"
|
||||
msgstr "Objetivo"
|
||||
|
||||
#. 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 ""
|
||||
"La ruta completa al campo donde se puede especificar un objetivo en el paso "
|
||||
"como field:target"
|
||||
|
||||
#. 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 '%(name)s' not in "
|
||||
"'%(name_with_target)s'"
|
||||
msgstr ""
|
||||
"El objetivo debe hacer referencia al mismo campo que en nombre '%(name)s' no "
|
||||
"en '%(name_with_target)s'"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver__type
|
||||
msgid "Type"
|
||||
msgstr "Tipo"
|
||||
|
||||
#. module: jsonifier
|
||||
#. odoo-python
|
||||
#: code:addons/jsonifier/models/models.py:0
|
||||
#, python-format
|
||||
msgid "Wrong parser configuration for field: `%s`"
|
||||
msgstr "Configuración incorrecta del analizador sintáctico para el campo: `%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 ""
|
||||
#~ "Calcule el resultado a partir de 'valor' estableciendo la variable "
|
||||
#~ "'resultado'.\n"
|
||||
#~ "Para resolvedores de campos:\n"
|
||||
#~ ":param nombre: nombre del campo\n"
|
||||
#~ ":param valor: valor del campo\n"
|
||||
#~ ":param tipo_campo: tipo del campo\n"
|
||||
#~ "Para resolvedores globales:\n"
|
||||
#~ ":param valor: dict JSON\n"
|
||||
#~ ":param registro: el registro"
|
||||
286
odoo-bringout-oca-server-tools-jsonifier/jsonifier/i18n/it.po
Normal file
286
odoo-bringout-oca-server-tools-jsonifier/jsonifier/i18n/it.po
Normal file
|
|
@ -0,0 +1,286 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * jsonifier
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2025-02-21 17:48+0000\n"
|
||||
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
|
||||
"Language-Team: none\n"
|
||||
"Language: it\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.6.2\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 "Un metdo definito nel modello che usa un record e un field_name"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_line__active
|
||||
msgid "Active"
|
||||
msgstr "Attiva"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model,name:jsonifier.model_base
|
||||
msgid "Base"
|
||||
msgstr "Base"
|
||||
|
||||
#. 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 ""
|
||||
"Calcola il risultato dal 'value' impostando la variabile 'result'.\n"
|
||||
"\n"
|
||||
"Per risolutori campi:\n"
|
||||
":param record: il record\n"
|
||||
":param name: nome del campo\n"
|
||||
":param value: valore del campo\n"
|
||||
":param field_type: tipo del campo\n"
|
||||
"\n"
|
||||
"Per risolutori globali:\n"
|
||||
":param value: dizionario JSON \n"
|
||||
":param record: il record\n"
|
||||
"\n"
|
||||
"In entrambi i tipi, si può forzare la chiave JSON finale.\n"
|
||||
"Per farlo, restituire un dizionario come: \n"
|
||||
"{'result': {'_value': $value, '_json_key': $new_json_key}}"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model_terms:ir.ui.view,arch_db:jsonifier.view_ir_exports
|
||||
msgid "Configuration"
|
||||
msgstr "Configurazione"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creato da"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creato il"
|
||||
|
||||
#. 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 "Identificatori esportazione personalizzati"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports__global_resolver_id
|
||||
msgid "Custom global resolver"
|
||||
msgstr "identificatore globale personalizzato"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_line__resolver_id
|
||||
msgid "Custom resolver"
|
||||
msgstr "Identificatore personalizzato"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nome visualizzato"
|
||||
|
||||
#. 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."
|
||||
msgstr "Impostare una funzione o un identificatore, non entrambi."
|
||||
|
||||
#. 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 "Esporta campi"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model,name:jsonifier.model_ir_exports_resolver
|
||||
msgid "Export Resolver"
|
||||
msgstr "Identificatore esportazione"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model,name:jsonifier.model_ir_exports
|
||||
msgid "Exports"
|
||||
msgstr "Esportazioni"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model,name:jsonifier.model_ir_exports_line
|
||||
msgid "Exports Line"
|
||||
msgstr "Riga esportazioni"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields.selection,name:jsonifier.selection__ir_exports_resolver__type__field
|
||||
msgid "Field"
|
||||
msgstr "Campo"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_line__instance_method_name
|
||||
msgid "Function"
|
||||
msgstr "Funzione"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields.selection,name:jsonifier.selection__ir_exports_resolver__type__global
|
||||
msgid "Global"
|
||||
msgstr "Globale"
|
||||
|
||||
#. 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 "Se impostato, la lingua in cui è esportato il campo"
|
||||
|
||||
#. 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 "Se impostata, applicherà il riferimento globale al risultato"
|
||||
|
||||
#. 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 "Se impostata, applicherà il riferimento al valore del campo"
|
||||
|
||||
#. 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 ""
|
||||
"Se impostata, imposterà il linuaggio a False nell'esportazione di righe "
|
||||
"senza linguaggio, altrimenti utilizzerà il linguaggio nel dato contesto per "
|
||||
"esportare questi campi"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model_terms:ir.ui.view,arch_db:jsonifier.view_ir_exports
|
||||
msgid "Index"
|
||||
msgstr "Indice"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_line__lang_id
|
||||
msgid "Language"
|
||||
msgstr "Lingua"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports__language_agnostic
|
||||
msgid "Language Agnostic"
|
||||
msgstr "Agnostico alla lingua"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Ultima modifica il"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Ultimo aggiornamento di"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Ultimo aggiornamento il"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver__name
|
||||
msgid "Name"
|
||||
msgstr "Nome"
|
||||
|
||||
#. 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"
|
||||
msgstr "Nome e obiettivo devno avere la stessa profondità gerarchica"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver__python_code
|
||||
msgid "Python Code"
|
||||
msgstr "Codice 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 "Ricerca intelligente"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_line__target
|
||||
msgid "Target"
|
||||
msgstr "Obiettivo"
|
||||
|
||||
#. 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 ""
|
||||
"Il percorso completo al campo dove si può indicare un obiettivo sul "
|
||||
"passaggio come field:target"
|
||||
|
||||
#. 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 '%(name)s' not in "
|
||||
"'%(name_with_target)s'"
|
||||
msgstr ""
|
||||
"L'obiettivo deve far riferimento allo stesso campo come nel nome '%(name)s' "
|
||||
"non in '%(name_with_target)s'"
|
||||
|
||||
#. module: jsonifier
|
||||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver__type
|
||||
msgid "Type"
|
||||
msgstr "Tipo"
|
||||
|
||||
#. module: jsonifier
|
||||
#. odoo-python
|
||||
#: code:addons/jsonifier/models/models.py:0
|
||||
#, python-format
|
||||
msgid "Wrong parser configuration for field: `%s`"
|
||||
msgstr "Errata configurazione parser per il campo: `%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 ""
|
||||
#~ "Calcola il risultato da 'value'impostando la variabile 'result'.\n"
|
||||
#~ "Identificatri campi:\n"
|
||||
#~ ":param name: nome del campo\n"
|
||||
#~ ":param value: valore del cmapo\n"
|
||||
#~ ":param field_type: tipo del campo\n"
|
||||
#~ "Identificatori globali:\n"
|
||||
#~ ":param value: dizionario JSON\n"
|
||||
#~ ":param record: il record"
|
||||
|
|
@ -0,0 +1,242 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * jsonifier
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.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: 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
|
||||
#, python-format
|
||||
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 ""
|
||||
|
||||
#. 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 ""
|
||||
|
||||
#. 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____last_update
|
||||
msgid "Last Modified on"
|
||||
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
|
||||
#, python-format
|
||||
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 ""
|
||||
|
||||
#. 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
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The target must reference the same field as in name '%(name)s' not in "
|
||||
"'%(name_with_target)s'"
|
||||
msgstr ""
|
||||
|
||||
#. 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
|
||||
#, python-format
|
||||
msgid "Wrong parser configuration for field: `%s`"
|
||||
msgstr ""
|
||||
249
odoo-bringout-oca-server-tools-jsonifier/jsonifier/i18n/zh_CN.po
Normal file
249
odoo-bringout-oca-server-tools-jsonifier/jsonifier/i18n/zh_CN.po
Normal file
|
|
@ -0,0 +1,249 @@
|
|||
# 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: 2019-08-31 04:35+0000\n"
|
||||
"Last-Translator: 黎伟杰 <674416404@qq.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 3.8\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
|
||||
#, python-format
|
||||
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 ""
|
||||
|
||||
#. 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 ""
|
||||
|
||||
#. 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____last_update
|
||||
msgid "Last Modified on"
|
||||
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
|
||||
#, python-format
|
||||
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 ""
|
||||
|
||||
#. 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
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The target must reference the same field as in name '%(name)s' not in "
|
||||
"'%(name_with_target)s'"
|
||||
msgstr ""
|
||||
|
||||
#. 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
|
||||
#, fuzzy, python-format
|
||||
msgid "Wrong parser configuration for field: `%s`"
|
||||
msgstr "错误的解析器配置 %s"
|
||||
|
||||
#, python-format
|
||||
#~ msgid "The target must reference the same field as in name '%s' not in '%s'"
|
||||
#~ msgstr "别名必须引用与名称相同的字段'%s'不在'%s'"
|
||||
Loading…
Add table
Add a link
Reference in a new issue