Skip to content

Commit

Permalink
Update translation files
Browse files Browse the repository at this point in the history
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: sale-workflow-8.0/sale-workflow-8.0-product_margin_classification
Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-8-0/sale-workflow-8-0-product_margin_classification/
  • Loading branch information
oca-transbot committed Jul 20, 2019
1 parent 8c6d90c commit 110eea9
Show file tree
Hide file tree
Showing 68 changed files with 5,483 additions and 1,114 deletions.
96 changes: 80 additions & 16 deletions product_margin_classification/i18n/am.po
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,27 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n"

#. module: product_margin_classification
#: view:product.template:product_margin_classification.view_product_template_form
#: code:addons/product_margin_classification/models/product_margin_classification.py:92
#, python-format
msgid "-1 is not a valid Markup."
msgstr ""

#. module: product_margin_classification
#: code:addons/product_margin_classification/models/product_margin_classification.py:102
#, python-format
msgid "1 is not a valid Profit Margin."
msgstr ""

#. module: product_margin_classification
#: help:product.margin.classification,profit_margin:0
msgid ""
"Also called 'Net margin' or 'Net Profit Ratio'.\n"
"It is computed with the following formula Profit Margin = (Sale Price - "
"Cost) / Sale Price"
msgstr ""

#. module: product_margin_classification
#: view:product.template:product_margin_classification.view_product_template_tree
msgid "Apply Margin"
msgstr ""

Expand All @@ -40,7 +60,7 @@ msgstr ""

#. module: product_margin_classification
#: view:product.margin.classification:product_margin_classification.view_product_margin_classification_form
msgid "Computation"
msgid "Computation Method"
msgstr ""

#. module: product_margin_classification
Expand All @@ -60,6 +80,7 @@ msgstr "Creado en"

#. module: product_margin_classification
#: view:product.template:product_margin_classification.view_product_template_form
#: view:product.template:product_margin_classification.view_product_template_tree
msgid "Decrease the Sale Price down to Theoretical Price"
msgstr ""

Expand All @@ -80,6 +101,7 @@ msgstr "ID"

#. module: product_margin_classification
#: view:product.template:product_margin_classification.view_product_template_form
#: view:product.template:product_margin_classification.view_product_template_tree
msgid "Increase the Sale Price up to Theoretical Price"
msgstr ""

Expand All @@ -99,11 +121,7 @@ msgid "Last Updated on"
msgstr "Última actualización en"

#. module: product_margin_classification
#: field:product.margin.classification,margin:0
msgid "Margin"
msgstr ""

#. module: product_margin_classification
#: field:product.product,margin_classification_id:0
#: field:product.template,margin_classification_id:0
msgid "Margin Classification"
msgstr ""
Expand All @@ -115,6 +133,11 @@ msgstr ""
msgid "Margin Classifications"
msgstr ""

#. module: product_margin_classification
#: field:product.margin.classification,markup:0
msgid "Markup"
msgstr ""

#. module: product_margin_classification
#: field:product.margin.classification,name:0
msgid "Name"
Expand All @@ -126,7 +149,7 @@ msgid "Price Rounding"
msgstr ""

#. module: product_margin_classification
#: code:addons/product_margin_classification/models/product_margin_classification.py:99
#: code:addons/product_margin_classification/models/product_margin_classification.py:141
#, python-format
msgid "Price Rounding can not be null."
msgstr ""
Expand All @@ -136,12 +159,18 @@ msgstr ""
msgid "Price Surcharge"
msgstr ""

#. module: product_margin_classification
#: model:ir.model,name:product_margin_classification.model_product_product
msgid "Product"
msgstr ""

#. module: product_margin_classification
#: model:ir.model,name:product_margin_classification.model_product_template
msgid "Product Template"
msgstr ""

#. module: product_margin_classification
#: model:ir.actions.act_window,name:product_margin_classification.action_view_product_template_by_margin_classfication
#: view:product.margin.classification:product_margin_classification.view_product_margin_classification_form
#: field:product.margin.classification,template_ids:0
msgid "Products"
Expand All @@ -163,16 +192,21 @@ msgid "Products Too Expensive"
msgstr ""

#. module: product_margin_classification
#: field:product.margin.classification,template_different_price_qty:0
msgid "Products With Different Price"
#: field:product.margin.classification,profit_margin:0
msgid "Profit Margin"
msgstr ""

#. module: product_margin_classification
#: help:product.margin.classification,price_round:0
msgid ""
"Sets the price so that it is a multiple of this value.\n"
"Rounding is applied after the margin and before the surcharge.\n"
"To have prices that end in 9.99, set rounding 10, surcharge -0.01"
"To have prices that end in 9.99, set rounding 1, surcharge -0.01"
msgstr ""

#. module: product_margin_classification
#: view:product.margin.classification:product_margin_classification.view_product_margin_classification_form
msgid "Settings"
msgstr ""

#. module: product_margin_classification
Expand All @@ -183,32 +217,49 @@ msgid ""
msgstr ""

#. module: product_margin_classification
#: field:product.product,theoretical_difference:0
#: field:product.template,theoretical_difference:0
msgid "Theoretical Difference"
msgstr ""

#. module: product_margin_classification
#: field:product.product,theoretical_price:0
#: field:product.template,theoretical_price:0
msgid "Theoretical Price"
msgstr ""

#. module: product_margin_classification
#: field:product.template,margin_state:0
#: field:product.product,margin_state:0 field:product.template,margin_state:0
msgid "Theoretical Price State"
msgstr ""

#. module: product_margin_classification
#: model:product.template,name:product_margin_classification.too_cheap_product
msgid "Too Cheap Product"
msgstr ""

#. module: product_margin_classification
#: selection:product.template,margin_state:0
msgid "Too Expensive"
msgstr ""

#. module: product_margin_classification
#: model:product.template,name:product_margin_classification.too_expensive_product
msgid "Too Expensive Product"
msgstr ""

#. module: product_margin_classification
#: field:product.margin.classification,template_different_price_qty:0
msgid "Total Products With Different Price"
msgstr ""

#. module: product_margin_classification
#: code:addons/product_margin_classification/models/product_template.py:53
#, python-format
msgid ""
"Unimplemented Feature\n"
"The Tax %s is not correctly set for computing prices with coefficients for "
"the product %s"
"The sale taxes are not correctly set for computing prices with coefficients "
"for the product %s"
msgstr ""

#. module: product_margin_classification
Expand All @@ -217,6 +268,19 @@ msgid "Up to Theoretical Price"
msgstr ""

#. module: product_margin_classification
#: view:product.margin.classification:product_margin_classification.view_product_margin_classification_form
msgid "Use Theoretical Price"
#: help:product.margin.classification,markup:0
msgid ""
"Value that help you to compute the sale price, based on your cost, as "
"defined: Sale Price = (Cost * (1 + Markup))\n"
"It is computed with the following formula Markup = (Sale Price - Cost) / Cost"
msgstr ""

#. module: product_margin_classification
#: view:product.template:product_margin_classification.view_product_template_form
msgid "⇒ Decrease Price"
msgstr ""

#. module: product_margin_classification
#: view:product.template:product_margin_classification.view_product_template_form
msgid "⇒ Increase Price"
msgstr ""

0 comments on commit 110eea9

Please sign in to comment.