changeset 2fa8658565a7 in weblate:default
details: https://hg.tryton.org/weblate?cmd=changeset&node=2fa8658565a7
description:
        Update translation files

        Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

        Translation: Tryton/production
        Translate-URL: https://translate.tryton.org/projects/tryton/production/
diffstat:

 modules/production/locale/ar.po     |   6 ++++++
 modules/production/locale/bg.po     |   6 ++++++
 modules/production/locale/ca.po     |  17 +++++++++--------
 modules/production/locale/cs.po     |   6 ++++++
 modules/production/locale/de.po     |  17 +++++++++--------
 modules/production/locale/el.po     |   6 ++++++
 modules/production/locale/es.po     |  18 +++++++++---------
 modules/production/locale/es_419.po |   6 ++++++
 modules/production/locale/et.po     |   6 ++++++
 modules/production/locale/eu.po     |   6 ++++++
 modules/production/locale/fa.po     |  17 +++++++++--------
 modules/production/locale/fi.po     |   6 ++++++
 modules/production/locale/fr.po     |  17 +++++++++--------
 modules/production/locale/gl.po     |   6 ++++++
 modules/production/locale/hi.po     |   6 ++++++
 modules/production/locale/hu.po     |   6 ++++++
 modules/production/locale/id.po     |   6 ++++++
 modules/production/locale/it.po     |  17 +++++++++--------
 modules/production/locale/ja.po     |   6 ++++++
 modules/production/locale/lo.po     |   6 ++++++
 modules/production/locale/lt.po     |   6 ++++++
 modules/production/locale/nl.po     |  17 +++++++++--------
 modules/production/locale/pl.po     |   6 ++++++
 modules/production/locale/pt.po     |  18 +++++++++---------
 modules/production/locale/ro.po     |   6 ++++++
 modules/production/locale/ru.po     |   6 ++++++
 modules/production/locale/sl.po     |  18 +++++++++---------
 modules/production/locale/sq.po     |   6 ++++++
 modules/production/locale/sr.po     |   6 ++++++
 modules/production/locale/tr.po     |  18 +++++++++---------
 modules/production/locale/zh_CN.po  |   6 ++++++
 31 files changed, 216 insertions(+), 84 deletions(-)

diffs (680 lines):

diff -r 9a5f3ba4f465 -r 2fa8658565a7 modules/production/locale/ar.po
--- a/modules/production/locale/ar.po   Tue Oct 26 01:43:50 2021 +0000
+++ b/modules/production/locale/ar.po   Tue Oct 26 01:45:35 2021 +0000
@@ -370,6 +370,12 @@
 msgid "Waiting"
 msgstr "Waiting"
 
+msgctxt "model:ir.message,text:msg_missing_product_list_price"
+msgid ""
+"The product \"%(product)s\" on production \"%(production)s\" does not have "
+"any list price defined."
+msgstr ""
+
 msgctxt "model:ir.message,text:msg_recursive_bom"
 msgid "You cannot create a recursive BOM for product \"%(product)s\"."
 msgstr ""
diff -r 9a5f3ba4f465 -r 2fa8658565a7 modules/production/locale/bg.po
--- a/modules/production/locale/bg.po   Tue Oct 26 01:43:50 2021 +0000
+++ b/modules/production/locale/bg.po   Tue Oct 26 01:45:35 2021 +0000
@@ -378,6 +378,12 @@
 msgid "Waiting"
 msgstr "Очакване"
 
+msgctxt "model:ir.message,text:msg_missing_product_list_price"
+msgid ""
+"The product \"%(product)s\" on production \"%(production)s\" does not have "
+"any list price defined."
+msgstr ""
+
 msgctxt "model:ir.message,text:msg_recursive_bom"
 msgid "You cannot create a recursive BOM for product \"%(product)s\"."
 msgstr ""
diff -r 9a5f3ba4f465 -r 2fa8658565a7 modules/production/locale/ca.po
--- a/modules/production/locale/ca.po   Tue Oct 26 01:43:50 2021 +0000
+++ b/modules/production/locale/ca.po   Tue Oct 26 01:45:35 2021 +0000
@@ -363,6 +363,15 @@
 msgid "Waiting"
 msgstr "En espera"
 
+#, fuzzy
+msgctxt "model:ir.message,text:msg_missing_product_list_price"
+msgid ""
+"The product \"%(product)s\" on production \"%(production)s\" does not have "
+"any list price defined."
+msgstr ""
+"Els costs de les sortides \"%(outputs)s\" de la producció \"%(production)s\" "
+"són diferents del cost de la producció (%(costs)s)."
+
 msgctxt "model:ir.message,text:msg_recursive_bom"
 msgid "You cannot create a recursive BOM for product \"%(product)s\"."
 msgstr "No podeu crear una LdM recursiva pel producte \"%(product)s\"."
@@ -623,14 +632,6 @@
 #~ msgid "Production"
 #~ msgstr "Producció"
 
-#~ msgctxt "model:ir.message,text:msg_uneven_costs"
-#~ msgid ""
-#~ "The costs of the outputs \"%(outputs)s\" of production \"%(production)s\" "
-#~ "do not match the cost of the production \"%(costs)s\"."
-#~ msgstr ""
-#~ "Els costs de les sortides \"%(outputs)s\" de la producció \"%(production)s"
-#~ "\" són diferents del cost de la producció (%(costs)s)."
-
 #, fuzzy
 #~ msgctxt "field:product.product-production.bom,create_date:"
 #~ msgid "Created at"
diff -r 9a5f3ba4f465 -r 2fa8658565a7 modules/production/locale/cs.po
--- a/modules/production/locale/cs.po   Tue Oct 26 01:43:50 2021 +0000
+++ b/modules/production/locale/cs.po   Tue Oct 26 01:45:35 2021 +0000
@@ -371,6 +371,12 @@
 msgid "Waiting"
 msgstr "Waiting"
 
+msgctxt "model:ir.message,text:msg_missing_product_list_price"
+msgid ""
+"The product \"%(product)s\" on production \"%(production)s\" does not have "
+"any list price defined."
+msgstr ""
+
 msgctxt "model:ir.message,text:msg_recursive_bom"
 msgid "You cannot create a recursive BOM for product \"%(product)s\"."
 msgstr ""
diff -r 9a5f3ba4f465 -r 2fa8658565a7 modules/production/locale/de.po
--- a/modules/production/locale/de.po   Tue Oct 26 01:43:50 2021 +0000
+++ b/modules/production/locale/de.po   Tue Oct 26 01:45:35 2021 +0000
@@ -363,6 +363,15 @@
 msgid "Waiting"
 msgstr "Wartend"
 
+#, fuzzy
+msgctxt "model:ir.message,text:msg_missing_product_list_price"
+msgid ""
+"The product \"%(product)s\" on production \"%(production)s\" does not have "
+"any list price defined."
+msgstr ""
+"Die Kosten der Ausgänge \"%(outputs)s\" von Produktion \"%(production)s\" "
+"stimmen nicht mit den Kosten der Produktion \"%(costs)s\" überein."
+
 msgctxt "model:ir.message,text:msg_recursive_bom"
 msgid "You cannot create a recursive BOM for product \"%(product)s\"."
 msgstr ""
@@ -625,14 +634,6 @@
 #~ msgid "Production"
 #~ msgstr "Produktion"
 
-#~ msgctxt "model:ir.message,text:msg_uneven_costs"
-#~ msgid ""
-#~ "The costs of the outputs \"%(outputs)s\" of production \"%(production)s\" "
-#~ "do not match the cost of the production \"%(costs)s\"."
-#~ msgstr ""
-#~ "Die Kosten der Ausgänge \"%(outputs)s\" von Produktion \"%(production)s\" "
-#~ "stimmen nicht mit den Kosten der Produktion \"%(costs)s\" überein."
-
 #, fuzzy
 #~ msgctxt "field:product.product-production.bom,create_date:"
 #~ msgid "Created at"
diff -r 9a5f3ba4f465 -r 2fa8658565a7 modules/production/locale/el.po
--- a/modules/production/locale/el.po   Tue Oct 26 01:43:50 2021 +0000
+++ b/modules/production/locale/el.po   Tue Oct 26 01:45:35 2021 +0000
@@ -370,6 +370,12 @@
 msgid "Waiting"
 msgstr "Waiting"
 
+msgctxt "model:ir.message,text:msg_missing_product_list_price"
+msgid ""
+"The product \"%(product)s\" on production \"%(production)s\" does not have "
+"any list price defined."
+msgstr ""
+
 msgctxt "model:ir.message,text:msg_recursive_bom"
 msgid "You cannot create a recursive BOM for product \"%(product)s\"."
 msgstr ""
diff -r 9a5f3ba4f465 -r 2fa8658565a7 modules/production/locale/es.po
--- a/modules/production/locale/es.po   Tue Oct 26 01:43:50 2021 +0000
+++ b/modules/production/locale/es.po   Tue Oct 26 01:45:35 2021 +0000
@@ -363,6 +363,15 @@
 msgid "Waiting"
 msgstr "En espera"
 
+#, fuzzy
+msgctxt "model:ir.message,text:msg_missing_product_list_price"
+msgid ""
+"The product \"%(product)s\" on production \"%(production)s\" does not have "
+"any list price defined."
+msgstr ""
+"Los costes de los movimientos de salida \"%(outputs)s\" de la producción "
+"\"%(production)s\" no coinciden con el coste de la producción \"%(costs)s\"."
+
 msgctxt "model:ir.message,text:msg_recursive_bom"
 msgid "You cannot create a recursive BOM for product \"%(product)s\"."
 msgstr "No puede crear una LdM recursiva para el producto \"%(product)s\"."
@@ -623,15 +632,6 @@
 #~ msgid "Production"
 #~ msgstr "Producción"
 
-#~ msgctxt "model:ir.message,text:msg_uneven_costs"
-#~ msgid ""
-#~ "The costs of the outputs \"%(outputs)s\" of production \"%(production)s\" "
-#~ "do not match the cost of the production \"%(costs)s\"."
-#~ msgstr ""
-#~ "Los costes de los movimientos de salida \"%(outputs)s\" de la producción "
-#~ "\"%(production)s\" no coinciden con el coste de la producción \"%(costs)s"
-#~ "\"."
-
 #, fuzzy
 #~ msgctxt "field:product.product-production.bom,create_date:"
 #~ msgid "Created at"
diff -r 9a5f3ba4f465 -r 2fa8658565a7 modules/production/locale/es_419.po
--- a/modules/production/locale/es_419.po       Tue Oct 26 01:43:50 2021 +0000
+++ b/modules/production/locale/es_419.po       Tue Oct 26 01:45:35 2021 +0000
@@ -352,6 +352,12 @@
 msgid "Waiting"
 msgstr ""
 
+msgctxt "model:ir.message,text:msg_missing_product_list_price"
+msgid ""
+"The product \"%(product)s\" on production \"%(production)s\" does not have "
+"any list price defined."
+msgstr ""
+
 msgctxt "model:ir.message,text:msg_recursive_bom"
 msgid "You cannot create a recursive BOM for product \"%(product)s\"."
 msgstr ""
diff -r 9a5f3ba4f465 -r 2fa8658565a7 modules/production/locale/et.po
--- a/modules/production/locale/et.po   Tue Oct 26 01:43:50 2021 +0000
+++ b/modules/production/locale/et.po   Tue Oct 26 01:45:35 2021 +0000
@@ -360,6 +360,12 @@
 msgid "Waiting"
 msgstr "Ootel"
 
+msgctxt "model:ir.message,text:msg_missing_product_list_price"
+msgid ""
+"The product \"%(product)s\" on production \"%(production)s\" does not have "
+"any list price defined."
+msgstr ""
+
 msgctxt "model:ir.message,text:msg_recursive_bom"
 msgid "You cannot create a recursive BOM for product \"%(product)s\"."
 msgstr ""
diff -r 9a5f3ba4f465 -r 2fa8658565a7 modules/production/locale/eu.po
--- a/modules/production/locale/eu.po   Tue Oct 26 01:43:50 2021 +0000
+++ b/modules/production/locale/eu.po   Tue Oct 26 01:45:35 2021 +0000
@@ -352,6 +352,12 @@
 msgid "Waiting"
 msgstr ""
 
+msgctxt "model:ir.message,text:msg_missing_product_list_price"
+msgid ""
+"The product \"%(product)s\" on production \"%(production)s\" does not have "
+"any list price defined."
+msgstr ""
+
 msgctxt "model:ir.message,text:msg_recursive_bom"
 msgid "You cannot create a recursive BOM for product \"%(product)s\"."
 msgstr ""
diff -r 9a5f3ba4f465 -r 2fa8658565a7 modules/production/locale/fa.po
--- a/modules/production/locale/fa.po   Tue Oct 26 01:43:50 2021 +0000
+++ b/modules/production/locale/fa.po   Tue Oct 26 01:45:35 2021 +0000
@@ -360,6 +360,15 @@
 msgid "Waiting"
 msgstr "در انتظار"
 
+#, fuzzy
+msgctxt "model:ir.message,text:msg_missing_product_list_price"
+msgid ""
+"The product \"%(product)s\" on production \"%(production)s\" does not have "
+"any list price defined."
+msgstr ""
+"هزینه های خروجی : \"%(outputs)s\" از تولید : \"%(production)s\"، با هزینه "
+"تولید : \"%(costs)s\" مطابقت ندارد."
+
 msgctxt "model:ir.message,text:msg_recursive_bom"
 msgid "You cannot create a recursive BOM for product \"%(product)s\"."
 msgstr "شما نمیتوانید یک BOM بازگشتی برای محصول :\"%(product)s\" ایجاد کنید."
@@ -626,14 +635,6 @@
 #~ msgid "Production"
 #~ msgstr "تولید"
 
-#~ msgctxt "model:ir.message,text:msg_uneven_costs"
-#~ msgid ""
-#~ "The costs of the outputs \"%(outputs)s\" of production \"%(production)s\" "
-#~ "do not match the cost of the production \"%(costs)s\"."
-#~ msgstr ""
-#~ "هزینه های خروجی : \"%(outputs)s\" از تولید : \"%(production)s\"، با هزینه "
-#~ "تولید : \"%(costs)s\" مطابقت ندارد."
-
 #, fuzzy
 #~ msgctxt "field:product.product-production.bom,create_date:"
 #~ msgid "Created at"
diff -r 9a5f3ba4f465 -r 2fa8658565a7 modules/production/locale/fi.po
--- a/modules/production/locale/fi.po   Tue Oct 26 01:43:50 2021 +0000
+++ b/modules/production/locale/fi.po   Tue Oct 26 01:45:35 2021 +0000
@@ -370,6 +370,12 @@
 msgid "Waiting"
 msgstr "Waiting"
 
+msgctxt "model:ir.message,text:msg_missing_product_list_price"
+msgid ""
+"The product \"%(product)s\" on production \"%(production)s\" does not have "
+"any list price defined."
+msgstr ""
+
 msgctxt "model:ir.message,text:msg_recursive_bom"
 msgid "You cannot create a recursive BOM for product \"%(product)s\"."
 msgstr ""
diff -r 9a5f3ba4f465 -r 2fa8658565a7 modules/production/locale/fr.po
--- a/modules/production/locale/fr.po   Tue Oct 26 01:43:50 2021 +0000
+++ b/modules/production/locale/fr.po   Tue Oct 26 01:45:35 2021 +0000
@@ -363,6 +363,15 @@
 msgid "Waiting"
 msgstr "En attentes"
 
+#, fuzzy
+msgctxt "model:ir.message,text:msg_missing_product_list_price"
+msgid ""
+"The product \"%(product)s\" on production \"%(production)s\" does not have "
+"any list price defined."
+msgstr ""
+"Le coût des sorties « %(outputs)s » de la production « %(production)s » ne "
+"correspond pas au coût de production « %(costs)s »."
+
 msgctxt "model:ir.message,text:msg_recursive_bom"
 msgid "You cannot create a recursive BOM for product \"%(product)s\"."
 msgstr ""
@@ -626,14 +635,6 @@
 #~ msgid "Production"
 #~ msgstr "Production"
 
-#~ msgctxt "model:ir.message,text:msg_uneven_costs"
-#~ msgid ""
-#~ "The costs of the outputs \"%(outputs)s\" of production \"%(production)s\" "
-#~ "do not match the cost of the production \"%(costs)s\"."
-#~ msgstr ""
-#~ "Le coût des sorties « %(outputs)s » de la production « %(production)s » "
-#~ "ne correspond pas au coût de production « %(costs)s »."
-
 #, fuzzy
 #~ msgctxt "field:product.product-production.bom,create_date:"
 #~ msgid "Created at"
diff -r 9a5f3ba4f465 -r 2fa8658565a7 modules/production/locale/gl.po
--- a/modules/production/locale/gl.po   Tue Oct 26 01:43:50 2021 +0000
+++ b/modules/production/locale/gl.po   Tue Oct 26 01:45:35 2021 +0000
@@ -352,6 +352,12 @@
 msgid "Waiting"
 msgstr ""
 
+msgctxt "model:ir.message,text:msg_missing_product_list_price"
+msgid ""
+"The product \"%(product)s\" on production \"%(production)s\" does not have "
+"any list price defined."
+msgstr ""
+
 msgctxt "model:ir.message,text:msg_recursive_bom"
 msgid "You cannot create a recursive BOM for product \"%(product)s\"."
 msgstr ""
diff -r 9a5f3ba4f465 -r 2fa8658565a7 modules/production/locale/hi.po
--- a/modules/production/locale/hi.po   Tue Oct 26 01:43:50 2021 +0000
+++ b/modules/production/locale/hi.po   Tue Oct 26 01:45:35 2021 +0000
@@ -352,6 +352,12 @@
 msgid "Waiting"
 msgstr ""
 
+msgctxt "model:ir.message,text:msg_missing_product_list_price"
+msgid ""
+"The product \"%(product)s\" on production \"%(production)s\" does not have "
+"any list price defined."
+msgstr ""
+
 msgctxt "model:ir.message,text:msg_recursive_bom"
 msgid "You cannot create a recursive BOM for product \"%(product)s\"."
 msgstr ""
diff -r 9a5f3ba4f465 -r 2fa8658565a7 modules/production/locale/hu.po
--- a/modules/production/locale/hu.po   Tue Oct 26 01:43:50 2021 +0000
+++ b/modules/production/locale/hu.po   Tue Oct 26 01:45:35 2021 +0000
@@ -403,6 +403,12 @@
 msgid "Waiting"
 msgstr "Waiting"
 
+msgctxt "model:ir.message,text:msg_missing_product_list_price"
+msgid ""
+"The product \"%(product)s\" on production \"%(production)s\" does not have "
+"any list price defined."
+msgstr ""
+
 msgctxt "model:ir.message,text:msg_recursive_bom"
 msgid "You cannot create a recursive BOM for product \"%(product)s\"."
 msgstr ""
diff -r 9a5f3ba4f465 -r 2fa8658565a7 modules/production/locale/id.po
--- a/modules/production/locale/id.po   Tue Oct 26 01:43:50 2021 +0000
+++ b/modules/production/locale/id.po   Tue Oct 26 01:45:35 2021 +0000
@@ -363,6 +363,12 @@
 msgid "Waiting"
 msgstr ""
 
+msgctxt "model:ir.message,text:msg_missing_product_list_price"
+msgid ""
+"The product \"%(product)s\" on production \"%(production)s\" does not have "
+"any list price defined."
+msgstr ""
+
 msgctxt "model:ir.message,text:msg_recursive_bom"
 msgid "You cannot create a recursive BOM for product \"%(product)s\"."
 msgstr ""
diff -r 9a5f3ba4f465 -r 2fa8658565a7 modules/production/locale/it.po
--- a/modules/production/locale/it.po   Tue Oct 26 01:43:50 2021 +0000
+++ b/modules/production/locale/it.po   Tue Oct 26 01:45:35 2021 +0000
@@ -369,6 +369,15 @@
 msgid "Waiting"
 msgstr "In attesa"
 
+#, fuzzy
+msgctxt "model:ir.message,text:msg_missing_product_list_price"
+msgid ""
+"The product \"%(product)s\" on production \"%(production)s\" does not have "
+"any list price defined."
+msgstr ""
+"I costi delle uscite \"%(outputs)s\" di produzione \"%(production) \" non "
+"corrispondono al costo della produzione \"(costs)s\"."
+
 msgctxt "model:ir.message,text:msg_recursive_bom"
 msgid "You cannot create a recursive BOM for product \"%(product)s\"."
 msgstr ""
@@ -645,14 +654,6 @@
 #~ msgid "Production"
 #~ msgstr "Produzione"
 
-#~ msgctxt "model:ir.message,text:msg_uneven_costs"
-#~ msgid ""
-#~ "The costs of the outputs \"%(outputs)s\" of production \"%(production)s\" "
-#~ "do not match the cost of the production \"%(costs)s\"."
-#~ msgstr ""
-#~ "I costi delle uscite \"%(outputs)s\" di produzione \"%(production) \" non "
-#~ "corrispondono al costo della produzione \"(costs)s\"."
-
 #, fuzzy
 #~ msgctxt "field:product.product-production.bom,create_date:"
 #~ msgid "Created at"
diff -r 9a5f3ba4f465 -r 2fa8658565a7 modules/production/locale/ja.po
--- a/modules/production/locale/ja.po   Tue Oct 26 01:43:50 2021 +0000
+++ b/modules/production/locale/ja.po   Tue Oct 26 01:45:35 2021 +0000
@@ -370,6 +370,12 @@
 msgid "Waiting"
 msgstr "Waiting"
 
+msgctxt "model:ir.message,text:msg_missing_product_list_price"
+msgid ""
+"The product \"%(product)s\" on production \"%(production)s\" does not have "
+"any list price defined."
+msgstr ""
+
 msgctxt "model:ir.message,text:msg_recursive_bom"
 msgid "You cannot create a recursive BOM for product \"%(product)s\"."
 msgstr ""
diff -r 9a5f3ba4f465 -r 2fa8658565a7 modules/production/locale/lo.po
--- a/modules/production/locale/lo.po   Tue Oct 26 01:43:50 2021 +0000
+++ b/modules/production/locale/lo.po   Tue Oct 26 01:45:35 2021 +0000
@@ -392,6 +392,12 @@
 msgid "Waiting"
 msgstr "Waiting"
 
+msgctxt "model:ir.message,text:msg_missing_product_list_price"
+msgid ""
+"The product \"%(product)s\" on production \"%(production)s\" does not have "
+"any list price defined."
+msgstr ""
+
 msgctxt "model:ir.message,text:msg_recursive_bom"
 msgid "You cannot create a recursive BOM for product \"%(product)s\"."
 msgstr ""
diff -r 9a5f3ba4f465 -r 2fa8658565a7 modules/production/locale/lt.po
--- a/modules/production/locale/lt.po   Tue Oct 26 01:43:50 2021 +0000
+++ b/modules/production/locale/lt.po   Tue Oct 26 01:45:35 2021 +0000
@@ -380,6 +380,12 @@
 msgid "Waiting"
 msgstr "Waiting"
 
+msgctxt "model:ir.message,text:msg_missing_product_list_price"
+msgid ""
+"The product \"%(product)s\" on production \"%(production)s\" does not have "
+"any list price defined."
+msgstr ""
+
 msgctxt "model:ir.message,text:msg_recursive_bom"
 msgid "You cannot create a recursive BOM for product \"%(product)s\"."
 msgstr ""
diff -r 9a5f3ba4f465 -r 2fa8658565a7 modules/production/locale/nl.po
--- a/modules/production/locale/nl.po   Tue Oct 26 01:43:50 2021 +0000
+++ b/modules/production/locale/nl.po   Tue Oct 26 01:45:35 2021 +0000
@@ -363,6 +363,15 @@
 msgid "Waiting"
 msgstr "In afwachting"
 
+#, fuzzy
+msgctxt "model:ir.message,text:msg_missing_product_list_price"
+msgid ""
+"The product \"%(product)s\" on production \"%(production)s\" does not have "
+"any list price defined."
+msgstr ""
+"De kosten van de output\"%(outputs)s\"van de productie \"%(production)s\"  "
+"komen niet overeen met de productiekosten \"%(costs)s\"."
+
 msgctxt "model:ir.message,text:msg_recursive_bom"
 msgid "You cannot create a recursive BOM for product \"%(product)s\"."
 msgstr "U kunt geen recursieve stuklijst maken voor product \"%(product)s\"."
@@ -623,14 +632,6 @@
 #~ msgid "Production"
 #~ msgstr "Productie"
 
-#~ msgctxt "model:ir.message,text:msg_uneven_costs"
-#~ msgid ""
-#~ "The costs of the outputs \"%(outputs)s\" of production \"%(production)s\" "
-#~ "do not match the cost of the production \"%(costs)s\"."
-#~ msgstr ""
-#~ "De kosten van de output\"%(outputs)s\"van de productie \"%(production)s"
-#~ "\"  komen niet overeen met de productiekosten \"%(costs)s\"."
-
 #, fuzzy
 #~ msgctxt "field:product.product-production.bom,create_date:"
 #~ msgid "Created at"
diff -r 9a5f3ba4f465 -r 2fa8658565a7 modules/production/locale/pl.po
--- a/modules/production/locale/pl.po   Tue Oct 26 01:43:50 2021 +0000
+++ b/modules/production/locale/pl.po   Tue Oct 26 01:45:35 2021 +0000
@@ -383,6 +383,12 @@
 msgid "Waiting"
 msgstr "Waiting"
 
+msgctxt "model:ir.message,text:msg_missing_product_list_price"
+msgid ""
+"The product \"%(product)s\" on production \"%(production)s\" does not have "
+"any list price defined."
+msgstr ""
+
 msgctxt "model:ir.message,text:msg_recursive_bom"
 msgid "You cannot create a recursive BOM for product \"%(product)s\"."
 msgstr ""
diff -r 9a5f3ba4f465 -r 2fa8658565a7 modules/production/locale/pt.po
--- a/modules/production/locale/pt.po   Tue Oct 26 01:43:50 2021 +0000
+++ b/modules/production/locale/pt.po   Tue Oct 26 01:45:35 2021 +0000
@@ -367,6 +367,15 @@
 msgid "Waiting"
 msgstr "Esperando"
 
+#, fuzzy
+msgctxt "model:ir.message,text:msg_missing_product_list_price"
+msgid ""
+"The product \"%(product)s\" on production \"%(production)s\" does not have "
+"any list price defined."
+msgstr ""
+"Os custos das saídas (%(outputs)s) de produção \"%(production)s\" não "
+"coincidem com o custo da produção (%(costs)s)."
+
 msgctxt "model:ir.message,text:msg_recursive_bom"
 msgid "You cannot create a recursive BOM for product \"%(product)s\"."
 msgstr ""
@@ -630,15 +639,6 @@
 #~ msgstr "Produção"
 
 #, fuzzy
-#~ msgctxt "model:ir.message,text:msg_uneven_costs"
-#~ msgid ""
-#~ "The costs of the outputs \"%(outputs)s\" of production \"%(production)s\" "
-#~ "do not match the cost of the production \"%(costs)s\"."
-#~ msgstr ""
-#~ "Os custos das saídas (%(outputs)s) de produção \"%(production)s\" não "
-#~ "coincidem com o custo da produção (%(costs)s)."
-
-#, fuzzy
 #~ msgctxt "field:product.product-production.bom,create_date:"
 #~ msgid "Created at"
 #~ msgstr "Data de criação"
diff -r 9a5f3ba4f465 -r 2fa8658565a7 modules/production/locale/ro.po
--- a/modules/production/locale/ro.po   Tue Oct 26 01:43:50 2021 +0000
+++ b/modules/production/locale/ro.po   Tue Oct 26 01:45:35 2021 +0000
@@ -363,6 +363,12 @@
 msgid "Waiting"
 msgstr ""
 
+msgctxt "model:ir.message,text:msg_missing_product_list_price"
+msgid ""
+"The product \"%(product)s\" on production \"%(production)s\" does not have "
+"any list price defined."
+msgstr ""
+
 msgctxt "model:ir.message,text:msg_recursive_bom"
 msgid "You cannot create a recursive BOM for product \"%(product)s\"."
 msgstr ""
diff -r 9a5f3ba4f465 -r 2fa8658565a7 modules/production/locale/ru.po
--- a/modules/production/locale/ru.po   Tue Oct 26 01:43:50 2021 +0000
+++ b/modules/production/locale/ru.po   Tue Oct 26 01:45:35 2021 +0000
@@ -377,6 +377,12 @@
 msgid "Waiting"
 msgstr "Waiting"
 
+msgctxt "model:ir.message,text:msg_missing_product_list_price"
+msgid ""
+"The product \"%(product)s\" on production \"%(production)s\" does not have "
+"any list price defined."
+msgstr ""
+
 msgctxt "model:ir.message,text:msg_recursive_bom"
 msgid "You cannot create a recursive BOM for product \"%(product)s\"."
 msgstr ""
diff -r 9a5f3ba4f465 -r 2fa8658565a7 modules/production/locale/sl.po
--- a/modules/production/locale/sl.po   Tue Oct 26 01:43:50 2021 +0000
+++ b/modules/production/locale/sl.po   Tue Oct 26 01:45:35 2021 +0000
@@ -374,6 +374,15 @@
 msgid "Waiting"
 msgstr "Waiting"
 
+#, fuzzy
+msgctxt "model:ir.message,text:msg_missing_product_list_price"
+msgid ""
+"The product \"%(product)s\" on production \"%(production)s\" does not have "
+"any list price defined."
+msgstr ""
+"Izhodni stroški (%(outputs)s) proizvodnega naloga \"%(production)s\" se ne "
+"ujemajo s proizvodnimi stroški (%(costs)s)."
+
 msgctxt "model:ir.message,text:msg_recursive_bom"
 msgid "You cannot create a recursive BOM for product \"%(product)s\"."
 msgstr ""
@@ -649,15 +658,6 @@
 #~ msgstr "Proizvodnja"
 
 #, fuzzy
-#~ msgctxt "model:ir.message,text:msg_uneven_costs"
-#~ msgid ""
-#~ "The costs of the outputs \"%(outputs)s\" of production \"%(production)s\" "
-#~ "do not match the cost of the production \"%(costs)s\"."
-#~ msgstr ""
-#~ "Izhodni stroški (%(outputs)s) proizvodnega naloga \"%(production)s\" se "
-#~ "ne ujemajo s proizvodnimi stroški (%(costs)s)."
-
-#, fuzzy
 #~ msgctxt "field:product.product-production.bom,create_date:"
 #~ msgid "Created at"
 #~ msgstr "Izdelano"
diff -r 9a5f3ba4f465 -r 2fa8658565a7 modules/production/locale/sq.po
--- a/modules/production/locale/sq.po   Tue Oct 26 01:43:50 2021 +0000
+++ b/modules/production/locale/sq.po   Tue Oct 26 01:45:35 2021 +0000
@@ -352,6 +352,12 @@
 msgid "Waiting"
 msgstr ""
 
+msgctxt "model:ir.message,text:msg_missing_product_list_price"
+msgid ""
+"The product \"%(product)s\" on production \"%(production)s\" does not have "
+"any list price defined."
+msgstr ""
+
 msgctxt "model:ir.message,text:msg_recursive_bom"
 msgid "You cannot create a recursive BOM for product \"%(product)s\"."
 msgstr ""
diff -r 9a5f3ba4f465 -r 2fa8658565a7 modules/production/locale/sr.po
--- a/modules/production/locale/sr.po   Tue Oct 26 01:43:50 2021 +0000
+++ b/modules/production/locale/sr.po   Tue Oct 26 01:45:35 2021 +0000
@@ -355,6 +355,12 @@
 msgid "Waiting"
 msgstr ""
 
+msgctxt "model:ir.message,text:msg_missing_product_list_price"
+msgid ""
+"The product \"%(product)s\" on production \"%(production)s\" does not have "
+"any list price defined."
+msgstr ""
+
 msgctxt "model:ir.message,text:msg_recursive_bom"
 msgid "You cannot create a recursive BOM for product \"%(product)s\"."
 msgstr ""
diff -r 9a5f3ba4f465 -r 2fa8658565a7 modules/production/locale/tr.po
--- a/modules/production/locale/tr.po   Tue Oct 26 01:43:50 2021 +0000
+++ b/modules/production/locale/tr.po   Tue Oct 26 01:45:35 2021 +0000
@@ -373,6 +373,15 @@
 msgid "Waiting"
 msgstr "Waiting"
 
+#, fuzzy
+msgctxt "model:ir.message,text:msg_missing_product_list_price"
+msgid ""
+"The product \"%(product)s\" on production \"%(production)s\" does not have "
+"any list price defined."
+msgstr ""
+"Üretim \"%(production)s\" çıktılarının (%(outputs)s) maliyetleri üretim "
+"(%(costs)s) maliyetleri ile uyuşmamaktadır."
+
 msgctxt "model:ir.message,text:msg_recursive_bom"
 msgid "You cannot create a recursive BOM for product \"%(product)s\"."
 msgstr ""
@@ -644,15 +653,6 @@
 #~ msgstr "Üretim"
 
 #, fuzzy
-#~ msgctxt "model:ir.message,text:msg_uneven_costs"
-#~ msgid ""
-#~ "The costs of the outputs \"%(outputs)s\" of production \"%(production)s\" "
-#~ "do not match the cost of the production \"%(costs)s\"."
-#~ msgstr ""
-#~ "Üretim \"%(production)s\" çıktılarının (%(outputs)s) maliyetleri üretim "
-#~ "(%(costs)s) maliyetleri ile uyuşmamaktadır."
-
-#, fuzzy
 #~ msgctxt "field:product.product-production.bom,create_date:"
 #~ msgid "Created at"
 #~ msgstr "Oluşturulma Tarihi"
diff -r 9a5f3ba4f465 -r 2fa8658565a7 modules/production/locale/zh_CN.po
--- a/modules/production/locale/zh_CN.po        Tue Oct 26 01:43:50 2021 +0000
+++ b/modules/production/locale/zh_CN.po        Tue Oct 26 01:45:35 2021 +0000
@@ -381,6 +381,12 @@
 msgid "Waiting"
 msgstr "Waiting"
 
+msgctxt "model:ir.message,text:msg_missing_product_list_price"
+msgid ""
+"The product \"%(product)s\" on production \"%(production)s\" does not have "
+"any list price defined."
+msgstr ""
+
 msgctxt "model:ir.message,text:msg_recursive_bom"
 msgid "You cannot create a recursive BOM for product \"%(product)s\"."
 msgstr ""

Reply via email to