mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
Major changes to the way Warehouses update their routes/rules and self heal. Improved rule code to use `float_compare` and `float_is_zero`.
140 lines
4.0 KiB
Plaintext
140 lines
4.0 KiB
Plaintext
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * stock_mts_mto_rule
|
|
#
|
|
# Translators:
|
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
# Bole <bole@dajmi5.com>, 2018
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Odoo Server 10.0\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2018-02-27 11:37+0000\n"
|
|
"PO-Revision-Date: 2018-02-27 11:37+0000\n"
|
|
"Last-Translator: Bole <bole@dajmi5.com>, 2018\n"
|
|
"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n"
|
|
"Language: hr\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: \n"
|
|
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
|
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
|
|
|
#. module: stock_mts_mto_rule
|
|
#: model:ir.model.fields,field_description:stock_mts_mto_rule.field_stock_rule__action
|
|
msgid "Action"
|
|
msgstr ""
|
|
|
|
#. module: stock_mts_mto_rule
|
|
#: selection:stock.rule,action:0
|
|
msgid "Buy"
|
|
msgstr ""
|
|
|
|
#. module: stock_mts_mto_rule
|
|
#: selection:stock.rule,action:0
|
|
msgid "Choose between MTS and MTO"
|
|
msgstr "Izaberite između MTO i MTS pravila"
|
|
|
|
#. module: stock_mts_mto_rule
|
|
#: model:ir.model.fields,help:stock_mts_mto_rule.field_stock_warehouse__mto_mts_management
|
|
msgid ""
|
|
"If this new route is selected on product form view, a purchase order will be "
|
|
"created only if the virtual stock is less than 0 else, the product will be "
|
|
"taken from stocks"
|
|
msgstr ""
|
|
|
|
#. module: stock_mts_mto_rule
|
|
#: code:addons/stock_mts_mto_rule/models/stock_rule.py:28
|
|
#, python-format
|
|
msgid ""
|
|
"Inconsistency between the source locations of the mts and mto rules linked "
|
|
"to the procurement rule: %s! It should be the same."
|
|
msgstr ""
|
|
|
|
#. module: stock_mts_mto_rule
|
|
#: model:ir.model.fields,field_description:stock_mts_mto_rule.field_stock_rule__mto_rule_id
|
|
msgid "MTO Rule"
|
|
msgstr "MTO pravilo"
|
|
|
|
#. module: stock_mts_mto_rule
|
|
#: model:ir.model.fields,field_description:stock_mts_mto_rule.field_stock_warehouse__mts_mto_rule_id
|
|
msgid "MTO+MTS rule"
|
|
msgstr "MTO+MTS pravilo"
|
|
|
|
#. module: stock_mts_mto_rule
|
|
#: model:ir.model.fields,field_description:stock_mts_mto_rule.field_stock_rule__mts_rule_id
|
|
msgid "MTS Rule"
|
|
msgstr "MTS pravilo"
|
|
|
|
#. module: stock_mts_mto_rule
|
|
#: code:addons/stock_mts_mto_rule/models/stock_warehouse.py:36
|
|
#, python-format
|
|
msgid "MTS+MTO"
|
|
msgstr "MTS+MTO"
|
|
|
|
#. module: stock_mts_mto_rule
|
|
#: code:addons/stock_mts_mto_rule/models/stock_warehouse.py:57
|
|
#: model:stock.location.route,name:stock_mts_mto_rule.route_mto_mts
|
|
#, python-format
|
|
msgid "Make To Order + Make To Stock"
|
|
msgstr "Make To Order + Make To Stock"
|
|
|
|
#. module: stock_mts_mto_rule
|
|
#: code:addons/stock_mts_mto_rule/models/stock_rule.py:23
|
|
#, python-format
|
|
msgid "No MTS or MTO rule configured on procurement rule: %s!"
|
|
msgstr ""
|
|
|
|
#. module: stock_mts_mto_rule
|
|
#: selection:stock.rule,action:0
|
|
msgid "Pull & Push"
|
|
msgstr ""
|
|
|
|
#. module: stock_mts_mto_rule
|
|
#: selection:stock.rule,action:0
|
|
msgid "Pull From"
|
|
msgstr ""
|
|
|
|
#. module: stock_mts_mto_rule
|
|
#: selection:stock.rule,action:0
|
|
msgid "Push To"
|
|
msgstr ""
|
|
|
|
#. module: stock_mts_mto_rule
|
|
#: model:ir.model,name:stock_mts_mto_rule.model_stock_rule
|
|
#, fuzzy
|
|
#| msgid "MTS Rule"
|
|
msgid "Stock Rule"
|
|
msgstr "MTS pravilo"
|
|
|
|
#. module: stock_mts_mto_rule
|
|
#: model:ir.model.fields,field_description:stock_mts_mto_rule.field_stock_warehouse__mto_mts_management
|
|
msgid "Use MTO+MTS rules"
|
|
msgstr "Koristi MTO+MTS pravila"
|
|
|
|
#. module: stock_mts_mto_rule
|
|
#: model:ir.model,name:stock_mts_mto_rule.model_stock_warehouse
|
|
msgid "Warehouse"
|
|
msgstr "Skladište"
|
|
|
|
#~ msgid "Can't find MTO Rule on the warehouse"
|
|
#~ msgstr "Nemogu naći MTO pravilo na skladištu"
|
|
|
|
#~ msgid "Can't find MTS Rule on the warehouse"
|
|
#~ msgstr "Nemogu naći MTO pravilo na skladištu"
|
|
|
|
#~ msgid "Can't find any generic MTS+MTO route."
|
|
#~ msgstr "Nemogu naći nijedno generičko MTO+MTS pravilo."
|
|
|
|
#~ msgid "Procurement Rule"
|
|
#~ msgstr "Pavilo nabave"
|
|
|
|
#~ msgid "Mto+Mts Procurement"
|
|
#~ msgstr "Mto+Mts Nabava"
|
|
|
|
#~ msgid "Procurement"
|
|
#~ msgstr "Nabava"
|
|
|
|
#~ msgid "Procurements"
|
|
#~ msgstr "Nabave"
|