[UPD] Update mrp_bom_attribute_match.pot

This commit is contained in:
oca-ci
2023-03-20 09:22:24 +00:00
parent 7408f2c6a2
commit bcfad94a09

View File

@@ -13,6 +13,11 @@ msgstr ""
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Plural-Forms: \n" "Plural-Forms: \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 #. module: mrp_bom_attribute_match
#: model:ir.model,name:mrp_bom_attribute_match.model_mrp_bom #: model:ir.model,name:mrp_bom_attribute_match.model_mrp_bom
msgid "Bill of Material" msgid "Bill of Material"
@@ -38,6 +43,7 @@ msgstr ""
#: 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_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_mrp_production__display_name
#: model:ir.model.fields,field_description:mrp_bom_attribute_match.field_product_template__display_name #: model:ir.model.fields,field_description:mrp_bom_attribute_match.field_product_template__display_name
#: model:ir.model.fields,field_description:mrp_bom_attribute_match.field_report_mrp_report_bom_structure__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
@@ -46,6 +52,7 @@ msgstr ""
#: 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_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_mrp_production__id
#: model:ir.model.fields,field_description:mrp_bom_attribute_match.field_product_template__id #: model:ir.model.fields,field_description:mrp_bom_attribute_match.field_product_template__id
#: model:ir.model.fields,field_description:mrp_bom_attribute_match.field_report_mrp_report_bom_structure__id
msgid "ID" msgid "ID"
msgstr "" msgstr ""
@@ -54,6 +61,7 @@ msgstr ""
#: 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_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_mrp_production____last_update
#: model:ir.model.fields,field_description:mrp_bom_attribute_match.field_product_template____last_update #: model:ir.model.fields,field_description:mrp_bom_attribute_match.field_product_template____last_update
#: model:ir.model.fields,field_description:mrp_bom_attribute_match.field_report_mrp_report_bom_structure____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
@@ -80,8 +88,8 @@ msgid "Product Template"
msgstr "" msgstr ""
#. module: mrp_bom_attribute_match #. module: mrp_bom_attribute_match
#: model:ir.model.fields,field_description:mrp_bom_attribute_match.field_mrp_bom_line__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 Id Domain" msgid "Product Uom Category"
msgstr "" msgstr ""
#. module: mrp_bom_attribute_match #. module: mrp_bom_attribute_match
@@ -114,25 +122,25 @@ msgstr ""
#: code:addons/mrp_bom_attribute_match/models/product.py:0 #: code:addons/mrp_bom_attribute_match/models/product.py:0
#, python-format #, python-format
msgid "" 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" "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" "Attributes: %(attributes)s\n"
"BoM: %s" "BoM: %(bom)s"
msgstr "" msgstr ""
#. module: mrp_bom_attribute_match #. module: mrp_bom_attribute_match
#: code:addons/mrp_bom_attribute_match/models/product.py:0 #: code:addons/mrp_bom_attribute_match/models/product.py:0
#, python-format #, python-format
msgid "" msgid ""
"This product template is used as a component in the BOMs for %s and " "This product template is used as a component in the BOMs for %(bom)s and "
"attribute(s) %s is not present in all such product(s), and this would break " "attribute(s) %(attributes)s is not present in all such product(s), and this "
"the BOM behavior." "would break the BOM behavior."
msgstr "" msgstr ""
#. module: mrp_bom_attribute_match #. module: mrp_bom_attribute_match
#: code:addons/mrp_bom_attribute_match/models/mrp_bom.py:0 #: code:addons/mrp_bom_attribute_match/models/mrp_bom.py:0
#, python-format #, python-format
msgid "" msgid ""
"You cannot use an attribute value for attribute %s in the field “Apply on " "You cannot use an attribute value for attribute(s) %(attributes)s in the "
"Variants” as its the same attribute used in field “Match on " "field “Apply on Variants” as it's the same attribute used in the field "
"Attribute”related to the component %s." "“Match on Attribute” related to the component %(component)s."
msgstr "" msgstr ""