diff --git a/stock_location_lockdown/i18n/fr.po b/stock_location_lockdown/i18n/fr.po index 1e39485bc..aa71f0f20 100644 --- a/stock_location_lockdown/i18n/fr.po +++ b/stock_location_lockdown/i18n/fr.po @@ -28,7 +28,8 @@ msgid "Inventory Locations" msgstr "" #. module: stock_location_lockdown -#: code:addons/stock_location_lockdown/models/stock_location.py:28 +#. odoo-python +#: code:addons/stock_location_lockdown/models/stock_location.py:0 #, python-format msgid "" "It is impossible to prohibit this location from receiving " @@ -41,10 +42,12 @@ msgid "Quants" msgstr "" #. module: stock_location_lockdown -#: code:addons/stock_location_lockdown/models/stock_quant.py:18 +#. odoo-python +#: code:addons/stock_location_lockdown/models/stock_quant.py:0 #, python-format msgid "" -"The location %s is blocked and can not be used for moving the product %s" +"The location %(location)s is blocked and can not be used for moving the " +"product %(product)s" msgstr "" #. module: stock_location_lockdown diff --git a/stock_location_lockdown/i18n/pt.po b/stock_location_lockdown/i18n/pt.po index 97b050202..0b549c471 100644 --- a/stock_location_lockdown/i18n/pt.po +++ b/stock_location_lockdown/i18n/pt.po @@ -28,7 +28,8 @@ msgid "Inventory Locations" msgstr "Localizações de Inventário" #. module: stock_location_lockdown -#: code:addons/stock_location_lockdown/models/stock_location.py:28 +#. odoo-python +#: code:addons/stock_location_lockdown/models/stock_location.py:0 #, python-format msgid "" "It is impossible to prohibit this location from receiving " @@ -41,10 +42,12 @@ msgid "Quants" msgstr "" #. module: stock_location_lockdown -#: code:addons/stock_location_lockdown/models/stock_quant.py:18 +#. odoo-python +#: code:addons/stock_location_lockdown/models/stock_quant.py:0 #, python-format msgid "" -"The location %s is blocked and can not be used for moving the product %s" +"The location %(location)s is blocked and can not be used for moving the " +"product %(product)s" msgstr "" #. module: stock_location_lockdown diff --git a/stock_location_lockdown/i18n/zh_CN.po b/stock_location_lockdown/i18n/zh_CN.po index 955b06d96..8de7ef6ca 100644 --- a/stock_location_lockdown/i18n/zh_CN.po +++ b/stock_location_lockdown/i18n/zh_CN.po @@ -1,6 +1,6 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * stock_location_lockdown +# * stock_location_lockdown # msgid "" msgstr "" @@ -27,9 +27,12 @@ msgid "Inventory Locations" msgstr "库存位置" #. module: stock_location_lockdown -#: code:addons/stock_location_lockdown/models/stock_location.py:28 +#. odoo-python +#: code:addons/stock_location_lockdown/models/stock_location.py:0 #, python-format -msgid "It is impossible to prohibit this location from receiving products as it already contains some." +msgid "" +"It is impossible to prohibit this location from receiving " +"products as it already contains some." msgstr "因为已经包含一些产品,所以无法禁止此位置接收产品。" #. module: stock_location_lockdown @@ -38,12 +41,22 @@ msgid "Quants" msgstr "数量分析" #. module: stock_location_lockdown -#: code:addons/stock_location_lockdown/models/stock_quant.py:18 +#. odoo-python +#: code:addons/stock_location_lockdown/models/stock_quant.py:0 #, python-format -msgid "The location %s is blocked and can not be used for moving the product %s" -msgstr "位置%s被阻止,无法用于移动产品%s" +msgid "" +"The location %(location)s is blocked and can not be used for moving the " +"product %(product)s" +msgstr "" #. module: stock_location_lockdown #: model:ir.model.fields,help:stock_location_lockdown.field_stock_location__block_stock_entrance -msgid "if this box is checked, putting stock on this location won't be allowed. Usually used for a virtual location that has childrens." +msgid "" +"if this box is checked, putting stock on this location won't be allowed. " +"Usually used for a virtual location that has childrens." msgstr "如果选中此框,则不允许在此位置放货。通常用于有子位置的虚拟位置。" + +#, python-format +#~ msgid "" +#~ "The location %s is blocked and can not be used for moving the product %s" +#~ msgstr "位置%s被阻止,无法用于移动产品%s"