From eb678ba00c21da0efccc52c1415f9785eadcffd8 Mon Sep 17 00:00:00 2001 From: Weblate Date: Tue, 14 Feb 2023 13:04:16 +0000 Subject: [PATCH] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: manufacture-15.0/manufacture-15.0-mrp_bom_attribute_match Translate-URL: https://translation.odoo-community.org/projects/manufacture-15-0/manufacture-15-0-mrp_bom_attribute_match/ --- mrp_bom_attribute_match/i18n/hr.po | 60 +++++++--------- mrp_bom_attribute_match/i18n/it.po | 112 ++++++++++++++++------------- 2 files changed, 89 insertions(+), 83 deletions(-) diff --git a/mrp_bom_attribute_match/i18n/hr.po b/mrp_bom_attribute_match/i18n/hr.po index 6c49fa541..5a30b22d8 100644 --- a/mrp_bom_attribute_match/i18n/hr.po +++ b/mrp_bom_attribute_match/i18n/hr.po @@ -17,6 +17,11 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 4.3.2\n" +#. module: mrp_bom_attribute_match +#: model:ir.model,name:mrp_bom_attribute_match.model_report_mrp_report_bom_structure +msgid "BOM Structure Report" +msgstr "" + #. module: mrp_bom_attribute_match #: model:ir.model,name:mrp_bom_attribute_match.model_mrp_bom msgid "Bill of Material" @@ -37,30 +42,6 @@ msgstr "Komponenta" msgid "Component (product template)" msgstr "Komponenta (predložak)" -#. module: mrp_bom_attribute_match -#: model:ir.model.fields,field_description:mrp_bom_attribute_match.field_mrp_bom__display_name -#: model:ir.model.fields,field_description:mrp_bom_attribute_match.field_mrp_bom_line__display_name -#: model:ir.model.fields,field_description:mrp_bom_attribute_match.field_mrp_production__display_name -#: model:ir.model.fields,field_description:mrp_bom_attribute_match.field_product_template__display_name -msgid "Display Name" -msgstr "Naziv" - -#. module: mrp_bom_attribute_match -#: model:ir.model.fields,field_description:mrp_bom_attribute_match.field_mrp_bom__id -#: model:ir.model.fields,field_description:mrp_bom_attribute_match.field_mrp_bom_line__id -#: model:ir.model.fields,field_description:mrp_bom_attribute_match.field_mrp_production__id -#: model:ir.model.fields,field_description:mrp_bom_attribute_match.field_product_template__id -msgid "ID" -msgstr "ID" - -#. module: mrp_bom_attribute_match -#: model:ir.model.fields,field_description:mrp_bom_attribute_match.field_mrp_bom____last_update -#: model:ir.model.fields,field_description:mrp_bom_attribute_match.field_mrp_bom_line____last_update -#: model:ir.model.fields,field_description:mrp_bom_attribute_match.field_mrp_production____last_update -#: model:ir.model.fields,field_description:mrp_bom_attribute_match.field_product_template____last_update -msgid "Last Modified on" -msgstr "Zadnje modificirano" - #. module: mrp_bom_attribute_match #: model:ir.model.fields,field_description:mrp_bom_attribute_match.field_mrp_bom_line__match_on_attribute_ids msgid "Match on Attributes" @@ -84,8 +65,8 @@ msgid "Product Template" msgstr "Predložak proizvoda" #. module: mrp_bom_attribute_match -#: model:ir.model.fields,field_description:mrp_bom_attribute_match.field_mrp_bom_line__product_uom_id_domain -msgid "Product Uom Id Domain" +#: model:ir.model.fields,field_description:mrp_bom_attribute_match.field_mrp_bom_line__product_uom_category_id +msgid "Product Uom Category" msgstr "" #. module: mrp_bom_attribute_match @@ -122,27 +103,36 @@ msgstr "Tehničko polje za pohranu prethodne vrijednosti polja product_id" #: code:addons/mrp_bom_attribute_match/models/product.py:0 #, python-format msgid "" -"The attributes you're trying to remove is used in BoM as a match with " +"The attributes you're trying to remove are used in the BoM as a match with " "Component (Product Template). To remove these attributes, first remove the " "BOM line with the matching component.\n" -"Attributes: %s\n" -"BoM: %s" +"Attributes: %(attributes)s\n" +"BoM: %(bom)s" msgstr "" #. module: mrp_bom_attribute_match #: code:addons/mrp_bom_attribute_match/models/product.py:0 #, python-format msgid "" -"This product template is used as a component in the BOMs for %s and " -"attribute(s) %s is not present in all such product(s), and this would break " -"the BOM behavior." +"This product template is used as a component in the BOMs for %(bom)s and " +"attribute(s) %(attributes)s is not present in all such product(s), and this " +"would break the BOM behavior." msgstr "" #. module: mrp_bom_attribute_match #: code:addons/mrp_bom_attribute_match/models/mrp_bom.py:0 #, python-format msgid "" -"You cannot use an attribute value for attribute %s in the field “Apply on " -"Variants” as it’s the same attribute used in field “Match on " -"Attribute”related to the component %s." +"You cannot use an attribute value for attribute(s) %(attributes)s in the " +"field “Apply on Variants” as it's the same attribute used in the field " +"“Match on Attribute” related to the component %(component)s." msgstr "" + +#~ msgid "Display Name" +#~ msgstr "Naziv" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Modified on" +#~ msgstr "Zadnje modificirano" diff --git a/mrp_bom_attribute_match/i18n/it.po b/mrp_bom_attribute_match/i18n/it.po index a8cea03c1..c0241a8c9 100644 --- a/mrp_bom_attribute_match/i18n/it.po +++ b/mrp_bom_attribute_match/i18n/it.po @@ -19,6 +19,11 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.14.1\n" +#. module: mrp_bom_attribute_match +#: model:ir.model,name:mrp_bom_attribute_match.model_report_mrp_report_bom_structure +msgid "BOM Structure Report" +msgstr "" + #. module: mrp_bom_attribute_match #: model:ir.model,name:mrp_bom_attribute_match.model_mrp_bom msgid "Bill of Material" @@ -39,30 +44,6 @@ msgstr "Componente" msgid "Component (product template)" msgstr "Componente (modello prodotto)" -#. module: mrp_bom_attribute_match -#: model:ir.model.fields,field_description:mrp_bom_attribute_match.field_mrp_bom__display_name -#: model:ir.model.fields,field_description:mrp_bom_attribute_match.field_mrp_bom_line__display_name -#: model:ir.model.fields,field_description:mrp_bom_attribute_match.field_mrp_production__display_name -#: model:ir.model.fields,field_description:mrp_bom_attribute_match.field_product_template__display_name -msgid "Display Name" -msgstr "Nome visualizzato" - -#. module: mrp_bom_attribute_match -#: model:ir.model.fields,field_description:mrp_bom_attribute_match.field_mrp_bom__id -#: model:ir.model.fields,field_description:mrp_bom_attribute_match.field_mrp_bom_line__id -#: model:ir.model.fields,field_description:mrp_bom_attribute_match.field_mrp_production__id -#: model:ir.model.fields,field_description:mrp_bom_attribute_match.field_product_template__id -msgid "ID" -msgstr "ID" - -#. module: mrp_bom_attribute_match -#: model:ir.model.fields,field_description:mrp_bom_attribute_match.field_mrp_bom____last_update -#: model:ir.model.fields,field_description:mrp_bom_attribute_match.field_mrp_bom_line____last_update -#: model:ir.model.fields,field_description:mrp_bom_attribute_match.field_mrp_production____last_update -#: model:ir.model.fields,field_description:mrp_bom_attribute_match.field_product_template____last_update -msgid "Last Modified on" -msgstr "Ultima modifica il" - #. module: mrp_bom_attribute_match #: model:ir.model.fields,field_description:mrp_bom_attribute_match.field_mrp_bom_line__match_on_attribute_ids msgid "Match on Attributes" @@ -88,9 +69,9 @@ msgid "Product Template" msgstr "Modello Prodotto" #. module: mrp_bom_attribute_match -#: model:ir.model.fields,field_description:mrp_bom_attribute_match.field_mrp_bom_line__product_uom_id_domain -msgid "Product Uom Id Domain" -msgstr "Dominio ID UdM prodotto" +#: model:ir.model.fields,field_description:mrp_bom_attribute_match.field_mrp_bom_line__product_uom_category_id +msgid "Product Uom Category" +msgstr "" #. module: mrp_bom_attribute_match #: model:ir.model,name:mrp_bom_attribute_match.model_mrp_production @@ -126,42 +107,77 @@ msgstr "Campo tecnico per preservare i valori di product_id" #: code:addons/mrp_bom_attribute_match/models/product.py:0 #, python-format msgid "" -"The attributes you're trying to remove is used in BoM as a match with " +"The attributes you're trying to remove are used in the BoM as a match with " "Component (Product Template). To remove these attributes, first remove the " "BOM line with the matching component.\n" -"Attributes: %s\n" -"BoM: %s" +"Attributes: %(attributes)s\n" +"BoM: %(bom)s" msgstr "" -"L'attributo che si sta cercando di eliminare è utilizzato nelle DiBa come " -"corrispondenza con un componente (modello prodotto). Per rimuovere questo " -"attributo, prima rimuovere la riga di DiBa con il componente corrispondente." -"\n" -"Attributo: %s\n" -"DiBa: %s" #. module: mrp_bom_attribute_match #: code:addons/mrp_bom_attribute_match/models/product.py:0 #, python-format msgid "" -"This product template is used as a component in the BOMs for %s and " -"attribute(s) %s is not present in all such product(s), and this would break " -"the BOM behavior." +"This product template is used as a component in the BOMs for %(bom)s and " +"attribute(s) %(attributes)s is not present in all such product(s), and this " +"would break the BOM behavior." msgstr "" -"Questo modello prodotto è utilizzato come componente nella DiBa per i " -"prodotti %s e gli attributi %s non sono presenti in tutti questi prodotti; " -"ciò può corrompere il comportamento del BOM." #. module: mrp_bom_attribute_match #: code:addons/mrp_bom_attribute_match/models/mrp_bom.py:0 #, python-format msgid "" -"You cannot use an attribute value for attribute %s in the field “Apply on " -"Variants” as it’s the same attribute used in field “Match on " -"Attribute”related to the component %s." +"You cannot use an attribute value for attribute(s) %(attributes)s in the " +"field “Apply on Variants” as it's the same attribute used in the field " +"“Match on Attribute” related to the component %(component)s." msgstr "" -"Non puoi utilizzare un valore attributo dell'attributo %s nel campo “Applica " -"alle varianti” dato che è lo stesso attributo utilizzato nel campo " -"“Corrispondenza su attributo” relativo al componente %s." + +#~ msgid "Display Name" +#~ msgstr "Nome visualizzato" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Modified on" +#~ msgstr "Ultima modifica il" + +#~ msgid "Product Uom Id Domain" +#~ msgstr "Dominio ID UdM prodotto" + +#, python-format +#~ msgid "" +#~ "The attributes you're trying to remove is used in BoM as a match with " +#~ "Component (Product Template). To remove these attributes, first remove " +#~ "the BOM line with the matching component.\n" +#~ "Attributes: %s\n" +#~ "BoM: %s" +#~ msgstr "" +#~ "L'attributo che si sta cercando di eliminare è utilizzato nelle DiBa come " +#~ "corrispondenza con un componente (modello prodotto). Per rimuovere questo " +#~ "attributo, prima rimuovere la riga di DiBa con il componente " +#~ "corrispondente.\n" +#~ "Attributo: %s\n" +#~ "DiBa: %s" + +#, python-format +#~ msgid "" +#~ "This product template is used as a component in the BOMs for %s and " +#~ "attribute(s) %s is not present in all such product(s), and this would " +#~ "break the BOM behavior." +#~ msgstr "" +#~ "Questo modello prodotto è utilizzato come componente nella DiBa per i " +#~ "prodotti %s e gli attributi %s non sono presenti in tutti questi " +#~ "prodotti; ciò può corrompere il comportamento del BOM." + +#, python-format +#~ msgid "" +#~ "You cannot use an attribute value for attribute %s in the field “Apply on " +#~ "Variants” as it’s the same attribute used in field “Match on " +#~ "Attribute”related to the component %s." +#~ msgstr "" +#~ "Non puoi utilizzare un valore attributo dell'attributo %s nel campo " +#~ "“Applica alle varianti” dato che è lo stesso attributo utilizzato nel " +#~ "campo “Corrispondenza su attributo” relativo al componente %s." #~ msgid "Dynamic component must have only 1 attribute" #~ msgstr "Il componente dinamico deve avere un solo attributo"