Files
Odoo-18.0-20251222/rpc_helper/i18n/it.po
tocmo0nlord adbe430761
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
tests / Detect unreleased dependencies (push) Has been cancelled
tests / test with OCB (push) Has been cancelled
tests / test with Odoo (push) Has been cancelled
Initial commit: Odoo 18.0-20251222 extra-addons
2026-03-13 20:43:25 +00:00

94 lines
2.9 KiB
Plaintext
Executable File

# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * rpc_helper
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-08-17 10:58+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: rpc_helper
#: model:ir.model.fields,help:rpc_helper.field_ir_model__rpc_config_edit
msgid ""
"Configure RPC config via JSON. Value must be a list of methods to disable "
"wrapped by a dict with key `disable`. Eg: {'disable': ['search', 'do_this']}"
"To disable all methods, use `{'disable: ['all']}`"
msgstr ""
"Impostare configurazione RPC con JSON. Il valore deve essere un elenco di "
"metodi da disabilitare inseriti in un dizionario con chiave `disable`. Es. "
"{'disable': ['search', 'do_this']} Pr disabilitare tutti i metodi usare "
"`{'disable: ['all']}`"
#. module: rpc_helper
#: model:ir.model,name:rpc_helper.model_ir_model
msgid "Models"
msgstr "Modelli"
#. module: rpc_helper
#. odoo-python
#: code:addons/rpc_helper/patch.py:0
msgid "Object %s doesn't exist"
msgstr "L'oggetto %s non esiste"
#. module: rpc_helper
#. odoo-python
#: code:addons/rpc_helper/patch.py:0
msgid "RPC call on %s is not allowed"
msgstr "La chiamata RPC su %s non è consentita"
#. module: rpc_helper
#: model_terms:ir.ui.view,arch_db:rpc_helper.view_model_form
msgid "RPC config"
msgstr "Configurazione RPC"
#. module: rpc_helper
#: model:ir.model.fields,field_description:rpc_helper.field_ir_model__rpc_config
msgid "Rpc Config"
msgstr "Configurazione RPC"
#. module: rpc_helper
#: model:ir.model.fields,field_description:rpc_helper.field_ir_model__rpc_config_edit
msgid "Rpc Config Edit"
msgstr "Mdifica configurazione RPC"
#. module: rpc_helper
#: model:ir.model.fields,field_description:rpc_helper.field_ir_model__smart_search
msgid "Smart Search"
msgstr "Ricerca intelligente"
#~ msgid "Changeset Changes"
#~ msgstr "Modifiche dell'insieme di modifiche"
#~ msgid "Changesets"
#~ msgstr "Insiemi di modifiche"
#~ msgid "Count Changesets"
#~ msgstr "Conta insiemi di modifiche"
#~ msgid "Count Pending Changeset Changes"
#~ msgstr "Conteggio modifiche dell'insieme di modifiche in attesa"
#~ msgid "Count Pending Changesets"
#~ msgstr "Conta insiemi di modifiche in attesa"
#~ msgid "The number of pending changes of this record"
#~ msgstr "Numero di modifiche di questo record in attesa"
#~ msgid "The number of pending changesets of this record"
#~ msgstr "Numero di insiemi di modifiche in attesa di questo record"
#~ msgid "The overall number of changesets of this record"
#~ msgstr "Numero totale di insiemi di modifiche di questo record"
#~ msgid "User Can See Changeset"
#~ msgstr "L'utente può vedere l'insieme delle modifiche"