Skip to content

Commit

Permalink
Update translation files
Browse files Browse the repository at this point in the history
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-18.0/server-tools-18.0-jsonifier
Translate-URL: https://translation.odoo-community.org/projects/server-tools-18-0/server-tools-18-0-jsonifier/
  • Loading branch information
weblate committed Oct 10, 2024
1 parent e2b7cfa commit 9b87a70
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 47 deletions.
13 changes: 8 additions & 5 deletions jsonifier/i18n/ca.po
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,20 @@ msgstr ""
#: 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"
":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
Expand Down Expand Up @@ -81,7 +88,6 @@ 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 ""

Expand Down Expand Up @@ -181,7 +187,6 @@ 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 ""

Expand All @@ -205,7 +210,6 @@ 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'"
Expand All @@ -219,6 +223,5 @@ msgstr ""
#. module: jsonifier
#. odoo-python
#: code:addons/jsonifier/models/models.py:0
#, python-format
msgid "Wrong parser configuration for field: `%s`"
msgstr ""
42 changes: 28 additions & 14 deletions jsonifier/i18n/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,21 @@ msgstr "Base"
#: 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"
":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 ""
"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"

#. module: jsonifier
#: model_terms:ir.ui.view,arch_db:jsonifier.view_ir_exports
Expand Down Expand Up @@ -92,7 +90,6 @@ 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."

Expand Down Expand Up @@ -195,7 +192,6 @@ 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"

Expand All @@ -221,7 +217,6 @@ 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'"
Expand All @@ -237,10 +232,29 @@ 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"

#~ msgid "Last Modified on"
#~ msgstr "Última Modifiación en"

Expand Down
44 changes: 29 additions & 15 deletions jsonifier/i18n/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,21 @@ msgstr "Base"
#: 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"
":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 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"

#. module: jsonifier
#: model_terms:ir.ui.view,arch_db:jsonifier.view_ir_exports
Expand Down Expand Up @@ -91,7 +90,6 @@ 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."

Expand Down Expand Up @@ -194,7 +192,6 @@ 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"

Expand All @@ -211,16 +208,15 @@ 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"
"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'"
Expand All @@ -236,6 +232,24 @@ 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"
41 changes: 28 additions & 13 deletions jsonifier/i18n/zh_CN.po
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,21 @@ msgstr "基础"
#: 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"
":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 ""
"通过设置变量 'result' 来计算来自 'value' 的结果。\n"
"对于字段解析器:\n"
":param name: 字段名\n"
":param value: 字段值\n"
":param field_type: 对于全局解析器的字段类型\n"
":param value: JSON 字典\n"
":param record: 记录对象"

#. module: jsonifier
#: model_terms:ir.ui.view,arch_db:jsonifier.view_ir_exports
Expand Down Expand Up @@ -90,7 +90,6 @@ 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 "只能设置函数或解析器中的一个,不能同时设置。"

Expand Down Expand Up @@ -155,7 +154,8 @@ msgstr "如果设置,将对字段值应用特定解析器"
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;否则,它会使"
msgstr ""
"如果设置,在导出不包含语言信息的行时,会将语言(lang)设置为False;否则,它会使"
"用给定上下文中的语言来导出这些字段"

#. module: jsonifier
Expand Down Expand Up @@ -191,7 +191,6 @@ 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 "名称和别名必须具有相同的层次结构深度"

Expand All @@ -215,7 +214,6 @@ 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'"
Expand All @@ -229,10 +227,27 @@ msgstr "类型"
#. module: jsonifier
#. odoo-python
#: code:addons/jsonifier/models/models.py:0
#, python-format
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'"

0 comments on commit 9b87a70

Please sign in to comment.