124 lines
3.7 KiB
Plaintext
124 lines
3.7 KiB
Plaintext
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * web_hierarchy
|
|
#
|
|
# Translators:
|
|
# Martin Trigaux, 2023
|
|
# Wil Odoo, 2024
|
|
# Sergio Zanchetta <primes2h@gmail.com>, 2024
|
|
# Marianna Ciofani, 2024
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Odoo Server 17.0\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2024-01-05 12:32+0000\n"
|
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
|
"Last-Translator: Marianna Ciofani, 2024\n"
|
|
"Language-Team: Italian (https://app.transifex.com/odoo/teams/41243/it/)\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: \n"
|
|
"Language: it\n"
|
|
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
|
|
|
#. module: web_hierarchy
|
|
#: model:ir.model,name:web_hierarchy.model_ir_actions_act_window_view
|
|
msgid "Action Window View"
|
|
msgstr "Azione visualizzazione finestra"
|
|
|
|
#. module: web_hierarchy
|
|
#: model:ir.model,name:web_hierarchy.model_base
|
|
msgid "Base"
|
|
msgstr "Base"
|
|
|
|
#. module: web_hierarchy
|
|
#. odoo-javascript
|
|
#: code:addons/web_hierarchy/static/src/hierarchy_model.js:0
|
|
#, python-format
|
|
msgid "Cannot change the parent because it will cause a cyclic."
|
|
msgstr "Impossibile modificare il genitore perché causerà un ciclo."
|
|
|
|
#. module: web_hierarchy
|
|
#. odoo-javascript
|
|
#: code:addons/web_hierarchy/static/src/hierarchy_card.xml:0
|
|
#, python-format
|
|
msgid "Fold"
|
|
msgstr "Minimizza"
|
|
|
|
#. module: web_hierarchy
|
|
#. odoo-javascript
|
|
#: code:addons/web_hierarchy/static/src/hierarchy_view.js:0
|
|
#: model:ir.model.fields.selection,name:web_hierarchy.selection__ir_actions_act_window_view__view_mode__hierarchy
|
|
#: model:ir.model.fields.selection,name:web_hierarchy.selection__ir_ui_view__type__hierarchy
|
|
#, python-format
|
|
msgid "Hierarchy"
|
|
msgstr "Gerarchia"
|
|
|
|
#. module: web_hierarchy
|
|
#. odoo-python
|
|
#: code:addons/web_hierarchy/models/ir_ui_view.py:0
|
|
#, python-format
|
|
msgid "Hierarchy child can only be field or template, got %s"
|
|
msgstr ""
|
|
"Una riga figlia gerarchia può essere solo un campo o un modello, tu hai %s"
|
|
|
|
#. module: web_hierarchy
|
|
#. odoo-python
|
|
#: code:addons/web_hierarchy/models/ir_ui_view.py:0
|
|
#, python-format
|
|
msgid "Hierarchy view can contain only one templates tag"
|
|
msgstr "La vista gerarchia può contenere solo un tag modello"
|
|
|
|
#. module: web_hierarchy
|
|
#. odoo-javascript
|
|
#: code:addons/web_hierarchy/static/src/hierarchy_renderer.js:0
|
|
#, python-format
|
|
msgid ""
|
|
"Impossible to update the parent node of the dragged node because no parent "
|
|
"has been found."
|
|
msgstr ""
|
|
"Impossibile aggiornare il nodo genitore del nodo spostato perché non è stato"
|
|
" trovato nessun nodo."
|
|
|
|
#. module: web_hierarchy
|
|
#. odoo-python
|
|
#: code:addons/web_hierarchy/models/ir_ui_view.py:0
|
|
#, python-format
|
|
msgid "Invalid attributes (%s) in hierarchy view. Attributes must be in (%s)"
|
|
msgstr ""
|
|
"Attributi non validi (%s) nella vista gerarchia. Gli attributi devono essere"
|
|
" in (%s)"
|
|
|
|
#. module: web_hierarchy
|
|
#. odoo-javascript
|
|
#: code:addons/web_hierarchy/static/src/hierarchy_controller.xml:0
|
|
#, python-format
|
|
msgid "New"
|
|
msgstr "Nuova"
|
|
|
|
#. module: web_hierarchy
|
|
#. odoo-javascript
|
|
#: code:addons/web_hierarchy/static/src/hierarchy_model.js:0
|
|
#, python-format
|
|
msgid "The parent record cannot be the record dragged."
|
|
msgstr "Il record genitore non può essere il record spostato."
|
|
|
|
#. module: web_hierarchy
|
|
#. odoo-javascript
|
|
#: code:addons/web_hierarchy/static/src/hierarchy_card.xml:0
|
|
#, python-format
|
|
msgid "Unfold"
|
|
msgstr "Espandi"
|
|
|
|
#. module: web_hierarchy
|
|
#: model:ir.model,name:web_hierarchy.model_ir_ui_view
|
|
msgid "View"
|
|
msgstr "Visualizza"
|
|
|
|
#. module: web_hierarchy
|
|
#: model:ir.model.fields,field_description:web_hierarchy.field_ir_actions_act_window_view__view_mode
|
|
#: model:ir.model.fields,field_description:web_hierarchy.field_ir_ui_view__type
|
|
msgid "View Type"
|
|
msgstr "Tipo vista"
|