Skip to content

Commit

Permalink
Translated using Weblate (Italian)
Browse files Browse the repository at this point in the history
Currently translated at 100.0% (39 of 39 strings)

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/it/
  • Loading branch information
mymage authored and weblate committed Feb 21, 2025
1 parent ade3d57 commit 782ef33
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions jsonifier/i18n/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-01-09 13:35+0000\n"
"PO-Revision-Date: 2025-02-21 17:48+0000\n"
"Last-Translator: mymage <[email protected]>\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 4.17\n"
"X-Generator: Weblate 5.6.2\n"

#. module: jsonifier
#: model:ir.model.fields,help:jsonifier.field_ir_exports_line__instance_method_name
Expand Down Expand Up @@ -50,6 +50,21 @@ msgid ""
"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
Expand Down

0 comments on commit 782ef33

Please sign in to comment.