oca-technical/odoo-bringout-oca-management-system-mgmtsystem_action_template/mgmtsystem_action_template/i18n/it.po
2025-08-29 15:43:03 +02:00

137 lines
5.1 KiB
Text

# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mgmtsystem_action_template
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 13.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-12-06 12:11+0000\n"
"PO-Revision-Date: 2022-12-18 17:44+0000\n"
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
"Language-Team: \n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.14.1\n"
#. module: mgmtsystem_action_template
#: model:ir.model,name:mgmtsystem_action_template.model_mgmtsystem_action
msgid "Action"
msgstr "Azione"
#. module: mgmtsystem_action_template
#: model_terms:ir.ui.view,arch_db:mgmtsystem_action_template.mgmtsystem_action_template_form_view
msgid "Action Template"
msgstr "Modello azione"
#. module: mgmtsystem_action_template
#: model:ir.ui.menu,name:mgmtsystem_action_template.mgmtsystem_action_template_menu
msgid "Action Templates"
msgstr "Modelli azione"
#. module: mgmtsystem_action_template
#: model:ir.model.fields,field_description:mgmtsystem_action_template.field_mgmtsystem_action_template__create_uid
msgid "Created by"
msgstr "Creato da"
#. module: mgmtsystem_action_template
#: model:ir.model.fields,field_description:mgmtsystem_action_template.field_mgmtsystem_action_template__create_date
msgid "Created on"
msgstr "Creato il"
#. module: mgmtsystem_action_template
#: model:ir.model,name:mgmtsystem_action_template.model_mgmtsystem_action_template
msgid "Define fields to save action template values"
msgstr "Definisce i campi per salvare i valori dei modello dell'azione"
#. module: mgmtsystem_action_template
#: model:ir.model.fields,field_description:mgmtsystem_action_template.field_mgmtsystem_action_template__description
#: model_terms:ir.ui.view,arch_db:mgmtsystem_action_template.mgmtsystem_action_template_form_view
msgid "Description"
msgstr "Descrizione"
#. module: mgmtsystem_action_template
#: model:ir.model.fields,field_description:mgmtsystem_action_template.field_mgmtsystem_action_template__display_name
msgid "Display Name"
msgstr "Nome visualizzato"
#. module: mgmtsystem_action_template
#: model:ir.model.fields,help:mgmtsystem_action_template.field_mgmtsystem_action__template_id
msgid "Fill Action's fields with Template's values"
msgstr "Compilare i campi dell'azione con i valori del modello"
#. module: mgmtsystem_action_template
#: model:ir.model.fields,field_description:mgmtsystem_action_template.field_mgmtsystem_action_template__id
msgid "ID"
msgstr "ID"
#. module: mgmtsystem_action_template
#: model:ir.model.fields,field_description:mgmtsystem_action_template.field_mgmtsystem_action_template____last_update
msgid "Last Modified on"
msgstr "Ultima modifica il"
#. module: mgmtsystem_action_template
#: model:ir.model.fields,field_description:mgmtsystem_action_template.field_mgmtsystem_action_template__write_uid
msgid "Last Updated by"
msgstr "Ultimo aggiornamento di"
#. module: mgmtsystem_action_template
#: model:ir.model.fields,field_description:mgmtsystem_action_template.field_mgmtsystem_action_template__write_date
msgid "Last Updated on"
msgstr "Ultimo aggiornamento il"
#. module: mgmtsystem_action_template
#: model:ir.actions.act_window,name:mgmtsystem_action_template.mgmtsystem_action_template_act_window
msgid "Mgmtsystem Action Template"
msgstr "Modello azione sistema di gestione"
#. module: mgmtsystem_action_template
#. odoo-python
#: code:addons/mgmtsystem_action_template/models/mgmtsystem_action.py:0
#: code:addons/mgmtsystem_action_template/tests/test_action_template.py:0
#, python-format
msgid "NEW"
msgstr "NUOVA"
#. module: mgmtsystem_action_template
#: model:ir.model.fields,field_description:mgmtsystem_action_template.field_mgmtsystem_action_template__name
msgid "Name"
msgstr "Nome"
#. module: mgmtsystem_action_template
#: model:ir.model.fields,field_description:mgmtsystem_action_template.field_mgmtsystem_action__template_id
msgid "Reference Template"
msgstr "Modello di riferimento"
#. module: mgmtsystem_action_template
#: model:ir.model.fields,field_description:mgmtsystem_action_template.field_mgmtsystem_action_template__type_action
msgid "Response Type"
msgstr "Tipo risposta"
#. module: mgmtsystem_action_template
#: model:ir.model.fields,field_description:mgmtsystem_action_template.field_mgmtsystem_action_template__user_id
msgid "Responsible"
msgstr "Responsabile"
#. module: mgmtsystem_action_template
#: model:ir.model.fields,field_description:mgmtsystem_action_template.field_mgmtsystem_action_template__tag_ids
msgid "Tags"
msgstr "Etichette"
#. module: mgmtsystem_action_template
#: model_terms:ir.ui.view,arch_db:mgmtsystem_action_template.mgmtsystem_action_template_form_view
msgid "Template title..."
msgstr "Nome modello..."
#~ msgid "Is not a Template"
#~ msgstr "Non è un modello"
#~ msgid ""
#~ "Set Action as Template to create simlilar one. Type, Responsible, Tags "
#~ "and Title are used."
#~ msgstr ""
#~ "Imposta l'azione come modello per crearne di simili. Tipo, responsabile, "
#~ "etichette e titolo verranno copiati."