changeset 17d8cc77845b in weblate:default
details: https://hg.tryton.org/weblate?cmd=changeset;node=17d8cc77845b
description:
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: Tryton/stock_lot
Translate-URL: https://translate.tryton.org/projects/tryton/stock_lot/
diffstat:
modules/stock_lot/locale/ar.po | 98 ++++++++++++++-------------
modules/stock_lot/locale/bg.po | 128 ++++++++++++++++++++++--------------
modules/stock_lot/locale/ca.po | 124 ++++++++++++++++++++++-------------
modules/stock_lot/locale/cs.po | 104 ++++++++++++++++-------------
modules/stock_lot/locale/de.po | 124 ++++++++++++++++++++++-------------
modules/stock_lot/locale/el.po | 98 ++++++++++++++-------------
modules/stock_lot/locale/es.po | 124 ++++++++++++++++++++++-------------
modules/stock_lot/locale/es_419.po | 98 ++++++++++++++-------------
modules/stock_lot/locale/et.po | 122 +++++++++++++++++++++-------------
modules/stock_lot/locale/fa.po | 124 ++++++++++++++++++++++-------------
modules/stock_lot/locale/fi.po | 98 ++++++++++++++-------------
modules/stock_lot/locale/fr.po | 124 ++++++++++++++++++++++-------------
modules/stock_lot/locale/hu.po | 128 ++++++++++++++++++++++--------------
modules/stock_lot/locale/id.po | 100 +++++++++++++++-------------
modules/stock_lot/locale/it.po | 118 +++++++++++++++++++--------------
modules/stock_lot/locale/ja.po | 98 ++++++++++++++-------------
modules/stock_lot/locale/lo.po | 126 ++++++++++++++++++++---------------
modules/stock_lot/locale/lt.po | 104 ++++++++++++++++-------------
modules/stock_lot/locale/nl.po | 124 ++++++++++++++++++++++-------------
modules/stock_lot/locale/pl.po | 119 +++++++++++++++++++--------------
modules/stock_lot/locale/pt.po | 129 ++++++++++++++++++++++--------------
modules/stock_lot/locale/ru.po | 127 ++++++++++++++++++++---------------
modules/stock_lot/locale/sl.po | 129 ++++++++++++++++++++++--------------
modules/stock_lot/locale/tr.po | 98 ++++++++++++++-------------
modules/stock_lot/locale/zh_CN.po | 116 +++++++++++++++++++--------------
25 files changed, 1680 insertions(+), 1202 deletions(-)
diffs (4156 lines):
diff -r dc34e7bf70aa -r 17d8cc77845b modules/stock_lot/locale/ar.po
--- a/modules/stock_lot/locale/ar.po Mon Sep 30 22:12:33 2019 +0000
+++ b/modules/stock_lot/locale/ar.po Mon Sep 30 22:12:38 2019 +0000
@@ -10,14 +10,6 @@
msgid "Lot Required"
msgstr ""
-msgctxt "field:product.template-stock.lot.type,template:"
-msgid "Template"
-msgstr ""
-
-msgctxt "field:product.template-stock.lot.type,type:"
-msgid "Type"
-msgstr ""
-
#, fuzzy
msgctxt "field:stock.inventory.line,lot:"
msgid "Lot"
@@ -39,14 +31,6 @@
msgid "Quantity"
msgstr ""
-msgctxt "field:stock.lot.type,code:"
-msgid "Code"
-msgstr ""
-
-msgctxt "field:stock.lot.type,name:"
-msgid "Name"
-msgstr ""
-
msgctxt "field:stock.lots_by_location.context,forecast_date:"
msgid "At Date"
msgstr ""
@@ -86,11 +70,11 @@
msgstr ""
msgctxt "help:product.product,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr ""
msgctxt "help:product.template,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr ""
msgctxt "help:stock.lots_by_location.context,forecast_date:"
@@ -128,38 +112,10 @@
msgid "Lots"
msgstr "Lots"
-msgctxt "model:product.template-stock.lot.type,name:"
-msgid "Template - Stock Lot Type"
-msgstr ""
-
msgctxt "model:stock.lot,name:"
msgid "Stock Lot"
msgstr ""
-msgctxt "model:stock.lot.type,name:"
-msgid "Stock Lot Type"
-msgstr ""
-
-msgctxt "model:stock.lot.type,name:type_customer"
-msgid "Customer"
-msgstr "Customer"
-
-msgctxt "model:stock.lot.type,name:type_lost_found"
-msgid "Lost and Found"
-msgstr "Lost and Found"
-
-msgctxt "model:stock.lot.type,name:type_production"
-msgid "Production"
-msgstr "Production"
-
-msgctxt "model:stock.lot.type,name:type_storage"
-msgid "Storage"
-msgstr "Storage"
-
-msgctxt "model:stock.lot.type,name:type_supplier"
-msgid "Supplier"
-msgstr "Supplier"
-
msgctxt "model:stock.lots_by_location.context,name:"
msgid "Lot by Location"
msgstr ""
@@ -169,6 +125,56 @@
msgstr ""
#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Customer"
+msgstr "Customer"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Lost and Found"
+msgstr "Lost and Found"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Production"
+msgstr "Production"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Storage"
+msgstr "Storage"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Supplier"
+msgstr "Supplier"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Customer"
+msgstr "Customer"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Lost and Found"
+msgstr "Lost and Found"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Production"
+msgstr "Production"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Storage"
+msgstr "Storage"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Supplier"
+msgstr "Supplier"
+
+#, fuzzy
msgctxt "selection:stock.inventory.count.search,search:"
msgid "Lot"
msgstr "Lot"
diff -r dc34e7bf70aa -r 17d8cc77845b modules/stock_lot/locale/bg.po
--- a/modules/stock_lot/locale/bg.po Mon Sep 30 22:12:33 2019 +0000
+++ b/modules/stock_lot/locale/bg.po Mon Sep 30 22:12:38 2019 +0000
@@ -11,14 +11,6 @@
msgid "Lot Required"
msgstr "Въведете партида"
-msgctxt "field:product.template-stock.lot.type,template:"
-msgid "Template"
-msgstr "Шаблон"
-
-msgctxt "field:product.template-stock.lot.type,type:"
-msgid "Type"
-msgstr "Вид"
-
#, fuzzy
msgctxt "field:stock.inventory.line,lot:"
msgid "Lot"
@@ -42,14 +34,6 @@
msgid "Quantity"
msgstr "Количество"
-msgctxt "field:stock.lot.type,code:"
-msgid "Code"
-msgstr "Код"
-
-msgctxt "field:stock.lot.type,name:"
-msgid "Name"
-msgstr "Име"
-
msgctxt "field:stock.lots_by_location.context,forecast_date:"
msgid "At Date"
msgstr ""
@@ -93,11 +77,12 @@
#, fuzzy
msgctxt "help:product.product,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr "Вида местонахождение за което е необходима партидата"
+#, fuzzy
msgctxt "help:product.template,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr "Вида местонахождение за което е необходима партидата"
msgctxt "help:stock.lots_by_location.context,forecast_date:"
@@ -139,43 +124,10 @@
msgid "Lots"
msgstr "Lots"
-msgctxt "model:product.template-stock.lot.type,name:"
-msgid "Template - Stock Lot Type"
-msgstr "Шаблон - Вид наличност на партида"
-
msgctxt "model:stock.lot,name:"
msgid "Stock Lot"
msgstr "Наличност на партида"
-msgctxt "model:stock.lot.type,name:"
-msgid "Stock Lot Type"
-msgstr "Вид наличност на партида"
-
-#, fuzzy
-msgctxt "model:stock.lot.type,name:type_customer"
-msgid "Customer"
-msgstr "Customer"
-
-#, fuzzy
-msgctxt "model:stock.lot.type,name:type_lost_found"
-msgid "Lost and Found"
-msgstr "Lost and Found"
-
-#, fuzzy
-msgctxt "model:stock.lot.type,name:type_production"
-msgid "Production"
-msgstr "Production"
-
-#, fuzzy
-msgctxt "model:stock.lot.type,name:type_storage"
-msgid "Storage"
-msgstr "Storage"
-
-#, fuzzy
-msgctxt "model:stock.lot.type,name:type_supplier"
-msgid "Supplier"
-msgstr "Supplier"
-
msgctxt "model:stock.lots_by_location.context,name:"
msgid "Lot by Location"
msgstr ""
@@ -185,6 +137,56 @@
msgstr ""
#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Customer"
+msgstr "Customer"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Lost and Found"
+msgstr "Lost and Found"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Production"
+msgstr "Production"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Storage"
+msgstr "Storage"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Supplier"
+msgstr "Supplier"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Customer"
+msgstr "Customer"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Lost and Found"
+msgstr "Lost and Found"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Production"
+msgstr "Production"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Storage"
+msgstr "Storage"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Supplier"
+msgstr "Supplier"
+
+#, fuzzy
msgctxt "selection:stock.inventory.count.search,search:"
msgid "Lot"
msgstr "Партида"
@@ -194,6 +196,30 @@
msgid "Lots"
msgstr "Партиди"
+#~ msgctxt "field:product.template-stock.lot.type,template:"
+#~ msgid "Template"
+#~ msgstr "Шаблон"
+
+#~ msgctxt "field:product.template-stock.lot.type,type:"
+#~ msgid "Type"
+#~ msgstr "Вид"
+
+#~ msgctxt "field:stock.lot.type,code:"
+#~ msgid "Code"
+#~ msgstr "Код"
+
+#~ msgctxt "field:stock.lot.type,name:"
+#~ msgid "Name"
+#~ msgstr "Име"
+
+#~ msgctxt "model:product.template-stock.lot.type,name:"
+#~ msgid "Template - Stock Lot Type"
+#~ msgstr "Шаблон - Вид наличност на партида"
+
+#~ msgctxt "model:stock.lot.type,name:"
+#~ msgid "Stock Lot Type"
+#~ msgstr "Вид наличност на партида"
+
#, fuzzy
#~ msgctxt "field:product.template-stock.lot.type,create_date:"
#~ msgid "Created at"
diff -r dc34e7bf70aa -r 17d8cc77845b modules/stock_lot/locale/ca.po
--- a/modules/stock_lot/locale/ca.po Mon Sep 30 22:12:33 2019 +0000
+++ b/modules/stock_lot/locale/ca.po Mon Sep 30 22:12:38 2019 +0000
@@ -17,14 +17,6 @@
msgid "Lot Required"
msgstr "Lot obligatori"
-msgctxt "field:product.template-stock.lot.type,template:"
-msgid "Template"
-msgstr "Plantilla"
-
-msgctxt "field:product.template-stock.lot.type,type:"
-msgid "Type"
-msgstr "Tipus"
-
msgctxt "field:stock.inventory.line,lot:"
msgid "Lot"
msgstr "Lot"
@@ -45,14 +37,6 @@
msgid "Quantity"
msgstr "Quantitat"
-msgctxt "field:stock.lot.type,code:"
-msgid "Code"
-msgstr "Codi"
-
-msgctxt "field:stock.lot.type,name:"
-msgid "Name"
-msgstr "Nom"
-
msgctxt "field:stock.lots_by_location.context,forecast_date:"
msgid "At Date"
msgstr "A data"
@@ -89,12 +73,14 @@
msgid "Product"
msgstr "Producte"
+#, fuzzy
msgctxt "help:product.product,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr "Tipus d'ubicació per la qual el lot és obligatori."
+#, fuzzy
msgctxt "help:product.template,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr "Tipus d'ubicació per la qual el lot és obligatori."
msgctxt "help:stock.lots_by_location.context,forecast_date:"
@@ -136,38 +122,10 @@
msgid "Lots"
msgstr "Lots"
-msgctxt "model:product.template-stock.lot.type,name:"
-msgid "Template - Stock Lot Type"
-msgstr "Plantilla - Tipus de lot"
-
msgctxt "model:stock.lot,name:"
msgid "Stock Lot"
msgstr "Lot"
-msgctxt "model:stock.lot.type,name:"
-msgid "Stock Lot Type"
-msgstr "Tipus de lot"
-
-msgctxt "model:stock.lot.type,name:type_customer"
-msgid "Customer"
-msgstr "Client"
-
-msgctxt "model:stock.lot.type,name:type_lost_found"
-msgid "Lost and Found"
-msgstr "Perdut i trobat"
-
-msgctxt "model:stock.lot.type,name:type_production"
-msgid "Production"
-msgstr "Producció"
-
-msgctxt "model:stock.lot.type,name:type_storage"
-msgid "Storage"
-msgstr "Intern"
-
-msgctxt "model:stock.lot.type,name:type_supplier"
-msgid "Supplier"
-msgstr "Proveïdor"
-
msgctxt "model:stock.lots_by_location.context,name:"
msgid "Lot by Location"
msgstr "Lot per ubicació"
@@ -176,6 +134,56 @@
msgid "Stock Period Cache per Lot"
msgstr "Període d'existències precalculat per lot"
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Customer"
+msgstr "Client"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Lost and Found"
+msgstr "Perdut i trobat"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Production"
+msgstr "Producció"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Storage"
+msgstr "Intern"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Supplier"
+msgstr "Proveïdor"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Customer"
+msgstr "Client"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Lost and Found"
+msgstr "Perdut i trobat"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Production"
+msgstr "Producció"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Storage"
+msgstr "Intern"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Supplier"
+msgstr "Proveïdor"
+
msgctxt "selection:stock.inventory.count.search,search:"
msgid "Lot"
msgstr "Lot"
@@ -184,6 +192,30 @@
msgid "Lots"
msgstr "Lots"
+#~ msgctxt "field:product.template-stock.lot.type,template:"
+#~ msgid "Template"
+#~ msgstr "Plantilla"
+
+#~ msgctxt "field:product.template-stock.lot.type,type:"
+#~ msgid "Type"
+#~ msgstr "Tipus"
+
+#~ msgctxt "field:stock.lot.type,code:"
+#~ msgid "Code"
+#~ msgstr "Codi"
+
+#~ msgctxt "field:stock.lot.type,name:"
+#~ msgid "Name"
+#~ msgstr "Nom"
+
+#~ msgctxt "model:product.template-stock.lot.type,name:"
+#~ msgid "Template - Stock Lot Type"
+#~ msgstr "Plantilla - Tipus de lot"
+
+#~ msgctxt "model:stock.lot.type,name:"
+#~ msgid "Stock Lot Type"
+#~ msgstr "Tipus de lot"
+
#, fuzzy
#~ msgctxt "field:product.template-stock.lot.type,create_date:"
#~ msgid "Created at"
diff -r dc34e7bf70aa -r 17d8cc77845b modules/stock_lot/locale/cs.po
--- a/modules/stock_lot/locale/cs.po Mon Sep 30 22:12:33 2019 +0000
+++ b/modules/stock_lot/locale/cs.po Mon Sep 30 22:12:38 2019 +0000
@@ -10,14 +10,6 @@
msgid "Lot Required"
msgstr ""
-msgctxt "field:product.template-stock.lot.type,template:"
-msgid "Template"
-msgstr ""
-
-msgctxt "field:product.template-stock.lot.type,type:"
-msgid "Type"
-msgstr ""
-
#, fuzzy
msgctxt "field:stock.inventory.line,lot:"
msgid "Lot"
@@ -39,15 +31,6 @@
msgid "Quantity"
msgstr ""
-msgctxt "field:stock.lot.type,code:"
-msgid "Code"
-msgstr ""
-
-#, fuzzy
-msgctxt "field:stock.lot.type,name:"
-msgid "Name"
-msgstr "Namu"
-
msgctxt "field:stock.lots_by_location.context,forecast_date:"
msgid "At Date"
msgstr ""
@@ -87,11 +70,11 @@
msgstr ""
msgctxt "help:product.product,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr ""
msgctxt "help:product.template,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr ""
msgctxt "help:stock.lots_by_location.context,forecast_date:"
@@ -132,38 +115,10 @@
msgid "Lots"
msgstr "Lot"
-msgctxt "model:product.template-stock.lot.type,name:"
-msgid "Template - Stock Lot Type"
-msgstr ""
-
msgctxt "model:stock.lot,name:"
msgid "Stock Lot"
msgstr ""
-msgctxt "model:stock.lot.type,name:"
-msgid "Stock Lot Type"
-msgstr ""
-
-msgctxt "model:stock.lot.type,name:type_customer"
-msgid "Customer"
-msgstr "Customer"
-
-msgctxt "model:stock.lot.type,name:type_lost_found"
-msgid "Lost and Found"
-msgstr "Lost and Found"
-
-msgctxt "model:stock.lot.type,name:type_production"
-msgid "Production"
-msgstr "Production"
-
-msgctxt "model:stock.lot.type,name:type_storage"
-msgid "Storage"
-msgstr "Storage"
-
-msgctxt "model:stock.lot.type,name:type_supplier"
-msgid "Supplier"
-msgstr "Supplier"
-
msgctxt "model:stock.lots_by_location.context,name:"
msgid "Lot by Location"
msgstr ""
@@ -173,6 +128,56 @@
msgstr ""
#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Customer"
+msgstr "Customer"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Lost and Found"
+msgstr "Lost and Found"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Production"
+msgstr "Production"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Storage"
+msgstr "Storage"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Supplier"
+msgstr "Supplier"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Customer"
+msgstr "Customer"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Lost and Found"
+msgstr "Lost and Found"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Production"
+msgstr "Production"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Storage"
+msgstr "Storage"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Supplier"
+msgstr "Supplier"
+
+#, fuzzy
msgctxt "selection:stock.inventory.count.search,search:"
msgid "Lot"
msgstr "Lot"
@@ -183,6 +188,11 @@
msgstr "Lot"
#, fuzzy
+#~ msgctxt "field:stock.lot.type,name:"
+#~ msgid "Name"
+#~ msgstr "Namu"
+
+#, fuzzy
#~ msgctxt "view:stock.lot:"
#~ msgid "Lot"
#~ msgstr "Lot"
diff -r dc34e7bf70aa -r 17d8cc77845b modules/stock_lot/locale/de.po
--- a/modules/stock_lot/locale/de.po Mon Sep 30 22:12:33 2019 +0000
+++ b/modules/stock_lot/locale/de.po Mon Sep 30 22:12:38 2019 +0000
@@ -10,14 +10,6 @@
msgid "Lot Required"
msgstr "Charge erforderlich für Lagerort"
-msgctxt "field:product.template-stock.lot.type,template:"
-msgid "Template"
-msgstr "Vorlage für Steuerkonto"
-
-msgctxt "field:product.template-stock.lot.type,type:"
-msgid "Type"
-msgstr "Typ"
-
msgctxt "field:stock.inventory.line,lot:"
msgid "Lot"
msgstr "Charge"
@@ -38,14 +30,6 @@
msgid "Quantity"
msgstr "Menge"
-msgctxt "field:stock.lot.type,code:"
-msgid "Code"
-msgstr "Länderkürzel"
-
-msgctxt "field:stock.lot.type,name:"
-msgid "Name"
-msgstr "Name"
-
msgctxt "field:stock.lots_by_location.context,forecast_date:"
msgid "At Date"
msgstr "Ermittlungsdatum"
@@ -82,12 +66,14 @@
msgid "Product"
msgstr "Artikel"
+#, fuzzy
msgctxt "help:product.product,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr "Typ des Lagerorts, für den eine Chargen-Nummer erforderlich ist"
+#, fuzzy
msgctxt "help:product.template,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr "Typ des Lagerorts, für den eine Chargen-Nummer erforderlich ist"
msgctxt "help:stock.lots_by_location.context,forecast_date:"
@@ -133,38 +119,10 @@
msgid "Lots"
msgstr "Chargen"
-msgctxt "model:product.template-stock.lot.type,name:"
-msgid "Template - Stock Lot Type"
-msgstr "Vorlage - Lager Charge Typ"
-
msgctxt "model:stock.lot,name:"
msgid "Stock Lot"
msgstr "Lager Charge"
-msgctxt "model:stock.lot.type,name:"
-msgid "Stock Lot Type"
-msgstr "Lager Charge Typ"
-
-msgctxt "model:stock.lot.type,name:type_customer"
-msgid "Customer"
-msgstr "Kunde"
-
-msgctxt "model:stock.lot.type,name:type_lost_found"
-msgid "Lost and Found"
-msgstr "Inventurdifferenz"
-
-msgctxt "model:stock.lot.type,name:type_production"
-msgid "Production"
-msgstr "Produktion"
-
-msgctxt "model:stock.lot.type,name:type_storage"
-msgid "Storage"
-msgstr "Lager"
-
-msgctxt "model:stock.lot.type,name:type_supplier"
-msgid "Supplier"
-msgstr "Lieferant"
-
msgctxt "model:stock.lots_by_location.context,name:"
msgid "Lot by Location"
msgstr "Chargen nach Lagerort"
@@ -173,6 +131,56 @@
msgid "Stock Period Cache per Lot"
msgstr "Lagerperioden Cache pro Charge"
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Customer"
+msgstr "Kunde"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Lost and Found"
+msgstr "Inventurdifferenz"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Production"
+msgstr "Produktion"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Storage"
+msgstr "Lager"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Supplier"
+msgstr "Lieferant"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Customer"
+msgstr "Kunde"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Lost and Found"
+msgstr "Inventurdifferenz"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Production"
+msgstr "Produktion"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Storage"
+msgstr "Lager"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Supplier"
+msgstr "Lieferant"
+
msgctxt "selection:stock.inventory.count.search,search:"
msgid "Lot"
msgstr "Charge"
@@ -181,6 +189,30 @@
msgid "Lots"
msgstr "Chargen"
+#~ msgctxt "field:product.template-stock.lot.type,template:"
+#~ msgid "Template"
+#~ msgstr "Vorlage für Steuerkonto"
+
+#~ msgctxt "field:product.template-stock.lot.type,type:"
+#~ msgid "Type"
+#~ msgstr "Typ"
+
+#~ msgctxt "field:stock.lot.type,code:"
+#~ msgid "Code"
+#~ msgstr "Länderkürzel"
+
+#~ msgctxt "field:stock.lot.type,name:"
+#~ msgid "Name"
+#~ msgstr "Name"
+
+#~ msgctxt "model:product.template-stock.lot.type,name:"
+#~ msgid "Template - Stock Lot Type"
+#~ msgstr "Vorlage - Lager Charge Typ"
+
+#~ msgctxt "model:stock.lot.type,name:"
+#~ msgid "Stock Lot Type"
+#~ msgstr "Lager Charge Typ"
+
#, fuzzy
#~ msgctxt "field:product.template-stock.lot.type,create_date:"
#~ msgid "Created at"
diff -r dc34e7bf70aa -r 17d8cc77845b modules/stock_lot/locale/el.po
--- a/modules/stock_lot/locale/el.po Mon Sep 30 22:12:33 2019 +0000
+++ b/modules/stock_lot/locale/el.po Mon Sep 30 22:12:38 2019 +0000
@@ -10,14 +10,6 @@
msgid "Lot Required"
msgstr ""
-msgctxt "field:product.template-stock.lot.type,template:"
-msgid "Template"
-msgstr ""
-
-msgctxt "field:product.template-stock.lot.type,type:"
-msgid "Type"
-msgstr ""
-
#, fuzzy
msgctxt "field:stock.inventory.line,lot:"
msgid "Lot"
@@ -39,14 +31,6 @@
msgid "Quantity"
msgstr ""
-msgctxt "field:stock.lot.type,code:"
-msgid "Code"
-msgstr ""
-
-msgctxt "field:stock.lot.type,name:"
-msgid "Name"
-msgstr ""
-
msgctxt "field:stock.lots_by_location.context,forecast_date:"
msgid "At Date"
msgstr ""
@@ -86,11 +70,11 @@
msgstr ""
msgctxt "help:product.product,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr ""
msgctxt "help:product.template,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr ""
msgctxt "help:stock.lots_by_location.context,forecast_date:"
@@ -128,38 +112,10 @@
msgid "Lots"
msgstr "Lots"
-msgctxt "model:product.template-stock.lot.type,name:"
-msgid "Template - Stock Lot Type"
-msgstr ""
-
msgctxt "model:stock.lot,name:"
msgid "Stock Lot"
msgstr ""
-msgctxt "model:stock.lot.type,name:"
-msgid "Stock Lot Type"
-msgstr ""
-
-msgctxt "model:stock.lot.type,name:type_customer"
-msgid "Customer"
-msgstr "Customer"
-
-msgctxt "model:stock.lot.type,name:type_lost_found"
-msgid "Lost and Found"
-msgstr "Lost and Found"
-
-msgctxt "model:stock.lot.type,name:type_production"
-msgid "Production"
-msgstr "Production"
-
-msgctxt "model:stock.lot.type,name:type_storage"
-msgid "Storage"
-msgstr "Storage"
-
-msgctxt "model:stock.lot.type,name:type_supplier"
-msgid "Supplier"
-msgstr "Supplier"
-
msgctxt "model:stock.lots_by_location.context,name:"
msgid "Lot by Location"
msgstr ""
@@ -169,6 +125,56 @@
msgstr ""
#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Customer"
+msgstr "Customer"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Lost and Found"
+msgstr "Lost and Found"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Production"
+msgstr "Production"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Storage"
+msgstr "Storage"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Supplier"
+msgstr "Supplier"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Customer"
+msgstr "Customer"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Lost and Found"
+msgstr "Lost and Found"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Production"
+msgstr "Production"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Storage"
+msgstr "Storage"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Supplier"
+msgstr "Supplier"
+
+#, fuzzy
msgctxt "selection:stock.inventory.count.search,search:"
msgid "Lot"
msgstr "Lot"
diff -r dc34e7bf70aa -r 17d8cc77845b modules/stock_lot/locale/es.po
--- a/modules/stock_lot/locale/es.po Mon Sep 30 22:12:33 2019 +0000
+++ b/modules/stock_lot/locale/es.po Mon Sep 30 22:12:38 2019 +0000
@@ -10,14 +10,6 @@
msgid "Lot Required"
msgstr "Lote obligatorio"
-msgctxt "field:product.template-stock.lot.type,template:"
-msgid "Template"
-msgstr "Plantilla"
-
-msgctxt "field:product.template-stock.lot.type,type:"
-msgid "Type"
-msgstr "Tipo"
-
msgctxt "field:stock.inventory.line,lot:"
msgid "Lot"
msgstr "Lote"
@@ -38,14 +30,6 @@
msgid "Quantity"
msgstr "Cantidad"
-msgctxt "field:stock.lot.type,code:"
-msgid "Code"
-msgstr "Código"
-
-msgctxt "field:stock.lot.type,name:"
-msgid "Name"
-msgstr "Nombre"
-
msgctxt "field:stock.lots_by_location.context,forecast_date:"
msgid "At Date"
msgstr "A la fecha"
@@ -82,12 +66,14 @@
msgid "Product"
msgstr "Producto"
+#, fuzzy
msgctxt "help:product.product,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr "El tipo de ubicación en la que el lote es obligatorio."
+#, fuzzy
msgctxt "help:product.template,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr "El tipo de ubicación en la que el lote es obligatorio."
msgctxt "help:stock.lots_by_location.context,forecast_date:"
@@ -130,38 +116,10 @@
msgid "Lots"
msgstr "Lotes"
-msgctxt "model:product.template-stock.lot.type,name:"
-msgid "Template - Stock Lot Type"
-msgstr "Plantilla - Tipo de lote"
-
msgctxt "model:stock.lot,name:"
msgid "Stock Lot"
msgstr "Lote"
-msgctxt "model:stock.lot.type,name:"
-msgid "Stock Lot Type"
-msgstr "Tipo lote"
-
-msgctxt "model:stock.lot.type,name:type_customer"
-msgid "Customer"
-msgstr "Cliente"
-
-msgctxt "model:stock.lot.type,name:type_lost_found"
-msgid "Lost and Found"
-msgstr "Perdido y encontrado"
-
-msgctxt "model:stock.lot.type,name:type_production"
-msgid "Production"
-msgstr "Producción"
-
-msgctxt "model:stock.lot.type,name:type_storage"
-msgid "Storage"
-msgstr "Interno"
-
-msgctxt "model:stock.lot.type,name:type_supplier"
-msgid "Supplier"
-msgstr "Proveedor"
-
msgctxt "model:stock.lots_by_location.context,name:"
msgid "Lot by Location"
msgstr "Lote por ubicación"
@@ -170,6 +128,56 @@
msgid "Stock Period Cache per Lot"
msgstr "Período de existencias precalculado por lote"
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Customer"
+msgstr "Cliente"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Lost and Found"
+msgstr "Perdido y encontrado"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Production"
+msgstr "Producción"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Storage"
+msgstr "Interno"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Supplier"
+msgstr "Proveedor"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Customer"
+msgstr "Cliente"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Lost and Found"
+msgstr "Perdido y encontrado"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Production"
+msgstr "Producción"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Storage"
+msgstr "Interno"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Supplier"
+msgstr "Proveedor"
+
msgctxt "selection:stock.inventory.count.search,search:"
msgid "Lot"
msgstr "Lote"
@@ -178,6 +186,30 @@
msgid "Lots"
msgstr "Lotes"
+#~ msgctxt "field:product.template-stock.lot.type,template:"
+#~ msgid "Template"
+#~ msgstr "Plantilla"
+
+#~ msgctxt "field:product.template-stock.lot.type,type:"
+#~ msgid "Type"
+#~ msgstr "Tipo"
+
+#~ msgctxt "field:stock.lot.type,code:"
+#~ msgid "Code"
+#~ msgstr "Código"
+
+#~ msgctxt "field:stock.lot.type,name:"
+#~ msgid "Name"
+#~ msgstr "Nombre"
+
+#~ msgctxt "model:product.template-stock.lot.type,name:"
+#~ msgid "Template - Stock Lot Type"
+#~ msgstr "Plantilla - Tipo de lote"
+
+#~ msgctxt "model:stock.lot.type,name:"
+#~ msgid "Stock Lot Type"
+#~ msgstr "Tipo lote"
+
#, fuzzy
#~ msgctxt "field:product.template-stock.lot.type,create_date:"
#~ msgid "Created at"
diff -r dc34e7bf70aa -r 17d8cc77845b modules/stock_lot/locale/es_419.po
--- a/modules/stock_lot/locale/es_419.po Mon Sep 30 22:12:33 2019 +0000
+++ b/modules/stock_lot/locale/es_419.po Mon Sep 30 22:12:38 2019 +0000
@@ -10,14 +10,6 @@
msgid "Lot Required"
msgstr "Lote requerido"
-msgctxt "field:product.template-stock.lot.type,template:"
-msgid "Template"
-msgstr ""
-
-msgctxt "field:product.template-stock.lot.type,type:"
-msgid "Type"
-msgstr ""
-
msgctxt "field:stock.inventory.line,lot:"
msgid "Lot"
msgstr ""
@@ -38,14 +30,6 @@
msgid "Quantity"
msgstr ""
-msgctxt "field:stock.lot.type,code:"
-msgid "Code"
-msgstr ""
-
-msgctxt "field:stock.lot.type,name:"
-msgid "Name"
-msgstr ""
-
msgctxt "field:stock.lots_by_location.context,forecast_date:"
msgid "At Date"
msgstr ""
@@ -82,12 +66,14 @@
msgid "Product"
msgstr ""
+#, fuzzy
msgctxt "help:product.product,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr "El tipo de ubicación para la cual el lote es requerido"
+#, fuzzy
msgctxt "help:product.template,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr "El tipo de ubicación para la cual el lote es requerido"
msgctxt "help:stock.lots_by_location.context,forecast_date:"
@@ -125,38 +111,10 @@
msgid "Lots"
msgstr ""
-msgctxt "model:product.template-stock.lot.type,name:"
-msgid "Template - Stock Lot Type"
-msgstr "Plantilla - Tipo de lote de stock"
-
msgctxt "model:stock.lot,name:"
msgid "Stock Lot"
msgstr "Lote de stock"
-msgctxt "model:stock.lot.type,name:"
-msgid "Stock Lot Type"
-msgstr "Tipo de lote de stock"
-
-msgctxt "model:stock.lot.type,name:type_customer"
-msgid "Customer"
-msgstr ""
-
-msgctxt "model:stock.lot.type,name:type_lost_found"
-msgid "Lost and Found"
-msgstr ""
-
-msgctxt "model:stock.lot.type,name:type_production"
-msgid "Production"
-msgstr ""
-
-msgctxt "model:stock.lot.type,name:type_storage"
-msgid "Storage"
-msgstr ""
-
-msgctxt "model:stock.lot.type,name:type_supplier"
-msgid "Supplier"
-msgstr ""
-
msgctxt "model:stock.lots_by_location.context,name:"
msgid "Lot by Location"
msgstr ""
@@ -165,6 +123,46 @@
msgid "Stock Period Cache per Lot"
msgstr ""
+msgctxt "selection:product.product,lot_required:"
+msgid "Customer"
+msgstr ""
+
+msgctxt "selection:product.product,lot_required:"
+msgid "Lost and Found"
+msgstr ""
+
+msgctxt "selection:product.product,lot_required:"
+msgid "Production"
+msgstr ""
+
+msgctxt "selection:product.product,lot_required:"
+msgid "Storage"
+msgstr ""
+
+msgctxt "selection:product.product,lot_required:"
+msgid "Supplier"
+msgstr ""
+
+msgctxt "selection:product.template,lot_required:"
+msgid "Customer"
+msgstr ""
+
+msgctxt "selection:product.template,lot_required:"
+msgid "Lost and Found"
+msgstr ""
+
+msgctxt "selection:product.template,lot_required:"
+msgid "Production"
+msgstr ""
+
+msgctxt "selection:product.template,lot_required:"
+msgid "Storage"
+msgstr ""
+
+msgctxt "selection:product.template,lot_required:"
+msgid "Supplier"
+msgstr ""
+
msgctxt "selection:stock.inventory.count.search,search:"
msgid "Lot"
msgstr ""
@@ -173,6 +171,14 @@
msgid "Lots"
msgstr ""
+#~ msgctxt "model:product.template-stock.lot.type,name:"
+#~ msgid "Template - Stock Lot Type"
+#~ msgstr "Plantilla - Tipo de lote de stock"
+
+#~ msgctxt "model:stock.lot.type,name:"
+#~ msgid "Stock Lot Type"
+#~ msgstr "Tipo de lote de stock"
+
#, fuzzy
#~ msgctxt "field:product.template-stock.lot.type,create_date:"
#~ msgid "Created at"
diff -r dc34e7bf70aa -r 17d8cc77845b modules/stock_lot/locale/et.po
--- a/modules/stock_lot/locale/et.po Mon Sep 30 22:12:33 2019 +0000
+++ b/modules/stock_lot/locale/et.po Mon Sep 30 22:12:38 2019 +0000
@@ -10,14 +10,6 @@
msgid "Lot Required"
msgstr "Partii nõutav"
-msgctxt "field:product.template-stock.lot.type,template:"
-msgid "Template"
-msgstr "Mall"
-
-msgctxt "field:product.template-stock.lot.type,type:"
-msgid "Type"
-msgstr "Tüüp"
-
msgctxt "field:stock.inventory.line,lot:"
msgid "Lot"
msgstr "Partii"
@@ -38,14 +30,6 @@
msgid "Quantity"
msgstr "Kogus"
-msgctxt "field:stock.lot.type,code:"
-msgid "Code"
-msgstr "Kood"
-
-msgctxt "field:stock.lot.type,name:"
-msgid "Name"
-msgstr "Nimi"
-
msgctxt "field:stock.lots_by_location.context,forecast_date:"
msgid "At Date"
msgstr "Kuupäeval"
@@ -83,11 +67,11 @@
msgstr "Toode"
msgctxt "help:product.product,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr ""
msgctxt "help:product.template,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr ""
msgctxt "help:stock.lots_by_location.context,forecast_date:"
@@ -125,38 +109,10 @@
msgid "Lots"
msgstr "Partiid"
-msgctxt "model:product.template-stock.lot.type,name:"
-msgid "Template - Stock Lot Type"
-msgstr "Mall - varude partii tüüp"
-
msgctxt "model:stock.lot,name:"
msgid "Stock Lot"
msgstr "Partii laos"
-msgctxt "model:stock.lot.type,name:"
-msgid "Stock Lot Type"
-msgstr "Partiitunnuse tüüp"
-
-msgctxt "model:stock.lot.type,name:type_customer"
-msgid "Customer"
-msgstr "Klient"
-
-msgctxt "model:stock.lot.type,name:type_lost_found"
-msgid "Lost and Found"
-msgstr "Kaotatud ja leitud"
-
-msgctxt "model:stock.lot.type,name:type_production"
-msgid "Production"
-msgstr "Tootmine"
-
-msgctxt "model:stock.lot.type,name:type_storage"
-msgid "Storage"
-msgstr "Laokoht"
-
-msgctxt "model:stock.lot.type,name:type_supplier"
-msgid "Supplier"
-msgstr "Hankija"
-
msgctxt "model:stock.lots_by_location.context,name:"
msgid "Lot by Location"
msgstr ""
@@ -165,6 +121,56 @@
msgid "Stock Period Cache per Lot"
msgstr ""
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Customer"
+msgstr "Klient"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Lost and Found"
+msgstr "Kaotatud ja leitud"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Production"
+msgstr "Tootmine"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Storage"
+msgstr "Laokoht"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Supplier"
+msgstr "Hankija"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Customer"
+msgstr "Klient"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Lost and Found"
+msgstr "Kaotatud ja leitud"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Production"
+msgstr "Tootmine"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Storage"
+msgstr "Laokoht"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Supplier"
+msgstr "Hankija"
+
msgctxt "selection:stock.inventory.count.search,search:"
msgid "Lot"
msgstr "Partii"
@@ -173,6 +179,30 @@
msgid "Lots"
msgstr "Partiid"
+#~ msgctxt "field:product.template-stock.lot.type,template:"
+#~ msgid "Template"
+#~ msgstr "Mall"
+
+#~ msgctxt "field:product.template-stock.lot.type,type:"
+#~ msgid "Type"
+#~ msgstr "Tüüp"
+
+#~ msgctxt "field:stock.lot.type,code:"
+#~ msgid "Code"
+#~ msgstr "Kood"
+
+#~ msgctxt "field:stock.lot.type,name:"
+#~ msgid "Name"
+#~ msgstr "Nimi"
+
+#~ msgctxt "model:product.template-stock.lot.type,name:"
+#~ msgid "Template - Stock Lot Type"
+#~ msgstr "Mall - varude partii tüüp"
+
+#~ msgctxt "model:stock.lot.type,name:"
+#~ msgid "Stock Lot Type"
+#~ msgstr "Partiitunnuse tüüp"
+
#, fuzzy
#~ msgctxt "field:product.template-stock.lot.type,create_date:"
#~ msgid "Created at"
diff -r dc34e7bf70aa -r 17d8cc77845b modules/stock_lot/locale/fa.po
--- a/modules/stock_lot/locale/fa.po Mon Sep 30 22:12:33 2019 +0000
+++ b/modules/stock_lot/locale/fa.po Mon Sep 30 22:12:38 2019 +0000
@@ -10,14 +10,6 @@
msgid "Lot Required"
msgstr "قطعه مورد نیاز"
-msgctxt "field:product.template-stock.lot.type,template:"
-msgid "Template"
-msgstr "الگو"
-
-msgctxt "field:product.template-stock.lot.type,type:"
-msgid "Type"
-msgstr "نوع"
-
msgctxt "field:stock.inventory.line,lot:"
msgid "Lot"
msgstr "قطعه"
@@ -38,14 +30,6 @@
msgid "Quantity"
msgstr "مقدار/تعداد"
-msgctxt "field:stock.lot.type,code:"
-msgid "Code"
-msgstr "کد"
-
-msgctxt "field:stock.lot.type,name:"
-msgid "Name"
-msgstr "نام"
-
msgctxt "field:stock.lots_by_location.context,forecast_date:"
msgid "At Date"
msgstr "در تاریخ"
@@ -82,12 +66,14 @@
msgid "Product"
msgstr "محصول"
+#, fuzzy
msgctxt "help:product.product,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr "نوع مکانی که نیازمند قطعه میباشد"
+#, fuzzy
msgctxt "help:product.template,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr "نوع مکانی که نیازمند قطعه میباشد"
msgctxt "help:stock.lots_by_location.context,forecast_date:"
@@ -132,38 +118,10 @@
msgid "Lots"
msgstr "قطعهها"
-msgctxt "model:product.template-stock.lot.type,name:"
-msgid "Template - Stock Lot Type"
-msgstr "الگوی - نوع قطعه موجود"
-
msgctxt "model:stock.lot,name:"
msgid "Stock Lot"
msgstr "قطعه موجود"
-msgctxt "model:stock.lot.type,name:"
-msgid "Stock Lot Type"
-msgstr "نوع قطعه موجود"
-
-msgctxt "model:stock.lot.type,name:type_customer"
-msgid "Customer"
-msgstr "مشتری"
-
-msgctxt "model:stock.lot.type,name:type_lost_found"
-msgid "Lost and Found"
-msgstr "گمشده ها و یافته ها"
-
-msgctxt "model:stock.lot.type,name:type_production"
-msgid "Production"
-msgstr "تهیه کننده"
-
-msgctxt "model:stock.lot.type,name:type_storage"
-msgid "Storage"
-msgstr "مخزن"
-
-msgctxt "model:stock.lot.type,name:type_supplier"
-msgid "Supplier"
-msgstr "تأمین کننده"
-
msgctxt "model:stock.lots_by_location.context,name:"
msgid "Lot by Location"
msgstr "قطعه بواسطه مکان"
@@ -172,6 +130,56 @@
msgid "Stock Period Cache per Lot"
msgstr "موجودی دوره انبار در هر قطعه"
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Customer"
+msgstr "مشتری"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Lost and Found"
+msgstr "گمشده ها و یافته ها"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Production"
+msgstr "تهیه کننده"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Storage"
+msgstr "مخزن"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Supplier"
+msgstr "تأمین کننده"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Customer"
+msgstr "مشتری"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Lost and Found"
+msgstr "گمشده ها و یافته ها"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Production"
+msgstr "تهیه کننده"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Storage"
+msgstr "مخزن"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Supplier"
+msgstr "تأمین کننده"
+
msgctxt "selection:stock.inventory.count.search,search:"
msgid "Lot"
msgstr "قطعه"
@@ -180,6 +188,30 @@
msgid "Lots"
msgstr "قطعهها"
+#~ msgctxt "field:product.template-stock.lot.type,template:"
+#~ msgid "Template"
+#~ msgstr "الگو"
+
+#~ msgctxt "field:product.template-stock.lot.type,type:"
+#~ msgid "Type"
+#~ msgstr "نوع"
+
+#~ msgctxt "field:stock.lot.type,code:"
+#~ msgid "Code"
+#~ msgstr "کد"
+
+#~ msgctxt "field:stock.lot.type,name:"
+#~ msgid "Name"
+#~ msgstr "نام"
+
+#~ msgctxt "model:product.template-stock.lot.type,name:"
+#~ msgid "Template - Stock Lot Type"
+#~ msgstr "الگوی - نوع قطعه موجود"
+
+#~ msgctxt "model:stock.lot.type,name:"
+#~ msgid "Stock Lot Type"
+#~ msgstr "نوع قطعه موجود"
+
#, fuzzy
#~ msgctxt "field:product.template-stock.lot.type,create_date:"
#~ msgid "Created at"
diff -r dc34e7bf70aa -r 17d8cc77845b modules/stock_lot/locale/fi.po
--- a/modules/stock_lot/locale/fi.po Mon Sep 30 22:12:33 2019 +0000
+++ b/modules/stock_lot/locale/fi.po Mon Sep 30 22:12:38 2019 +0000
@@ -10,14 +10,6 @@
msgid "Lot Required"
msgstr ""
-msgctxt "field:product.template-stock.lot.type,template:"
-msgid "Template"
-msgstr ""
-
-msgctxt "field:product.template-stock.lot.type,type:"
-msgid "Type"
-msgstr ""
-
#, fuzzy
msgctxt "field:stock.inventory.line,lot:"
msgid "Lot"
@@ -39,14 +31,6 @@
msgid "Quantity"
msgstr ""
-msgctxt "field:stock.lot.type,code:"
-msgid "Code"
-msgstr ""
-
-msgctxt "field:stock.lot.type,name:"
-msgid "Name"
-msgstr ""
-
msgctxt "field:stock.lots_by_location.context,forecast_date:"
msgid "At Date"
msgstr ""
@@ -86,11 +70,11 @@
msgstr ""
msgctxt "help:product.product,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr ""
msgctxt "help:product.template,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr ""
msgctxt "help:stock.lots_by_location.context,forecast_date:"
@@ -128,38 +112,10 @@
msgid "Lots"
msgstr "Lots"
-msgctxt "model:product.template-stock.lot.type,name:"
-msgid "Template - Stock Lot Type"
-msgstr ""
-
msgctxt "model:stock.lot,name:"
msgid "Stock Lot"
msgstr ""
-msgctxt "model:stock.lot.type,name:"
-msgid "Stock Lot Type"
-msgstr ""
-
-msgctxt "model:stock.lot.type,name:type_customer"
-msgid "Customer"
-msgstr "Customer"
-
-msgctxt "model:stock.lot.type,name:type_lost_found"
-msgid "Lost and Found"
-msgstr "Lost and Found"
-
-msgctxt "model:stock.lot.type,name:type_production"
-msgid "Production"
-msgstr "Production"
-
-msgctxt "model:stock.lot.type,name:type_storage"
-msgid "Storage"
-msgstr "Storage"
-
-msgctxt "model:stock.lot.type,name:type_supplier"
-msgid "Supplier"
-msgstr "Supplier"
-
msgctxt "model:stock.lots_by_location.context,name:"
msgid "Lot by Location"
msgstr ""
@@ -169,6 +125,56 @@
msgstr ""
#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Customer"
+msgstr "Customer"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Lost and Found"
+msgstr "Lost and Found"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Production"
+msgstr "Production"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Storage"
+msgstr "Storage"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Supplier"
+msgstr "Supplier"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Customer"
+msgstr "Customer"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Lost and Found"
+msgstr "Lost and Found"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Production"
+msgstr "Production"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Storage"
+msgstr "Storage"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Supplier"
+msgstr "Supplier"
+
+#, fuzzy
msgctxt "selection:stock.inventory.count.search,search:"
msgid "Lot"
msgstr "Lot"
diff -r dc34e7bf70aa -r 17d8cc77845b modules/stock_lot/locale/fr.po
--- a/modules/stock_lot/locale/fr.po Mon Sep 30 22:12:33 2019 +0000
+++ b/modules/stock_lot/locale/fr.po Mon Sep 30 22:12:38 2019 +0000
@@ -10,14 +10,6 @@
msgid "Lot Required"
msgstr "Lot requis"
-msgctxt "field:product.template-stock.lot.type,template:"
-msgid "Template"
-msgstr "Modèle produit"
-
-msgctxt "field:product.template-stock.lot.type,type:"
-msgid "Type"
-msgstr "Type"
-
msgctxt "field:stock.inventory.line,lot:"
msgid "Lot"
msgstr "Lot"
@@ -38,14 +30,6 @@
msgid "Quantity"
msgstr "Quantité"
-msgctxt "field:stock.lot.type,code:"
-msgid "Code"
-msgstr "Code"
-
-msgctxt "field:stock.lot.type,name:"
-msgid "Name"
-msgstr "Nom"
-
msgctxt "field:stock.lots_by_location.context,forecast_date:"
msgid "At Date"
msgstr "À la date"
@@ -82,12 +66,14 @@
msgid "Product"
msgstr "Produit"
+#, fuzzy
msgctxt "help:product.product,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr "Le type d'emplacement pour lequel un lot est requis"
+#, fuzzy
msgctxt "help:product.template,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr "Le type d'emplacement pour lequel un lot est requis"
msgctxt "help:stock.lots_by_location.context,forecast_date:"
@@ -130,38 +116,10 @@
msgid "Lots"
msgstr "Lots"
-msgctxt "model:product.template-stock.lot.type,name:"
-msgid "Template - Stock Lot Type"
-msgstr "Modèle - Type de lot"
-
msgctxt "model:stock.lot,name:"
msgid "Stock Lot"
msgstr "Lot"
-msgctxt "model:stock.lot.type,name:"
-msgid "Stock Lot Type"
-msgstr "Type de lot"
-
-msgctxt "model:stock.lot.type,name:type_customer"
-msgid "Customer"
-msgstr "Client"
-
-msgctxt "model:stock.lot.type,name:type_lost_found"
-msgid "Lost and Found"
-msgstr "Pertes et surplus"
-
-msgctxt "model:stock.lot.type,name:type_production"
-msgid "Production"
-msgstr "Production"
-
-msgctxt "model:stock.lot.type,name:type_storage"
-msgid "Storage"
-msgstr "Magasin"
-
-msgctxt "model:stock.lot.type,name:type_supplier"
-msgid "Supplier"
-msgstr "Fournisseur"
-
msgctxt "model:stock.lots_by_location.context,name:"
msgid "Lot by Location"
msgstr "Lot par emplacement"
@@ -170,6 +128,56 @@
msgid "Stock Period Cache per Lot"
msgstr "Caches de période de stock par lot"
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Customer"
+msgstr "Client"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Lost and Found"
+msgstr "Pertes et surplus"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Production"
+msgstr "Production"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Storage"
+msgstr "Magasin"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Supplier"
+msgstr "Fournisseur"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Customer"
+msgstr "Client"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Lost and Found"
+msgstr "Pertes et surplus"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Production"
+msgstr "Production"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Storage"
+msgstr "Magasin"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Supplier"
+msgstr "Fournisseur"
+
msgctxt "selection:stock.inventory.count.search,search:"
msgid "Lot"
msgstr "Lot"
@@ -178,6 +186,30 @@
msgid "Lots"
msgstr "Lots"
+#~ msgctxt "field:product.template-stock.lot.type,template:"
+#~ msgid "Template"
+#~ msgstr "Modèle produit"
+
+#~ msgctxt "field:product.template-stock.lot.type,type:"
+#~ msgid "Type"
+#~ msgstr "Type"
+
+#~ msgctxt "field:stock.lot.type,code:"
+#~ msgid "Code"
+#~ msgstr "Code"
+
+#~ msgctxt "field:stock.lot.type,name:"
+#~ msgid "Name"
+#~ msgstr "Nom"
+
+#~ msgctxt "model:product.template-stock.lot.type,name:"
+#~ msgid "Template - Stock Lot Type"
+#~ msgstr "Modèle - Type de lot"
+
+#~ msgctxt "model:stock.lot.type,name:"
+#~ msgid "Stock Lot Type"
+#~ msgstr "Type de lot"
+
#, fuzzy
#~ msgctxt "field:product.template-stock.lot.type,create_date:"
#~ msgid "Created at"
diff -r dc34e7bf70aa -r 17d8cc77845b modules/stock_lot/locale/hu.po
--- a/modules/stock_lot/locale/hu.po Mon Sep 30 22:12:33 2019 +0000
+++ b/modules/stock_lot/locale/hu.po Mon Sep 30 22:12:38 2019 +0000
@@ -11,14 +11,6 @@
msgid "Lot Required"
msgstr "Charge szükséges a raktárhelyhez "
-msgctxt "field:product.template-stock.lot.type,template:"
-msgid "Template"
-msgstr "Űrlap adószámlához"
-
-msgctxt "field:product.template-stock.lot.type,type:"
-msgid "Type"
-msgstr "Típus"
-
msgctxt "field:stock.inventory.line,lot:"
msgid "Lot"
msgstr "Charge"
@@ -39,14 +31,6 @@
msgid "Quantity"
msgstr "Mennyiség"
-msgctxt "field:stock.lot.type,code:"
-msgid "Code"
-msgstr "Kód"
-
-msgctxt "field:stock.lot.type,name:"
-msgid "Name"
-msgstr "Név"
-
msgctxt "field:stock.lots_by_location.context,forecast_date:"
msgid "At Date"
msgstr ""
@@ -85,11 +69,12 @@
#, fuzzy
msgctxt "help:product.product,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr "Raktárhely típusa, melyhez szükséges Charge szám"
+#, fuzzy
msgctxt "help:product.template,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr "Raktárhely típusa, melyhez szükséges Charge szám"
msgctxt "help:stock.lots_by_location.context,forecast_date:"
@@ -131,43 +116,10 @@
msgid "Lots"
msgstr "Lots"
-msgctxt "model:product.template-stock.lot.type,name:"
-msgid "Template - Stock Lot Type"
-msgstr "Űrlap- Raktár Charge típus"
-
msgctxt "model:stock.lot,name:"
msgid "Stock Lot"
msgstr "Raktár Charge"
-msgctxt "model:stock.lot.type,name:"
-msgid "Stock Lot Type"
-msgstr "Raktár Charge típus"
-
-#, fuzzy
-msgctxt "model:stock.lot.type,name:type_customer"
-msgid "Customer"
-msgstr "Customer"
-
-#, fuzzy
-msgctxt "model:stock.lot.type,name:type_lost_found"
-msgid "Lost and Found"
-msgstr "Lost and Found"
-
-#, fuzzy
-msgctxt "model:stock.lot.type,name:type_production"
-msgid "Production"
-msgstr "Production"
-
-#, fuzzy
-msgctxt "model:stock.lot.type,name:type_storage"
-msgid "Storage"
-msgstr "Storage"
-
-#, fuzzy
-msgctxt "model:stock.lot.type,name:type_supplier"
-msgid "Supplier"
-msgstr "Supplier"
-
msgctxt "model:stock.lots_by_location.context,name:"
msgid "Lot by Location"
msgstr ""
@@ -177,6 +129,56 @@
msgstr "Raktár Cache időszak Chargenként"
#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Customer"
+msgstr "Customer"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Lost and Found"
+msgstr "Lost and Found"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Production"
+msgstr "Production"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Storage"
+msgstr "Storage"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Supplier"
+msgstr "Supplier"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Customer"
+msgstr "Customer"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Lost and Found"
+msgstr "Lost and Found"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Production"
+msgstr "Production"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Storage"
+msgstr "Storage"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Supplier"
+msgstr "Supplier"
+
+#, fuzzy
msgctxt "selection:stock.inventory.count.search,search:"
msgid "Lot"
msgstr "Charge"
@@ -185,6 +187,30 @@
msgid "Lots"
msgstr "Chargen"
+#~ msgctxt "field:product.template-stock.lot.type,template:"
+#~ msgid "Template"
+#~ msgstr "Űrlap adószámlához"
+
+#~ msgctxt "field:product.template-stock.lot.type,type:"
+#~ msgid "Type"
+#~ msgstr "Típus"
+
+#~ msgctxt "field:stock.lot.type,code:"
+#~ msgid "Code"
+#~ msgstr "Kód"
+
+#~ msgctxt "field:stock.lot.type,name:"
+#~ msgid "Name"
+#~ msgstr "Név"
+
+#~ msgctxt "model:product.template-stock.lot.type,name:"
+#~ msgid "Template - Stock Lot Type"
+#~ msgstr "Űrlap- Raktár Charge típus"
+
+#~ msgctxt "model:stock.lot.type,name:"
+#~ msgid "Stock Lot Type"
+#~ msgstr "Raktár Charge típus"
+
#, fuzzy
#~ msgctxt "field:product.template-stock.lot.type,create_date:"
#~ msgid "Created at"
diff -r dc34e7bf70aa -r 17d8cc77845b modules/stock_lot/locale/id.po
--- a/modules/stock_lot/locale/id.po Mon Sep 30 22:12:33 2019 +0000
+++ b/modules/stock_lot/locale/id.po Mon Sep 30 22:12:38 2019 +0000
@@ -17,14 +17,6 @@
msgid "Lot Required"
msgstr ""
-msgctxt "field:product.template-stock.lot.type,template:"
-msgid "Template"
-msgstr ""
-
-msgctxt "field:product.template-stock.lot.type,type:"
-msgid "Type"
-msgstr ""
-
msgctxt "field:stock.inventory.line,lot:"
msgid "Lot"
msgstr ""
@@ -45,14 +37,6 @@
msgid "Quantity"
msgstr ""
-msgctxt "field:stock.lot.type,code:"
-msgid "Code"
-msgstr "Kode"
-
-msgctxt "field:stock.lot.type,name:"
-msgid "Name"
-msgstr "Nama"
-
msgctxt "field:stock.lots_by_location.context,forecast_date:"
msgid "At Date"
msgstr ""
@@ -90,11 +74,11 @@
msgstr "Produk"
msgctxt "help:product.product,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr ""
msgctxt "help:product.template,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr ""
msgctxt "help:stock.lots_by_location.context,forecast_date:"
@@ -132,38 +116,10 @@
msgid "Lots"
msgstr ""
-msgctxt "model:product.template-stock.lot.type,name:"
-msgid "Template - Stock Lot Type"
-msgstr ""
-
msgctxt "model:stock.lot,name:"
msgid "Stock Lot"
msgstr ""
-msgctxt "model:stock.lot.type,name:"
-msgid "Stock Lot Type"
-msgstr ""
-
-msgctxt "model:stock.lot.type,name:type_customer"
-msgid "Customer"
-msgstr ""
-
-msgctxt "model:stock.lot.type,name:type_lost_found"
-msgid "Lost and Found"
-msgstr ""
-
-msgctxt "model:stock.lot.type,name:type_production"
-msgid "Production"
-msgstr "Produksi"
-
-msgctxt "model:stock.lot.type,name:type_storage"
-msgid "Storage"
-msgstr ""
-
-msgctxt "model:stock.lot.type,name:type_supplier"
-msgid "Supplier"
-msgstr "Pemasok"
-
msgctxt "model:stock.lots_by_location.context,name:"
msgid "Lot by Location"
msgstr ""
@@ -172,6 +128,50 @@
msgid "Stock Period Cache per Lot"
msgstr ""
+msgctxt "selection:product.product,lot_required:"
+msgid "Customer"
+msgstr ""
+
+msgctxt "selection:product.product,lot_required:"
+msgid "Lost and Found"
+msgstr ""
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Production"
+msgstr "Produksi"
+
+msgctxt "selection:product.product,lot_required:"
+msgid "Storage"
+msgstr ""
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Supplier"
+msgstr "Pemasok"
+
+msgctxt "selection:product.template,lot_required:"
+msgid "Customer"
+msgstr ""
+
+msgctxt "selection:product.template,lot_required:"
+msgid "Lost and Found"
+msgstr ""
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Production"
+msgstr "Produksi"
+
+msgctxt "selection:product.template,lot_required:"
+msgid "Storage"
+msgstr ""
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Supplier"
+msgstr "Pemasok"
+
msgctxt "selection:stock.inventory.count.search,search:"
msgid "Lot"
msgstr ""
@@ -180,6 +180,14 @@
msgid "Lots"
msgstr ""
+#~ msgctxt "field:stock.lot.type,code:"
+#~ msgid "Code"
+#~ msgstr "Kode"
+
+#~ msgctxt "field:stock.lot.type,name:"
+#~ msgid "Name"
+#~ msgstr "Nama"
+
#, fuzzy
#~ msgctxt "field:product.template-stock.lot.type,create_date:"
#~ msgid "Created at"
diff -r dc34e7bf70aa -r 17d8cc77845b modules/stock_lot/locale/it.po
--- a/modules/stock_lot/locale/it.po Mon Sep 30 22:12:33 2019 +0000
+++ b/modules/stock_lot/locale/it.po Mon Sep 30 22:12:38 2019 +0000
@@ -10,15 +10,6 @@
msgid "Lot Required"
msgstr ""
-msgctxt "field:product.template-stock.lot.type,template:"
-msgid "Template"
-msgstr ""
-
-#, fuzzy
-msgctxt "field:product.template-stock.lot.type,type:"
-msgid "Type"
-msgstr "Tipo"
-
#, fuzzy
msgctxt "field:stock.inventory.line,lot:"
msgid "Lot"
@@ -43,16 +34,6 @@
msgid "Quantity"
msgstr "Quantità"
-#, fuzzy
-msgctxt "field:stock.lot.type,code:"
-msgid "Code"
-msgstr "Codice"
-
-#, fuzzy
-msgctxt "field:stock.lot.type,name:"
-msgid "Name"
-msgstr "Nome"
-
msgctxt "field:stock.lots_by_location.context,forecast_date:"
msgid "At Date"
msgstr ""
@@ -95,11 +76,11 @@
msgstr "Prodotto"
msgctxt "help:product.product,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr ""
msgctxt "help:product.template,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr ""
msgctxt "help:stock.lots_by_location.context,forecast_date:"
@@ -141,40 +122,10 @@
msgid "Lots"
msgstr "Lot"
-msgctxt "model:product.template-stock.lot.type,name:"
-msgid "Template - Stock Lot Type"
-msgstr ""
-
msgctxt "model:stock.lot,name:"
msgid "Stock Lot"
msgstr ""
-msgctxt "model:stock.lot.type,name:"
-msgid "Stock Lot Type"
-msgstr ""
-
-#, fuzzy
-msgctxt "model:stock.lot.type,name:type_customer"
-msgid "Customer"
-msgstr "Cliente"
-
-msgctxt "model:stock.lot.type,name:type_lost_found"
-msgid "Lost and Found"
-msgstr "Lost and Found"
-
-msgctxt "model:stock.lot.type,name:type_production"
-msgid "Production"
-msgstr "Production"
-
-msgctxt "model:stock.lot.type,name:type_storage"
-msgid "Storage"
-msgstr "Storage"
-
-#, fuzzy
-msgctxt "model:stock.lot.type,name:type_supplier"
-msgid "Supplier"
-msgstr "Fornitore"
-
msgctxt "model:stock.lots_by_location.context,name:"
msgid "Lot by Location"
msgstr ""
@@ -184,6 +135,56 @@
msgstr ""
#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Customer"
+msgstr "Cliente"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Lost and Found"
+msgstr "Lost and Found"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Production"
+msgstr "Production"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Storage"
+msgstr "Storage"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Supplier"
+msgstr "Fornitore"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Customer"
+msgstr "Cliente"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Lost and Found"
+msgstr "Lost and Found"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Production"
+msgstr "Production"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Storage"
+msgstr "Storage"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Supplier"
+msgstr "Fornitore"
+
+#, fuzzy
msgctxt "selection:stock.inventory.count.search,search:"
msgid "Lot"
msgstr "Lot"
@@ -194,6 +195,21 @@
msgstr "Lot"
#, fuzzy
+#~ msgctxt "field:product.template-stock.lot.type,type:"
+#~ msgid "Type"
+#~ msgstr "Tipo"
+
+#, fuzzy
+#~ msgctxt "field:stock.lot.type,code:"
+#~ msgid "Code"
+#~ msgstr "Codice"
+
+#, fuzzy
+#~ msgctxt "field:stock.lot.type,name:"
+#~ msgid "Name"
+#~ msgstr "Nome"
+
+#, fuzzy
#~ msgctxt "field:product.template-stock.lot.type,create_date:"
#~ msgid "Created at"
#~ msgstr "Data di creazione"
diff -r dc34e7bf70aa -r 17d8cc77845b modules/stock_lot/locale/ja.po
--- a/modules/stock_lot/locale/ja.po Mon Sep 30 22:12:33 2019 +0000
+++ b/modules/stock_lot/locale/ja.po Mon Sep 30 22:12:38 2019 +0000
@@ -10,14 +10,6 @@
msgid "Lot Required"
msgstr ""
-msgctxt "field:product.template-stock.lot.type,template:"
-msgid "Template"
-msgstr ""
-
-msgctxt "field:product.template-stock.lot.type,type:"
-msgid "Type"
-msgstr ""
-
#, fuzzy
msgctxt "field:stock.inventory.line,lot:"
msgid "Lot"
@@ -39,14 +31,6 @@
msgid "Quantity"
msgstr ""
-msgctxt "field:stock.lot.type,code:"
-msgid "Code"
-msgstr ""
-
-msgctxt "field:stock.lot.type,name:"
-msgid "Name"
-msgstr ""
-
msgctxt "field:stock.lots_by_location.context,forecast_date:"
msgid "At Date"
msgstr ""
@@ -86,11 +70,11 @@
msgstr ""
msgctxt "help:product.product,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr ""
msgctxt "help:product.template,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr ""
msgctxt "help:stock.lots_by_location.context,forecast_date:"
@@ -128,38 +112,10 @@
msgid "Lots"
msgstr "Lots"
-msgctxt "model:product.template-stock.lot.type,name:"
-msgid "Template - Stock Lot Type"
-msgstr ""
-
msgctxt "model:stock.lot,name:"
msgid "Stock Lot"
msgstr ""
-msgctxt "model:stock.lot.type,name:"
-msgid "Stock Lot Type"
-msgstr ""
-
-msgctxt "model:stock.lot.type,name:type_customer"
-msgid "Customer"
-msgstr "Customer"
-
-msgctxt "model:stock.lot.type,name:type_lost_found"
-msgid "Lost and Found"
-msgstr "Lost and Found"
-
-msgctxt "model:stock.lot.type,name:type_production"
-msgid "Production"
-msgstr "Production"
-
-msgctxt "model:stock.lot.type,name:type_storage"
-msgid "Storage"
-msgstr "Storage"
-
-msgctxt "model:stock.lot.type,name:type_supplier"
-msgid "Supplier"
-msgstr "Supplier"
-
msgctxt "model:stock.lots_by_location.context,name:"
msgid "Lot by Location"
msgstr ""
@@ -169,6 +125,56 @@
msgstr ""
#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Customer"
+msgstr "Customer"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Lost and Found"
+msgstr "Lost and Found"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Production"
+msgstr "Production"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Storage"
+msgstr "Storage"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Supplier"
+msgstr "Supplier"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Customer"
+msgstr "Customer"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Lost and Found"
+msgstr "Lost and Found"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Production"
+msgstr "Production"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Storage"
+msgstr "Storage"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Supplier"
+msgstr "Supplier"
+
+#, fuzzy
msgctxt "selection:stock.inventory.count.search,search:"
msgid "Lot"
msgstr "Lot"
diff -r dc34e7bf70aa -r 17d8cc77845b modules/stock_lot/locale/lo.po
--- a/modules/stock_lot/locale/lo.po Mon Sep 30 22:12:33 2019 +0000
+++ b/modules/stock_lot/locale/lo.po Mon Sep 30 22:12:38 2019 +0000
@@ -11,16 +11,6 @@
msgstr ""
#, fuzzy
-msgctxt "field:product.template-stock.lot.type,template:"
-msgid "Template"
-msgstr "ຮ່າງແບບ"
-
-#, fuzzy
-msgctxt "field:product.template-stock.lot.type,type:"
-msgid "Type"
-msgstr "ຮູບແບບ"
-
-#, fuzzy
msgctxt "field:stock.inventory.line,lot:"
msgid "Lot"
msgstr "Lot"
@@ -44,16 +34,6 @@
msgid "Quantity"
msgstr "ຈຳນວນ"
-#, fuzzy
-msgctxt "field:stock.lot.type,code:"
-msgid "Code"
-msgstr "ລະຫັດແຂວງ"
-
-#, fuzzy
-msgctxt "field:stock.lot.type,name:"
-msgid "Name"
-msgstr "ຊື່"
-
msgctxt "field:stock.lots_by_location.context,forecast_date:"
msgid "At Date"
msgstr ""
@@ -96,11 +76,11 @@
msgstr "ຜະລິດຕະພັນ"
msgctxt "help:product.product,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr ""
msgctxt "help:product.template,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr ""
msgctxt "help:stock.lots_by_location.context,forecast_date:"
@@ -139,42 +119,10 @@
msgid "Lots"
msgstr "Lots"
-msgctxt "model:product.template-stock.lot.type,name:"
-msgid "Template - Stock Lot Type"
-msgstr ""
-
msgctxt "model:stock.lot,name:"
msgid "Stock Lot"
msgstr ""
-msgctxt "model:stock.lot.type,name:"
-msgid "Stock Lot Type"
-msgstr ""
-
-msgctxt "model:stock.lot.type,name:type_customer"
-msgid "Customer"
-msgstr "Customer"
-
-#, fuzzy
-msgctxt "model:stock.lot.type,name:type_lost_found"
-msgid "Lost and Found"
-msgstr "ລໍຮັບຈ່າຍ"
-
-#, fuzzy
-msgctxt "model:stock.lot.type,name:type_production"
-msgid "Production"
-msgstr "ຜະລິດຕະພັນ"
-
-#, fuzzy
-msgctxt "model:stock.lot.type,name:type_storage"
-msgid "Storage"
-msgstr "ຫ້ອງເກັບມ້ຽນຢາ"
-
-#, fuzzy
-msgctxt "model:stock.lot.type,name:type_supplier"
-msgid "Supplier"
-msgstr "ຜູ້ສະໜອງ"
-
msgctxt "model:stock.lots_by_location.context,name:"
msgid "Lot by Location"
msgstr ""
@@ -184,6 +132,56 @@
msgstr ""
#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Customer"
+msgstr "Customer"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Lost and Found"
+msgstr "ລໍຮັບຈ່າຍ"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Production"
+msgstr "ຜະລິດຕະພັນ"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Storage"
+msgstr "ຫ້ອງເກັບມ້ຽນຢາ"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Supplier"
+msgstr "ຜູ້ສະໜອງ"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Customer"
+msgstr "Customer"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Lost and Found"
+msgstr "ລໍຮັບຈ່າຍ"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Production"
+msgstr "ຜະລິດຕະພັນ"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Storage"
+msgstr "ຫ້ອງເກັບມ້ຽນຢາ"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Supplier"
+msgstr "ຜູ້ສະໜອງ"
+
+#, fuzzy
msgctxt "selection:stock.inventory.count.search,search:"
msgid "Lot"
msgstr "Lot"
@@ -194,6 +192,26 @@
msgstr "Lots"
#, fuzzy
+#~ msgctxt "field:product.template-stock.lot.type,template:"
+#~ msgid "Template"
+#~ msgstr "ຮ່າງແບບ"
+
+#, fuzzy
+#~ msgctxt "field:product.template-stock.lot.type,type:"
+#~ msgid "Type"
+#~ msgstr "ຮູບແບບ"
+
+#, fuzzy
+#~ msgctxt "field:stock.lot.type,code:"
+#~ msgid "Code"
+#~ msgstr "ລະຫັດແຂວງ"
+
+#, fuzzy
+#~ msgctxt "field:stock.lot.type,name:"
+#~ msgid "Name"
+#~ msgstr "ຊື່"
+
+#, fuzzy
#~ msgctxt "field:product.template-stock.lot.type,create_date:"
#~ msgid "Created at"
#~ msgstr "ສ້າງວັນທີ"
diff -r dc34e7bf70aa -r 17d8cc77845b modules/stock_lot/locale/lt.po
--- a/modules/stock_lot/locale/lt.po Mon Sep 30 22:12:33 2019 +0000
+++ b/modules/stock_lot/locale/lt.po Mon Sep 30 22:12:38 2019 +0000
@@ -10,14 +10,6 @@
msgid "Lot Required"
msgstr ""
-msgctxt "field:product.template-stock.lot.type,template:"
-msgid "Template"
-msgstr ""
-
-msgctxt "field:product.template-stock.lot.type,type:"
-msgid "Type"
-msgstr ""
-
#, fuzzy
msgctxt "field:stock.inventory.line,lot:"
msgid "Lot"
@@ -39,15 +31,6 @@
msgid "Quantity"
msgstr ""
-msgctxt "field:stock.lot.type,code:"
-msgid "Code"
-msgstr ""
-
-#, fuzzy
-msgctxt "field:stock.lot.type,name:"
-msgid "Name"
-msgstr "Namu"
-
msgctxt "field:stock.lots_by_location.context,forecast_date:"
msgid "At Date"
msgstr ""
@@ -87,11 +70,11 @@
msgstr ""
msgctxt "help:product.product,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr ""
msgctxt "help:product.template,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr ""
msgctxt "help:stock.lots_by_location.context,forecast_date:"
@@ -132,38 +115,10 @@
msgid "Lots"
msgstr "Lo"
-msgctxt "model:product.template-stock.lot.type,name:"
-msgid "Template - Stock Lot Type"
-msgstr ""
-
msgctxt "model:stock.lot,name:"
msgid "Stock Lot"
msgstr ""
-msgctxt "model:stock.lot.type,name:"
-msgid "Stock Lot Type"
-msgstr ""
-
-msgctxt "model:stock.lot.type,name:type_customer"
-msgid "Customer"
-msgstr "Customer"
-
-msgctxt "model:stock.lot.type,name:type_lost_found"
-msgid "Lost and Found"
-msgstr "Lost and Found"
-
-msgctxt "model:stock.lot.type,name:type_production"
-msgid "Production"
-msgstr "Production"
-
-msgctxt "model:stock.lot.type,name:type_storage"
-msgid "Storage"
-msgstr "Storage"
-
-msgctxt "model:stock.lot.type,name:type_supplier"
-msgid "Supplier"
-msgstr "Supplier"
-
msgctxt "model:stock.lots_by_location.context,name:"
msgid "Lot by Location"
msgstr ""
@@ -173,6 +128,56 @@
msgstr ""
#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Customer"
+msgstr "Customer"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Lost and Found"
+msgstr "Lost and Found"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Production"
+msgstr "Production"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Storage"
+msgstr "Storage"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Supplier"
+msgstr "Supplier"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Customer"
+msgstr "Customer"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Lost and Found"
+msgstr "Lost and Found"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Production"
+msgstr "Production"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Storage"
+msgstr "Storage"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Supplier"
+msgstr "Supplier"
+
+#, fuzzy
msgctxt "selection:stock.inventory.count.search,search:"
msgid "Lot"
msgstr "Lo"
@@ -183,6 +188,11 @@
msgstr "Lo"
#, fuzzy
+#~ msgctxt "field:stock.lot.type,name:"
+#~ msgid "Name"
+#~ msgstr "Namu"
+
+#, fuzzy
#~ msgctxt "field:product.template-stock.lot.type,create_date:"
#~ msgid "Created at"
#~ msgstr "Sukūrimo data"
diff -r dc34e7bf70aa -r 17d8cc77845b modules/stock_lot/locale/nl.po
--- a/modules/stock_lot/locale/nl.po Mon Sep 30 22:12:33 2019 +0000
+++ b/modules/stock_lot/locale/nl.po Mon Sep 30 22:12:38 2019 +0000
@@ -17,14 +17,6 @@
msgid "Lot Required"
msgstr "Lot vereist"
-msgctxt "field:product.template-stock.lot.type,template:"
-msgid "Template"
-msgstr "Sjabloon"
-
-msgctxt "field:product.template-stock.lot.type,type:"
-msgid "Type"
-msgstr "Type"
-
msgctxt "field:stock.inventory.line,lot:"
msgid "Lot"
msgstr "Lot"
@@ -45,14 +37,6 @@
msgid "Quantity"
msgstr "Hoeveelheid"
-msgctxt "field:stock.lot.type,code:"
-msgid "Code"
-msgstr "Code"
-
-msgctxt "field:stock.lot.type,name:"
-msgid "Name"
-msgstr "Naam"
-
msgctxt "field:stock.lots_by_location.context,forecast_date:"
msgid "At Date"
msgstr "Op datum van"
@@ -89,12 +73,14 @@
msgid "Product"
msgstr "Product"
+#, fuzzy
msgctxt "help:product.product,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr "Het type locatie waarvooreen lot vereist is"
+#, fuzzy
msgctxt "help:product.template,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr "Het type locatie waarvooreen lot vereist is"
msgctxt "help:stock.lots_by_location.context,forecast_date:"
@@ -139,38 +125,10 @@
msgid "Lots"
msgstr "Loten"
-msgctxt "model:product.template-stock.lot.type,name:"
-msgid "Template - Stock Lot Type"
-msgstr "Sjabloon - Stock lot type"
-
msgctxt "model:stock.lot,name:"
msgid "Stock Lot"
msgstr "Stock Lot"
-msgctxt "model:stock.lot.type,name:"
-msgid "Stock Lot Type"
-msgstr "Stock Lot Type"
-
-msgctxt "model:stock.lot.type,name:type_customer"
-msgid "Customer"
-msgstr "Klant"
-
-msgctxt "model:stock.lot.type,name:type_lost_found"
-msgid "Lost and Found"
-msgstr "inventaris verschil"
-
-msgctxt "model:stock.lot.type,name:type_production"
-msgid "Production"
-msgstr "Productie"
-
-msgctxt "model:stock.lot.type,name:type_storage"
-msgid "Storage"
-msgstr "magazijn"
-
-msgctxt "model:stock.lot.type,name:type_supplier"
-msgid "Supplier"
-msgstr "Leverancier"
-
msgctxt "model:stock.lots_by_location.context,name:"
msgid "Lot by Location"
msgstr "lot per locatie"
@@ -179,6 +137,56 @@
msgid "Stock Period Cache per Lot"
msgstr "Voorraadperiode Cache per partij"
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Customer"
+msgstr "Klant"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Lost and Found"
+msgstr "inventaris verschil"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Production"
+msgstr "Productie"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Storage"
+msgstr "magazijn"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Supplier"
+msgstr "Leverancier"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Customer"
+msgstr "Klant"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Lost and Found"
+msgstr "inventaris verschil"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Production"
+msgstr "Productie"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Storage"
+msgstr "magazijn"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Supplier"
+msgstr "Leverancier"
+
msgctxt "selection:stock.inventory.count.search,search:"
msgid "Lot"
msgstr "Lot"
@@ -187,6 +195,30 @@
msgid "Lots"
msgstr "Loten"
+#~ msgctxt "field:product.template-stock.lot.type,template:"
+#~ msgid "Template"
+#~ msgstr "Sjabloon"
+
+#~ msgctxt "field:product.template-stock.lot.type,type:"
+#~ msgid "Type"
+#~ msgstr "Type"
+
+#~ msgctxt "field:stock.lot.type,code:"
+#~ msgid "Code"
+#~ msgstr "Code"
+
+#~ msgctxt "field:stock.lot.type,name:"
+#~ msgid "Name"
+#~ msgstr "Naam"
+
+#~ msgctxt "model:product.template-stock.lot.type,name:"
+#~ msgid "Template - Stock Lot Type"
+#~ msgstr "Sjabloon - Stock lot type"
+
+#~ msgctxt "model:stock.lot.type,name:"
+#~ msgid "Stock Lot Type"
+#~ msgstr "Stock Lot Type"
+
#, fuzzy
#~ msgctxt "field:product.template-stock.lot.type,create_date:"
#~ msgid "Created at"
diff -r dc34e7bf70aa -r 17d8cc77845b modules/stock_lot/locale/pl.po
--- a/modules/stock_lot/locale/pl.po Mon Sep 30 22:12:33 2019 +0000
+++ b/modules/stock_lot/locale/pl.po Mon Sep 30 22:12:38 2019 +0000
@@ -10,14 +10,6 @@
msgid "Lot Required"
msgstr ""
-msgctxt "field:product.template-stock.lot.type,template:"
-msgid "Template"
-msgstr "Szablon"
-
-msgctxt "field:product.template-stock.lot.type,type:"
-msgid "Type"
-msgstr "Typ"
-
#, fuzzy
msgctxt "field:stock.inventory.line,lot:"
msgid "Lot"
@@ -39,14 +31,6 @@
msgid "Quantity"
msgstr "Ilość"
-msgctxt "field:stock.lot.type,code:"
-msgid "Code"
-msgstr "Kod"
-
-msgctxt "field:stock.lot.type,name:"
-msgid "Name"
-msgstr "Nazwa"
-
msgctxt "field:stock.lots_by_location.context,forecast_date:"
msgid "At Date"
msgstr "Na dzień"
@@ -86,11 +70,11 @@
msgstr "Produkt"
msgctxt "help:product.product,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr ""
msgctxt "help:product.template,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr ""
msgctxt "help:stock.lots_by_location.context,forecast_date:"
@@ -132,43 +116,10 @@
msgid "Lots"
msgstr "Lots"
-msgctxt "model:product.template-stock.lot.type,name:"
-msgid "Template - Stock Lot Type"
-msgstr ""
-
msgctxt "model:stock.lot,name:"
msgid "Stock Lot"
msgstr ""
-msgctxt "model:stock.lot.type,name:"
-msgid "Stock Lot Type"
-msgstr ""
-
-#, fuzzy
-msgctxt "model:stock.lot.type,name:type_customer"
-msgid "Customer"
-msgstr "Customer"
-
-#, fuzzy
-msgctxt "model:stock.lot.type,name:type_lost_found"
-msgid "Lost and Found"
-msgstr "Lost and Found"
-
-#, fuzzy
-msgctxt "model:stock.lot.type,name:type_production"
-msgid "Production"
-msgstr "Production"
-
-#, fuzzy
-msgctxt "model:stock.lot.type,name:type_storage"
-msgid "Storage"
-msgstr "Storage"
-
-#, fuzzy
-msgctxt "model:stock.lot.type,name:type_supplier"
-msgid "Supplier"
-msgstr "Supplier"
-
msgctxt "model:stock.lots_by_location.context,name:"
msgid "Lot by Location"
msgstr ""
@@ -178,6 +129,56 @@
msgstr ""
#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Customer"
+msgstr "Customer"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Lost and Found"
+msgstr "Lost and Found"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Production"
+msgstr "Production"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Storage"
+msgstr "Storage"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Supplier"
+msgstr "Supplier"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Customer"
+msgstr "Customer"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Lost and Found"
+msgstr "Lost and Found"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Production"
+msgstr "Production"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Storage"
+msgstr "Storage"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Supplier"
+msgstr "Supplier"
+
+#, fuzzy
msgctxt "selection:stock.inventory.count.search,search:"
msgid "Lot"
msgstr "Lot"
@@ -187,6 +188,22 @@
msgid "Lots"
msgstr "Lots"
+#~ msgctxt "field:product.template-stock.lot.type,template:"
+#~ msgid "Template"
+#~ msgstr "Szablon"
+
+#~ msgctxt "field:product.template-stock.lot.type,type:"
+#~ msgid "Type"
+#~ msgstr "Typ"
+
+#~ msgctxt "field:stock.lot.type,code:"
+#~ msgid "Code"
+#~ msgstr "Kod"
+
+#~ msgctxt "field:stock.lot.type,name:"
+#~ msgid "Name"
+#~ msgstr "Nazwa"
+
#, fuzzy
#~ msgctxt "field:product.template-stock.lot.type,create_date:"
#~ msgid "Created at"
diff -r dc34e7bf70aa -r 17d8cc77845b modules/stock_lot/locale/pt.po
--- a/modules/stock_lot/locale/pt.po Mon Sep 30 22:12:33 2019 +0000
+++ b/modules/stock_lot/locale/pt.po Mon Sep 30 22:12:38 2019 +0000
@@ -10,14 +10,6 @@
msgid "Lot Required"
msgstr "Lote Obrigatório"
-msgctxt "field:product.template-stock.lot.type,template:"
-msgid "Template"
-msgstr "Modelo"
-
-msgctxt "field:product.template-stock.lot.type,type:"
-msgid "Type"
-msgstr "Tipo"
-
msgctxt "field:stock.inventory.line,lot:"
msgid "Lot"
msgstr "Lote"
@@ -38,14 +30,6 @@
msgid "Quantity"
msgstr "Quantidade"
-msgctxt "field:stock.lot.type,code:"
-msgid "Code"
-msgstr "Código"
-
-msgctxt "field:stock.lot.type,name:"
-msgid "Name"
-msgstr "Nome"
-
msgctxt "field:stock.lots_by_location.context,forecast_date:"
msgid "At Date"
msgstr "Na Data"
@@ -82,12 +66,14 @@
msgid "Product"
msgstr "Produto"
+#, fuzzy
msgctxt "help:product.product,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr "O tipo de localização para a qual o lote é obrigatório"
+#, fuzzy
msgctxt "help:product.template,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr "O tipo de localização para a qual o lote é obrigatório"
msgctxt "help:stock.lots_by_location.context,forecast_date:"
@@ -132,43 +118,10 @@
msgid "Lots"
msgstr "Lots"
-msgctxt "model:product.template-stock.lot.type,name:"
-msgid "Template - Stock Lot Type"
-msgstr "Modelo - Tipo de lote"
-
msgctxt "model:stock.lot,name:"
msgid "Stock Lot"
msgstr "Lote de estoque"
-msgctxt "model:stock.lot.type,name:"
-msgid "Stock Lot Type"
-msgstr "Tipo do lote de estoque"
-
-#, fuzzy
-msgctxt "model:stock.lot.type,name:type_customer"
-msgid "Customer"
-msgstr "Customer"
-
-#, fuzzy
-msgctxt "model:stock.lot.type,name:type_lost_found"
-msgid "Lost and Found"
-msgstr "Lost and Found"
-
-#, fuzzy
-msgctxt "model:stock.lot.type,name:type_production"
-msgid "Production"
-msgstr "Production"
-
-#, fuzzy
-msgctxt "model:stock.lot.type,name:type_storage"
-msgid "Storage"
-msgstr "Storage"
-
-#, fuzzy
-msgctxt "model:stock.lot.type,name:type_supplier"
-msgid "Supplier"
-msgstr "Supplier"
-
msgctxt "model:stock.lots_by_location.context,name:"
msgid "Lot by Location"
msgstr "Lote Localização"
@@ -178,6 +131,56 @@
msgstr "Período de estoque pré-calculado por lote"
#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Customer"
+msgstr "Customer"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Lost and Found"
+msgstr "Lost and Found"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Production"
+msgstr "Production"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Storage"
+msgstr "Storage"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Supplier"
+msgstr "Supplier"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Customer"
+msgstr "Customer"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Lost and Found"
+msgstr "Lost and Found"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Production"
+msgstr "Production"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Storage"
+msgstr "Storage"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Supplier"
+msgstr "Supplier"
+
+#, fuzzy
msgctxt "selection:stock.inventory.count.search,search:"
msgid "Lot"
msgstr "Lote"
@@ -186,6 +189,30 @@
msgid "Lots"
msgstr "Lotes"
+#~ msgctxt "field:product.template-stock.lot.type,template:"
+#~ msgid "Template"
+#~ msgstr "Modelo"
+
+#~ msgctxt "field:product.template-stock.lot.type,type:"
+#~ msgid "Type"
+#~ msgstr "Tipo"
+
+#~ msgctxt "field:stock.lot.type,code:"
+#~ msgid "Code"
+#~ msgstr "Código"
+
+#~ msgctxt "field:stock.lot.type,name:"
+#~ msgid "Name"
+#~ msgstr "Nome"
+
+#~ msgctxt "model:product.template-stock.lot.type,name:"
+#~ msgid "Template - Stock Lot Type"
+#~ msgstr "Modelo - Tipo de lote"
+
+#~ msgctxt "model:stock.lot.type,name:"
+#~ msgid "Stock Lot Type"
+#~ msgstr "Tipo do lote de estoque"
+
#, fuzzy
#~ msgctxt "field:product.template-stock.lot.type,create_date:"
#~ msgid "Created at"
diff -r dc34e7bf70aa -r 17d8cc77845b modules/stock_lot/locale/ru.po
--- a/modules/stock_lot/locale/ru.po Mon Sep 30 22:12:33 2019 +0000
+++ b/modules/stock_lot/locale/ru.po Mon Sep 30 22:12:38 2019 +0000
@@ -11,16 +11,6 @@
msgstr ""
#, fuzzy
-msgctxt "field:product.template-stock.lot.type,template:"
-msgid "Template"
-msgstr "Шаблон"
-
-#, fuzzy
-msgctxt "field:product.template-stock.lot.type,type:"
-msgid "Type"
-msgstr "Тип"
-
-#, fuzzy
msgctxt "field:stock.inventory.line,lot:"
msgid "Lot"
msgstr "Lot"
@@ -45,16 +35,6 @@
msgid "Quantity"
msgstr "Кол-во"
-#, fuzzy
-msgctxt "field:stock.lot.type,code:"
-msgid "Code"
-msgstr "Код страны"
-
-#, fuzzy
-msgctxt "field:stock.lot.type,name:"
-msgid "Name"
-msgstr "Наименование"
-
msgctxt "field:stock.lots_by_location.context,forecast_date:"
msgid "At Date"
msgstr ""
@@ -98,11 +78,11 @@
msgstr "Товарно материальные ценности (ТМЦ)"
msgctxt "help:product.product,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr ""
msgctxt "help:product.template,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr ""
msgctxt "help:stock.lots_by_location.context,forecast_date:"
@@ -141,43 +121,10 @@
msgid "Lots"
msgstr "Lots"
-msgctxt "model:product.template-stock.lot.type,name:"
-msgid "Template - Stock Lot Type"
-msgstr ""
-
msgctxt "model:stock.lot,name:"
msgid "Stock Lot"
msgstr ""
-msgctxt "model:stock.lot.type,name:"
-msgid "Stock Lot Type"
-msgstr ""
-
-#, fuzzy
-msgctxt "model:stock.lot.type,name:type_customer"
-msgid "Customer"
-msgstr "Заказчик"
-
-#, fuzzy
-msgctxt "model:stock.lot.type,name:type_lost_found"
-msgid "Lost and Found"
-msgstr "Утраченный и обретенный"
-
-#, fuzzy
-msgctxt "model:stock.lot.type,name:type_production"
-msgid "Production"
-msgstr "Производство"
-
-#, fuzzy
-msgctxt "model:stock.lot.type,name:type_storage"
-msgid "Storage"
-msgstr "Хранилище"
-
-#, fuzzy
-msgctxt "model:stock.lot.type,name:type_supplier"
-msgid "Supplier"
-msgstr "Поставщик"
-
msgctxt "model:stock.lots_by_location.context,name:"
msgid "Lot by Location"
msgstr ""
@@ -187,6 +134,56 @@
msgstr ""
#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Customer"
+msgstr "Заказчик"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Lost and Found"
+msgstr "Утраченный и обретенный"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Production"
+msgstr "Производство"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Storage"
+msgstr "Хранилище"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Supplier"
+msgstr "Поставщик"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Customer"
+msgstr "Заказчик"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Lost and Found"
+msgstr "Утраченный и обретенный"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Production"
+msgstr "Производство"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Storage"
+msgstr "Хранилище"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Supplier"
+msgstr "Поставщик"
+
+#, fuzzy
msgctxt "selection:stock.inventory.count.search,search:"
msgid "Lot"
msgstr "Lot"
@@ -197,6 +194,26 @@
msgstr "Lots"
#, fuzzy
+#~ msgctxt "field:product.template-stock.lot.type,template:"
+#~ msgid "Template"
+#~ msgstr "Шаблон"
+
+#, fuzzy
+#~ msgctxt "field:product.template-stock.lot.type,type:"
+#~ msgid "Type"
+#~ msgstr "Тип"
+
+#, fuzzy
+#~ msgctxt "field:stock.lot.type,code:"
+#~ msgid "Code"
+#~ msgstr "Код страны"
+
+#, fuzzy
+#~ msgctxt "field:stock.lot.type,name:"
+#~ msgid "Name"
+#~ msgstr "Наименование"
+
+#, fuzzy
#~ msgctxt "field:product.template-stock.lot.type,create_date:"
#~ msgid "Created at"
#~ msgstr "Дата создания"
diff -r dc34e7bf70aa -r 17d8cc77845b modules/stock_lot/locale/sl.po
--- a/modules/stock_lot/locale/sl.po Mon Sep 30 22:12:33 2019 +0000
+++ b/modules/stock_lot/locale/sl.po Mon Sep 30 22:12:38 2019 +0000
@@ -10,14 +10,6 @@
msgid "Lot Required"
msgstr "Serija obvezna"
-msgctxt "field:product.template-stock.lot.type,template:"
-msgid "Template"
-msgstr "Predloga"
-
-msgctxt "field:product.template-stock.lot.type,type:"
-msgid "Type"
-msgstr "Tip"
-
msgctxt "field:stock.inventory.line,lot:"
msgid "Lot"
msgstr "Serija"
@@ -38,14 +30,6 @@
msgid "Quantity"
msgstr "Količina"
-msgctxt "field:stock.lot.type,code:"
-msgid "Code"
-msgstr "Šifra"
-
-msgctxt "field:stock.lot.type,name:"
-msgid "Name"
-msgstr "Naziv"
-
msgctxt "field:stock.lots_by_location.context,forecast_date:"
msgid "At Date"
msgstr "Na dan"
@@ -82,12 +66,14 @@
msgid "Product"
msgstr "Izdelek"
+#, fuzzy
msgctxt "help:product.product,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr "Tip lokacije, za katero je serija obvezna"
+#, fuzzy
msgctxt "help:product.template,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr "Tip lokacije, za katero je serija obvezna"
msgctxt "help:stock.lots_by_location.context,forecast_date:"
@@ -132,43 +118,10 @@
msgid "Lots"
msgstr "Lots"
-msgctxt "model:product.template-stock.lot.type,name:"
-msgid "Template - Stock Lot Type"
-msgstr "Predloga - Tip serije"
-
msgctxt "model:stock.lot,name:"
msgid "Stock Lot"
msgstr "Serija"
-msgctxt "model:stock.lot.type,name:"
-msgid "Stock Lot Type"
-msgstr "Tip serije"
-
-#, fuzzy
-msgctxt "model:stock.lot.type,name:type_customer"
-msgid "Customer"
-msgstr "Customer"
-
-#, fuzzy
-msgctxt "model:stock.lot.type,name:type_lost_found"
-msgid "Lost and Found"
-msgstr "Lost and Found"
-
-#, fuzzy
-msgctxt "model:stock.lot.type,name:type_production"
-msgid "Production"
-msgstr "Production"
-
-#, fuzzy
-msgctxt "model:stock.lot.type,name:type_storage"
-msgid "Storage"
-msgstr "Storage"
-
-#, fuzzy
-msgctxt "model:stock.lot.type,name:type_supplier"
-msgid "Supplier"
-msgstr "Supplier"
-
msgctxt "model:stock.lots_by_location.context,name:"
msgid "Lot by Location"
msgstr "Serija po lokaciji"
@@ -178,6 +131,56 @@
msgstr "Predpomnjena obdobja po serijah"
#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Customer"
+msgstr "Customer"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Lost and Found"
+msgstr "Lost and Found"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Production"
+msgstr "Production"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Storage"
+msgstr "Storage"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Supplier"
+msgstr "Supplier"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Customer"
+msgstr "Customer"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Lost and Found"
+msgstr "Lost and Found"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Production"
+msgstr "Production"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Storage"
+msgstr "Storage"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Supplier"
+msgstr "Supplier"
+
+#, fuzzy
msgctxt "selection:stock.inventory.count.search,search:"
msgid "Lot"
msgstr "Serija"
@@ -186,6 +189,30 @@
msgid "Lots"
msgstr "Serije"
+#~ msgctxt "field:product.template-stock.lot.type,template:"
+#~ msgid "Template"
+#~ msgstr "Predloga"
+
+#~ msgctxt "field:product.template-stock.lot.type,type:"
+#~ msgid "Type"
+#~ msgstr "Tip"
+
+#~ msgctxt "field:stock.lot.type,code:"
+#~ msgid "Code"
+#~ msgstr "Šifra"
+
+#~ msgctxt "field:stock.lot.type,name:"
+#~ msgid "Name"
+#~ msgstr "Naziv"
+
+#~ msgctxt "model:product.template-stock.lot.type,name:"
+#~ msgid "Template - Stock Lot Type"
+#~ msgstr "Predloga - Tip serije"
+
+#~ msgctxt "model:stock.lot.type,name:"
+#~ msgid "Stock Lot Type"
+#~ msgstr "Tip serije"
+
#, fuzzy
#~ msgctxt "field:product.template-stock.lot.type,create_date:"
#~ msgid "Created at"
diff -r dc34e7bf70aa -r 17d8cc77845b modules/stock_lot/locale/tr.po
--- a/modules/stock_lot/locale/tr.po Mon Sep 30 22:12:33 2019 +0000
+++ b/modules/stock_lot/locale/tr.po Mon Sep 30 22:12:38 2019 +0000
@@ -10,14 +10,6 @@
msgid "Lot Required"
msgstr ""
-msgctxt "field:product.template-stock.lot.type,template:"
-msgid "Template"
-msgstr ""
-
-msgctxt "field:product.template-stock.lot.type,type:"
-msgid "Type"
-msgstr ""
-
#, fuzzy
msgctxt "field:stock.inventory.line,lot:"
msgid "Lot"
@@ -39,14 +31,6 @@
msgid "Quantity"
msgstr ""
-msgctxt "field:stock.lot.type,code:"
-msgid "Code"
-msgstr ""
-
-msgctxt "field:stock.lot.type,name:"
-msgid "Name"
-msgstr ""
-
msgctxt "field:stock.lots_by_location.context,forecast_date:"
msgid "At Date"
msgstr ""
@@ -86,11 +70,11 @@
msgstr ""
msgctxt "help:product.product,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr ""
msgctxt "help:product.template,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr ""
msgctxt "help:stock.lots_by_location.context,forecast_date:"
@@ -128,38 +112,10 @@
msgid "Lots"
msgstr "Lots"
-msgctxt "model:product.template-stock.lot.type,name:"
-msgid "Template - Stock Lot Type"
-msgstr ""
-
msgctxt "model:stock.lot,name:"
msgid "Stock Lot"
msgstr ""
-msgctxt "model:stock.lot.type,name:"
-msgid "Stock Lot Type"
-msgstr ""
-
-msgctxt "model:stock.lot.type,name:type_customer"
-msgid "Customer"
-msgstr "Customer"
-
-msgctxt "model:stock.lot.type,name:type_lost_found"
-msgid "Lost and Found"
-msgstr "Lost and Found"
-
-msgctxt "model:stock.lot.type,name:type_production"
-msgid "Production"
-msgstr "Production"
-
-msgctxt "model:stock.lot.type,name:type_storage"
-msgid "Storage"
-msgstr "Storage"
-
-msgctxt "model:stock.lot.type,name:type_supplier"
-msgid "Supplier"
-msgstr "Supplier"
-
msgctxt "model:stock.lots_by_location.context,name:"
msgid "Lot by Location"
msgstr ""
@@ -169,6 +125,56 @@
msgstr ""
#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Customer"
+msgstr "Customer"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Lost and Found"
+msgstr "Lost and Found"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Production"
+msgstr "Production"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Storage"
+msgstr "Storage"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Supplier"
+msgstr "Supplier"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Customer"
+msgstr "Customer"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Lost and Found"
+msgstr "Lost and Found"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Production"
+msgstr "Production"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Storage"
+msgstr "Storage"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Supplier"
+msgstr "Supplier"
+
+#, fuzzy
msgctxt "selection:stock.inventory.count.search,search:"
msgid "Lot"
msgstr "Lot"
diff -r dc34e7bf70aa -r 17d8cc77845b modules/stock_lot/locale/zh_CN.po
--- a/modules/stock_lot/locale/zh_CN.po Mon Sep 30 22:12:33 2019 +0000
+++ b/modules/stock_lot/locale/zh_CN.po Mon Sep 30 22:12:38 2019 +0000
@@ -10,15 +10,6 @@
msgid "Lot Required"
msgstr ""
-msgctxt "field:product.template-stock.lot.type,template:"
-msgid "Template"
-msgstr ""
-
-#, fuzzy
-msgctxt "field:product.template-stock.lot.type,type:"
-msgid "Type"
-msgstr "类型"
-
#, fuzzy
msgctxt "field:stock.inventory.line,lot:"
msgid "Lot"
@@ -40,16 +31,6 @@
msgid "Quantity"
msgstr ""
-#, fuzzy
-msgctxt "field:stock.lot.type,code:"
-msgid "Code"
-msgstr "语言编码"
-
-#, fuzzy
-msgctxt "field:stock.lot.type,name:"
-msgid "Name"
-msgstr "纳木"
-
msgctxt "field:stock.lots_by_location.context,forecast_date:"
msgid "At Date"
msgstr ""
@@ -89,11 +70,11 @@
msgstr ""
msgctxt "help:product.product,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr ""
msgctxt "help:product.template,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
msgstr ""
msgctxt "help:stock.lots_by_location.context,forecast_date:"
@@ -134,38 +115,10 @@
msgid "Lots"
msgstr "洛特省"
-msgctxt "model:product.template-stock.lot.type,name:"
-msgid "Template - Stock Lot Type"
-msgstr ""
-
msgctxt "model:stock.lot,name:"
msgid "Stock Lot"
msgstr ""
-msgctxt "model:stock.lot.type,name:"
-msgid "Stock Lot Type"
-msgstr ""
-
-msgctxt "model:stock.lot.type,name:type_customer"
-msgid "Customer"
-msgstr "Customer"
-
-msgctxt "model:stock.lot.type,name:type_lost_found"
-msgid "Lost and Found"
-msgstr "Lost and Found"
-
-msgctxt "model:stock.lot.type,name:type_production"
-msgid "Production"
-msgstr "Production"
-
-msgctxt "model:stock.lot.type,name:type_storage"
-msgid "Storage"
-msgstr "Storage"
-
-msgctxt "model:stock.lot.type,name:type_supplier"
-msgid "Supplier"
-msgstr "Supplier"
-
msgctxt "model:stock.lots_by_location.context,name:"
msgid "Lot by Location"
msgstr ""
@@ -175,6 +128,56 @@
msgstr ""
#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Customer"
+msgstr "Customer"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Lost and Found"
+msgstr "Lost and Found"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Production"
+msgstr "Production"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Storage"
+msgstr "Storage"
+
+#, fuzzy
+msgctxt "selection:product.product,lot_required:"
+msgid "Supplier"
+msgstr "Supplier"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Customer"
+msgstr "Customer"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Lost and Found"
+msgstr "Lost and Found"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Production"
+msgstr "Production"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Storage"
+msgstr "Storage"
+
+#, fuzzy
+msgctxt "selection:product.template,lot_required:"
+msgid "Supplier"
+msgstr "Supplier"
+
+#, fuzzy
msgctxt "selection:stock.inventory.count.search,search:"
msgid "Lot"
msgstr "洛特省"
@@ -185,6 +188,21 @@
msgstr "洛特省"
#, fuzzy
+#~ msgctxt "field:product.template-stock.lot.type,type:"
+#~ msgid "Type"
+#~ msgstr "类型"
+
+#, fuzzy
+#~ msgctxt "field:stock.lot.type,code:"
+#~ msgid "Code"
+#~ msgstr "语言编码"
+
+#, fuzzy
+#~ msgctxt "field:stock.lot.type,name:"
+#~ msgid "Name"
+#~ msgstr "纳木"
+
+#, fuzzy
#~ msgctxt "field:product.template-stock.lot.type,create_date:"
#~ msgid "Created at"
#~ msgstr "创建日期:"