From ee15a47f1323ee9aa19c548d7becd35b8cd3d9f0 Mon Sep 17 00:00:00 2001 From: mymage Date: Tue, 21 Nov 2023 11:57:07 +0000 Subject: [PATCH] Translated using Weblate (Italian) Currently translated at 100.0% (14 of 14 strings) Translation: stock-logistics-warehouse-16.0/stock-logistics-warehouse-16.0-stock_location_product_restriction Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-16-0/stock-logistics-warehouse-16-0-stock_location_product_restriction/it/ --- stock_location_product_restriction/i18n/it.po | 33 +++++++++++++------ 1 file changed, 23 insertions(+), 10 deletions(-) diff --git a/stock_location_product_restriction/i18n/it.po b/stock_location_product_restriction/i18n/it.po index c3b31949c..fb7d127e5 100644 --- a/stock_location_product_restriction/i18n/it.po +++ b/stock_location_product_restriction/i18n/it.po @@ -6,18 +6,20 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"Last-Translator: Automatically generated\n" +"PO-Revision-Date: 2023-11-21 13:33+0000\n" +"Last-Translator: mymage \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" #. module: stock_location_product_restriction #: model:ir.model.fields,field_description:stock_location_product_restriction.field_stock_location__has_restriction_violation msgid "Has Restriction Violation" -msgstr "" +msgstr "Ha una violazione dei vincoli" #. module: stock_location_product_restriction #: model:ir.model.fields,help:stock_location_product_restriction.field_stock_location__parent_product_restriction @@ -26,6 +28,8 @@ msgid "" "If 'Same product' is selected the system will prevent to put items of " "different products into the same location." msgstr "" +"Se 'Stesso prodotto' è selezionata il sistema preverrà l'inserimento di " +"elementi di prodotti diversi nella stessa ubicazione." #. module: stock_location_product_restriction #: model:ir.model.fields,help:stock_location_product_restriction.field_stock_location__specific_product_restriction @@ -33,41 +37,43 @@ msgid "" "If specified the restriction specified will apply to the current location " "and all its children" msgstr "" +"Se presente la restrizione indicata verrà applicata all'ubicazione corrente " +"e a tutte le sue figlie" #. module: stock_location_product_restriction #: model:ir.model,name:stock_location_product_restriction.model_stock_location msgid "Inventory Locations" -msgstr "" +msgstr "Ubicazioni di inventario" #. module: stock_location_product_restriction #: model:ir.model.fields,field_description:stock_location_product_restriction.field_stock_location__parent_product_restriction msgid "Parent Location Product Restriction" -msgstr "" +msgstr "Restrizione prodotto ubicazione padre" #. module: stock_location_product_restriction #: model:ir.model.fields,field_description:stock_location_product_restriction.field_stock_location__product_restriction msgid "Product Restriction" -msgstr "" +msgstr "Restrizione prodotto" #. module: stock_location_product_restriction #: model:ir.model.fields,field_description:stock_location_product_restriction.field_stock_location__restriction_violation_message msgid "Restriction Violation Message" -msgstr "" +msgstr "Messaggio violazione restrizione" #. module: stock_location_product_restriction #: model_terms:ir.ui.view,arch_db:stock_location_product_restriction.stock_location_form_view msgid "Restrictions" -msgstr "" +msgstr "Restrizioni" #. module: stock_location_product_restriction #: model:ir.model.fields,field_description:stock_location_product_restriction.field_stock_location__specific_product_restriction msgid "Specific Product Restriction" -msgstr "" +msgstr "Restrizione prodotto specifica" #. module: stock_location_product_restriction #: model:ir.model,name:stock_location_product_restriction.model_stock_move msgid "Stock Move" -msgstr "" +msgstr "Movimento di magazzino" #. module: stock_location_product_restriction #. odoo-python @@ -77,6 +83,8 @@ msgid "" "The location {location} can only contain items of the same product. You plan" " to move different products to this location. ({products})" msgstr "" +"L'ubicazione {location} può contenere solo elementi dello stesso prodotto. " +"Pianificare di spostare i prodotti diversi di questa ubicazione. ({products})" #. module: stock_location_product_restriction #. odoo-python @@ -86,11 +94,13 @@ msgid "" "This location should only contain items of the same product but it contains " "items of products {products}" msgstr "" +"Questa ubicazione deve contenere solo elementi dello stesso prodotto ma " +"contiene elementi dei prodotti {products}" #. module: stock_location_product_restriction #: model_terms:ir.ui.view,arch_db:stock_location_product_restriction.stock_location_search_view msgid "With restriction violation" -msgstr "" +msgstr "Con violazione restrizione" #. module: stock_location_product_restriction #. odoo-python @@ -101,3 +111,6 @@ msgid "" "location must only contain items of same product and already contains items " "of other product(s) ({existing_products})." msgstr "" +"Si è pianificato lo spostamento del prodotto {product} nell'ubicazione " +"{location} ma l'ubicazione deve contenere solo elementi dello stesso " +"prodotto e contiene già elementi di altri prodotti ({existing_products})."