-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
1 changed file
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|