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-16.0/server-tools-16.0-jsonifier
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-jsonifier/
  • Loading branch information
weblate committed Feb 21, 2025
1 parent 9e65ad6 commit ade3d57
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 25 deletions.
9 changes: 8 additions & 1 deletion 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
42 changes: 30 additions & 12 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 @@ -224,8 +222,8 @@ 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"
"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"
Expand All @@ -252,3 +250,23 @@ msgstr "Tipo"
#, 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"
40 changes: 29 additions & 11 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 @@ -223,8 +222,8 @@ 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"
Expand All @@ -251,3 +250,22 @@ msgstr "Tipo"
#, 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"
9 changes: 8 additions & 1 deletion jsonifier/i18n/zh_CN.po
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,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

0 comments on commit ade3d57

Please sign in to comment.