# Translation of Odoo Server. # This file contains the translation of the following modules: # * base_exception # # Translators: # OCA Transbot , 2017 msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-08-01 02:43+0000\n" "PO-Revision-Date: 2024-10-07 10:06+0000\n" "Last-Translator: mymage \n" "Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\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: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form msgid "self: Record on which the rule is evaluated." msgstr "self: record sul quale è valutata la regola." #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_exception_rule__active msgid "Active" msgstr "Attivo" #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_exception_rule__model msgid "Apply on" msgstr "Applica a" #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form msgid "Archived" msgstr "In archivio" #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form msgid "As well as all the libraries provided in safe_eval." msgstr "Come anche tutte le librerie fornite in safe_eval." #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_domain msgid "By domain" msgstr "Per dominio" #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method msgid "By method" msgstr "Per metodo" #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" msgstr "Per codice Python" #. module: base_exception #: model:ir.model.fields,help:base_exception.field_exception_rule__exception_type msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" " performance can be better when exceptions are evaluated " "with several records\n" "By method: allow to select an existing check method" msgstr "" "Per codice Python: consente di definire qualsiasi controllo\n" "Per dominio: limitato ad una selezione da un dominio Odoo:\n" " le prestazioni possono essere migliori quando le " "espressioni sono valutate con diversi record\n" "Per metodo: consente di definire un metodo di controllo esistente" #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "Close" msgstr "Chiudi" #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_uid msgid "Created by" msgstr "Creato da" #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_date msgid "Created on" msgstr "Creato il" #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_exception_rule__description msgid "Description" msgstr "Descrizione" #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_exception_rule__display_name msgid "Display Name" msgstr "Nome visualizzato" #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_exception_rule__domain msgid "Domain" msgstr "Dominio" #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form msgid "" "Enter Python code here. Help about Python expression is available in the " "help tab of this document." msgstr "" "Inserire qui il codice Python. Un aiuto sul codice Python è disponibile " "nella linguetta aiuto di questo documento." #. module: base_exception #. odoo-python #: code:addons/base_exception/models/base_exception_method.py:0 #, python-format msgid "" "Error when evaluating the exception.rule rule:\n" " %(rule_name)s \n" "(%(error)s)" msgstr "" "Errore nella valutazione della regola exception.rule\n" " %(rule_name)s \n" "(%(error)s)" #. module: base_exception #: model:ir.model,name:base_exception.model_base_exception msgid "Exception" msgstr "Eccezione" #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_exception_rule__name msgid "Exception Name" msgstr "Nome eccezione" #. module: base_exception #: model:ir.model,name:base_exception.model_exception_rule msgid "Exception Rule" msgstr "Regola eccezione" #. module: base_exception #: model:ir.model,name:base_exception.model_exception_rule_confirm msgid "Exception Rule Confirm Wizard" msgstr "Procedura guidata conferma regola eccezione" #. module: base_exception #: model:ir.model,name:base_exception.model_base_exception_method msgid "Exception Rule Methods" msgstr "Metodi regola eccezione" #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form msgid "Exception Rule Setup" msgstr "Configurazione regola eccezione" #. module: base_exception #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree #: model:ir.ui.menu,name:base_exception.menu_action_exception msgid "Exception Rules" msgstr "Regole eccezione" #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_exception_rule__exception_type msgid "Exception Type" msgstr "Tipo eccezione" #. module: base_exception #: model:res.groups,name:base_exception.group_exception_rule_manager msgid "Exception manager" msgstr "Responsabile eccezione" #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception__exception_ids msgid "Exceptions" msgstr "Eccezioni" #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception__exceptions_summary msgid "Exceptions Summary" msgstr "Riepilogo eccezioni" #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__exception_ids msgid "Exceptions to resolve" msgstr "Eccezioni da risolvere" #. module: base_exception #: model:ir.model.fields,help:base_exception.field_exception_rule__sequence msgid "Gives the sequence order when applying the test" msgstr "Indica l'ordine di sequenza quando si applica il test" #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form msgid "Help" msgstr "Aiuto" #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form msgid "Help with Python expressions" msgstr "Aiuto con espressioni Python" #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_exception_rule__id msgid "ID" msgstr "ID" #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception__ignore_exception #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__ignore msgid "Ignore Exceptions" msgstr "Ignora eccezioni" #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking msgid "Is Blocking" msgstr "È bloccante" #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_uid msgid "Last Updated by" msgstr "Ultimo aggiornamento di" #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_date msgid "Last Updated on" msgstr "Ultimo aggiornamento il" #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception__main_exception_id msgid "Main Exception" msgstr "Eccezione principale" #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_exception_rule__method msgid "Method" msgstr "Metodo" #. module: base_exception #. odoo-python #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format msgid "Only 1 ID accepted, got %r." msgstr "Accettato un solo ID, ricevuto %r." #. module: base_exception #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm msgid "Outstanding exceptions to manage" msgstr "Eccezione rilevante da gestire" #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "Outstanding exceptions to manager" msgstr "Eccezioni rilevanti da gestire" #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_exception_rule__code #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form msgid "Python Code" msgstr "Codice Python" #. module: base_exception #: model:ir.model.fields,help:base_exception.field_exception_rule__code msgid "" "Python code executed to check if the exception apply or not. Use failed = " "True to block the exception" msgstr "" "Codice Python eseguito per controllare se l'eccezione si applica o meno. " "Usare failed = True per bloccare l'eccezione" #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__related_model_id msgid "Related Model" msgstr "Modello correlato" #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_exception_rule__sequence msgid "Sequence" msgstr "Sequenza" #. module: base_exception #. odoo-python #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "The exceptions can not be ignored, because some of them are blocking." msgstr "" "Le eccezioni non possono essere ignorate, perché alcune di esse sono " "bloccanti." #. module: base_exception #. odoo-python #: code:addons/base_exception/models/exception_rule.py:0 #, python-format msgid "" "There is a problem of configuration, python code, domain or method is " "missing to match the exception type." msgstr "" "C'è un problema di configurazione, codice Python, dominio o metodo non " "corrispondenti al tipo eccezione." #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form msgid "To block the exception use: failed = True" msgstr "Per bloccare l'eccezione usare: failed = True" #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form msgid "" "Various fields may use Python code or Python expressions. The following " "variables can be used:" msgstr "" "Vari campi possono utilizzare codice Python o espressioni Python. Possono " "essere usate le seguenti variabili:" #. module: base_exception #: model:ir.model.fields,help:base_exception.field_exception_rule__is_blocking msgid "When checked the exception can not be ignored" msgstr "Quando selezionata l'eccezone non può essere ignorata" #~ msgid "Last Modified on" #~ msgstr "Ultima modifica il"