From d092986b641639cae2eabfb455ee641a41ca3f11 Mon Sep 17 00:00:00 2001 From: Bole Date: Mon, 17 Jun 2024 13:25:41 +0000 Subject: [PATCH] Added translation using Weblate (Croatian) --- mrp_bom_line_formula_quantity/i18n/hr.po | 45 ++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 mrp_bom_line_formula_quantity/i18n/hr.po diff --git a/mrp_bom_line_formula_quantity/i18n/hr.po b/mrp_bom_line_formula_quantity/i18n/hr.po new file mode 100644 index 000000000..bc345f1aa --- /dev/null +++ b/mrp_bom_line_formula_quantity/i18n/hr.po @@ -0,0 +1,45 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_bom_line_formula_quantity +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: hr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: mrp_bom_line_formula_quantity +#: model:ir.model,name:mrp_bom_line_formula_quantity.model_mrp_bom_line +msgid "Bill of Material Line" +msgstr "" + +#. module: mrp_bom_line_formula_quantity +#: model:ir.model.fields,help:mrp_bom_line_formula_quantity.field_mrp_bom_line__quantity_formula +msgid "" +"Formula to be evaluated when generating the quantity for a production order line.\n" +"The following values are available:\n" +"- bom_line: the current BoM line,\n" +"- operation: the operation where the components are consumed for current BoM line,\n" +"- product: the Product of current BoM line,\n" +"- product_uom: the UoM of the Product of current BoM line,\n" +"- product_uom_qty: the quantity of the production order line,\n" +"- production: the production order being created,\n" +"The computed quantity must be assigned to the `quantity` variable." +msgstr "" + +#. module: mrp_bom_line_formula_quantity +#: model:ir.model,name:mrp_bom_line_formula_quantity.model_mrp_production +msgid "Production Order" +msgstr "" + +#. module: mrp_bom_line_formula_quantity +#: model:ir.model.fields,field_description:mrp_bom_line_formula_quantity.field_mrp_bom_line__quantity_formula +msgid "Quantity Formula" +msgstr ""