Added translation using Weblate (Spanish)

This commit is contained in:
Gil Arasa Verge
2023-10-09 14:45:50 +00:00
committed by Weblate
parent 4059faaf03
commit c56483efc9

View File

@@ -0,0 +1,155 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_bom_attribute_match
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: es\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"
#. 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"
msgstr ""
#. module: mrp_bom_attribute_match
#: model:ir.model,name:mrp_bom_attribute_match.model_mrp_bom_line
msgid "Bill of Material Line"
msgstr ""
#. module: mrp_bom_attribute_match
#: model:ir.model.fields,field_description:mrp_bom_attribute_match.field_mrp_bom_line__product_id
msgid "Component"
msgstr ""
#. module: mrp_bom_attribute_match
#: model:ir.model.fields,field_description:mrp_bom_attribute_match.field_mrp_bom_line__component_template_id
msgid "Component (product template)"
msgstr ""
#. module: mrp_bom_attribute_match
#: code:addons/mrp_bom_attribute_match/models/mrp_bom.py:0
#, python-format
msgid ""
"Component template must be different from BOM product template. Please check"
" BOM: %s BOM Line: %s"
msgstr ""
#. 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
#: model:ir.model.fields,field_description:mrp_bom_attribute_match.field_report_mrp_report_bom_structure__display_name
msgid "Display Name"
msgstr ""
#. 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
#: model:ir.model.fields,field_description:mrp_bom_attribute_match.field_report_mrp_report_bom_structure__id
msgid "ID"
msgstr ""
#. 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
#: model:ir.model.fields,field_description:mrp_bom_attribute_match.field_report_mrp_report_bom_structure____last_update
msgid "Last Modified on"
msgstr ""
#. 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"
msgstr ""
#. module: mrp_bom_attribute_match
#: code:addons/mrp_bom_attribute_match/models/mrp_bom.py:0
#, python-format
msgid ""
"No match on attribute has been detected for Component (Product Template) %s"
msgstr ""
#. module: mrp_bom_attribute_match
#: model:ir.model.fields,field_description:mrp_bom_attribute_match.field_mrp_bom_line__product_backup_id
msgid "Product Backup"
msgstr ""
#. module: mrp_bom_attribute_match
#: model:ir.model,name:mrp_bom_attribute_match.model_product_template
msgid "Product Template"
msgstr ""
#. module: mrp_bom_attribute_match
#: 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
msgid "Production Order"
msgstr ""
#. module: mrp_bom_attribute_match
#: code:addons/mrp_bom_attribute_match/models/mrp_bom.py:0
#, python-format
msgid ""
"Recursion error! A product with a Bill of Material should not have itself "
"in its BoM or child BoMs!"
msgstr ""
#. module: mrp_bom_attribute_match
#: code:addons/mrp_bom_attribute_match/models/mrp_bom.py:0
#, python-format
msgid ""
"Some attributes of the dynamic component are not included into production "
"product attributes."
msgstr ""
#. module: mrp_bom_attribute_match
#: model:ir.model.fields,help:mrp_bom_attribute_match.field_mrp_bom_line__product_backup_id
msgid "Technical field to store previous value of product_id"
msgstr ""
#. module: mrp_bom_attribute_match
#: code:addons/mrp_bom_attribute_match/models/product.py:0
#, python-format
msgid ""
"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: %(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 %(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) %(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 ""