769eafb483
Flectra is Forked from Odoo v11 commit : (6135e82d73
)
7673 lines
285 KiB
Plaintext
7673 lines
285 KiB
Plaintext
# Translation of Odoo Server.
|
||
# This file contains the translation of the following modules:
|
||
# * stock
|
||
#
|
||
# Translators:
|
||
# Norimichi Sugimoto <norimichi.sugimoto@tls-ltd.co.jp>, 2017
|
||
# Yoshi Tashiro <tashiro@roomsfor.hk>, 2017
|
||
# Martin Trigaux <mat@odoo.com>, 2017
|
||
# SHIMIZU Taku <shimizu.taku@gmail.com>, 2017
|
||
# 高木正勝 <masakatsu.takagi@pro-spire.co.jp>, 2017
|
||
# Kohji Katayama <kohji.katayama@dreamyard.co.jp>, 2017
|
||
# Manami Hashi <manami@roomsfor.hk>, 2017
|
||
# NOKA Shigekazu <shigekazu.noka@gmail.com>, 2017
|
||
# Tim Siu Lai <tl@roomsfor.hk>, 2017
|
||
msgid ""
|
||
msgstr ""
|
||
"Project-Id-Version: Odoo Server 11.0\n"
|
||
"Report-Msgid-Bugs-To: \n"
|
||
"POT-Creation-Date: 2017-11-30 13:11+0000\n"
|
||
"PO-Revision-Date: 2017-11-30 13:11+0000\n"
|
||
"Last-Translator: Tim Siu Lai <tl@roomsfor.hk>, 2017\n"
|
||
"Language-Team: Japanese (https://www.transifex.com/odoo/teams/41243/ja/)\n"
|
||
"MIME-Version: 1.0\n"
|
||
"Content-Type: text/plain; charset=UTF-8\n"
|
||
"Content-Transfer-Encoding: \n"
|
||
"Language: ja\n"
|
||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_move.py:308
|
||
#, python-format
|
||
msgid " (%s reserved)"
|
||
msgstr "(%s 引当済)"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_move.py:311
|
||
#, python-format
|
||
msgid " (reserved)"
|
||
msgstr " (引当済)"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_picking_state
|
||
msgid ""
|
||
" * Draft: not confirmed yet and will not be scheduled until confirmed.\n"
|
||
" * Waiting Another Operation: waiting for another move to proceed before it becomes automatically available (e.g. in Make-To-Order flows).\n"
|
||
" * Waiting: if it is not ready to be sent because the required products could not be reserved.\n"
|
||
" * Ready: products are reserved and ready to be sent. If the shipping policy is 'As soon as possible' this happens as soon as anything is reserved.\n"
|
||
" * Done: has been processed, can't be modified or cancelled anymore.\n"
|
||
" * Cancelled: has been cancelled, can't be confirmed anymore."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_move_picking_form
|
||
msgid "#Products"
|
||
msgstr "プロダクト数量"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_warehouse.py:481
|
||
#, python-format
|
||
msgid "%s: Supply Product from %s"
|
||
msgstr "%s: 製品はここから供給されています %s"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/res_company.py:24
|
||
#, python-format
|
||
msgid "%s: Transit Location"
|
||
msgstr "%s: 積送ロケーション"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_move_line_state
|
||
#: model:ir.model.fields,help:stock.field_stock_move_state
|
||
msgid ""
|
||
"* New: When the stock move is created and not yet confirmed.\n"
|
||
"* Waiting Another Move: This state can be seen when a move is waiting for another one, for example in a chained flow.\n"
|
||
"* Waiting Availability: This state is reached when the procurement resolution is not straight forward. It may need the scheduler to run, a component to be manufactured...\n"
|
||
"* Available: When products are reserved, it is set to 'Available'.\n"
|
||
"* Done: When the shipment is processed, the state is 'Done'."
|
||
msgstr ""
|
||
"* 新規:在庫移動が作成されて、まだ確認されていない場合です。\n"
|
||
"* 別の移動待ち:この状態は連鎖フローのような別の移動を待つ場合を表します。\n"
|
||
"* 利用可能待ち:調達の解決が単純でない状態です。その場合は構成部品の製造やスケジューラの実行が必要になります。\n"
|
||
"* 利用可能:製品が確保されると「利用可能」に設定されます。\n"
|
||
"* 完了:出荷が処理されると「完了」状態になります。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_location_usage
|
||
msgid ""
|
||
"* Vendor Location: Virtual location representing the source location for products coming from your vendors\n"
|
||
"* View: Virtual location used to create a hierarchical structures for your warehouse, aggregating its child locations ; can't directly contain products\n"
|
||
"* Internal Location: Physical locations inside your own warehouses,\n"
|
||
"* Customer Location: Virtual location representing the destination location for products sent to your customers\n"
|
||
"* Inventory Loss: Virtual location serving as counterpart for inventory operations used to correct stock levels (Physical inventories)\n"
|
||
"* Procurement: Virtual location serving as temporary counterpart for procurement operations when the source (vendor or production) is not known yet. This location should be empty when the procurement scheduler has finished running.\n"
|
||
"* Production: Virtual counterpart location for production operations: this location consumes the raw material and produces finished products\n"
|
||
"* Transit Location: Counterpart location that should be used in inter-company or inter-warehouses operations"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ", if accounting or purchase is installed"
|
||
msgstr "、会計または購買がインストールされている場合"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "- The Odoo Team"
|
||
msgstr "- The Odoo チーム"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.stock_warn_insufficient_qty_form_view
|
||
msgid ""
|
||
"<br/>\n"
|
||
" <strong>Here is your current inventory: </strong>"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"<span class=\"label label-default text-center "
|
||
"odoo_purple\">'Available'</span>"
|
||
msgstr "<span class=\"label label-default text-center odoo_purple\">'利用可能'</span>"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"<span class=\"label label-default text-center odoo_purple\">Click on <span "
|
||
"class=\"fa fa-truck\"/> Delivery</span>"
|
||
msgstr ""
|
||
"<span class=\"label label-default text-center odoo_purple\">クリックで <span "
|
||
"class=\"fa fa-truck\"/> 配送</span>"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"<span class=\"label label-default text-center odoo_purple\">Click on <span "
|
||
"class=\"fa fa-truck\"/> Shipment</span>"
|
||
msgstr ""
|
||
"<span class=\"label label-default text-center odoo_purple\">クリックで <span "
|
||
"class=\"fa fa-truck\"/> 出荷</span>"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"<span class=\"label label-default text-center odoo_purple\">Confirm "
|
||
"Order</span>"
|
||
msgstr "<span class=\"label label-default text-center odoo_purple\">オーダ確認</span>"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"<span class=\"label label-default text-center odoo_purple\">Confirm "
|
||
"Sale</span>"
|
||
msgstr "<span class=\"label label-default text-center odoo_purple\">販売確認</span>"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"<span class=\"label label-default text-center odoo_purple\">Find Incoming "
|
||
"Shipments</span>"
|
||
msgstr ""
|
||
"<span class=\"label label-default text-center odoo_purple\">到着する貨物を見る</span>"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"<span class=\"label label-default text-center odoo_purple\">Process the "
|
||
"products</span>"
|
||
msgstr ""
|
||
"<span class=\"label label-default text-center "
|
||
"odoo_purple\">プロダクトを処理する</span>"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"<span class=\"label label-default text-center odoo_purple\">Validate the "
|
||
"Delivery</span>"
|
||
msgstr "<span class=\"label label-default text-center odoo_purple\">配送の検証</span>"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"<span class=\"label label-default text-center odoo_purple\">Validate the "
|
||
"Receipt Order</span>"
|
||
msgstr "<span class=\"label label-default text-center odoo_purple\">受注を確認</span>"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_inventory_form
|
||
msgid "<span class=\"o_stat_text\">Details</span>"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.product_form_view_procurement_button
|
||
#: model:ir.ui.view,arch_db:stock.product_template_form_view_procurement_button
|
||
msgid "<span class=\"o_stat_text\">Forecasted</span>"
|
||
msgstr "<span class=\"o_stat_text\">見通し</span>"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.product_form_view_procurement_button
|
||
msgid ""
|
||
"<span class=\"o_stat_text\">Min :</span>\n"
|
||
" <span class=\"o_stat_text\">Max:</span>"
|
||
msgstr ""
|
||
"<span class=\"o_stat_text\">最少 :</span>\n"
|
||
"<span class=\"o_stat_text\">最大:</span>"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.product_template_form_view_procurement_button
|
||
msgid ""
|
||
"<span class=\"o_stat_text\">Min:</span>\n"
|
||
" <span class=\"o_stat_text\">Max:</span>"
|
||
msgstr ""
|
||
"<span class=\"o_stat_text\">最小数量:</span>\n"
|
||
"<span class=\"o_stat_text\">最大数量:</span>"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"<span class=\"panel-title\">\n"
|
||
" <span class=\"fa\" data-icon=\"\"/>\n"
|
||
" <strong>Import a file</strong><br/>\n"
|
||
" <span class=\"small\">Recommended if >100 products</span>\n"
|
||
" </span>"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"<span class=\"panel-title\">\n"
|
||
" <span class=\"fa\" data-icon=\"\"/>\n"
|
||
" <strong>Import</strong><br/>\n"
|
||
" <span class=\"small\">> 50 vendors</span>\n"
|
||
" </span>"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"<span class=\"panel-title\">\n"
|
||
" <span class=\"fa\" data-icon=\"\"/>\n"
|
||
" <strong> Create manually</strong><br/>\n"
|
||
" <span class=\"small\">< 50 vendors</span>\n"
|
||
" </span>"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"<span class=\"panel-title\">\n"
|
||
" <span class=\"fa\" data-icon=\"\"/>\n"
|
||
" <strong> Create manually</strong><br/>\n"
|
||
" <span class=\"small\">Recommended if <100 products</span>\n"
|
||
" </span>"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"<span class=\"panel-title\">\n"
|
||
" <strong>From the Inventory application</strong>\n"
|
||
" </span>"
|
||
msgstr ""
|
||
"<span class=\"panel-title\">\n"
|
||
"<strong>資産アプリケーションから</strong>\n"
|
||
"</span>"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"<span class=\"panel-title\">\n"
|
||
" <strong>From the Purchase application</strong>\n"
|
||
" </span>"
|
||
msgstr ""
|
||
"<span class=\"panel-title\">\n"
|
||
"<strong>購買アプリケーションから</strong>\n"
|
||
"</span>"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"<span class=\"panel-title\">\n"
|
||
" <strong>From the Sales application</strong>\n"
|
||
" </span>"
|
||
msgstr ""
|
||
"<span class=\"panel-title\">\n"
|
||
"<strong>販売アプリケーションから</strong>\n"
|
||
"</span>"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.report_delivery_document
|
||
#: model:ir.ui.view,arch_db:stock.report_picking
|
||
msgid "<span><strong>Customer Address:</strong></span>"
|
||
msgstr "<span><strong>顧客アドレス:</strong></span>"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.report_picking
|
||
msgid "<span><strong>Delivery Address:</strong></span>"
|
||
msgstr "<span><strong>配送先アドレス:</strong></span>"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.report_picking
|
||
msgid "<span><strong>Partner Address:</strong></span>"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.report_picking
|
||
msgid "<span><strong>Warehouse Address:</strong></span>"
|
||
msgstr "<span><strong>倉庫アドレス:</strong></span>"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.stock_picking_type_kanban
|
||
msgid "<span>New</span>"
|
||
msgstr "<span>新規</span>"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.report_picking
|
||
msgid "<span>No reservation or quantity done yet.</span>"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.stock_picking_type_kanban
|
||
msgid "<span>View</span>"
|
||
msgstr "<span>ビュー</span>"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"<span>You need to install the Accounting or Purchases app to manage "
|
||
"vendors.</span>"
|
||
msgstr "<span>ベンダーを管理するには、会計または購買アプリをインストールする必要があります。</span>"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"<span>You need to install the Purchases Management app for this flow.</span>"
|
||
msgstr "<span>このフロー用にに購買管理アプリをインストールする必要があります.</span>"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"<span>You need to install the Sales Management app for this flow.</span>"
|
||
msgstr "<span>このフロー用に販売管理アプリをインストールする必要があります。</span>"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_template_property_form
|
||
msgid "<span>kg</span>"
|
||
msgstr "<span>kg</span>"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_template_property_form
|
||
msgid "<span>m³</span>"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.message_head
|
||
msgid ""
|
||
"<strong>\n"
|
||
" The done move line has been corrected.\n"
|
||
" </strong>"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "<strong>Activate <i>Track lots or serial numbers</i></strong> in your"
|
||
msgstr "<strong><i>ロットまたはシリアル番号を追跡</i> を有効</strong>に"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"<strong>Automated flows</strong>: from sale to delivery, and purchase to "
|
||
"reception"
|
||
msgstr "<strong>自動フロー</strong>:販売から配送、受注から購入まで"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "<strong>Automated replenishment rules</strong>"
|
||
msgstr "<strong>自動補充ルール</strong>"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"<strong>Available products</strong> are currently available for use in "
|
||
"filling a new order for purposes such as production or distribution. This "
|
||
"quantity does not include items already allocated to other orders or items "
|
||
"that are in transit from a supplier"
|
||
msgstr ""
|
||
"<strong>利用可能な商品</strong>は、現在、生産や流通などの目的で新規注文を行う際に使用できます。 "
|
||
"この数量には、他の発注にすでに割り当てられている明細またはサプライヤーからの輸送中の明細は含まれません"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"<strong>Buy:</strong> the product is bought from a vendor through a Purchase"
|
||
" Order"
|
||
msgstr "<strong>購入:</strong>製品が購入注文を通じて仕入先から購入"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.report_picking
|
||
msgid "<strong>Commitment Date</strong>"
|
||
msgstr "<strong>コミット日</strong>"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"<strong>Consumable products</strong> are always assumed to be in sufficient "
|
||
"quantity in your stock, therefore their available quantities are not tracked"
|
||
msgstr "<strong>消耗品</strong>は常に在庫に十分な量があるとみなされるため、使用可能な数量は追跡されません"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.report_delivery_document
|
||
#: model:ir.ui.view,arch_db:stock.report_inventory
|
||
msgid "<strong>Date</strong>"
|
||
msgstr "<strong>日付</strong>"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.report_delivery_document
|
||
msgid "<strong>Delivered Quantity</strong>"
|
||
msgstr "<strong>納入数量</strong>"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "<strong>Enjoy your Inventory management with Odoo!</strong>"
|
||
msgstr "<strong>Odooで資産管理を楽しんでね!</strong>"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "<strong>Import data</strong>"
|
||
msgstr "<strong>データのインポート</strong>"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.report_inventory
|
||
msgid "<strong>Inventory</strong>"
|
||
msgstr "<strong>資産</strong>"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.report_inventory
|
||
msgid "<strong>Location</strong>"
|
||
msgstr "<strong>ロケーション</strong>"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"<strong>Make to Order:</strong> the product is acquired only as demand "
|
||
"requires, each time a Sales Order is confirmed. This does not modify stock "
|
||
"in the medium term because you restock with the exact amount that was "
|
||
"ordered"
|
||
msgstr ""
|
||
"<strong>受注生産:</strong> "
|
||
"製品は受注が確認されてから製造に取り掛かります。中期在庫に変動は与えません、なぜなら必要な量だけ再在庫するからです。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"<strong>Make to Stock:</strong> your customers are supplied from available "
|
||
"stock. If the quantities in stock are too low to fulfill the order, a "
|
||
"Purchase Order is generated according the minimum stock rules in order to "
|
||
"get the products required"
|
||
msgstr ""
|
||
"<strong>在庫にする:</strong> 顧客には利用可能な在庫から供給されます。 "
|
||
"在庫数量が少なすぎて注文を履行できない場合、必要な製品を得るために最小在庫ルールに従って購入注文が生成されます"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"<strong>Manufacture:</strong> the product is manufactured internally or the "
|
||
"service is supplied from internal resources"
|
||
msgstr "<strong>製造:</strong>製品が内部で製造されているか、サービスが内部リソースから供給されます"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_stock_warehouse_orderpoint_kanban
|
||
msgid "<strong>Max qty :</strong>"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_stock_warehouse_orderpoint_kanban
|
||
msgid "<strong>Min qty :</strong>"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"<strong>No address defined on the supplier partner:</strong> you have to "
|
||
"complete an address for the default supplier for the product concerned."
|
||
msgstr ""
|
||
"<strong>サプライヤパートナーに定義されている住所がありません:</strong>該当する製品のデフォルトサプライヤのアドレスを入力する必要があります。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"<strong>No bill of materials defined for production:</strong> you need to "
|
||
"create a BoM or indicate that the product can be purchased instead."
|
||
msgstr ""
|
||
"<strong>生産用に義された部品表がありません:</strong> BoM部品表を作成するか、代わりに製品を購入できることを示す必要があります。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"<strong>No quantity available in stock:</strong> you have to create a "
|
||
"reordering rule and put it in the order, or manually procure it."
|
||
msgstr "<strong>数量がない在庫:</strong>並べ替えルールを作成して注文に入れるか、手動で調達する必要があります。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"<strong>No supplier available for a purchase:</strong> you have to define a "
|
||
"supplier in the Procurements tab of the product form."
|
||
msgstr "<strong>購入可能なサプライヤがありません:</strong>製品フォームの調達タブでサプライヤを定義する必要があります。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"<strong>On Hand products</strong> are physically located in the warehouse "
|
||
"location at the current time. This includes items that are already allocated"
|
||
" to fulfilling production needs or sales orders"
|
||
msgstr ""
|
||
"<strong>手持ちの製品</strong>とは現時点で倉庫内に物理的に配置されているものです。 "
|
||
"これには、生産要求または受注を満たすためにすでに割り当てられている品目が含まれます"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.report_delivery_document
|
||
#: model:ir.ui.view,arch_db:stock.report_picking
|
||
msgid "<strong>Order (Origin)</strong>"
|
||
msgstr "<strong>オーダ (要求元)</strong>"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.report_delivery_document
|
||
msgid "<strong>Ordered Quantity</strong>"
|
||
msgstr "<strong>注文数</strong>"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.report_inventory
|
||
msgid "<strong>Package</strong>"
|
||
msgstr "<strong>パッケージ</strong>"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.report_delivery_document
|
||
#: model:ir.ui.view,arch_db:stock.report_inventory
|
||
msgid "<strong>Product</strong>"
|
||
msgstr "<strong>プロダクト</strong>"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.report_inventory
|
||
msgid "<strong>Production Lot</strong>"
|
||
msgstr "<strong>製造ロット</strong>"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_stock_move_kanban
|
||
msgid "<strong>Qty: </strong>"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.report_inventory
|
||
msgid "<strong>Quantity</strong>"
|
||
msgstr "<strong>数量</strong>"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.report_picking
|
||
msgid "<strong>Scheduled Date</strong>"
|
||
msgstr "<strong>予定日</strong>"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"<strong>Service products</strong> are non-material products provided by a "
|
||
"company or an individual"
|
||
msgstr "<strong>サービス商品</strong>は、企業または個人が提供する現物でない商品です"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.report_picking
|
||
msgid "<strong>State</strong>"
|
||
msgstr "<strong>状態</strong>"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"<strong>Stockable products</strong> are subject to the full inventory "
|
||
"management system: minimum stock rules, automatic procurement, etc."
|
||
msgstr "<strong>在庫可能商品</strong>は、最小在庫ルール、自動調達など、在庫管理システムの対象となります。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.message_head
|
||
msgid "<strong>The initial demand has been updated.</strong>"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.report_inventory
|
||
msgid "<strong>Total Quantity</strong>"
|
||
msgstr "<strong>合計数量</strong>"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "<strong>Warehouse Locations</strong>"
|
||
msgstr "<strong>倉庫ロケーション</strong>"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"<strong>When you process an incoming shipment, internal transfer or "
|
||
"delivery</strong>, assign a lot number or different lot numbers or serial "
|
||
"numbers to a product by clicking on the <span class=\"fa fa-list\"/> icon"
|
||
msgstr ""
|
||
"<span class=\"fa fa-list\"/> "
|
||
"アイコンをクリックすると、<strong>入荷、内部転送、または配送を処理する際に</strong>、製品にロット番号または違うロット番号またはシリアル番号を割り当てることができます"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_inventory.py:115
|
||
#, python-format
|
||
msgid "A Pack"
|
||
msgstr "1梱包"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "A classic purchase flow looks like the following:"
|
||
msgstr "従来型の購入フローは次のようになります:"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "A classic sales flow looks like the following:"
|
||
msgstr "従来型の販売フローは次のようになります:"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_move_line.py:86
|
||
#, python-format
|
||
msgid "A done move line should never have a reserved quantity."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"A good inventory management aims to optimize stock levels: not too low (or\n"
|
||
" you may find yourself out of stock) and not too high (your products occupy\n"
|
||
" space and may lose value)."
|
||
msgstr ""
|
||
"優れた在庫管理は、在庫レベルを最適化することを目指しています。多すぎず(製品が場所を占有し、価値を失う可能性があります)、少なすぎず(在庫切れの可能性もあります)です。"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_quant.py:76
|
||
#, python-format
|
||
msgid "A serial number should only be linked to a single product."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_move_product_type
|
||
msgid ""
|
||
"A stockable product is a product for which you manage stock. The \"Inventory\" app has to be installed.\n"
|
||
"A consumable product, on the other hand, is a product for which stock is not managed.\n"
|
||
"A service is a non-material product you provide.\n"
|
||
"A digital content is a non-material product you sell online. The files attached to the products are the one that are sold on the e-commerce such as e-books, music, pictures,... The \"Digital Product\" module has to be installed."
|
||
msgstr ""
|
||
"保管可能な製品では在庫を管理するための製品です。資産アプリをインストールする必要があります。\n"
|
||
"一方で、消耗品は、在庫が管理されていない製品です。\n"
|
||
"サービスは、あなたが提供する非物質製品です。\n"
|
||
"デジタルコンテンツは、あなたがオンラインで販売する非物質製品です。ファイルにアッタッチされてe-コマースで販売される音楽やデジタル書籍などです。デジタルプロダクトモジュールをインストールする必要があります。"
|
||
|
||
#. module: stock
|
||
#: model:res.groups,name:stock.group_warning_stock
|
||
msgid "A warning can be set on a partner (Stock)"
|
||
msgstr "取引先に警告設定可 (在庫)"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "API Documentation"
|
||
msgstr "APIドキュメント"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "Accurate visibility on all your operations"
|
||
msgstr "すべての操作の正確な見える化"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_procurement_rule_action
|
||
msgid "Action"
|
||
msgstr "アクション"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_procurement_rule_active
|
||
#: model:ir.model.fields,field_description:stock.field_stock_incoterms_active
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_active
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_path_active
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_route_active
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_active
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_active
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_orderpoint_active
|
||
msgid "Active"
|
||
msgstr "有効"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_res_config_settings_group_stock_adv_location
|
||
msgid ""
|
||
"Add and customize route operations to process product moves in your warehouse(s): e.g. unload > quality control > stock for incoming products, pick > pack > ship for outgoing products. \n"
|
||
" You can also set putaway strategies on warehouse locations in order to send incoming products into specific child locations straight away (e.g. specific bins, racks)."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.res_config_settings_view_form
|
||
msgid ""
|
||
"Add and customize route operations to process product moves in your "
|
||
"warehouse(s): e.g. unload > quality control > stock for incoming products, "
|
||
"pick > pack > ship for outgoing products. You can also set putaway "
|
||
"strategies on warehouse locations in order to send incoming products into "
|
||
"specific child locations straight away (e.g. specific bins, racks)."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
||
msgid "Additional Info"
|
||
msgstr "追加情報"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_comment
|
||
#: model:ir.ui.view,arch_db:stock.view_location_form
|
||
msgid "Additional Information"
|
||
msgstr "追加情報"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_partner_id
|
||
msgid "Address"
|
||
msgstr "アドレス"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "Advanced"
|
||
msgstr "詳細"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.res_config_settings_view_form
|
||
msgid "Advanced Scheduling"
|
||
msgstr "高度なスケジューリング"
|
||
|
||
#. module: stock
|
||
#: selection:stock.move,procure_method:0
|
||
msgid "Advanced: Apply Procurement Rules"
|
||
msgstr "高度:調達ルールの適用"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.stock_picking_type_kanban
|
||
msgid "All"
|
||
msgstr "全て"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,name:stock.action_picking_type_list
|
||
msgid "All Operations"
|
||
msgstr "全てのオペレーション"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,name:stock.stock_picking_action_picking_type
|
||
msgid "All Transfers"
|
||
msgstr "全ての移動"
|
||
|
||
#. module: stock
|
||
#: selection:procurement.group,move_type:0
|
||
msgid "All at once"
|
||
msgstr "一括"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.report_delivery_document
|
||
msgid ""
|
||
"All items couldn't be shipped, the remaining ones will be shipped as soon as"
|
||
" they become available."
|
||
msgstr "すべてのアイテムは出荷できませんでした。残りのアイテムは、使用可能になるとすぐに出荷されます。"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_inventory.py:105
|
||
#, python-format
|
||
msgid "All products"
|
||
msgstr "全プロダクト"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_returned_move_ids
|
||
msgid "All returned moves"
|
||
msgstr "全ての返品移動"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_picking_type_entire_packs
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_show_entire_packs
|
||
msgid "Allow moving packs"
|
||
msgstr "梱包の移動を許可"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_quant.py:82
|
||
#, python-format
|
||
msgid "An incoming date cannot be set to an untracked product."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:stock.inventory.line,product_name:stock.stock_inventory_line_2
|
||
msgid "Apple In-Ear Headphones"
|
||
msgstr "Apple In-Ear ヘッドフォン"
|
||
|
||
#. module: stock
|
||
#: model:stock.inventory.line,product_name:stock.stock_inventory_line_4
|
||
msgid "Apple Wireless Keyboard"
|
||
msgstr "Appleワイヤレスキーボード"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.stock_location_route_form_view
|
||
msgid "Applicable On"
|
||
msgstr "適用箇所"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_route_product_selectable
|
||
msgid "Applicable on Product"
|
||
msgstr "プロダクトに適用可"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_route_product_categ_selectable
|
||
msgid "Applicable on Product Category"
|
||
msgstr "プロダクトカテゴリに適用可"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_route_warehouse_selectable
|
||
msgid "Applicable on Warehouse"
|
||
msgstr "倉庫に適用"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_procurement_rule_form
|
||
msgid "Applied On"
|
||
msgstr "適用対象"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.stock_incoterms_view_search
|
||
#: model:ir.ui.view,arch_db:stock.stock_location_path_filter
|
||
#: model:ir.ui.view,arch_db:stock.stock_location_route_view_search
|
||
#: model:ir.ui.view,arch_db:stock.stock_warehouse_view_search
|
||
#: model:ir.ui.view,arch_db:stock.view_location_search
|
||
#: model:ir.ui.view,arch_db:stock.view_pickingtype_filter
|
||
#: model:ir.ui.view,arch_db:stock.view_procurement_rule_filter
|
||
#: model:ir.ui.view,arch_db:stock.warehouse_orderpoint_search
|
||
msgid "Archived"
|
||
msgstr "アーカイブ済"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.stock_warn_insufficient_qty_form_view
|
||
msgid ""
|
||
"Are you sure you want to confirm this operation? This may lead to "
|
||
"inconsistencies in your inventory."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_overprocessed_transfer
|
||
msgid "Are you sure you want to validate this picking?"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: selection:stock.picking,move_type:0
|
||
msgid "As soon as possible"
|
||
msgstr "なるべく早く"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
||
msgid "Assign Owner"
|
||
msgstr "オーナーを割当"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
||
msgid "Assigned Moves"
|
||
msgstr "割当済移動"
|
||
|
||
#. module: stock
|
||
#: selection:stock.quantity.history,compute_at_date:0
|
||
msgid "At a Specific Date"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.menu,name:stock.menu_variants_action
|
||
msgid "Attribute Values"
|
||
msgstr "属性値"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.menu,name:stock.menu_attribute_action
|
||
#: model:ir.ui.view,arch_db:stock.res_config_settings_view_form
|
||
msgid "Attributes"
|
||
msgstr "属性"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_path_auto
|
||
msgid "Automatic Move"
|
||
msgstr "自動"
|
||
|
||
#. module: stock
|
||
#: selection:stock.location.path,auto:0
|
||
msgid "Automatic No Step Added"
|
||
msgstr "自動 (ステップ追加なし)"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_string_availability_info
|
||
msgid "Availability"
|
||
msgstr "利用可能"
|
||
|
||
#. module: stock
|
||
#: selection:stock.move,state:0
|
||
msgid "Available"
|
||
msgstr "処理可能"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.product_template_search_form_view_stock
|
||
msgid "Available Products"
|
||
msgstr "利用可能プロダクト"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_backorder_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_backorder_id
|
||
msgid "Back Order of"
|
||
msgstr "バックオーダ繰越元"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.stock_picking_type_kanban
|
||
msgid "Back Orders"
|
||
msgstr "バックオーダ"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/wizard/stock_backorder_confirmation.py:20
|
||
#, python-format
|
||
msgid "Back order <em>%s</em> <b>cancelled</b>."
|
||
msgstr "バックオーダー <em>%s</em> <b>キャンセルされました</b>"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_picking.py:790
|
||
#, python-format
|
||
msgid "Back order <em>%s</em> <b>created</b>."
|
||
msgstr "バックオーダー<em>%s</em> <b>作成済み</b>"
|
||
|
||
#. module: stock
|
||
#: model:ir.model,name:stock.model_stock_backorder_confirmation
|
||
msgid "Backorder Confirmation"
|
||
msgstr "バックオーダ確認"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_backorder_confirmation
|
||
msgid "Backorder creation"
|
||
msgstr "バックオーダーの作成"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_picking.py:73
|
||
#, python-format
|
||
msgid "Backorder exists"
|
||
msgstr "バックオーダー存在"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,name:stock.action_picking_tree_backorder
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
||
msgid "Backorders"
|
||
msgstr "バックオーダ"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_barcode
|
||
#: model:ir.ui.view,arch_db:stock.report_picking
|
||
msgid "Barcode"
|
||
msgstr "バーコード"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_barcode_nomenclature_id
|
||
msgid "Barcode Nomenclature"
|
||
msgstr "バーコード表現規則"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.menu,name:stock.menu_wms_barcode_nomenclature_all
|
||
msgid "Barcode Nomenclatures"
|
||
msgstr "バーコード表現規則"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_res_config_settings_module_stock_barcode
|
||
msgid "Barcode Scanner"
|
||
msgstr "バーコードスキャナ"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_res_config_settings_module_stock_picking_batch
|
||
msgid "Batch Pickings"
|
||
msgstr "バッチピッキング"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"Before creating your products, here are a few concepts your should "
|
||
"understand:"
|
||
msgstr "製品を作成する前に、理解すべきいくつかのコンセプトを以下に示します:"
|
||
|
||
#. module: stock
|
||
#: model:stock.location,name:stock.stock_location_4
|
||
msgid "Big Vendors"
|
||
msgstr "大手ベンダー"
|
||
|
||
#. module: stock
|
||
#: selection:res.partner,picking_warn:0
|
||
msgid "Blocking Message"
|
||
msgstr "阻止メッセージ"
|
||
|
||
#. module: stock
|
||
#: model:stock.inventory.line,product_name:stock.stock_inventory_line_15
|
||
msgid "Bose Mini Bluetooth Speaker"
|
||
msgstr "Bose Mini Bluetooth スピーカー"
|
||
|
||
#. module: stock
|
||
#: selection:stock.warehouse,delivery_steps:0
|
||
msgid "Bring goods to output location before shipping (Pick + Ship)"
|
||
msgstr "商品を出荷ロケーションに移動後に出荷 (ピック+出荷)"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_quant_package_quant_ids
|
||
msgid "Bulk Content"
|
||
msgstr "梱包内容"
|
||
|
||
#. module: stock
|
||
#: selection:procurement.rule,action:0
|
||
msgid "Buy"
|
||
msgstr "購入"
|
||
|
||
#. module: stock
|
||
#: selection:product.template,tracking:0
|
||
msgid "By Lots"
|
||
msgstr "ロット"
|
||
|
||
#. module: stock
|
||
#: selection:product.template,tracking:0
|
||
msgid "By Unique Serial Number"
|
||
msgstr "シリアル番号"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_move.py:612
|
||
#, python-format
|
||
msgid ""
|
||
"By changing this quantity here, you accept the new quantity as complete: "
|
||
"Odoo will not automatically generate a back order."
|
||
msgstr "ここでこの数量を変更すると、新しい数量は完全なものとして受け入れられます: Odooは自動的にバックオーダを生成しません。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"By default, Odoo measures products by 'units', which are generic and "
|
||
"represent just about anything"
|
||
msgstr "デフォルトでは、Odooは製品を「単位」で測定します。これは一般的なものであり、ただ、何かを表しています"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_move_procure_method
|
||
msgid ""
|
||
"By default, the system will take from the stock in the source location and "
|
||
"passively wait for availability.The other possibility allows you to directly"
|
||
" create a procurement on the source location (and thus ignore its current "
|
||
"stock) to gather products. If we want to chain moves and have this one to "
|
||
"wait for the previous,this second option should be chosen."
|
||
msgstr ""
|
||
"デフォルトでは、出荷元ロケーションの在庫からシステムが取得され、受注を受動的に待機します。もう1つの方法では、出荷元ロケーションに調達を直接作成して(つまり、現在の在庫を無視して)製品を集めることができます。"
|
||
" 移動を連鎖させて、前のものを待つようにしたい場合は、この2番目のオプションを選択する必要があります。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_location_active
|
||
msgid ""
|
||
"By unchecking the active field, you may hide a location without deleting it."
|
||
msgstr "アクティブな項目のチェックを外すことで、ロケーションを削除することなしに非表示にできます。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_incoterms_active
|
||
msgid ""
|
||
"By unchecking the active field, you may hide an INCOTERM you will not use."
|
||
msgstr "アクティブなフィールドのチェックを外すと、使用しないINCOTERMを非表示にすることができます。"
|
||
|
||
#. module: stock
|
||
#: model:stock.incoterms,name:stock.incoterm_CIP
|
||
msgid "CARRIAGE AND INSURANCE PAID TO"
|
||
msgstr "CARRIAGE AND INSURANCE PAID TO"
|
||
|
||
#. module: stock
|
||
#: model:stock.incoterms,name:stock.incoterm_CPT
|
||
msgid "CARRIAGE PAID TO"
|
||
msgstr "CARRIAGE PAID TO"
|
||
|
||
#. module: stock
|
||
#: model:stock.incoterms,name:stock.incoterm_CFR
|
||
msgid "COST AND FREIGHT"
|
||
msgstr "COST AND FREIGHT"
|
||
|
||
#. module: stock
|
||
#: model:stock.incoterms,name:stock.incoterm_CIF
|
||
msgid "COST, INSURANCE AND FREIGHT"
|
||
msgstr "COST, INSURANCE AND FREIGHT"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.stock_picking_calendar
|
||
msgid "Calendar View"
|
||
msgstr "カレンダビュー"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_warehouse.py:428
|
||
#, python-format
|
||
msgid "Can't find any customer or supplier location."
|
||
msgstr "顧客またはサプライヤの場所を見つけることができません。"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_warehouse.py:476
|
||
#, python-format
|
||
msgid "Can't find any generic Make To Order route."
|
||
msgstr "オーダ基準調達のルートが見つかりません。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.stock_scrap_form_view2
|
||
#: model:ir.ui.view,arch_db:stock.view_immediate_transfer
|
||
#: model:ir.ui.view,arch_db:stock.view_overprocessed_transfer
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
||
#: model:ir.ui.view,arch_db:stock.view_procurement_compute_wizard
|
||
#: model:ir.ui.view,arch_db:stock.view_stock_quantity_history
|
||
#: model:ir.ui.view,arch_db:stock.view_stock_return_picking_form
|
||
msgid "Cancel"
|
||
msgstr "取消"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_inventory_form
|
||
msgid "Cancel Inventory"
|
||
msgstr "棚卸取消"
|
||
|
||
#. module: stock
|
||
#: selection:stock.inventory,state:0 selection:stock.move,state:0
|
||
#: selection:stock.picking,state:0
|
||
msgid "Cancelled"
|
||
msgstr "取消済"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_move.py:468
|
||
#, python-format
|
||
msgid "Cannot unreserve a done move"
|
||
msgstr "完了済の移動は引当解除できません"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_product_product_route_from_categ_ids
|
||
#: model:ir.model.fields,field_description:stock.field_product_template_route_from_categ_ids
|
||
msgid "Category Routes"
|
||
msgstr "カテゴリルート"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_return_picking_move_dest_exists
|
||
msgid "Chained Move Exists"
|
||
msgstr "連鎖移動が存在"
|
||
|
||
#. module: stock
|
||
#: model:ir.model,name:stock.model_stock_change_product_qty
|
||
msgid "Change Product Quantity"
|
||
msgstr "プロダクト数量変更"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.res_config_settings_view_form
|
||
msgid "Change must be higher than"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_move_line_move_id
|
||
msgid "Change to a better name"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
||
msgid "Check Availability"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_picking_has_packages
|
||
msgid "Check the existence of destination packages on move lines"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_picking_move_line_exist
|
||
msgid "Check the existence of pack operation on the picking"
|
||
msgstr "ピッキングに関する梱包作業の有無を確認する"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_location_return_location
|
||
msgid "Check this box to allow using this location as a return location."
|
||
msgstr "返却ロケーションとしてこのロケーションを使用するには、このチェックボックスをオンにします。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_location_scrap_location
|
||
#: model:ir.model.fields,help:stock.field_stock_move_scrapped
|
||
msgid ""
|
||
"Check this box to allow using this location to put scrapped/damaged goods."
|
||
msgstr "廃棄 / 破損品を置くためにこのロケーションを使用する場合は、このボックスをチェックします。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_inventory_line_product_qty
|
||
msgid "Checked Quantity"
|
||
msgstr "実際数量"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_quantity_history_date
|
||
msgid "Choose a date to get the inventory at that date"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_quantity_history_compute_at_date
|
||
msgid ""
|
||
"Choose to analyze the current inventory or from a specific date in the past."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_stock_quantity_history
|
||
msgid "Choose your date"
|
||
msgstr "日付を選択"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,help:stock.action_picking_form
|
||
#: model:ir.actions.act_window,help:stock.action_picking_tree_all
|
||
#: model:ir.actions.act_window,help:stock.action_picking_tree_backorder
|
||
#: model:ir.actions.act_window,help:stock.action_picking_tree_done
|
||
#: model:ir.actions.act_window,help:stock.action_picking_tree_done_grouped
|
||
#: model:ir.actions.act_window,help:stock.action_picking_tree_late
|
||
#: model:ir.actions.act_window,help:stock.action_picking_tree_ready
|
||
#: model:ir.actions.act_window,help:stock.action_picking_tree_waiting
|
||
#: model:ir.actions.act_window,help:stock.stock_picking_action_picking_type
|
||
msgid "Click here to create a new transfer."
|
||
msgstr "クリックして移動を新規作成してください。"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,help:stock.action_stock_scrap
|
||
msgid "Click here to scrap products."
|
||
msgstr "クリックしてプロダクトを廃棄してください。"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,help:stock.action_location_form
|
||
msgid "Click to add a location."
|
||
msgstr "クリックしてロケーションを追加する"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,help:stock.action_production_lot_form
|
||
msgid "Click to add a lot/serial number."
|
||
msgstr "クリックしてロット/シリアル番号を追加する"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,help:stock.action_orderpoint_form
|
||
msgid "Click to add a reordering rule."
|
||
msgstr "クリックして再注文ルールを追加"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,help:stock.action_routes_form
|
||
msgid "Click to add a route."
|
||
msgstr "クリックしてルートを追加してください。"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,help:stock.stock_picking_type_action
|
||
msgid "Click to create a new operation type."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,help:stock.stock_move_action
|
||
msgid "Click to create a stock movement."
|
||
msgstr "クリックして新しい在庫移動を作成"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,help:stock.action_picking_tree
|
||
msgid "Click to create a stock operation."
|
||
msgstr "クリックして在庫処理を作成"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,help:stock.product_template_action_product
|
||
msgid "Click to define a new product."
|
||
msgstr "クリックしてプロダクトを新規作成してください。"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,help:stock.action_picking_type_list
|
||
msgid "Click to define a new transfer."
|
||
msgstr "クリックして新しい移送を定義"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,help:stock.action_warehouse_form
|
||
msgid "Click to define a new warehouse."
|
||
msgstr "クリックして倉庫を新たに定義してください。"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,help:stock.action_receipt_picking_move
|
||
msgid "Click to register a product receipt."
|
||
msgstr "クリックしてプロダクト入荷を登録してください。"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,help:stock.action_inventory_form
|
||
msgid "Click to start an inventory."
|
||
msgstr "クリックして棚卸を開始してください。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_incoterms_code
|
||
msgid "Code"
|
||
msgstr "コード"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_color
|
||
msgid "Color"
|
||
msgstr "色"
|
||
|
||
#. module: stock
|
||
#: model:ir.model,name:stock.model_res_company
|
||
msgid "Companies"
|
||
msgstr "会社"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_procurement_rule_company_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_inventory_company_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_inventory_line_company_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_company_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_path_company_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_route_company_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_company_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_company_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_quant_company_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_quant_package_company_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_company_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_orderpoint_company_id
|
||
#: model:ir.ui.view,arch_db:stock.quant_search_view
|
||
msgid "Company"
|
||
msgstr "会社"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_picking_date_done
|
||
msgid "Completion Date of Transfer"
|
||
msgstr "発送の完了日"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_quantity_history_compute_at_date
|
||
msgid "Compute"
|
||
msgstr "計算"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.res_config_settings_view_form
|
||
msgid "Compute shipping costs and ship with DHL"
|
||
msgstr "DHLで配送費用計算し出荷"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.res_config_settings_view_form
|
||
msgid "Compute shipping costs and ship with FedEx"
|
||
msgstr "FedExで配送費用計算し出荷"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.res_config_settings_view_form
|
||
msgid "Compute shipping costs and ship with UPS"
|
||
msgstr "UPSで配送費用計算し出荷"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.res_config_settings_view_form
|
||
msgid "Compute shipping costs and ship with USPS"
|
||
msgstr "USPSで配送費用計算し出荷"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.res_config_settings_view_form
|
||
msgid "Compute shipping costs and ship with bpost"
|
||
msgstr "bpostで配送費用計算し出荷"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_move_picking_form
|
||
msgid "Conditions"
|
||
msgstr "条件"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.menu,name:stock.menu_stock_config_settings
|
||
msgid "Configuration"
|
||
msgstr "設定"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.stock_warn_insufficient_qty_form_view
|
||
#: model:ir.ui.view,arch_db:stock.view_overprocessed_transfer
|
||
#: model:ir.ui.view,arch_db:stock.view_stock_move_operations
|
||
msgid "Confirm"
|
||
msgstr "確認"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
||
msgid "Confirmed"
|
||
msgstr "確認済"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
||
msgid "Confirmed Moves"
|
||
msgstr "確認済移動"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "Congratulations!"
|
||
msgstr "おめでとうございます!"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_res_config_settings_group_stock_tracking_owner
|
||
msgid "Consignment"
|
||
msgstr "委託在庫"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_line_consume_line_ids
|
||
msgid "Consume Line"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model,name:stock.model_res_partner
|
||
msgid "Contact"
|
||
msgstr "連絡先"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_child_ids
|
||
msgid "Contains"
|
||
msgstr "含む"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_quant_package_form
|
||
msgid "Content"
|
||
msgstr "内容"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_posx
|
||
msgid "Corridor (X)"
|
||
msgstr "通路 (X)"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/wizard/stock_immediate_transfer.py:24
|
||
#, python-format
|
||
msgid ""
|
||
"Could not reserve all requested products. Please use the 'Mark as Todo' "
|
||
"button to handle the reservation manually."
|
||
msgstr "要求されたすべての製品を予約することができませんでした。.手動で予約を処理するために、「処理準備」ボタンを使用してください。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_count_picking
|
||
msgid "Count Picking"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_count_picking_backorders
|
||
msgid "Count Picking Backorders"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_count_picking_draft
|
||
msgid "Count Picking Draft"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_count_picking_late
|
||
msgid "Count Picking Late"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_count_picking_ready
|
||
msgid "Count Picking Ready"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_count_picking_waiting
|
||
msgid "Count Picking Waiting"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_template_property_form
|
||
msgid "Counterpart Locations"
|
||
msgstr "相手ロケーション"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_backorder_confirmation
|
||
msgid "Create Backorder"
|
||
msgstr "バックオーダを作成"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_picking.py:715
|
||
#, python-format
|
||
msgid "Create Backorder?"
|
||
msgstr "バックオーダを作成しますか?"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.stock_scrap_tree_view
|
||
msgid "Create Date"
|
||
msgstr "作成日"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_use_create_lots
|
||
msgid "Create New Lots/Serial Numbers"
|
||
msgstr "ロット/シリアル番号を新規作成"
|
||
|
||
#. module: stock
|
||
#: selection:procurement.rule,procure_method:0
|
||
msgid "Create Procurement"
|
||
msgstr "調達を作成"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "Create Vendors"
|
||
msgstr "仕入先を作成"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "Create a Quotation"
|
||
msgstr "見積を作成"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "Create a RFQ"
|
||
msgstr "見積依頼を作成"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_backorder_confirmation
|
||
msgid ""
|
||
"Create a backorder, if you expect to process the remaining\n"
|
||
" products later. Do not create a backorder if you will not\n"
|
||
" supply the remaining products."
|
||
msgstr "残数量を後で処理する場合は、バックオーダを作成してください (そうでない場合はバックオーダを作成しないでください)。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "Create an Inventory Adjustment"
|
||
msgstr "資産棚卸調整を作成"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "Create your products"
|
||
msgstr "プロダクトを作成"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_inventory_move_ids
|
||
msgid "Created Moves"
|
||
msgstr "生成済在庫移動"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_procurement_group_create_uid
|
||
#: model:ir.model.fields,field_description:stock.field_procurement_rule_create_uid
|
||
#: model:ir.model.fields,field_description:stock.field_product_putaway_create_uid
|
||
#: model:ir.model.fields,field_description:stock.field_product_removal_create_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_backorder_confirmation_create_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_change_product_qty_create_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_fixed_putaway_strat_create_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_immediate_transfer_create_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_incoterms_create_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_inventory_create_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_inventory_line_create_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_create_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_path_create_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_route_create_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_create_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_line_create_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_overprocessed_transfer_create_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_create_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_create_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_production_lot_create_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_quant_create_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_quant_package_create_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_quantity_history_create_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_return_picking_create_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_return_picking_line_create_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_scheduler_compute_create_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_scrap_create_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_traceability_report_create_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_create_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_orderpoint_create_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warn_insufficient_qty_scrap_create_uid
|
||
msgid "Created by"
|
||
msgstr "作成者"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_procurement_group_create_date
|
||
#: model:ir.model.fields,field_description:stock.field_procurement_rule_create_date
|
||
#: model:ir.model.fields,field_description:stock.field_product_putaway_create_date
|
||
#: model:ir.model.fields,field_description:stock.field_product_removal_create_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_backorder_confirmation_create_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_change_product_qty_create_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_fixed_putaway_strat_create_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_immediate_transfer_create_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_incoterms_create_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_inventory_create_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_inventory_line_create_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_create_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_path_create_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_route_create_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_line_create_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_overprocessed_transfer_create_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_create_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_create_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_quant_create_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_quant_package_create_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_quantity_history_create_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_return_picking_create_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_return_picking_line_create_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_scheduler_compute_create_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_scrap_create_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_traceability_report_create_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_create_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_orderpoint_create_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warn_insufficient_qty_scrap_create_date
|
||
msgid "Created on"
|
||
msgstr "作成日"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_procurement_rule_form
|
||
msgid "Creates"
|
||
msgstr "作成"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_move_search
|
||
msgid "Creation"
|
||
msgstr "作成"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_create_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_production_lot_create_date
|
||
msgid "Creation Date"
|
||
msgstr "作成日"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_picking_date
|
||
msgid "Creation Date, usually the time of the order"
|
||
msgstr "作成日は通常オーダーされた時です"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_warehouse.py:433
|
||
#, python-format
|
||
msgid "Cross-Dock"
|
||
msgstr "クロスドッキング"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_crossdock_route_id
|
||
msgid "Crossdock Route"
|
||
msgstr "クロスドックルート"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_report_stock_forecast_cumulative_quantity
|
||
msgid "Cumulative Quantity"
|
||
msgstr "累積数量"
|
||
|
||
#. module: stock
|
||
#: selection:stock.quantity.history,compute_at_date:0
|
||
msgid "Current Inventory"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_quant_package_current_picking_id
|
||
msgid "Current Picking"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_quant_package_current_picking_move_line_ids
|
||
msgid "Current Picking Move Line"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,name:stock.location_open_quants
|
||
#: model:ir.ui.view,arch_db:stock.view_location_form
|
||
msgid "Current Stock"
|
||
msgstr "現在の在庫"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_product_product_qty_available
|
||
msgid ""
|
||
"Current quantity of products.\n"
|
||
"In a context with a single Stock Location, this includes goods stored at this Location, or any of its children.\n"
|
||
"In a context with a single Warehouse, this includes goods stored in the Stock Location of this Warehouse, or any of its children.\n"
|
||
"stored in the Stock Location of the Warehouse of this Shop, or any of its children.\n"
|
||
"Otherwise, this includes goods stored in any Stock Location with 'internal' type."
|
||
msgstr ""
|
||
"現在の製品の数量。\n"
|
||
"単一の在庫ロケーションとの関連では、これには、このロケーションに保管されている製品またはその子が含まれます。\n"
|
||
"単一の倉庫のコンテキストでは、この倉庫の在庫ロケーションに保管されている製品またはその子品が含まれます。\n"
|
||
"このショップの倉庫の保管ロケーションに保管されているか、またはその子のいずれかに保管されています。\n"
|
||
"それ以外の場合は、「内部」タイプの在庫ロケーションに保管されているロケーションが含まれます。"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_picking.py:111
|
||
#: model:ir.ui.view,arch_db:stock.view_location_search
|
||
#, python-format
|
||
msgid "Customer"
|
||
msgstr "顧客"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_product_product_sale_delay
|
||
#: model:ir.model.fields,field_description:stock.field_product_template_sale_delay
|
||
msgid "Customer Lead Time"
|
||
msgstr "顧客リードタイム"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_res_partner_property_stock_customer
|
||
#: model:ir.model.fields,field_description:stock.field_res_users_property_stock_customer
|
||
#: selection:stock.location,usage:0
|
||
msgid "Customer Location"
|
||
msgstr "顧客ロケーション"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_location_search
|
||
msgid "Customer Locations"
|
||
msgstr "顧客ロケーション"
|
||
|
||
#. module: stock
|
||
#: model:stock.location,name:stock.stock_location_customers
|
||
#: selection:stock.picking.type,code:0
|
||
msgid "Customers"
|
||
msgstr "顧客"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.report_stock_body_print
|
||
#: model:ir.ui.view,arch_db:stock.report_stock_inventory
|
||
msgid "DATE"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:stock.incoterms,name:stock.incoterm_DAF
|
||
msgid "DELIVERED AT FRONTIER"
|
||
msgstr "DELIVERED AT FRONTIER"
|
||
|
||
#. module: stock
|
||
#: model:stock.incoterms,name:stock.incoterm_DAP
|
||
msgid "DELIVERED AT PLACE"
|
||
msgstr "DELIVERED AT PLACE"
|
||
|
||
#. module: stock
|
||
#: model:stock.incoterms,name:stock.incoterm_DAT
|
||
msgid "DELIVERED AT TERMINAL"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:stock.incoterms,name:stock.incoterm_DDP
|
||
msgid "DELIVERED DUTY PAID"
|
||
msgstr "DELIVERED DUTY PAID"
|
||
|
||
#. module: stock
|
||
#: model:stock.incoterms,name:stock.incoterm_DDU
|
||
msgid "DELIVERED DUTY UNPAID"
|
||
msgstr "DELIVERED DUTY UNPAID"
|
||
|
||
#. module: stock
|
||
#: model:stock.incoterms,name:stock.incoterm_DEQ
|
||
msgid "DELIVERED EX QUAY"
|
||
msgstr "DELIVERED EX QUAY"
|
||
|
||
#. module: stock
|
||
#: model:stock.incoterms,name:stock.incoterm_DES
|
||
msgid "DELIVERED EX SHIP"
|
||
msgstr "DELIVERED EX SHIP"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_res_config_settings_module_delivery_dhl
|
||
msgid "DHL"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "Daily Operations"
|
||
msgstr "日常業務"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.menu,name:stock.stock_picking_type_menu
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "Dashboard"
|
||
msgstr "ダッシュボード"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_report_stock_forecast_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_line_date
|
||
#: model:ir.ui.view,arch_db:stock.stock_move_tree
|
||
msgid "Date"
|
||
msgstr "日付"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.stock_move_tree
|
||
msgid "Date Expected"
|
||
msgstr "予定日"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_date_done
|
||
msgid "Date of Transfer"
|
||
msgstr "移動日"
|
||
|
||
#. module: stock
|
||
#: selection:stock.warehouse.orderpoint,lead_type:0
|
||
msgid "Day(s) to get the products"
|
||
msgstr "日後に入荷"
|
||
|
||
#. module: stock
|
||
#: selection:stock.warehouse.orderpoint,lead_type:0
|
||
msgid "Day(s) to purchase"
|
||
msgstr "日後に発注"
|
||
|
||
#. module: stock
|
||
#: model:res.company,overdue_msg:stock.res_company_1
|
||
msgid ""
|
||
"Dear Sir/Madam,\n"
|
||
"\n"
|
||
"Our records indicate that some payments on your account are still due. Please find details below.\n"
|
||
"If the amount has already been paid, please disregard this notice. Otherwise, please forward us the total amount stated below.\n"
|
||
"If you have any queries regarding your account, Please contact us.\n"
|
||
"\n"
|
||
"Thank you in advance for your cooperation.\n"
|
||
"Best Regards,"
|
||
msgstr ""
|
||
"担当者様,\n"
|
||
"\n"
|
||
"未払いがあります。詳細は後に記述します。すでにお支払いの場合は大変失礼しました。\n"
|
||
"ご連絡いただきたくよろしくお願いします。\n"
|
||
"\n"
|
||
"以上よろしくお願いいたします,"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_default_location_dest_id
|
||
msgid "Default Destination Location"
|
||
msgstr "デフォルト移動先ロケーション"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_picking_owner_id
|
||
msgid "Default Owner"
|
||
msgstr "デフォルト所有者"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_default_resupply_wh_id
|
||
msgid "Default Resupply Warehouse"
|
||
msgstr "デフォルト補充元倉庫"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_default_location_src_id
|
||
msgid "Default Source Location"
|
||
msgstr "デフォルト移動元ロケーション"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_production_lot_product_uom_id
|
||
#: model:ir.model.fields,help:stock.field_stock_quant_product_uom_id
|
||
#: model:ir.model.fields,help:stock.field_stock_warehouse_orderpoint_product_uom
|
||
msgid "Default Unit of Measure used for all stock operation."
|
||
msgstr "全在庫操作のために使用されるデフォルト単位"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_warehouse_reception_steps
|
||
msgid "Default incoming route to follow"
|
||
msgstr "フォローするデフォルトの到来ルート"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_warehouse_delivery_steps
|
||
msgid "Default outgoing route to follow"
|
||
msgstr "フォローするデフォルトの出立ルート"
|
||
|
||
#. module: stock
|
||
#: selection:stock.move,procure_method:0
|
||
msgid "Default: Take From Stock"
|
||
msgstr "デフォルト: 在庫を消費"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_warehouse_route_ids
|
||
msgid "Defaults routes through the warehouse"
|
||
msgstr "倉庫通過ルートのデフォルト設定"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"Define routes within your warehouse according to business needs, such as "
|
||
"Quality Control, After Sales Services or Supplier Returns"
|
||
msgstr "品質管理、アフターサービス、サプライヤリターンなど、ビジネスニーズに応じて倉庫内のルートを定義する"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,help:stock.action_location_form
|
||
msgid ""
|
||
"Define your locations to reflect your warehouse structure and\n"
|
||
" organization. Odoo is able to manage physical locations\n"
|
||
" (warehouses, shelves, bin, etc), partner locations (customers,\n"
|
||
" vendors) and virtual locations which are the counterpart of\n"
|
||
" the stock operations like the manufacturing orders\n"
|
||
" consumptions, inventories, etc."
|
||
msgstr ""
|
||
"倉庫の構造と組織を反映するように、ロケーションを定義します。\n"
|
||
" Odooは、製造オーダの消耗品、在庫などの在庫操作の対応する\n"
|
||
"物理的な場所(倉庫、棚、ビンなど)、パートナーの場所(顧客、仕入先)\n"
|
||
"および仮想の場所を管理することができます。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_location_putaway_strategy_id
|
||
msgid ""
|
||
"Defines the default method used for suggesting the exact location (shelf) "
|
||
"where to store the products. This method can be enforced at the product "
|
||
"category level, and a fallback is made on the parent locations if none is "
|
||
"set here."
|
||
msgstr ""
|
||
"製品を保管するロケーション(棚)を正確に示すために使用されるデフォルトの方法を定義します。 "
|
||
"この方法は、製品カテゴリレベルで実施することができます。ここに何も設定されていない場合は、親ロケーションをフォールバックします。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_location_removal_strategy_id
|
||
msgid ""
|
||
"Defines the default method used for suggesting the exact location (shelf) "
|
||
"where to take the products from, which lot etc. for this location. This "
|
||
"method can be enforced at the product category level, and a fallback is made"
|
||
" on the parent locations if none is set here."
|
||
msgstr ""
|
||
"正確なロケーション(棚)をどこから取得するか、このロケーションの、適切なロットなどを提案するために使用されるデフォルトの方法を定義します。 "
|
||
"この方法は、製品カテゴリレベルで実施することができます。ここに何も設定されていない場合は、親ロケーションをフォールバックします。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.stock_location_path_form
|
||
#: model:ir.ui.view,arch_db:stock.view_procurement_rule_form
|
||
msgid "Delay"
|
||
msgstr "遅延"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_path_delay
|
||
msgid "Delay (days)"
|
||
msgstr "遅延 (日数)"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/product.py:332
|
||
#, python-format
|
||
msgid "Delivered Qty"
|
||
msgstr "配送数量"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.stock_move_line_view_search
|
||
msgid "Deliveries"
|
||
msgstr "配送"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_warehouse.py:209
|
||
#: model:stock.picking.type,name:stock.chi_picking_type_out
|
||
#: model:stock.picking.type,name:stock.picking_type_out
|
||
#, python-format
|
||
msgid "Delivery Orders"
|
||
msgstr "配送"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_res_config_settings_group_stock_tracking_lot
|
||
msgid "Delivery Packages"
|
||
msgstr "配送梱包"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_delivery_route_id
|
||
msgid "Delivery Route"
|
||
msgstr "配送ルート"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.report,name:stock.action_report_delivery
|
||
msgid "Delivery Slip"
|
||
msgstr "配送伝票"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_procurement_group_move_type
|
||
msgid "Delivery Type"
|
||
msgstr "配達タイプ"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_product_product_route_ids
|
||
#: model:ir.model.fields,help:stock.field_product_template_route_ids
|
||
msgid ""
|
||
"Depending on the modules installed, this will allow you to define the route "
|
||
"of the product: whether it will be bought, manufactured, MTO/MTS,..."
|
||
msgstr "インストールされたモジュールに応じて購入、製造、受注生産など製品のルートを定義できます。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "Deployment"
|
||
msgstr "展開"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_name
|
||
msgid "Description"
|
||
msgstr "説明"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_template_property_form
|
||
msgid "Description for Delivery Orders"
|
||
msgstr "配送オーダ用説明"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_template_property_form
|
||
msgid "Description for Internal Transfers"
|
||
msgstr "内部転送用説明"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_template_property_form
|
||
msgid "Description for Receptions"
|
||
msgstr "入荷用説明"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_product_product_description_pickingout
|
||
#: model:ir.model.fields,field_description:stock.field_product_template_description_pickingout
|
||
msgid "Description on Delivery Orders"
|
||
msgstr "配送オーダ用説明"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_product_product_description_picking
|
||
#: model:ir.model.fields,field_description:stock.field_product_template_description_picking
|
||
msgid "Description on Picking"
|
||
msgstr "ピッキング表示用説明"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_product_product_description_pickingin
|
||
#: model:ir.model.fields,field_description:stock.field_product_template_description_pickingin
|
||
msgid "Description on Receptions"
|
||
msgstr "入荷用説明"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.report_picking
|
||
#: model:ir.ui.view,arch_db:stock.view_move_search
|
||
msgid "Destination"
|
||
msgstr "移動先"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_partner_id
|
||
msgid "Destination Address "
|
||
msgstr "移動先アドレス (引当用)"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_path_location_dest_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_location_dest_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_location_dest_id
|
||
msgid "Destination Location"
|
||
msgstr "移動先ロケーション"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.message_body
|
||
msgid "Destination Location:"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_move_dest_ids
|
||
#: model:ir.ui.view,arch_db:stock.view_move_form
|
||
msgid "Destination Moves"
|
||
msgstr "連携先移動"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_line_result_package_id
|
||
#: model:ir.ui.view,arch_db:stock.view_move_line_form
|
||
msgid "Destination Package"
|
||
msgstr "先梱包"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.message_body
|
||
msgid "Destination Package :"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_route_ids
|
||
msgid "Destination route"
|
||
msgstr "宛先ルート"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_move.py:446
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
||
#, python-format
|
||
msgid "Detailed Operations"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.stock_location_path_form
|
||
msgid "Details"
|
||
msgstr "詳細"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_show_details_visible
|
||
msgid "Details Visible"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_procurement_rule_procure_method
|
||
msgid ""
|
||
"Determines the procurement method of the stock move that will be generated: "
|
||
"whether it will need to 'take from the available stock' in its source "
|
||
"location or needs to ignore its stock and create a procurement over there."
|
||
msgstr ""
|
||
"生成される在庫移動の調達方法を決定します。元の場所で「利用可能な在庫から取得する」必要があるか、在庫を無視してそこで調達する必要があるかどうかを決定します。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.stock_warn_insufficient_qty_form_view
|
||
#: model:ir.ui.view,arch_db:stock.view_stock_move_operations
|
||
msgid "Discard"
|
||
msgstr "破棄"
|
||
|
||
#. module: stock
|
||
#: model:stock.location,name:stock.location_dispatch_zone
|
||
msgid "Dispatch Zone"
|
||
msgstr "割当ゾーン"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_procurement_group_display_name
|
||
#: model:ir.model.fields,field_description:stock.field_procurement_rule_display_name
|
||
#: model:ir.model.fields,field_description:stock.field_product_putaway_display_name
|
||
#: model:ir.model.fields,field_description:stock.field_product_removal_display_name
|
||
#: model:ir.model.fields,field_description:stock.field_report_stock_forecast_display_name
|
||
#: model:ir.model.fields,field_description:stock.field_stock_backorder_confirmation_display_name
|
||
#: model:ir.model.fields,field_description:stock.field_stock_change_product_qty_display_name
|
||
#: model:ir.model.fields,field_description:stock.field_stock_fixed_putaway_strat_display_name
|
||
#: model:ir.model.fields,field_description:stock.field_stock_immediate_transfer_display_name
|
||
#: model:ir.model.fields,field_description:stock.field_stock_incoterms_display_name
|
||
#: model:ir.model.fields,field_description:stock.field_stock_inventory_display_name
|
||
#: model:ir.model.fields,field_description:stock.field_stock_inventory_line_display_name
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_display_name
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_path_display_name
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_route_display_name
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_display_name
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_line_display_name
|
||
#: model:ir.model.fields,field_description:stock.field_stock_overprocessed_transfer_display_name
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_display_name
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_display_name
|
||
#: model:ir.model.fields,field_description:stock.field_stock_production_lot_display_name
|
||
#: model:ir.model.fields,field_description:stock.field_stock_quant_display_name
|
||
#: model:ir.model.fields,field_description:stock.field_stock_quant_package_display_name
|
||
#: model:ir.model.fields,field_description:stock.field_stock_quantity_history_display_name
|
||
#: model:ir.model.fields,field_description:stock.field_stock_return_picking_display_name
|
||
#: model:ir.model.fields,field_description:stock.field_stock_return_picking_line_display_name
|
||
#: model:ir.model.fields,field_description:stock.field_stock_scheduler_compute_display_name
|
||
#: model:ir.model.fields,field_description:stock.field_stock_scrap_display_name
|
||
#: model:ir.model.fields,field_description:stock.field_stock_traceability_report_display_name
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_display_name
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_orderpoint_display_name
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warn_insufficient_qty_display_name
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warn_insufficient_qty_scrap_display_name
|
||
msgid "Display Name"
|
||
msgstr "表示名"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"Do not hesitate to send us an email to describe your experience or to "
|
||
"suggest improvements!"
|
||
msgstr "あなたの経験を説明するメールや、改善提案をぜひお送りください。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_line_qty_done
|
||
#: model:ir.ui.view,arch_db:stock.stock_move_line_view_search
|
||
#: model:ir.ui.view,arch_db:stock.stock_scrap_form_view2
|
||
#: model:ir.ui.view,arch_db:stock.view_move_search
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
||
#: selection:stock.move,state:0 selection:stock.picking,state:0
|
||
#: selection:stock.scrap,state:0
|
||
msgid "Done"
|
||
msgstr "完了"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,name:stock.action_picking_tree_done
|
||
msgid "Done Transfers"
|
||
msgstr "実行済の移動"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,name:stock.action_picking_tree_done_grouped
|
||
msgid "Done Transfers by Date"
|
||
msgstr "実行済の移動 日付指定"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.res_config_settings_view_form
|
||
msgid "Don’t propagate scheduling changes through chains of operations"
|
||
msgstr "スケジュール変更を関連ドキュメントに反映させない"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "Download the"
|
||
msgstr "ダウンロード"
|
||
|
||
#. module: stock
|
||
#. openerp-web
|
||
#: code:addons/stock/static/src/xml/stock_traceability_report_line.xml:78
|
||
#, python-format
|
||
msgid "Downstream Traceability"
|
||
msgstr "下流追跡"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
||
#: selection:stock.inventory,state:0 selection:stock.picking,state:0
|
||
#: selection:stock.scrap,state:0
|
||
msgid "Draft"
|
||
msgstr "ドラフト"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
||
msgid "Draft Moves"
|
||
msgstr "移動草案"
|
||
|
||
#. module: stock
|
||
#: model:stock.incoterms,name:stock.incoterm_EXW
|
||
msgid "EX WORKS"
|
||
msgstr "EX WORKS"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "Edit its details or add new ones"
|
||
msgstr "詳細を編集するか、新規に追加する"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "End"
|
||
msgstr "終了"
|
||
|
||
#. module: stock
|
||
#. openerp-web
|
||
#: code:addons/stock/static/src/xml/stock_traceability_report_backend.xml:14
|
||
#, python-format
|
||
msgid "Error"
|
||
msgstr "エラー"
|
||
|
||
#. module: stock
|
||
#: model:stock.location,name:stock.stock_location_7
|
||
msgid "European Customers"
|
||
msgstr "ヨーロッパの顧客"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,help:stock.action_location_form
|
||
msgid ""
|
||
"Every stock operation in Odoo moves the products from one\n"
|
||
" location to another one. For instance, if you receive products\n"
|
||
" from a vendor, Odoo will move products from the Vendor\n"
|
||
" location to the Stock location. Each report can be performed on\n"
|
||
" physical, partner or virtual locations."
|
||
msgstr ""
|
||
"Odooのすべての在庫操作は、製品をあるロケーションから別のロケーションに移動します。\n"
|
||
" たとえば、ベンダーから製品を受け取った場合、Odooは製品をベンダーのロケーションから在庫のロケーションに移動します。\n"
|
||
"各レポートは、物理的、パートナーまたは仮想のロケーションにて実行できます。"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_quant.py:407
|
||
#, python-format
|
||
msgid "Everything inside a package should be in the same location"
|
||
msgstr "パッケージ内のすべてが同じロケーションにある必要があります"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "Excel template"
|
||
msgstr "Excelテンプレート"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.product_template_search_form_view_stock
|
||
msgid "Exhausted Stock"
|
||
msgstr "在庫なし"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_date_expected
|
||
#: model:ir.model.fields,field_description:stock.field_stock_scrap_date_expected
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
||
msgid "Expected Date"
|
||
msgstr "予定日"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_res_config_settings_module_product_expiry
|
||
msgid "Expiration Dates"
|
||
msgstr "有効期限"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_location_form
|
||
msgid "External note..."
|
||
msgstr "外部メモ…"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_product_removal_method
|
||
msgid "FIFO, LIFO..."
|
||
msgstr "先入先出、後入先出..."
|
||
|
||
#. module: stock
|
||
#: model:stock.incoterms,name:stock.incoterm_FAS
|
||
msgid "FREE ALONGSIDE SHIP"
|
||
msgstr "FREE ALONGSIDE SHIP"
|
||
|
||
#. module: stock
|
||
#: model:stock.incoterms,name:stock.incoterm_FCA
|
||
msgid "FREE CARRIER"
|
||
msgstr "FREE CARRIER"
|
||
|
||
#. module: stock
|
||
#: model:stock.incoterms,name:stock.incoterm_FOB
|
||
msgid "FREE ON BOARD"
|
||
msgstr "FREE ON BOARD"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_res_config_settings_module_delivery_fedex
|
||
msgid "FedEx"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.quant_search_view
|
||
msgid "Filters"
|
||
msgstr "フィルタ"
|
||
|
||
#. module: stock
|
||
#: selection:procurement.rule,group_propagation_option:0
|
||
msgid "Fixed"
|
||
msgstr "固定"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_putaway
|
||
msgid "Fixed Locations Per Categories"
|
||
msgstr "カテゴリごとの固定ロケーション"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_product_putaway_fixed_location_ids
|
||
msgid "Fixed Locations Per Product Category"
|
||
msgstr "プロダクトカテゴリごとの固定ロケーション"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_procurement_rule_group_id
|
||
msgid "Fixed Procurement Group"
|
||
msgstr "固定調達グループ"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"For the Odoo Team,<br/>\n"
|
||
" Fabien Pinckaers, Founder"
|
||
msgstr ""
|
||
"Odoo チーム,<br/>\n"
|
||
" Fabien Pinckaers, Founder"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_product_category_removal_strategy_id
|
||
msgid "Force Removal Strategy"
|
||
msgstr "強制引当方針"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_product_product_virtual_available
|
||
msgid "Forecast Quantity"
|
||
msgstr "予測数量"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_product_product_virtual_available
|
||
msgid ""
|
||
"Forecast quantity (computed as Quantity On Hand - Outgoing + Incoming)\n"
|
||
"In a context with a single Stock Location, this includes goods stored in this location, or any of its children.\n"
|
||
"In a context with a single Warehouse, this includes goods stored in the Stock Location of this Warehouse, or any of its children.\n"
|
||
"Otherwise, this includes goods stored in any Stock Location with 'internal' type."
|
||
msgstr ""
|
||
"予測数量(受注数量 - 受注数量+入庫数量)\n"
|
||
"単一のストックロケーションを持つコンテキストでは、このロケーションに格納されている製品、またはその子製品が含まれます。\n"
|
||
"単一の倉庫のコンテキストでは、この倉庫の在庫ロケーションに保管されている製品またはその子製品が含まれます。\n"
|
||
"それ以外の場合は、「内部」タイプの在庫ロケーションに保管されている製品が含まれます。"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/product.py:327
|
||
#: model:ir.model.fields,field_description:stock.field_product_template_virtual_available
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_availability
|
||
#, python-format
|
||
msgid "Forecasted Quantity"
|
||
msgstr "見通し数量"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_line_location_id
|
||
#: model:ir.ui.view,arch_db:stock.view_move_tree
|
||
msgid "From"
|
||
msgstr "移動元"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_line_from_loc
|
||
msgid "From Loc"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_show_reserved_availability
|
||
msgid "From Supplier"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_complete_name
|
||
msgid "Full Location Name"
|
||
msgstr "完全ロケーション名"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
||
msgid "Future Activities"
|
||
msgstr "将来の活動"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/product.py:330
|
||
#, python-format
|
||
msgid "Future Deliveries"
|
||
msgstr "配送予定"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/product.py:335
|
||
#, python-format
|
||
msgid "Future P&L"
|
||
msgstr "将来の損益計算書"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/product.py:345
|
||
#, python-format
|
||
msgid "Future Productions"
|
||
msgstr "将来の製品"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/product.py:340
|
||
#, python-format
|
||
msgid "Future Qty"
|
||
msgstr "将来の数量"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/product.py:322
|
||
#, python-format
|
||
msgid "Future Receipts"
|
||
msgstr "入荷予定"
|
||
|
||
#. module: stock
|
||
#: model:stock.location,name:stock.location_gate_a
|
||
msgid "Gate A"
|
||
msgstr "ゲートA"
|
||
|
||
#. module: stock
|
||
#: model:stock.location,name:stock.location_gate_b
|
||
msgid "Gate B"
|
||
msgstr "ゲートB"
|
||
|
||
#. module: stock
|
||
#: model:stock.location,name:stock.stock_location_5
|
||
msgid "Generic IT Vendors"
|
||
msgstr "一般的ITベンダー"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.res_config_settings_view_form
|
||
msgid "Get a full traceability from vendors to customers"
|
||
msgstr "仕入から販売までの在庫追跡"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.res_config_settings_view_form
|
||
msgid "Get informative or blocking warnings on partners"
|
||
msgstr "取引先に情報/ブロック警告を設定"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_fixed_putaway_strat_sequence
|
||
msgid ""
|
||
"Give to the more specialized category, a higher priority to have them in top"
|
||
" of the list."
|
||
msgstr "より専門性の高いカテゴリーに優先順位をつけ、リストの上位に置く。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.stock_location_path_filter
|
||
#: model:ir.ui.view,arch_db:stock.view_procurement_rule_filter
|
||
msgid "Global"
|
||
msgstr "グローバル"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_warehouse_default_resupply_wh_id
|
||
msgid "Goods will always be resupplied from this warehouse"
|
||
msgstr "商品は常にこの倉庫から供給されます"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_stock_level_forecast_filter
|
||
msgid "Graph"
|
||
msgstr "グラフ"
|
||
|
||
#. module: stock
|
||
#: model:stock.inventory.line,product_name:stock.stock_inventory_line_1
|
||
msgid "Graphics Card"
|
||
msgstr "グラフィックカード"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.search_product_lot_filter
|
||
#: model:ir.ui.view,arch_db:stock.stock_move_line_view_search
|
||
#: model:ir.ui.view,arch_db:stock.stock_scrap_search_view
|
||
#: model:ir.ui.view,arch_db:stock.view_inventory_filter
|
||
#: model:ir.ui.view,arch_db:stock.view_move_search
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
||
#: model:ir.ui.view,arch_db:stock.view_stock_level_forecast_filter
|
||
#: model:ir.ui.view,arch_db:stock.warehouse_orderpoint_search
|
||
msgid "Group By"
|
||
msgstr "グループ化"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.quant_package_search_view
|
||
#: model:ir.ui.view,arch_db:stock.quant_search_view
|
||
msgid "Group by..."
|
||
msgstr "グル―プ化…"
|
||
|
||
#. module: stock
|
||
#: model:stock.inventory.line,product_name:stock.stock_inventory_line_9
|
||
msgid "HDD SH-1"
|
||
msgstr "HDD SH-1"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_move_line_exist
|
||
msgid "Has Pack Operations"
|
||
msgstr "梱包作業あり"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_has_packages
|
||
msgid "Has Packages"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_has_scrap_move
|
||
msgid "Has Scrap Moves"
|
||
msgstr "廃棄移動あり"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_posz
|
||
msgid "Height (Z)"
|
||
msgstr "高さ (Z)"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"Help rental management, by generating automated return moves for rented "
|
||
"products"
|
||
msgstr "レンタル品管理を支援。レンタル商品の自動返品処理を生成"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "Here are some usual problems and their solutions:"
|
||
msgstr "ここにいくつかのよくある問題とその解決方法があります:"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,help:stock.action_receipt_picking_move
|
||
msgid ""
|
||
"Here you can receive individual products, no matter what\n"
|
||
" purchase order or picking order they come from. You will find\n"
|
||
" the list of all products you are waiting for. Once you receive\n"
|
||
" an order, you can filter based on the name of the vendor or\n"
|
||
" the purchase order reference. Then you can confirm all products\n"
|
||
" received using the buttons on the right of each line."
|
||
msgstr ""
|
||
"ここでは購買オーダやピッキングオーダに関係なく、個別のプロダクトの入荷処理を行います。入荷待ちの全てのプロダクトが表示される状態から、仕入先名や購買オーダ参照でフィルタをかけて入荷対象のプロダクトを表示し、各ラインの右側に表示されるボタンをクリックして入荷処理を完了させることができます。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "How to use Lot Tracking:"
|
||
msgstr "ロットトラッキングの使い方:"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_procurement_group_id
|
||
#: model:ir.model.fields,field_description:stock.field_procurement_rule_id
|
||
#: model:ir.model.fields,field_description:stock.field_product_putaway_id
|
||
#: model:ir.model.fields,field_description:stock.field_product_removal_id
|
||
#: model:ir.model.fields,field_description:stock.field_report_stock_forecast_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_backorder_confirmation_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_change_product_qty_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_fixed_putaway_strat_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_immediate_transfer_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_incoterms_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_inventory_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_inventory_line_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_path_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_route_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_line_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_overprocessed_transfer_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_production_lot_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_quant_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_quant_package_id_6904
|
||
#: model:ir.model.fields,field_description:stock.field_stock_quantity_history_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_return_picking_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_return_picking_line_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_scheduler_compute_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_scrap_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_traceability_report_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_orderpoint_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warn_insufficient_qty_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warn_insufficient_qty_scrap_id
|
||
msgid "ID"
|
||
msgstr "ID"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_inventory.py:412
|
||
#, python-format
|
||
msgid "INV:"
|
||
msgstr "請求書:"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/wizard/stock_change_product_qty.py:97
|
||
#, python-format
|
||
msgid "INV: %s"
|
||
msgstr "請求書:%s"
|
||
|
||
#. module: stock
|
||
#: model:stock.location,name:stock.stock_location_3
|
||
msgid "IT Vendors"
|
||
msgstr "IT ベンダー"
|
||
|
||
#. module: stock
|
||
#: model:product.product,name:stock.product_icecream
|
||
#: model:product.template,name:stock.product_icecream_product_template
|
||
#: model:stock.inventory.line,product_name:stock.stock_inventory_line_icecream_lot0
|
||
#: model:stock.inventory.line,product_name:stock.stock_inventory_line_icecream_lot1
|
||
msgid "Ice Cream"
|
||
msgstr "アイスクリーム"
|
||
|
||
#. module: stock
|
||
#: model:product.product,description:stock.product_icecream
|
||
#: model:product.template,description:stock.product_icecream_product_template
|
||
msgid ""
|
||
"Ice cream can be mass-produced and thus is widely available in developed "
|
||
"parts of the world. Ice cream can be purchased in large cartons (vats and "
|
||
"squrounds) from supermarkets and grocery stores, in smaller quantities from "
|
||
"ice cream shops, convenience stores, and milk bars, and in individual "
|
||
"servings from small carts or vans at public events."
|
||
msgstr ""
|
||
"アイスクリームは大量生産品です。そのため世界の発展した地域で広く利用可能です。アイスクリームは大きなカートン (樽状と四角円筒形状) "
|
||
"はスーパーマーケットと食料雑貨店で、小容量はアイスクリーム店、コンビニエンスストア、ミルクバーで、そして、公共のイベントでは一人前ずつ小さな手押し車やバンから買うことができます。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_inventory_form
|
||
msgid ""
|
||
"If a product is not at the right place, set the checked quantity to 0 and "
|
||
"create a new line with correct location."
|
||
msgstr "システム上製品の所在が正しくない場合は、実際数量を 0 にした上で、正しいロケーションで新規に明細を追加してください。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_picking_picking_type_entire_packs
|
||
#: model:ir.model.fields,help:stock.field_stock_picking_type_show_entire_packs
|
||
msgid ""
|
||
"If checked, this shows the packs to be moved as a whole in the Operations "
|
||
"tab all the time, even if there was no entire pack reserved."
|
||
msgstr "このチェックボックスをオンにすると、パック全体が予約されていなくても、操作タブで常に移動するパックが表示されます。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_location_path_propagate
|
||
msgid ""
|
||
"If checked, when the previous move is cancelled or split, the move generated"
|
||
" by this move will too"
|
||
msgstr "オンにすると、前回の移動がキャンセルまたは分割されたときに、この移動によって生成された移動も同様となります。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_procurement_rule_propagate
|
||
msgid ""
|
||
"If checked, when the previous move of the move (which was generated by a "
|
||
"next procurement) is cancelled or split, the move generated by this move "
|
||
"will too"
|
||
msgstr ""
|
||
"チェックすると前回の移動の移動がキャンセル、または分割されます(これは次の調達で生成されたものです)、この移動で生成された移動もまた同じです。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_move_propagate
|
||
msgid "If checked, when this move is cancelled, cancel the linked move too"
|
||
msgstr "チェックした場合、この移動が取り消される際に、関連する移動も取り消されます。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_move_line_result_package_id
|
||
msgid "If set, the operations are packed into this package"
|
||
msgstr "設定されている場合、操作はこの梱包にパックされます"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_warehouse_orderpoint_active
|
||
msgid ""
|
||
"If the active field is set to False, it will allow you to hide the "
|
||
"orderpoint without removing it."
|
||
msgstr "アクティブな項目がFalseにセットされている場合は、発注点を削除することなく非表示にできます。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_location_route_active
|
||
msgid ""
|
||
"If the active field is set to False, it will allow you to hide the route "
|
||
"without removing it."
|
||
msgstr "このアクティブ項目をFalseに設定すると、ルートは削除することなく非表示にすることができます。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
||
msgid ""
|
||
"If the picking is unlocked you can edit initial demand (for a draft picking)"
|
||
" or done quantities (for a done picking)."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.stock_location_path_filter
|
||
#: model:ir.ui.view,arch_db:stock.view_procurement_rule_filter
|
||
msgid "If the route is global"
|
||
msgstr "ルートがグローバルの場合"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_picking_type_show_reserved
|
||
msgid ""
|
||
"If this checkbox is ticked, Odoo will show which products are reserved "
|
||
"(lot/serial number, source location, source package)."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_move_show_operations
|
||
#: model:ir.model.fields,help:stock.field_stock_picking_type_show_operations
|
||
msgid ""
|
||
"If this checkbox is ticked, the pickings lines will represent detailed stock"
|
||
" operations. If not, the picking lines will represent an aggregate of "
|
||
"detailed stock operations."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_picking_type_use_create_lots
|
||
msgid ""
|
||
"If this is checked only, it will suppose you want to create new Lots/Serial "
|
||
"Numbers, so you can provide them in a text field. "
|
||
msgstr "これがチェックされている場合は、新しいロット/シリアルナンバーを作成して、テキストフィールドに入力することができます。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_picking_type_use_existing_lots
|
||
msgid ""
|
||
"If this is checked, you will be able to choose the Lots/Serial Numbers. You "
|
||
"can also decide to not put lots in this operation type. This means it will "
|
||
"create stock with no lot or not put a restriction on the lot taken. "
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_move_backorder_id
|
||
#: model:ir.model.fields,help:stock.field_stock_picking_backorder_id
|
||
msgid ""
|
||
"If this shipment was split, then this field links to the shipment which "
|
||
"contains the already processed part."
|
||
msgstr "出荷が分割されている場合、このフィールドはすでに処理された部分を含んだ出荷にリンクします。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_procurement_rule_active
|
||
msgid "If unchecked, it will allow you to hide the rule without removing it."
|
||
msgstr "チェックを外すと、削除せずにルールを非表示にすることができます。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"If you are a developer <strong>you can use our\n"
|
||
" API</strong> to load data automatically through\n"
|
||
" scripts: take a look at our"
|
||
msgstr ""
|
||
"あなたが開発者の場合は、<strong>\n"
|
||
" APIを使用してデータを自動的にロードする</strong>\n"
|
||
" スクリプト:どうぞ見てください"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"If you configured automatic procurement, Odoo automatically generates\n"
|
||
" Procurements Orders. You usually don't need to worry about them, but\n"
|
||
" sometimes the system can remain blocked without generating a\n"
|
||
" corresponding document, usually due to a configuration problem."
|
||
msgstr ""
|
||
"自動調達を設定した場合、Odooは自動的に調達発注を生成します。 \n"
|
||
"通常、それらについて心配する必要はありませんが、通常は\n"
|
||
"構成上の問題により、対応するドキュメントを生成せずに\n"
|
||
"システムをブロックしたままにすることがあります。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_inventory_filter
|
||
msgid ""
|
||
"If you do an entire inventory, you can choose 'All Products' and it will "
|
||
"prefill the inventory with the current stock. If you only do some products"
|
||
" (e.g. Cycle Counting) you can choose 'Manual Selection of Products' and "
|
||
"the system won't propose anything. You can also let the system propose for "
|
||
"a single product / lot /... "
|
||
msgstr ""
|
||
"資産全体を実行する場合は、すべての製品を選択し、現在の在庫で資産を事前入力します。\n"
|
||
"一部の製品(サイクルカウントなど)のみを行う場合は、商品の手動選択を選択することができ、システムは何も提案しません。\n"
|
||
"また、システムが単一の製品/ロット/に提案することもできます..."
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"If you have less than 50 vendors, we recommend you\n"
|
||
" to create them manually."
|
||
msgstr ""
|
||
"50社未満のベンダーがある場合は、\n"
|
||
" それらを手動で作成します。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "If you want to do it yourself:"
|
||
msgstr "ご自身でなさりたいのであれば:"
|
||
|
||
#. module: stock
|
||
#: model:ir.model,name:stock.model_stock_immediate_transfer
|
||
#: model:ir.ui.view,arch_db:stock.stock_picking_type_kanban
|
||
msgid "Immediate Transfer"
|
||
msgstr "今すぐ移動"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_picking.py:678
|
||
#, python-format
|
||
msgid "Immediate Transfer?"
|
||
msgstr "今すぐ移動しますか?"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_immediate_transfer
|
||
msgid "Immediate transfer?"
|
||
msgstr "今すぐ移動しますか?"
|
||
|
||
#. module: stock
|
||
#: selection:res.config.settings,module_procurement_jit:0
|
||
msgid "Immediately after sales order confirmation"
|
||
msgstr "受注確認後即時"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "Import using the top left button in"
|
||
msgstr "左上のボタンを使用してインポート"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"In Odoo, <strong>Reordering Rules</strong> are used to replenish your products.\n"
|
||
" Odoo will automatically propose a procurement to buy new products if you are\n"
|
||
" running out of stock."
|
||
msgstr ""
|
||
"Odooでは、商品を補充するために<strong>並べ替え規則</strong>が使用されます。\n"
|
||
" あなたが在庫切れの場合、Odooは自動的に新しい製品を購入するための\n"
|
||
"調達を提案します。"
|
||
|
||
#. module: stock
|
||
#: selection:stock.inventory,state:0
|
||
msgid "In Progress"
|
||
msgstr "進行中"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_in_type_id
|
||
msgid "In Type"
|
||
msgstr "入荷タイプ"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"In case of unique serial numbers, each serial number corresponds\n"
|
||
" to exactly one piece. In case of lots, you need to supply the quantity\n"
|
||
" for each lot when you move that product."
|
||
msgstr ""
|
||
"固有のシリアル番号の場合、各シリアル番号は正確に1つの部分に対応します。\n"
|
||
"ロットの場合は、そのロットを移動する際に各ロットの数量を指定する必要があります。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"In short, you will get a more efficient warehouse management that leads\n"
|
||
" to inventory reduction and better efficiencies in your daily operations."
|
||
msgstr ""
|
||
"つまり、より効率的な倉庫管理を行い、\n"
|
||
"在庫削減と日々の業務の効率化につながります。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_inventory_exhausted
|
||
msgid "Include Exhausted Products"
|
||
msgstr "在庫のないプロダクトを含める"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_product_product_incoming_qty
|
||
#: model:ir.model.fields,field_description:stock.field_product_template_incoming_qty
|
||
#: model:ir.ui.view,arch_db:stock.view_move_search
|
||
msgid "Incoming"
|
||
msgstr "着信"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,name:stock.action_receipt_picking_move
|
||
msgid "Incoming Products"
|
||
msgstr "入荷予定プロダクト"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_quant_in_date
|
||
msgid "Incoming Date"
|
||
msgstr "入荷日"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_reception_steps
|
||
msgid "Incoming Shipments"
|
||
msgstr "入荷"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_incoterms_code
|
||
msgid "Incoterm Standard Code"
|
||
msgstr "インコターム標準コード"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,name:stock.action_incoterms_tree
|
||
#: model:ir.model,name:stock.model_stock_incoterms
|
||
#: model:ir.ui.menu,name:stock.menu_action_incoterm_open
|
||
#: model:ir.ui.view,arch_db:stock.stock_incoterms_form
|
||
#: model:ir.ui.view,arch_db:stock.stock_incoterms_view_search
|
||
#: model:ir.ui.view,arch_db:stock.view_incoterms_tree
|
||
msgid "Incoterms"
|
||
msgstr "インコタームズ"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_incoterms_name
|
||
msgid ""
|
||
"Incoterms are series of sales terms. They are used to divide transaction "
|
||
"costs and responsibilities between buyer and seller and reflect state-of-"
|
||
"the-art transportation practices."
|
||
msgstr "インコタームは一連の販売条件です。 これらは、買い手と売り手の間の取引コストと責任を分け、最先端の輸送実務を反映するために使用されます。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_product_uom_qty
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
||
msgid "Initial Demand"
|
||
msgstr "初期要求"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "Initial Inventory"
|
||
msgstr "初期在庫資産"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_warehouse.py:97
|
||
#: model:stock.location,name:stock.stock_location_company
|
||
#, python-format
|
||
msgid "Input"
|
||
msgstr "入力"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_wh_input_stock_loc_id
|
||
msgid "Input Location"
|
||
msgstr "入荷ロケーション"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_scrap.py:131
|
||
#, python-format
|
||
msgid "Insufficient Quantity"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:stock.location,name:stock.stock_location_inter_wh
|
||
msgid "Inter Company Transit"
|
||
msgstr "会社間積送"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.stock_move_line_view_search
|
||
#: model:ir.ui.view,arch_db:stock.view_location_search
|
||
#: selection:stock.picking.type,code:0
|
||
msgid "Internal"
|
||
msgstr "内部"
|
||
|
||
#. module: stock
|
||
#: selection:stock.location,usage:0
|
||
msgid "Internal Location"
|
||
msgstr "内部ロケーション"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.quant_search_view
|
||
#: model:ir.ui.view,arch_db:stock.view_location_search
|
||
msgid "Internal Locations"
|
||
msgstr "内部ロケーション"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_production_lot_ref
|
||
msgid "Internal Reference"
|
||
msgstr "内部参照"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_warehouse.py:231
|
||
#: model:stock.picking.type,name:stock.picking_type_internal
|
||
#, python-format
|
||
msgid "Internal Transfers"
|
||
msgstr "内部移動"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_res_company_internal_transit_location_id
|
||
msgid "Internal Transit Location"
|
||
msgstr "内部積送ロケーション"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_int_type_id
|
||
msgid "Internal Type"
|
||
msgstr "内部タイプ"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_production_lot_ref
|
||
msgid ""
|
||
"Internal reference number in case it differs from the manufacturer's "
|
||
"lot/serial number"
|
||
msgstr "メーカーのロット/シリアル番号と異なる場合の内部参照番号"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/product.py:240
|
||
#, python-format
|
||
msgid "Invalid domain left operand %s"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/product.py:242
|
||
#, python-format
|
||
msgid "Invalid domain operator %s"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/product.py:244
|
||
#, python-format
|
||
msgid "Invalid domain right operand %s"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_inventory_category_id
|
||
msgid "Inventoried Category"
|
||
msgstr "棚卸資産カテゴリ"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_inventory_location_id
|
||
msgid "Inventoried Location"
|
||
msgstr "対象ロケーション"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_inventory_lot_id
|
||
msgid "Inventoried Lot/Serial Number"
|
||
msgstr "在庫ロット/シリアル番号"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_inventory_partner_id
|
||
msgid "Inventoried Owner"
|
||
msgstr "在庫オーナー"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_inventory_package_id
|
||
msgid "Inventoried Pack"
|
||
msgstr "在庫梱包"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_inventory_product_id
|
||
msgid "Inventoried Product"
|
||
msgstr "在庫プロダクト"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_inventory_line_ids
|
||
msgid "Inventories"
|
||
msgstr "棚卸"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_inventory_filter
|
||
msgid "Inventories Month"
|
||
msgstr "棚卸月"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,name:stock.quantsact
|
||
#: model:ir.actions.act_window,name:stock.stock_picking_type_action
|
||
#: model:ir.actions.report,name:stock.action_report_inventory
|
||
#: model:ir.model,name:stock.model_stock_inventory
|
||
#: model:ir.model.fields,field_description:stock.field_stock_inventory_line_inventory_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_inventory_id
|
||
#: model:ir.ui.menu,name:stock.menu_stock_root
|
||
#: model:ir.ui.menu,name:stock.menu_valuation
|
||
#: model:ir.ui.view,arch_db:stock.res_config_settings_view_form
|
||
#: model:ir.ui.view,arch_db:stock.view_stock_quant_pivot
|
||
msgid "Inventory"
|
||
msgstr "在庫"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_inventory_form
|
||
msgid "Inventory Adjustment"
|
||
msgstr "在庫調整"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,name:stock.action_inventory_form
|
||
#: model:ir.ui.menu,name:stock.menu_action_inventory_form
|
||
#: model:ir.ui.view,arch_db:stock.view_inventory_form
|
||
msgid "Inventory Adjustments"
|
||
msgstr "在庫調整"
|
||
|
||
#. module: stock
|
||
#: model:web.planner,tooltip_planner:stock.planner_inventory
|
||
msgid "Inventory Configuration: a step-by-step guide."
|
||
msgstr "在庫資産コンフィグレーション:ステップバイステップガイド。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_inventory_date
|
||
msgid "Inventory Date"
|
||
msgstr "在庫調整日"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.stock_inventory_line_tree2
|
||
#: model:ir.ui.view,arch_db:stock.view_inventory_form
|
||
msgid "Inventory Details"
|
||
msgstr "在庫詳細"
|
||
|
||
#. module: stock
|
||
#: model:ir.model,name:stock.model_stock_inventory_line
|
||
msgid "Inventory Line"
|
||
msgstr "在庫明細"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,name:stock.action_inventory_line_tree
|
||
msgid "Inventory Lines"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_product_product_property_stock_inventory
|
||
#: model:ir.model.fields,field_description:stock.field_product_template_property_stock_inventory
|
||
msgid "Inventory Location"
|
||
msgstr "在庫ロケーション"
|
||
|
||
#. module: stock
|
||
#: model:ir.model,name:stock.model_stock_location
|
||
msgid "Inventory Locations"
|
||
msgstr "在庫ロケーション"
|
||
|
||
#. module: stock
|
||
#: selection:stock.location,usage:0
|
||
msgid "Inventory Loss"
|
||
msgstr "在庫ロス"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_inventory_filter
|
||
msgid "Inventory Product"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_inventory_name
|
||
#: model:ir.ui.view,arch_db:stock.view_inventory_filter
|
||
msgid "Inventory Reference"
|
||
msgstr "棚卸参照"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,name:stock.action_stock_quantity_history
|
||
msgid "Inventory Report"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model,name:stock.model_stock_location_route
|
||
msgid "Inventory Routes"
|
||
msgstr "在庫ルート"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "Inventory Settings"
|
||
msgstr "在庫設定"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_stock_quant_form
|
||
#: model:ir.ui.view,arch_db:stock.view_stock_quant_tree
|
||
msgid "Inventory Valuation"
|
||
msgstr "在庫評価"
|
||
|
||
#. module: stock
|
||
#: model:stock.location,name:stock.location_inventory
|
||
msgid "Inventory adjustment"
|
||
msgstr "在庫調整"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_inventory_form
|
||
msgid ""
|
||
"Inventory adjustments will be made by comparing the theoretical and the "
|
||
"checked quantities."
|
||
msgstr "理論数量と実地数量の比較により在庫調整レコードを生成します。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_quantity_history_date
|
||
msgid "Inventory at Date"
|
||
msgstr "時点在庫"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_inventory_filter
|
||
#: model:ir.ui.view,arch_db:stock.view_inventory_form
|
||
msgid "Inventory of"
|
||
msgstr "棚卸対象"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_is_locked
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_line_is_locked
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_is_locked
|
||
msgid "Is Locked"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_return_location
|
||
msgid "Is a Return Location?"
|
||
msgstr "返品ロケーション"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_scrap_location
|
||
msgid "Is a Scrap Location?"
|
||
msgstr "廃棄ロケーション"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_is_initial_demand_editable
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_line_is_initial_demand_editable
|
||
msgid "Is initial demand editable"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_is_quantity_done_editable
|
||
msgid "Is quantity done editable"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"It is also possible to import your initial inventory from an Excel or CSV file.\n"
|
||
" If you want to do that, contact your Odoo project manager."
|
||
msgstr ""
|
||
"また、最初の在庫をExcelまたはCSVファイルからインポートすることもできます。\n"
|
||
" それをしたい場合は、あなたのOdooプロジェクトマネジャーに連絡してください。"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_quant.py:254
|
||
#, python-format
|
||
msgid ""
|
||
"It is not possible to reserve more products of %s than you have in stock."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_quant.py:256
|
||
#, python-format
|
||
msgid ""
|
||
"It is not possible to unreserve more products of %s than you have in stock."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"It is therefore a good idea to check and try to resolve those procurement\n"
|
||
" exceptions. These are accessible from the Schedulers menu (you need the Stock\n"
|
||
" Manager role to see it)."
|
||
msgstr ""
|
||
"したがって、これらの調達例外をチェックして解決することをお勧めします。\n"
|
||
"これらは予定表メニューからアクセスできます(表示するには在庫管理の役割が必要です)。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "It is time to make your initial Inventory. In order to do so:"
|
||
msgstr "在庫の初期入力行うときがやってまいりました。 これを行うには:"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_move_product_packaging
|
||
msgid ""
|
||
"It specifies attributes of packaging like type, quantity of packaging,etc."
|
||
msgstr "それは梱包のタイプや数量などのような梱包の属性を指定します。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_picking_move_type
|
||
msgid "It specifies goods to be deliver partially or all at once"
|
||
msgstr "商品の分納を許可するか、一括配送するか指定します。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.report_stock_body_print
|
||
#: model:ir.ui.view,arch_db:stock.report_stock_inventory
|
||
msgid "LOCATION"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.report_stock_body_print
|
||
#: model:ir.ui.view,arch_db:stock.report_stock_inventory
|
||
msgid "LOT/SERIAL NUMBER"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:stock.inventory.line,product_name:stock.stock_inventory_line_13
|
||
msgid "Laptop Customized"
|
||
msgstr "ラップトップカスタマイズ済"
|
||
|
||
#. module: stock
|
||
#: model:stock.inventory.line,product_name:stock.stock_inventory_line_14
|
||
msgid "Laptop E5023"
|
||
msgstr "ラップトップ E5023"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_last_done_picking
|
||
msgid "Last 10 Done Pickings"
|
||
msgstr "最後の10回のピッキング"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_procurement_group___last_update
|
||
#: model:ir.model.fields,field_description:stock.field_procurement_rule___last_update
|
||
#: model:ir.model.fields,field_description:stock.field_product_putaway___last_update
|
||
#: model:ir.model.fields,field_description:stock.field_product_removal___last_update
|
||
#: model:ir.model.fields,field_description:stock.field_report_stock_forecast___last_update
|
||
#: model:ir.model.fields,field_description:stock.field_stock_backorder_confirmation___last_update
|
||
#: model:ir.model.fields,field_description:stock.field_stock_change_product_qty___last_update
|
||
#: model:ir.model.fields,field_description:stock.field_stock_fixed_putaway_strat___last_update
|
||
#: model:ir.model.fields,field_description:stock.field_stock_immediate_transfer___last_update
|
||
#: model:ir.model.fields,field_description:stock.field_stock_incoterms___last_update
|
||
#: model:ir.model.fields,field_description:stock.field_stock_inventory___last_update
|
||
#: model:ir.model.fields,field_description:stock.field_stock_inventory_line___last_update
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location___last_update
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_path___last_update
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_route___last_update
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move___last_update
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_line___last_update
|
||
#: model:ir.model.fields,field_description:stock.field_stock_overprocessed_transfer___last_update
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking___last_update
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_type___last_update
|
||
#: model:ir.model.fields,field_description:stock.field_stock_production_lot___last_update
|
||
#: model:ir.model.fields,field_description:stock.field_stock_quant___last_update
|
||
#: model:ir.model.fields,field_description:stock.field_stock_quant_package___last_update
|
||
#: model:ir.model.fields,field_description:stock.field_stock_quantity_history___last_update
|
||
#: model:ir.model.fields,field_description:stock.field_stock_return_picking___last_update
|
||
#: model:ir.model.fields,field_description:stock.field_stock_return_picking_line___last_update
|
||
#: model:ir.model.fields,field_description:stock.field_stock_scheduler_compute___last_update
|
||
#: model:ir.model.fields,field_description:stock.field_stock_scrap___last_update
|
||
#: model:ir.model.fields,field_description:stock.field_stock_traceability_report___last_update
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse___last_update
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_orderpoint___last_update
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warn_insufficient_qty___last_update
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warn_insufficient_qty_scrap___last_update
|
||
msgid "Last Modified on"
|
||
msgstr "最終更新日"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_procurement_group_write_uid
|
||
#: model:ir.model.fields,field_description:stock.field_procurement_rule_write_uid
|
||
#: model:ir.model.fields,field_description:stock.field_product_putaway_write_uid
|
||
#: model:ir.model.fields,field_description:stock.field_product_removal_write_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_backorder_confirmation_write_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_change_product_qty_write_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_fixed_putaway_strat_write_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_immediate_transfer_write_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_incoterms_write_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_inventory_line_write_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_inventory_write_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_path_write_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_route_write_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_write_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_line_write_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_write_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_overprocessed_transfer_write_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_write_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_write_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_production_lot_write_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_quant_package_write_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_quant_write_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_quantity_history_write_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_return_picking_line_write_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_return_picking_write_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_scheduler_compute_write_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_scrap_write_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_traceability_report_write_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_orderpoint_write_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_write_uid
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warn_insufficient_qty_scrap_write_uid
|
||
msgid "Last Updated by"
|
||
msgstr "最終更新者"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_procurement_group_write_date
|
||
#: model:ir.model.fields,field_description:stock.field_procurement_rule_write_date
|
||
#: model:ir.model.fields,field_description:stock.field_product_putaway_write_date
|
||
#: model:ir.model.fields,field_description:stock.field_product_removal_write_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_backorder_confirmation_write_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_change_product_qty_write_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_fixed_putaway_strat_write_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_immediate_transfer_write_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_incoterms_write_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_inventory_line_write_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_inventory_write_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_path_write_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_route_write_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_write_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_line_write_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_write_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_overprocessed_transfer_write_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_write_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_write_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_production_lot_write_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_quant_package_write_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_quant_write_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_quantity_history_write_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_return_picking_line_write_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_return_picking_write_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_scheduler_compute_write_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_scrap_write_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_traceability_report_write_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_orderpoint_write_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_write_date
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warn_insufficient_qty_scrap_write_date
|
||
msgid "Last Updated on"
|
||
msgstr "最終更新日"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_picking.py:71
|
||
#: model:ir.ui.view,arch_db:stock.stock_picking_type_kanban
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
||
#, python-format
|
||
msgid "Late"
|
||
msgstr "遅延"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
||
msgid "Late Activities"
|
||
msgstr "遅れた活動"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,name:stock.action_picking_tree_late
|
||
msgid "Late Transfers"
|
||
msgstr "レイト・トランスファー"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_orderpoint_lead_days
|
||
msgid "Lead Time"
|
||
msgstr "リードタイム"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_orderpoint_lead_type
|
||
msgid "Lead Type"
|
||
msgstr "リードタイプ"
|
||
|
||
#. module: stock
|
||
#: selection:procurement.rule,group_propagation_option:0
|
||
msgid "Leave Empty"
|
||
msgstr "空白のまま"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_location_route_company_id
|
||
msgid "Leave this field empty if this route is shared between all companies"
|
||
msgstr "このルートがすべての企業で共有されている場合は、このフィールドを空白のままにします"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_parent_left
|
||
msgid "Left Parent"
|
||
msgstr "左親"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_location_company_id
|
||
#: model:ir.model.fields,help:stock.field_stock_quant_company_id
|
||
msgid "Let this field empty if this location is shared between companies"
|
||
msgstr "このロケーションが企業間で共有されている場合は、このフィールドを空白のままにします"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"Like with the sales flow, Odoo inventory management is\n"
|
||
" fully integrated with the purchase app."
|
||
msgstr ""
|
||
"販売フローと同様に、Odooの在庫管理は\n"
|
||
" 購入アプリと完全に統合されています。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_move_form
|
||
msgid "Linked Moves"
|
||
msgstr "リンクされた移動"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_inventory_form
|
||
msgid "List view of lines"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_location_form
|
||
msgid "Localization"
|
||
msgstr "ローカライズ"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_production_lot_form
|
||
msgid "Locate"
|
||
msgstr "おいてある"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/barcode.py:12
|
||
#: model:ir.model.fields,field_description:stock.field_product_product_location_id
|
||
#: model:ir.model.fields,field_description:stock.field_product_template_location_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_change_product_qty_location_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_fixed_putaway_strat_fixed_location_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_inventory_line_inventory_location_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_inventory_line_location_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_quant_location_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_quant_package_location_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_scrap_location_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_orderpoint_location_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warn_insufficient_qty_location_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warn_insufficient_qty_repair_location_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warn_insufficient_qty_scrap_location_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warn_insufficient_qty_unbuild_location_id
|
||
#: model:ir.ui.view,arch_db:stock.quant_search_view
|
||
#: model:ir.ui.view,arch_db:stock.stock_scrap_search_view
|
||
#: model:ir.ui.view,arch_db:stock.view_move_search
|
||
#: model:ir.ui.view,arch_db:stock.warehouse_orderpoint_search
|
||
#, python-format
|
||
msgid "Location"
|
||
msgstr "ロケーション"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.report,name:stock.action_report_location_barcode
|
||
msgid "Location BarCode"
|
||
msgstr "ロケーションバーコード"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_inventory_line_location_name
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_name
|
||
msgid "Location Name"
|
||
msgstr "ロケーション名"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.stock_location_path_form
|
||
#: model:ir.ui.view,arch_db:stock.stock_location_path_tree
|
||
msgid "Location Paths"
|
||
msgstr "ロケーションパス"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_lot_stock_id
|
||
msgid "Location Stock"
|
||
msgstr "在庫ロケーション"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_usage
|
||
msgid "Location Type"
|
||
msgstr "ロケーションタイプ"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_move_location_dest_id
|
||
msgid "Location where the system will stock the finished products."
|
||
msgstr "システムが完成品を在庫するロケーション。"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,name:stock.action_location_form
|
||
#: model:ir.ui.menu,name:stock.menu_action_location_form
|
||
#: model:ir.ui.view,arch_db:stock.res_config_settings_view_form
|
||
#: model:ir.ui.view,arch_db:stock.stock_location_path_form
|
||
#: model:ir.ui.view,arch_db:stock.view_move_picking_form
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_type_form
|
||
#: model:ir.ui.view,arch_db:stock.view_warehouse
|
||
msgid "Locations"
|
||
msgstr "ロケーション"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
||
msgid "Lock"
|
||
msgstr "ロック"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.product_category_form_view_inherit
|
||
#: model:ir.ui.view,arch_db:stock.view_location_form
|
||
#: model:ir.ui.view,arch_db:stock.view_template_property_form
|
||
msgid "Logistics"
|
||
msgstr "ロジスティクス"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/barcode.py:13
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_line_lot_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_scrap_lot_id
|
||
#, python-format
|
||
msgid "Lot"
|
||
msgstr "ロット"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.report,name:stock.action_report_lot_barcode
|
||
msgid "Lot BarCode"
|
||
msgstr "ロットバーコード"
|
||
|
||
#. module: stock
|
||
#: model:ir.model,name:stock.model_stock_production_lot
|
||
msgid "Lot/Serial"
|
||
msgstr "ロット/シリアル"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.message_body
|
||
msgid "Lot/Serial :"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_change_product_qty_lot_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_inventory_line_prod_lot_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_line_lot_name
|
||
#: model:ir.model.fields,field_description:stock.field_stock_production_lot_name
|
||
#: model:ir.model.fields,field_description:stock.field_stock_quant_lot_id
|
||
#: model:ir.ui.view,arch_db:stock.product_form_view_procurement_button
|
||
#: model:ir.ui.view,arch_db:stock.product_template_form_view_procurement_button
|
||
#: model:ir.ui.view,arch_db:stock.quant_search_view
|
||
#: model:ir.ui.view,arch_db:stock.report_delivery_document
|
||
#: model:ir.ui.view,arch_db:stock.report_lot_barcode
|
||
#: model:ir.ui.view,arch_db:stock.report_package_barcode
|
||
#: model:ir.ui.view,arch_db:stock.report_picking
|
||
#: model:ir.ui.view,arch_db:stock.view_move_line_form
|
||
#: model:res.request.link,name:stock.req_link_tracking
|
||
msgid "Lot/Serial Number"
|
||
msgstr "ロット/シリアル番号"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_inventory_tree
|
||
msgid "Lot/Serial Number Inventory"
|
||
msgstr "ロット/シリアル番号 在庫資産"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_res_config_settings_group_stock_production_lot
|
||
msgid "Lots & Serial Numbers"
|
||
msgstr "ロット&シリアル番号"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_line_lots_visible
|
||
msgid "Lots Visible"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"Lots can be encoded on incoming shipments, internal transfers and\n"
|
||
" outgoing deliveries according to the settings in the operation type.\n"
|
||
" The tracking can be configured on every product: not any tracing at\n"
|
||
" all, tracking by lot, or tracking by unique serial number."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,name:stock.action_production_lot_form
|
||
#: model:ir.ui.menu,name:stock.menu_action_production_lot_form
|
||
#: model:ir.ui.view,arch_db:stock.view_production_lot_form
|
||
#: model:ir.ui.view,arch_db:stock.view_production_lot_form_simple
|
||
#: model:ir.ui.view,arch_db:stock.view_production_lot_tree
|
||
msgid "Lots/Serial Numbers"
|
||
msgstr "ロット/シリアル番号"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_warehouse.py:541
|
||
#, python-format
|
||
msgid "MTO"
|
||
msgstr "受注生産"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_mto_pull_id
|
||
msgid "MTO rule"
|
||
msgstr "MTO規則"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_warehouse.py:474
|
||
#: model:stock.location.route,name:stock.route_warehouse0_mto
|
||
#, python-format
|
||
msgid "Make To Order"
|
||
msgstr "オーダ基準調達"
|
||
|
||
#. module: stock
|
||
#: selection:stock.warehouse,delivery_steps:0
|
||
msgid ""
|
||
"Make packages into a dedicated location, then bring them to the output "
|
||
"location for shipping (Pick + Pack + Ship)"
|
||
msgstr "ピッキング後、所定の場所で梱包作業を行い、出荷 (ピック+梱包+出荷)"
|
||
|
||
#. module: stock
|
||
#: model:res.groups,name:stock.group_tracking_owner
|
||
msgid "Manage Different Stock Owners"
|
||
msgstr "異なる在庫所有者を管理"
|
||
|
||
#. module: stock
|
||
#: model:res.groups,name:stock.group_production_lot
|
||
msgid "Manage Lots / Serial Numbers"
|
||
msgstr "ロット/シリアル番号を管理"
|
||
|
||
#. module: stock
|
||
#: model:res.groups,name:stock.group_stock_multi_locations
|
||
msgid "Manage Multiple Stock Locations"
|
||
msgstr "複数在庫ロケーション管理"
|
||
|
||
#. module: stock
|
||
#: model:res.groups,name:stock.group_stock_multi_warehouses
|
||
msgid "Manage Multiple Warehouses"
|
||
msgstr "複数倉庫管理"
|
||
|
||
#. module: stock
|
||
#: model:res.groups,name:stock.group_tracking_lot
|
||
msgid "Manage Packages"
|
||
msgstr "梱包を管理"
|
||
|
||
#. module: stock
|
||
#: model:res.groups,name:stock.group_adv_location
|
||
msgid "Manage Push and Pull inventory flows"
|
||
msgstr "プッシュ/プル在庫フローを管理"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "Manage default locations per product"
|
||
msgstr "プロダクトごとにデフォルトロケーションを管理する"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "Manage product manufacturing chains"
|
||
msgstr "製品製造連鎖の管理"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.res_config_settings_view_form
|
||
msgid "Manage product packages (e.g. pack of 6 bottles, box of 10 pieces)"
|
||
msgstr "プロダクト荷姿(6本入パック、10個入箱等)を管理"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.res_config_settings_view_form
|
||
msgid "Manage several warehouses"
|
||
msgstr "複数倉庫を管理"
|
||
|
||
#. module: stock
|
||
#: model:res.groups,name:stock.group_stock_manager
|
||
msgid "Manager"
|
||
msgstr "マネジャー"
|
||
|
||
#. module: stock
|
||
#: selection:stock.location.path,auto:0
|
||
msgid "Manual Operation"
|
||
msgstr "手動"
|
||
|
||
#. module: stock
|
||
#: selection:res.config.settings,module_procurement_jit:0
|
||
msgid "Manually or based on automatic scheduler"
|
||
msgstr "マニュアルもしくは自動スケジューラにて"
|
||
|
||
#. module: stock
|
||
#: selection:procurement.rule,action:0
|
||
msgid "Manufacture"
|
||
msgstr "製造"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.stock_move_line_view_search
|
||
msgid "Manufacturing"
|
||
msgstr "製造"
|
||
|
||
#. module: stock
|
||
#: selection:stock.picking.type,code:0
|
||
msgid "Manufacturing Operation"
|
||
msgstr "製造オペレーション"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
||
msgid "Mark as Todo"
|
||
msgstr "処理準備"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.menu,name:stock.menu_stock_inventory_control
|
||
msgid "Master Data"
|
||
msgstr "マスタデータ"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_orderpoint_product_max_qty
|
||
msgid "Maximum Quantity"
|
||
msgstr "最大数量"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_res_partner_picking_warn_msg
|
||
#: model:ir.model.fields,field_description:stock.field_res_users_picking_warn_msg
|
||
msgid "Message for Stock Picking"
|
||
msgstr "在庫ピッキングのメッセージ"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_product_removal_method
|
||
msgid "Method"
|
||
msgstr "メソッド"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_res_company_propagation_minimum_delta
|
||
msgid ""
|
||
"Minimum Delta for Propagation of a Date Change on moves linked together"
|
||
msgstr "一緒にリンクされた移動の日付変更の伝播のための最小デルタ"
|
||
|
||
#. module: stock
|
||
#: model:ir.model,name:stock.model_stock_warehouse_orderpoint
|
||
msgid "Minimum Inventory Rule"
|
||
msgstr "最小在庫ルール"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_orderpoint_product_min_qty
|
||
msgid "Minimum Quantity"
|
||
msgstr "最小数量"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_product_product_orderpoint_ids
|
||
msgid "Minimum Stock Rules"
|
||
msgstr "最小在庫規則"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_warehouse_orderpoint_form
|
||
msgid "Misc"
|
||
msgstr "その他"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,help:stock.action_picking_tree
|
||
msgid ""
|
||
"Most operations are prepared automatically by Odoo according\n"
|
||
" to your preconfigured logistics rules, but you can also record\n"
|
||
" manual stock movements."
|
||
msgstr ""
|
||
"ほとんどの操作は、あらかじめ設定されたロジスティクスルールに従って\n"
|
||
"Odooによって自動的に準備されますが、手動在庫移動も記録できます。"
|
||
|
||
#. module: stock
|
||
#: model:stock.inventory.line,product_name:stock.stock_inventory_line_5
|
||
msgid "Mouse, Optical"
|
||
msgstr "光学マウス"
|
||
|
||
#. module: stock
|
||
#: model:stock.inventory.line,product_name:stock.stock_inventory_line_11
|
||
msgid "Mouse, Wireless"
|
||
msgstr "ワイヤレスマウス"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_return_picking_line_move_id
|
||
msgid "Move"
|
||
msgstr "移動"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_stock_move_operations
|
||
msgid "Move Detail"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: selection:procurement.rule,action:0
|
||
msgid "Move From Another Location"
|
||
msgstr "別のロケーションから移動"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_move_line_ids
|
||
#: model:ir.model.fields,field_description:stock.field_stock_quant_package_move_line_ids
|
||
msgid "Move Line"
|
||
msgstr "仕訳明細"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_move_line_nosuggest_ids
|
||
msgid "Move Line Nosuggest"
|
||
msgstr "提案なし移動ライン"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_move_line_form
|
||
#: model:ir.ui.view,arch_db:stock.view_move_line_tree
|
||
msgid "Move Lines"
|
||
msgstr "移動明細"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_procurement_rule_procure_method
|
||
msgid "Move Supply Method"
|
||
msgstr "移動供給方法"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_move_date
|
||
msgid ""
|
||
"Move date: scheduled date until move is done, then date of actual move "
|
||
"processing"
|
||
msgstr "移動日:移動が完了するまでの予定日。実際の移動処理の日付。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_move_origin_returned_move_id
|
||
msgid "Move that created the return move"
|
||
msgstr "返品によって作成された移動"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,name:stock.act_product_stock_move_open
|
||
#: model:ir.model.fields,field_description:stock.field_stock_return_picking_product_return_moves
|
||
#: model:ir.ui.view,arch_db:stock.stock_move_tree
|
||
#: model:ir.ui.view,arch_db:stock.view_move_tree
|
||
#: model:ir.ui.view,arch_db:stock.view_move_tree_receipt_picking
|
||
#: model:ir.ui.view,arch_db:stock.view_move_tree_receipt_picking_board
|
||
msgid "Moves"
|
||
msgstr "移動"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_warehouse_orderpoint_group_id
|
||
msgid ""
|
||
"Moves created through this orderpoint will be put in this procurement group."
|
||
" If none is given, the moves generated by procurement rules will be grouped "
|
||
"into one big picking."
|
||
msgstr ""
|
||
"この注文ポイントを通じて作成された移動は、この調達グループに入れられます。 "
|
||
"何も指定されていない場合、調達ルールによって生成された移動は1つの大きなピッキングにグループ化されます。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_res_config_settings_group_stock_adv_location
|
||
msgid "Multi-Step Routes"
|
||
msgstr "複数ステップルート"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_res_config_settings_group_stock_multi_warehouses
|
||
msgid "Multi-Warehouses"
|
||
msgstr "複数倉庫"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
||
msgid "My Activities"
|
||
msgstr "自分の活動"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_procurement_rule_name
|
||
#: model:ir.model.fields,field_description:stock.field_product_putaway_name
|
||
#: model:ir.model.fields,field_description:stock.field_product_removal_name
|
||
#: model:ir.model.fields,field_description:stock.field_stock_incoterms_name
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_orderpoint_name
|
||
msgid "Name"
|
||
msgstr "名称"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.product_template_search_form_view_stock
|
||
#: model:ir.ui.view,arch_db:stock.quant_search_view
|
||
msgid "Negative Stock"
|
||
msgstr "マイナス在庫"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_scrap.py:20
|
||
#: code:addons/stock/models/stock_scrap.py:64
|
||
#: code:addons/stock/models/stock_scrap.py:65 selection:stock.move,state:0
|
||
#, python-format
|
||
msgid "New"
|
||
msgstr "新規"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_move_line.py:173
|
||
#: code:addons/stock/models/stock_picking.py:597
|
||
#, python-format
|
||
msgid "New Move:"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_change_product_qty_new_quantity
|
||
msgid "New Quantity on Hand"
|
||
msgstr "手元の新しい数量"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,name:stock.action_picking_form
|
||
msgid "New Transfer"
|
||
msgstr "新規移動"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_backorder_confirmation
|
||
msgid "No Backorder"
|
||
msgstr "バックオーダなし"
|
||
|
||
#. module: stock
|
||
#: selection:res.partner,picking_warn:0
|
||
msgid "No Message"
|
||
msgstr "メッセージなし"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_res_config_settings_propagation_minimum_delta
|
||
#: model:ir.model.fields,field_description:stock.field_res_config_settings_use_propagation_minimum_delta
|
||
msgid "No Rescheduling Propagation"
|
||
msgstr "スケジュール変更のプロパゲートなし"
|
||
|
||
#. module: stock
|
||
#: selection:product.template,tracking:0
|
||
msgid "No Tracking"
|
||
msgstr "追跡なし"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_move_line.py:389
|
||
#, python-format
|
||
msgid "No negative quantities allowed"
|
||
msgstr "マイナスの量は許可されません"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.report_stock_inventory
|
||
msgid "No operation made on this lot."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/procurement.py:185
|
||
#, python-format
|
||
msgid ""
|
||
"No procurement rule found. Please verify the configuration of your routes"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/wizard/stock_picking_return.py:55
|
||
#, python-format
|
||
msgid ""
|
||
"No products to return (only lines in Done state and not fully returned yet "
|
||
"can be returned)!"
|
||
msgstr "返品する商品はありません(完了したラインのみで、まだ返品されていないラインのみ返品可能です)!"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/procurement.py:67
|
||
#, python-format
|
||
msgid "No source location defined on procurement rule: %s!"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:stock.location,name:stock.stock_location_8
|
||
msgid "Non European Customers"
|
||
msgstr "欧州顧客以外"
|
||
|
||
#. module: stock
|
||
#: selection:stock.move,priority:0 selection:stock.picking,priority:0
|
||
msgid "Normal"
|
||
msgstr "通常"
|
||
|
||
#. module: stock
|
||
#: selection:stock.move,priority:0 selection:stock.picking,priority:0
|
||
msgid "Not urgent"
|
||
msgstr "急がない"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_note
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_note
|
||
#: model:ir.ui.view,arch_db:stock.view_inventory_form
|
||
msgid "Notes"
|
||
msgstr "ノート"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_picking.py:544
|
||
#, python-format
|
||
msgid "Nothing to check the availability for."
|
||
msgstr "可用性をチェックするものはありません。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "Now, all your product quantities are correctly set."
|
||
msgstr "これで、すべての製品数量が正しく設定されました。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_procurement_rule_delay
|
||
msgid "Number of Days"
|
||
msgstr "日数"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_warehouse_orderpoint_lead_days
|
||
msgid ""
|
||
"Number of days after the orderpoint is triggered to receive the products or "
|
||
"to order to the vendor"
|
||
msgstr "注文ポイントが製品を受け取るか、またはベンダーに注文するためにトリガーされた後の日数"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_location_path_delay
|
||
msgid "Number of days needed to transfer the goods"
|
||
msgstr "プロダクトの移動に必要な日数"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_picking.py:75
|
||
#, python-format
|
||
msgid "OK"
|
||
msgstr "OK"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"Odoo handles <strong>advanced push/pull routes configuration</strong>, for "
|
||
"example:"
|
||
msgstr "Odooは<strong>高度なプッシュ/プルルート設定</strong>を処理します。たとえば:"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "Odoo has preconfigured <strong>one Warehouse</strong> for you."
|
||
msgstr "Odooでは<strong> 倉庫が一つ</strong>事前に設定されています。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"Odoo inventory management is fully integrated with sales and\n"
|
||
" invoicing process. Everything is automated from the initial\n"
|
||
" quotation to the delivery and the final invoice."
|
||
msgstr ""
|
||
"Odoo在庫管理は、販売および請求処理と完全に統合されています。\n"
|
||
" 最初の見積から納品、最終請求書まですべてが自動化されています。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"Odoo is able to run advanced traceability by using Product Lots and Serial\n"
|
||
" Numbers, usually identified by bar codes stuck on the products."
|
||
msgstr ""
|
||
"Odooは、製品ロットとシリアルナンバーを使用して高度なトレーサビリティを実行することができます。これは通常、製品に付着したバーコードによって識別されているものです。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"Of course, feel free to add your own. Please note that Odoo is able to "
|
||
"convert units within the same category, for example, liters to gallons in "
|
||
"the volume category"
|
||
msgstr ""
|
||
"もちろん、自分で追加することも自由です。 "
|
||
"Odooは同じカテゴリの単位を変換することができます。たとえば、リットルをボリュームカテゴリのガロンに変換することができます。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.product_form_view_procurement_button
|
||
#: model:ir.ui.view,arch_db:stock.product_template_form_view_procurement_button
|
||
#: model:ir.ui.view,arch_db:stock.view_stock_quant_tree
|
||
msgid "On Hand"
|
||
msgstr "手持在庫"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "On Hand / Available Quantities"
|
||
msgstr "手元所持/使用可能な数量"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.product_template_kanban_stock_view
|
||
msgid "On hand:"
|
||
msgstr "手元:"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"Once it's fully working, give us some feedback: we love to hear from our "
|
||
"customer. It would be great if you could send us a photo of your warehouse "
|
||
"to"
|
||
msgstr ""
|
||
"完全に稼働するようになったら、ぜひ私たちにフィードバックをお寄せください:我々は顧客からお話を聞くことが大好きです。 "
|
||
"倉庫の写真をお送りいただければ幸いです"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_inventory.py:113
|
||
#, python-format
|
||
msgid "One Lot/Serial Number"
|
||
msgstr "一つの ロット/シリアル番号"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_inventory.py:111
|
||
#, python-format
|
||
msgid "One owner only"
|
||
msgstr "1オーナーのみ"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_inventory.py:106
|
||
#, python-format
|
||
msgid "One product category"
|
||
msgstr "プロダクトカテゴリごと"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_inventory.py:111
|
||
#, python-format
|
||
msgid "One product for a specific owner"
|
||
msgstr "1ロット/シリアル番号"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_inventory.py:107
|
||
#, python-format
|
||
msgid "One product only"
|
||
msgstr "1プロダクトのみ"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_path_name
|
||
msgid "Operation Name"
|
||
msgstr "処理名"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_procurement_rule_picking_type_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_path_picking_type_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_picking_type_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_picking_type_id
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
||
#: model:ir.ui.view,arch_db:stock.view_pickingtype_filter
|
||
msgid "Operation Type"
|
||
msgstr "オペレーションタイプ"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_procurement_rule_picking_type_id
|
||
msgid ""
|
||
"Operation Type determines the way the picking should be shown in the view, "
|
||
"reports, ..."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_return_picking_type_id
|
||
msgid "Operation Type for Returns"
|
||
msgstr "返品用オペレーションタイプ"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_type_form
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_type_list
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_type_tree
|
||
#: model:ir.ui.view,arch_db:stock.view_warehouse
|
||
msgid "Operation Types"
|
||
msgstr "オペレーションタイプ"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_name
|
||
msgid "Operation Types Name"
|
||
msgstr "オペレーションタイプ名"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_move_line_ids
|
||
#: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt
|
||
#: model:ir.ui.view,arch_db:stock.res_config_settings_view_form
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
||
#: model:ir.ui.view,arch_db:stock.view_template_property_form
|
||
msgid "Operations"
|
||
msgstr "オペレーション"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.menu,name:stock.menu_pickingtype
|
||
msgid "Operations Types"
|
||
msgstr "オペレーションタイプ"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_move_partner_id
|
||
msgid ""
|
||
"Optional address where goods are to be delivered, specifically used for "
|
||
"allotment"
|
||
msgstr "オプションの商品配送先アドレス (割当で使用)"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_location_posx
|
||
#: model:ir.model.fields,help:stock.field_stock_location_posy
|
||
#: model:ir.model.fields,help:stock.field_stock_location_posz
|
||
msgid "Optional localization details, for information purpose only"
|
||
msgstr "情報目的のためだけのオプションのローカル化の詳細"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_move_returned_move_ids
|
||
msgid "Optional: all returned moves created from this move"
|
||
msgstr "任意: この移動から作成された全ての返品移動"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_move_move_dest_ids
|
||
msgid "Optional: next stock move when chaining them"
|
||
msgstr "オプション:連鎖する場合の次の在庫移動"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_move_move_orig_ids
|
||
msgid "Optional: previous stock move when chaining them"
|
||
msgstr "オプション:連鎖する場合の前回の在庫移動"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
||
msgid "Order Date"
|
||
msgstr "オーダ日"
|
||
|
||
#. module: stock
|
||
#: model:stock.location,name:stock.location_order
|
||
msgid "Order Processing"
|
||
msgstr "オーダ処理"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_line_ordered_qty
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_ordered_qty
|
||
msgid "Ordered Quantity"
|
||
msgstr "受注数量"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_move_search
|
||
msgid "Orders processed today or scheduled for today"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_move_form
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
||
msgid "Origin"
|
||
msgstr "移動元"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_move_form
|
||
msgid "Origin Moves"
|
||
msgstr "連携元移動"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_origin_returned_move_id
|
||
msgid "Origin return move"
|
||
msgstr "戻し元移動"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_return_picking_original_location_id
|
||
msgid "Original Location"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_move_orig_ids
|
||
msgid "Original Move"
|
||
msgstr "元の移動"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_out_type_id
|
||
msgid "Out Type"
|
||
msgstr "出荷タイプ"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_product_product_outgoing_qty
|
||
#: model:ir.model.fields,field_description:stock.field_product_template_outgoing_qty
|
||
#: model:ir.ui.view,arch_db:stock.view_move_search
|
||
msgid "Outgoing"
|
||
msgstr "送信待ち"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_delivery_steps
|
||
msgid "Outgoing Shippings"
|
||
msgstr "出荷"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_warehouse.py:99
|
||
#: model:stock.location,name:stock.stock_location_output
|
||
#, python-format
|
||
msgid "Output"
|
||
msgstr "出荷"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_wh_output_stock_loc_id
|
||
msgid "Output Location"
|
||
msgstr "出荷ロケーション"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_overprocessed_transfer_overprocessed_product_name
|
||
msgid "Overprocessed Product Name"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_inventory_line_partner_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_partner_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_line_owner_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_owner_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_quant_owner_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_quant_package_owner_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_scrap_owner_id
|
||
#: model:ir.ui.view,arch_db:stock.quant_search_view
|
||
#: model:ir.ui.view,arch_db:stock.view_move_line_form
|
||
msgid "Owner"
|
||
msgstr "オーナー"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_restrict_partner_id
|
||
msgid "Owner "
|
||
msgstr "オーナー"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.message_body
|
||
msgid "Owner :"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_location_partner_id
|
||
msgid "Owner of the location if not internal"
|
||
msgstr "会社でない場合、ロケーションのオーナー"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_move_line_owner_id
|
||
msgid "Owner of the quants"
|
||
msgstr "保管ロットのオーナー"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/product.py:337
|
||
#, python-format
|
||
msgid "P&L Qty"
|
||
msgstr "損益計算書数量"
|
||
|
||
#. module: stock
|
||
#. openerp-web
|
||
#: code:addons/stock/static/src/xml/stock_traceability_report_backend.xml:6
|
||
#, python-format
|
||
msgid "PRINT"
|
||
msgstr "印刷"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.report_stock_body_print
|
||
#: model:ir.ui.view,arch_db:stock.report_stock_inventory
|
||
msgid "PRODUCT"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_warehouse.py:216
|
||
#: model:ir.model.fields,field_description:stock.field_stock_inventory_line_package_id
|
||
#, python-format
|
||
msgid "Pack"
|
||
msgstr "梱包"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_pack_type_id
|
||
msgid "Pack Type"
|
||
msgstr "梱包タイプ"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/barcode.py:14
|
||
#: model:ir.model.fields,field_description:stock.field_stock_quant_package_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_scrap_package_id
|
||
#: model:ir.ui.view,arch_db:stock.quant_package_search_view
|
||
#: model:ir.ui.view,arch_db:stock.quant_search_view
|
||
#: model:ir.ui.view,arch_db:stock.view_quant_package_form
|
||
#: model:ir.ui.view,arch_db:stock.view_quant_package_tree
|
||
#, python-format
|
||
msgid "Package"
|
||
msgstr "梱包"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.report,name:stock.action_report_quant_package_barcode_small
|
||
msgid "Package BarCode"
|
||
msgstr "梱包バーコード"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.report,name:stock.action_report_quant_package_barcode
|
||
msgid "Package BarCode with Contents"
|
||
msgstr "梱包バーコードとその内容"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.quant_package_search_view
|
||
msgid "Package Name"
|
||
msgstr "梱包名"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_quant_package_name
|
||
#: model:ir.ui.view,arch_db:stock.view_quant_package_form
|
||
msgid "Package Reference"
|
||
msgstr "梱包参照"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_quant_package_form
|
||
msgid "Package Transfers"
|
||
msgstr "梱包移動"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_quant_package_packaging_id
|
||
msgid "Package Type"
|
||
msgstr "梱包タイプ"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,name:stock.action_package_view
|
||
#: model:ir.ui.menu,name:stock.menu_package
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
||
msgid "Packages"
|
||
msgstr "梱包"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,help:stock.action_package_view
|
||
msgid ""
|
||
"Packages are usually created by pack operations made on transfers and can "
|
||
"contains several different products. You can then reuse a package to move "
|
||
"its whole content somewhere else, or to pack it into another bigger package."
|
||
" A package can also be unpacked, allowing the disposal of its former content"
|
||
" as single units again."
|
||
msgstr ""
|
||
"パッケージは、通常、移動で作成された梱包操作によって作成されていて、複数の異なる製品を含むことができます。\n"
|
||
"パッケージを再利用して、コンテンツ全体を別の場所に移動したり、別の大きなパッケージに梱包することができます。\n"
|
||
"パッケージを展開して、元の内容物を単一のユニットとして処分することもできます。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.quant_package_search_view
|
||
msgid "Packaging"
|
||
msgstr "梱包"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_wh_pack_stock_loc_id
|
||
msgid "Packing Location"
|
||
msgstr "梱包ロケーション"
|
||
|
||
#. module: stock
|
||
#: model:ir.model,name:stock.model_stock_move_line
|
||
msgid "Packing Operation"
|
||
msgstr "梱包作業"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_warehouse.py:100
|
||
#: model:stock.location,name:stock.location_pack_zone
|
||
#, python-format
|
||
msgid "Packing Zone"
|
||
msgstr "梱包ゾーン"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_type_form
|
||
msgid "Packs and Lots"
|
||
msgstr "梱包およびロット"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_procurement_compute_wizard
|
||
msgid "Parameters"
|
||
msgstr "パラメータ"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_location_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_return_picking_parent_location_id
|
||
#: model:ir.ui.view,arch_db:stock.view_location_search
|
||
msgid "Parent Location"
|
||
msgstr "親ロケーション"
|
||
|
||
#. module: stock
|
||
#: selection:procurement.group,move_type:0
|
||
msgid "Partial"
|
||
msgstr "分納可"
|
||
|
||
#. module: stock
|
||
#: selection:stock.move,state:0
|
||
msgid "Partially Available"
|
||
msgstr "一部利用可能"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_procurement_group_partner_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_partner_id
|
||
#: model:ir.ui.view,arch_db:stock.view_move_search
|
||
msgid "Partner"
|
||
msgstr "取引先"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_procurement_rule_partner_address_id
|
||
msgid "Partner Address"
|
||
msgstr "取引先アドレス"
|
||
|
||
#. module: stock
|
||
#: model:stock.location,name:stock.stock_location_locations_partner
|
||
msgid "Partner Locations"
|
||
msgstr "取引先ロケーション"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,help:stock.action_inventory_form
|
||
msgid ""
|
||
"Periodical Inventories are used to count the number of products\n"
|
||
" available per location. You can use it once a year when you do\n"
|
||
" the general inventory or whenever you need it, to adapt the\n"
|
||
" current inventory level of a product."
|
||
msgstr ""
|
||
"定期棚卸資産は、場所ごとに利用可能な製品の数を数えるために使用されます。\n"
|
||
"一般在庫を行うとき、または必要なときに1年に1回、製品の現在の\n"
|
||
"在庫レベルに合わせて使用することができます。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "Periodical Tasks"
|
||
msgstr "定型作業"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_inventory_filter
|
||
msgid "Physical Inventories by Month"
|
||
msgstr "月ごとの実在庫"
|
||
|
||
#. module: stock
|
||
#: model:stock.location,name:stock.stock_location_locations
|
||
msgid "Physical Locations"
|
||
msgstr "物理ロケーション"
|
||
|
||
#. module: stock
|
||
#: model:ir.model,name:stock.model_stock_quant_package
|
||
msgid "Physical Packages"
|
||
msgstr "実梱包"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_warehouse.py:224
|
||
#: model:ir.model.fields,field_description:stock.field_stock_backorder_confirmation_pick_ids
|
||
#: model:ir.model.fields,field_description:stock.field_stock_immediate_transfer_pick_ids
|
||
#, python-format
|
||
msgid "Pick"
|
||
msgstr "集荷"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_warehouse.py:435
|
||
#, python-format
|
||
msgid "Pick + Pack + Ship"
|
||
msgstr "集荷 + 梱包 + 出荷"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_warehouse.py:434
|
||
#, python-format
|
||
msgid "Pick + Ship"
|
||
msgstr "集荷 + 出荷"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_pick_type_id
|
||
msgid "Pick Type"
|
||
msgstr "ピックタイプ"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_overprocessed_transfer_picking_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_return_picking_picking_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_scrap_picking_id
|
||
#: model:ir.ui.view,arch_db:stock.view_move_search
|
||
msgid "Picking"
|
||
msgstr "ピッキング"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
||
msgid "Picking List"
|
||
msgstr "ピッキングリスト"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
||
msgid "Picking Lists"
|
||
msgstr "集荷リスト"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_stock_quant_form
|
||
msgid "Picking Moves"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.report,name:stock.action_report_picking
|
||
msgid "Picking Operations"
|
||
msgstr "ピッキングオペレーション"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.vpicktree
|
||
msgid "Picking list"
|
||
msgstr "ピッキングリスト"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.procurement_group_form_view
|
||
msgid "Pickings"
|
||
msgstr "ピッキング"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
||
msgid "Pickings already processed"
|
||
msgstr "梱包は既に処理済です。"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,name:stock.do_view_pickings
|
||
msgid "Pickings for Groups"
|
||
msgstr "グループのピッキング"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
||
msgid "Pickings that are late on scheduled time"
|
||
msgstr "予定時刻より遅延しているピッキング"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_stock_level_forecast_filter
|
||
msgid "Pivot"
|
||
msgstr "ピボット"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.stock_picking_type_kanban
|
||
msgid "Planned Transfer"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model,name:stock.model_web_planner
|
||
msgid "Planner"
|
||
msgstr "プランナー"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_picking.py:649
|
||
#, python-format
|
||
msgid "Please add some lines to move"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_picking.py:823
|
||
#, python-format
|
||
msgid "Please process some quantities to put in the pack first!"
|
||
msgstr "始めに梱包に入れる数量を処理してください。"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/wizard/stock_picking_return.py:126
|
||
#, python-format
|
||
msgid "Please specify at least one non-zero quantity."
|
||
msgstr "少なくとも1つ、ゼロではない量を指定してください。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.quant_search_view
|
||
msgid "Positive Stock"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_product_packaging
|
||
msgid "Preferred Packaging"
|
||
msgstr "希望梱包タイプ"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_move_route_ids
|
||
msgid "Preferred route"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
||
msgid "Print"
|
||
msgstr "印刷"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_printed
|
||
msgid "Printed"
|
||
msgstr "印刷済"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_fixed_putaway_strat_sequence
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_priority
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_priority
|
||
msgid "Priority"
|
||
msgstr "優先度"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_picking_priority
|
||
msgid ""
|
||
"Priority for this picking. Setting manually a value here would set it as "
|
||
"priority for all the moves"
|
||
msgstr "このピッキングの優先順位。 ここで手動で値を設定すると、すべての移動の優先度として設定されます"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.res_config_settings_view_form
|
||
msgid "Process operations faster with barcodes"
|
||
msgstr "バーコードでオペレーションを効率化"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.res_config_settings_view_form
|
||
msgid "Process picking in batch per worker"
|
||
msgstr "作業者毎にピッキングをバッチ処理"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_overprocessed_transfer
|
||
msgid "Processed more than initial demand"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: selection:stock.location,usage:0
|
||
msgid "Procurement"
|
||
msgstr "調達"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "Procurement Exceptions"
|
||
msgstr "調達例外"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_group_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_group_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_orderpoint_group_id
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
||
msgid "Procurement Group"
|
||
msgstr "調達グループ"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_procurement_rule_location_id
|
||
msgid "Procurement Location"
|
||
msgstr "調達ロケーション"
|
||
|
||
#. module: stock
|
||
#: model:ir.model,name:stock.model_procurement_group
|
||
msgid "Procurement Requisition"
|
||
msgstr "調達要求"
|
||
|
||
#. module: stock
|
||
#: model:ir.model,name:stock.model_procurement_rule
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_rule_id
|
||
#: model:ir.ui.view,arch_db:stock.view_procurement_rule_form
|
||
msgid "Procurement Rule"
|
||
msgstr "調達規則"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_route_pull_ids
|
||
#: model:ir.ui.view,arch_db:stock.stock_location_route_form_view
|
||
#: model:ir.ui.view,arch_db:stock.view_procurement_rule_tree
|
||
msgid "Procurement Rules"
|
||
msgstr "調達規則"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.procurement_group_form_view
|
||
msgid "Procurement group"
|
||
msgstr "調達グループ"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.server,name:stock.ir_cron_scheduler_action_ir_actions_server
|
||
#: model:ir.cron,cron_name:stock.ir_cron_scheduler_action
|
||
#: model:ir.cron,name:stock.ir_cron_scheduler_action
|
||
msgid "Procurement: run scheduler"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:stock.location,name:stock.location_procurement
|
||
msgid "Procurements"
|
||
msgstr "調達"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_line_produce_line_ids
|
||
msgid "Produce Line"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/product.py:347
|
||
#, python-format
|
||
msgid "Produced Qty"
|
||
msgstr "プロダクト数量"
|
||
|
||
#. module: stock
|
||
#: model:ir.model,name:stock.model_product_product
|
||
#: model:ir.model.fields,field_description:stock.field_report_stock_forecast_product_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_change_product_qty_product_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_inventory_line_product_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_line_product_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_product_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_product_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_production_lot_product_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_quant_product_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_return_picking_line_product_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_scrap_product_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_orderpoint_product_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warn_insufficient_qty_product_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warn_insufficient_qty_repair_product_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warn_insufficient_qty_scrap_product_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warn_insufficient_qty_unbuild_product_id
|
||
#: model:ir.ui.view,arch_db:stock.quant_search_view
|
||
#: model:ir.ui.view,arch_db:stock.report_lot_barcode
|
||
#: model:ir.ui.view,arch_db:stock.report_package_barcode
|
||
#: model:ir.ui.view,arch_db:stock.report_picking
|
||
#: model:ir.ui.view,arch_db:stock.search_product_lot_filter
|
||
#: model:ir.ui.view,arch_db:stock.stock_scrap_search_view
|
||
#: model:ir.ui.view,arch_db:stock.view_move_search
|
||
msgid "Product"
|
||
msgstr "プロダクト"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_location.py:180
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_route_categ_ids
|
||
#: model:ir.ui.menu,name:stock.menu_product_category_config_stock
|
||
#: model:ir.ui.view,arch_db:stock.stock_location_route_form_view
|
||
#, python-format
|
||
msgid "Product Categories"
|
||
msgstr "プロダクトカテゴリ"
|
||
|
||
#. module: stock
|
||
#: model:ir.model,name:stock.model_product_category
|
||
#: model:ir.model.fields,field_description:stock.field_stock_fixed_putaway_strat_category_id
|
||
msgid "Product Category"
|
||
msgstr "プロダクトカテゴリ"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_inventory_line_product_code
|
||
msgid "Product Code"
|
||
msgstr "プロダクトコード"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.search_product_lot_filter
|
||
msgid "Product Lots"
|
||
msgstr "プロダクトロット"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.search_product_lot_filter
|
||
msgid "Product Lots Filter"
|
||
msgstr "プロダクトロットのフィルタ"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.stock_scrap_form_view
|
||
msgid "Product Move"
|
||
msgstr "プロダクト移動"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,name:stock.stock_move_line_action
|
||
#: model:ir.ui.menu,name:stock.stock_move_line_menu
|
||
#: model:ir.ui.view,arch_db:stock.product_form_view_procurement_button
|
||
#: model:ir.ui.view,arch_db:stock.product_template_form_view_procurement_button
|
||
msgid "Product Moves"
|
||
msgstr "プロダクト移動"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_inventory_line_product_name
|
||
msgid "Product Name"
|
||
msgstr "プロダクト名"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.menu,name:stock.menu_product_packagings
|
||
#: model:ir.ui.view,arch_db:stock.res_config_settings_view_form
|
||
msgid "Product Packages"
|
||
msgstr "プロダクト荷姿"
|
||
|
||
#. module: stock
|
||
#: model:ir.model,name:stock.model_product_template
|
||
#: model:ir.model.fields,field_description:stock.field_report_stock_forecast_product_tmpl_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_product_tmpl_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_quant_product_tmpl_id
|
||
msgid "Product Template"
|
||
msgstr "プロダクトテンプレート"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_product_type
|
||
msgid "Product Type"
|
||
msgstr "プロダクトタイプ"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "Product Types"
|
||
msgstr "プロダクトタイプ"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_inventory_line_product_uom_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_orderpoint_product_uom
|
||
msgid "Product Unit of Measure"
|
||
msgstr "プロダクト単位"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.menu,name:stock.product_product_menu
|
||
msgid "Product Variants"
|
||
msgstr "プロダクトバリアント"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_production_lot_form
|
||
#: model:ir.ui.view,arch_db:stock.view_production_lot_form_simple
|
||
msgid ""
|
||
"Product this lot/serial number contains. You cannot change it anymore if it "
|
||
"has already been moved."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_has_tracking
|
||
msgid "Product with Tracking"
|
||
msgstr "トラッキング付プロダクト"
|
||
|
||
#. module: stock
|
||
#: model:stock.location,name:stock.location_production
|
||
#: selection:stock.location,usage:0
|
||
msgid "Production"
|
||
msgstr "製造"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_product_product_property_stock_production
|
||
#: model:ir.model.fields,field_description:stock.field_product_template_property_stock_production
|
||
msgid "Production Location"
|
||
msgstr "製造ロケーション"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_location.py:170
|
||
#: code:addons/stock/wizard/stock_quantity_history.py:29
|
||
#: model:ir.actions.act_window,name:stock.act_product_location_open
|
||
#: model:ir.actions.act_window,name:stock.product_template_action_product
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_route_product_ids
|
||
#: model:ir.ui.menu,name:stock.menu_product_in_config_stock
|
||
#: model:ir.ui.menu,name:stock.menu_product_variant_config_stock
|
||
#: model:ir.ui.view,arch_db:stock.res_config_settings_view_form
|
||
#: model:ir.ui.view,arch_db:stock.stock_location_route_form_view
|
||
#: model:ir.ui.view,arch_db:stock.view_location_form
|
||
#, python-format
|
||
msgid "Products"
|
||
msgstr "プロダクト"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/product.py:310
|
||
#, python-format
|
||
msgid "Products: "
|
||
msgstr "プロダクト:"
|
||
|
||
#. module: stock
|
||
#: selection:procurement.rule,group_propagation_option:0
|
||
msgid "Propagate"
|
||
msgstr "展開"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_procurement_rule_propagate
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_path_propagate
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_propagate
|
||
msgid "Propagate cancel and split"
|
||
msgstr "取消/分割を展開"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_procurement_rule_form
|
||
msgid "Propagation Options"
|
||
msgstr "展開オプション"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_procurement_rule_group_propagation_option
|
||
msgid "Propagation of Procurement Group"
|
||
msgstr "調達グループの展開"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "Purchase Flow"
|
||
msgstr "購買フロー"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_push_rule_id
|
||
msgid "Push Rule"
|
||
msgstr "プッシュ規則"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,name:stock.stolocpath
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_route_push_ids
|
||
#: model:ir.ui.view,arch_db:stock.stock_location_route_form_view
|
||
msgid "Push Rules"
|
||
msgstr "プッシュ規則"
|
||
|
||
#. module: stock
|
||
#: model:ir.model,name:stock.model_stock_location_path
|
||
msgid "Pushed Flow"
|
||
msgstr "プッシュ型フロー"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_fixed_putaway_strat_putaway_id
|
||
msgid "Put Away Method"
|
||
msgstr "置き場方法"
|
||
|
||
#. module: stock
|
||
#: model:ir.model,name:stock.model_product_putaway
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_putaway_strategy_id
|
||
msgid "Put Away Strategy"
|
||
msgstr "置き場方針"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.res_config_settings_view_form
|
||
msgid "Put your products in packs (e.g. parcels, boxes) and track them"
|
||
msgstr "プロダクトの梱包 (小包、箱等) および追跡"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_putaway
|
||
msgid "Putaway"
|
||
msgstr "置き場"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.report_stock_body_print
|
||
#: model:ir.ui.view,arch_db:stock.report_stock_inventory
|
||
msgid "QUANTITY"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_orderpoint_qty_multiple
|
||
msgid "Qty Multiple"
|
||
msgstr "数量倍数"
|
||
|
||
#. module: stock
|
||
#: sql_constraint:stock.warehouse.orderpoint:0
|
||
msgid "Qty Multiple must be greater than or equal to zero."
|
||
msgstr "数量倍数は、ゼロ以上でなければなりません。"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_warehouse.py:98
|
||
#, python-format
|
||
msgid "Quality Control"
|
||
msgstr "品質管理"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_wh_qc_stock_loc_id
|
||
msgid "Quality Control Location"
|
||
msgstr "品質管理ロケーション"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_quant_ids
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warn_insufficient_qty_quant_ids
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warn_insufficient_qty_repair_quant_ids
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warn_insufficient_qty_scrap_quant_ids
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warn_insufficient_qty_unbuild_quant_ids
|
||
msgid "Quant"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_report_stock_forecast_quantity
|
||
#: model:ir.model.fields,field_description:stock.field_stock_production_lot_product_qty
|
||
#: model:ir.model.fields,field_description:stock.field_stock_quant_quantity
|
||
#: model:ir.model.fields,field_description:stock.field_stock_return_picking_line_quantity
|
||
#: model:ir.model.fields,field_description:stock.field_stock_scrap_scrap_qty
|
||
#: model:ir.ui.view,arch_db:stock.report_package_barcode
|
||
#: model:ir.ui.view,arch_db:stock.report_picking
|
||
#: model:ir.ui.view,arch_db:stock.view_quant_package_form
|
||
msgid "Quantity"
|
||
msgstr "数量"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.message_body
|
||
msgid "Quantity :"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_quantity_done
|
||
#: model:ir.ui.view,arch_db:stock.view_move_line_form
|
||
#: model:ir.ui.view,arch_db:stock.view_move_line_tree
|
||
#: model:ir.ui.view,arch_db:stock.view_stock_move_line_kanban
|
||
msgid "Quantity Done"
|
||
msgstr "完了済数量"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_warehouse_orderpoint_form
|
||
msgid "Quantity Multiple"
|
||
msgstr "倍乗基準数量"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_product_product_qty_available
|
||
#: model:ir.model.fields,field_description:stock.field_product_template_qty_available
|
||
#: model:ir.ui.view,arch_db:stock.view_stock_quant_form
|
||
msgid "Quantity On Hand"
|
||
msgstr "手持ち数量"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_reserved_availability
|
||
#: model:ir.ui.view,arch_db:stock.view_move_line_form
|
||
#: model:ir.ui.view,arch_db:stock.view_stock_quant_form
|
||
msgid "Quantity Reserved"
|
||
msgstr "引当済数量"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/wizard/stock_change_product_qty.py:80
|
||
#, python-format
|
||
msgid "Quantity cannot be negative."
|
||
msgstr "負の数は入力できません。"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_move.py:611
|
||
#, python-format
|
||
msgid "Quantity decreased!"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_move_availability
|
||
msgid "Quantity in stock that can still be reserved for this move"
|
||
msgstr "この移動のためにまだ予約可能な在庫数"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_move_product_qty
|
||
msgid "Quantity in the default UoM of the product"
|
||
msgstr "製品のデフォルトの単位の数量"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_product_product_incoming_qty
|
||
msgid ""
|
||
"Quantity of planned incoming products.\n"
|
||
"In a context with a single Stock Location, this includes goods arriving to this Location, or any of its children.\n"
|
||
"In a context with a single Warehouse, this includes goods arriving to the Stock Location of this Warehouse, or any of its children.\n"
|
||
"Otherwise, this includes goods arriving to any Stock Location with 'internal' type."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_product_product_outgoing_qty
|
||
msgid ""
|
||
"Quantity of planned outgoing products.\n"
|
||
"In a context with a single Stock Location, this includes goods leaving this Location, or any of its children.\n"
|
||
"In a context with a single Warehouse, this includes goods leaving the Stock Location of this Warehouse, or any of its children.\n"
|
||
"Otherwise, this includes goods leaving any Stock Location with 'internal' type."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_quant_quantity
|
||
msgid ""
|
||
"Quantity of products in this quant, in the default unit of measure of the "
|
||
"product"
|
||
msgstr "この数量の製品の数量。製品のデフォルトの計量単位"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_quant_reserved_quantity
|
||
msgid ""
|
||
"Quantity of reserved products in this quant, in the default unit of measure "
|
||
"of the product"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_move_reserved_availability
|
||
msgid "Quantity that has already been reserved for this move"
|
||
msgstr "この移動のために既に予約されている数量"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,name:stock.lot_open_quants
|
||
#: model:ir.model,name:stock.model_stock_quant
|
||
#: model:ir.model.fields,field_description:stock.field_stock_production_lot_quant_ids
|
||
#: model:ir.ui.view,arch_db:stock.quant_search_view
|
||
msgid "Quants"
|
||
msgstr "保管ロット"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_quant.py:70
|
||
#, python-format
|
||
msgid "Quants cannot be created for consumables or services."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:stock.inventory.line,product_name:stock.stock_inventory_line_12
|
||
msgid "RAM SR5"
|
||
msgstr "RAM SR5"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_rate_picking_backorders
|
||
msgid "Rate Picking Backorders"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_rate_picking_late
|
||
msgid "Rate Picking Late"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.stock_picking_type_kanban
|
||
#: model:ir.ui.view,arch_db:stock.view_move_search
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
||
#: selection:stock.picking,state:0
|
||
msgid "Ready"
|
||
msgstr "準備完了"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_product_qty
|
||
#: model:ir.ui.view,arch_db:stock.stock_inventory_line_tree2
|
||
#: model:ir.ui.view,arch_db:stock.view_inventory_form
|
||
msgid "Real Quantity"
|
||
msgstr "実際数量"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_line_product_qty
|
||
msgid "Real Reserved Quantity"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_reception_route_id
|
||
msgid "Receipt Route"
|
||
msgstr "入荷ルート"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_warehouse.py:432
|
||
#, python-format
|
||
msgid "Receipt in 1 step"
|
||
msgstr "1ステップで入荷"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_warehouse.py:432
|
||
#, python-format
|
||
msgid "Receipt in 2 steps"
|
||
msgstr "2ステップで入荷"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_warehouse.py:433
|
||
#, python-format
|
||
msgid "Receipt in 3 steps"
|
||
msgstr "3ステップで入荷"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_warehouse.py:202
|
||
#: model:stock.picking.type,name:stock.chi_picking_type_in
|
||
#: model:stock.picking.type,name:stock.picking_type_in
|
||
#, python-format
|
||
msgid "Receipts"
|
||
msgstr "入荷"
|
||
|
||
#. module: stock
|
||
#: selection:stock.warehouse,reception_steps:0
|
||
msgid "Receive goods directly in stock (1 step)"
|
||
msgstr "在庫ロケーションに直接入荷 (1ステップ)"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/product.py:324
|
||
#, python-format
|
||
msgid "Received Qty"
|
||
msgstr "入荷済数量"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.stock_move_line_view_search
|
||
msgid "Receptions"
|
||
msgstr "入荷"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_procurement_group_name
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_line_reference
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_reference
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_name
|
||
#: model:ir.model.fields,field_description:stock.field_stock_scrap_name
|
||
#: model:ir.ui.view,arch_db:stock.stock_move_line_view_search
|
||
#: model:ir.ui.view,arch_db:stock.view_move_line_form
|
||
#: model:ir.ui.view,arch_db:stock.view_move_line_tree
|
||
#: model:ir.ui.view,arch_db:stock.view_move_search
|
||
#: model:ir.ui.view,arch_db:stock.view_move_tree_receipt_picking
|
||
#: model:ir.ui.view,arch_db:stock.view_move_tree_receipt_picking_board
|
||
msgid "Reference"
|
||
msgstr "参照"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_sequence_id
|
||
msgid "Reference Sequence"
|
||
msgstr "採番方針"
|
||
|
||
#. module: stock
|
||
#: sql_constraint:stock.picking:0
|
||
msgid "Reference must be unique per company!"
|
||
msgstr "参照は会社ごとに固有でなければいけません。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_picking_origin
|
||
msgid "Reference of the document"
|
||
msgstr "ドキュメントの参照"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
||
msgid "Register lots, packs, location"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
||
msgid "Remaining parts of picking partially processed"
|
||
msgstr "部分的に処理されたピッキングの残部分"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_removal
|
||
msgid "Removal"
|
||
msgstr "除去"
|
||
|
||
#. module: stock
|
||
#: model:ir.model,name:stock.model_product_removal
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_removal_strategy_id
|
||
msgid "Removal Strategy"
|
||
msgstr "引当方針"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_quant.py:111
|
||
#, python-format
|
||
msgid "Removal strategy %s not implemented."
|
||
msgstr "削除戦略 %s は実装されていません。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_product_product_reordering_max_qty
|
||
#: model:ir.model.fields,field_description:stock.field_product_template_reordering_max_qty
|
||
msgid "Reordering Max Qty"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_product_product_reordering_min_qty
|
||
#: model:ir.model.fields,field_description:stock.field_product_template_reordering_min_qty
|
||
msgid "Reordering Min Qty"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,name:stock.act_stock_warehouse_2_stock_warehouse_orderpoint
|
||
#: model:ir.actions.act_window,name:stock.action_orderpoint_form
|
||
#: model:ir.actions.act_window,name:stock.product_open_orderpoint
|
||
#: model:ir.model.fields,field_description:stock.field_product_product_nbr_reordering_rules
|
||
#: model:ir.model.fields,field_description:stock.field_product_template_nbr_reordering_rules
|
||
#: model:ir.ui.menu,name:stock.menu_reordering_rules_config
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
#: model:ir.ui.view,arch_db:stock.view_warehouse_orderpoint_form
|
||
#: model:ir.ui.view,arch_db:stock.view_warehouse_orderpoint_tree
|
||
#: model:ir.ui.view,arch_db:stock.warehouse_orderpoint_search
|
||
msgid "Reordering Rules"
|
||
msgstr "再オーダ規則"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.warehouse_orderpoint_search
|
||
msgid "Reordering Rules Search"
|
||
msgstr "再オーダ規則検索"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.menu,name:stock.menu_warehouse_report
|
||
msgid "Reporting"
|
||
msgstr "レポーティング"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_res_config_settings_use_propagation_minimum_delta
|
||
msgid ""
|
||
"Rescheduling applies to any chain of operations (e.g. Make To Order, Pick Pack Ship). In the case of MTO sales, a vendor delay (updated incoming date) impacts the expected delivery date to the customer. \n"
|
||
" This option allows to not propagate the rescheduling if the change is not critical."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.res_config_settings_view_form
|
||
msgid ""
|
||
"Rescheduling applies to any chain of operations (e.g. Make To Order, Pick "
|
||
"Pack Ship). In the case of MTO sales, a vendor delay (updated incoming date)"
|
||
" impacts the expected delivery date to the customer. This option allows to "
|
||
"not propagate the rescheduling if the change is not critical."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_res_config_settings_module_procurement_jit
|
||
msgid "Reservation"
|
||
msgstr "在庫引当"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.quant_search_view
|
||
msgid "Reservations"
|
||
msgstr "在庫引当"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_line_product_uom_qty
|
||
#: model:ir.ui.view,arch_db:stock.view_move_picking_form
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
||
#: model:ir.ui.view,arch_db:stock.view_stock_quant_tree
|
||
msgid "Reserved"
|
||
msgstr "引当済"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_quant_reserved_quantity
|
||
msgid "Reserved Quantity"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_res_config_settings_module_procurement_jit
|
||
msgid ""
|
||
"Reserving products manually in delivery orders or by running the scheduler "
|
||
"is advised to better manage priorities in case of long customer lead times "
|
||
"or/and frequent stock-outs."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "Resolve Procurement Exceptions"
|
||
msgstr "調達例外の解決"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_product_product_responsible_id
|
||
#: model:ir.model.fields,field_description:stock.field_product_template_responsible_id
|
||
msgid "Responsible"
|
||
msgstr "担当者"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_resupply_route_ids
|
||
msgid "Resupply Routes"
|
||
msgstr "補充ルート"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_resupply_wh_ids
|
||
msgid "Resupply Warehouses"
|
||
msgstr "補充元倉庫"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_stock_quantity_history
|
||
msgid "Retrieve the Inventory Quantities"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
||
#: model:ir.ui.view,arch_db:stock.view_stock_return_picking_form
|
||
msgid "Return"
|
||
msgstr "戻す"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_return_picking_location_id
|
||
msgid "Return Location"
|
||
msgstr "返品ロケーション"
|
||
|
||
#. module: stock
|
||
#: model:ir.model,name:stock.model_stock_return_picking
|
||
msgid "Return Picking"
|
||
msgstr "ピッキングの戻し"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/wizard/stock_picking_return.py:97
|
||
#, python-format
|
||
msgid "Return of %s"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/wizard/stock_picking_return.py:147
|
||
#, python-format
|
||
msgid "Returned Picking"
|
||
msgstr "返送品の選別"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,name:stock.act_stock_return_picking
|
||
msgid "Reverse Transfer"
|
||
msgstr "移動戻し"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_parent_right
|
||
msgid "Right Parent"
|
||
msgstr "右親"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_procurement_rule_route_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_path_route_id
|
||
#: model:ir.ui.view,arch_db:stock.stock_location_route_form_view
|
||
#: model:ir.ui.view,arch_db:stock.stock_location_route_view_search
|
||
msgid "Route"
|
||
msgstr "ルート"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_route_name
|
||
msgid "Route Name"
|
||
msgstr "ルート名"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_procurement_rule_route_sequence
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_path_route_sequence
|
||
msgid "Route Sequence"
|
||
msgstr "ルート順序"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,name:stock.action_routes_form
|
||
#: model:ir.model.fields,field_description:stock.field_product_category_route_ids
|
||
#: model:ir.model.fields,field_description:stock.field_product_product_route_ids
|
||
#: model:ir.model.fields,field_description:stock.field_product_template_route_ids
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_route_ids
|
||
#: model:ir.ui.menu,name:stock.menu_routes_config
|
||
#: model:ir.ui.view,arch_db:stock.product_form_view_procurement_button
|
||
#: model:ir.ui.view,arch_db:stock.product_template_form_view_procurement_button
|
||
#: model:ir.ui.view,arch_db:stock.stock_location_route_tree
|
||
#: model:ir.ui.view,arch_db:stock.view_warehouse
|
||
msgid "Routes"
|
||
msgstr "ルート"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "Routes Management"
|
||
msgstr "ルートマネジメント"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_warehouse_resupply_route_ids
|
||
msgid ""
|
||
"Routes will be created for these resupply warehouses and you can select them"
|
||
" on products and product categories"
|
||
msgstr "これらの補給倉庫にルートが作成され、プロダクトおよびプロダクトカテゴリで選択することができるようになります。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_warehouse_orderpoint_form
|
||
msgid "Rules"
|
||
msgstr "規則"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,name:stock.action_procurement_compute
|
||
#: model:ir.ui.menu,name:stock.menu_procurement_compute
|
||
msgid "Run Scheduler"
|
||
msgstr "スケジューラ実行"
|
||
|
||
#. module: stock
|
||
#: model:ir.model,name:stock.model_stock_scheduler_compute
|
||
msgid "Run Scheduler Manually"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_procurement_compute_wizard
|
||
msgid "Run Schedulers"
|
||
msgstr "スケジューラ実行"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "Sales Flow"
|
||
msgstr "販売フロー"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_move_search
|
||
msgid "Scheduled"
|
||
msgstr "予定日"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_scheduled_date
|
||
msgid "Scheduled Date"
|
||
msgstr "予定日"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_move_date_expected
|
||
msgid "Scheduled date for the processing of this move"
|
||
msgstr "この移動処理のためにスケジュールされた日"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_picking_scheduled_date
|
||
msgid ""
|
||
"Scheduled time for the first part of the shipment to be processed. Setting "
|
||
"manually a value here would set it as expected date for all the stock moves."
|
||
msgstr "出荷の最初の部分が処理される予定時刻。 ここで手動で値を設定すると、すべての在庫移動の予定日として設定されます。"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_picking.py:836
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_scrap_ids
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warn_insufficient_qty_scrap_scrap_id
|
||
#: model:ir.ui.menu,name:stock.menu_stock_scrap
|
||
#: model:ir.ui.view,arch_db:stock.stock_scrap_form_view
|
||
#: model:ir.ui.view,arch_db:stock.stock_scrap_form_view2
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
||
#, python-format
|
||
msgid "Scrap"
|
||
msgstr "廃棄"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_scrap_scrap_location_id
|
||
#: model:ir.ui.view,arch_db:stock.stock_scrap_search_view
|
||
msgid "Scrap Location"
|
||
msgstr "廃棄ロケーション"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_scrap_move_id
|
||
msgid "Scrap Move"
|
||
msgstr "廃棄移動"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,name:stock.action_stock_scrap
|
||
msgid "Scrap Orders"
|
||
msgstr "廃棄オーダ"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_scrapped
|
||
#: model:stock.location,name:stock.stock_location_scrapped
|
||
msgid "Scrapped"
|
||
msgstr "廃棄済"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,help:stock.action_stock_scrap
|
||
msgid ""
|
||
"Scrapping a product will remove it from your stock. The product will\n"
|
||
" end up in a scrap location that can be used for reporting purpose."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
||
msgid "Scraps"
|
||
msgstr "廃棄品"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_inventory_filter
|
||
msgid "Search Inventory"
|
||
msgstr "在庫の検索"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.stock_inventory_line_search
|
||
msgid "Search Inventory Lines"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_procurement_rule_filter
|
||
msgid "Search Procurement"
|
||
msgstr "調達の検索"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.stock_scrap_search_view
|
||
msgid "Search Scrap"
|
||
msgstr "スクラップの検索"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.stock_location_path_filter
|
||
msgid "Search Stock Location Paths"
|
||
msgstr "在庫ロケーションのパスを検索する"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_inventory.py:108
|
||
#, python-format
|
||
msgid "Select products manually"
|
||
msgstr "マニュアルでプロダクト選択"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.stock_location_route_form_view
|
||
msgid "Select the places where this route can be selected"
|
||
msgstr "このルートが選択できる場所を選択してください。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_res_partner_picking_warn
|
||
#: model:ir.model.fields,help:stock.field_res_users_picking_warn
|
||
msgid ""
|
||
"Selecting the \"Warning\" option will notify user with the message, "
|
||
"Selecting \"Blocking Message\" will throw an exception with the message and "
|
||
"block the flow. The Message has to be written in the next field."
|
||
msgstr ""
|
||
"警告オプションを選択するとユーザにメッセージを通知します。メッセージをブロックを選択するとメッセージとともに例外が発生しその流れがブロックされます。メッセージは次の項目で記述する必要があります。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.res_config_settings_view_form
|
||
msgid "Sell and purchase products in different units of measure"
|
||
msgstr "複数の異なる単位での販売/購買"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_procurement_rule_sequence
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_path_sequence
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_route_sequence
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_sequence
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_sequence
|
||
#: model:ir.ui.view,arch_db:stock.stock_location_route_form_view
|
||
msgid "Sequence"
|
||
msgstr "付番"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_warehouse.py:685
|
||
#, python-format
|
||
msgid "Sequence in"
|
||
msgstr "入荷採番"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_warehouse.py:689
|
||
#, python-format
|
||
msgid "Sequence internal"
|
||
msgstr "内部移動採番"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_warehouse.py:686
|
||
#, python-format
|
||
msgid "Sequence out"
|
||
msgstr "出荷採番"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_warehouse.py:687
|
||
#, python-format
|
||
msgid "Sequence packing"
|
||
msgstr "パッキング採番"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_warehouse.py:688
|
||
#, python-format
|
||
msgid "Sequence picking"
|
||
msgstr "ピッキング採番"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_inventory_line_prodlot_name
|
||
msgid "Serial Number Name"
|
||
msgstr "シリアル番号名"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_procurement_rule_warehouse_id
|
||
msgid "Served Warehouse"
|
||
msgstr "調達倉庫"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.res_config_settings_view_form
|
||
msgid "Set Putaway Strategies on Locations"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.res_config_settings_view_form
|
||
msgid "Set Warehouse Routes"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_product_category_removal_strategy_id
|
||
msgid ""
|
||
"Set a specific removal strategy that will be used regardless of the source "
|
||
"location for this product category"
|
||
msgstr "この製品カテゴリのソースの場所に関係なく使用される特定の削除戦略を設定する"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.res_config_settings_view_form
|
||
msgid "Set expiration dates on lots & serial numbers"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.res_config_settings_view_form
|
||
msgid "Set owner on stored products"
|
||
msgstr "在庫に所有者を設定"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.res_config_settings_view_form
|
||
msgid "Set product attributes (e.g. color, size) to manage variants"
|
||
msgstr "プロダクトに特性 (色、サイズ等) を設定し、バリアントを管理する"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"Set the <i>Real Quantity</i> for each Product and <i>Validate the "
|
||
"Inventory</i>"
|
||
msgstr "商品ごとに<i>実数量</i>を設定し、<i>在庫を確認</i>"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"Set the products you want to track with lots or serial numbers by setting "
|
||
"the Tracking field on the product form"
|
||
msgstr "製品フォームに追跡フィールドを設定して、ロットまたはシリアル番号を使用して追跡する製品を設定します"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_inventory_form
|
||
msgid "Set to Draft"
|
||
msgstr "ドラフトに設定"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_move_location_id
|
||
msgid ""
|
||
"Sets a location if you produce at a fixed location. This can be a partner "
|
||
"location if you subcontract the manufacturing operations."
|
||
msgstr "固定の場所で製造する場合、そのロケーションを設定します。製造を外注する場合は、これを取引先ロケーションを設定することもできます。"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,name:stock.action_stock_config_settings
|
||
#: model:ir.ui.menu,name:stock.menu_stock_general_settings
|
||
#: model:ir.ui.view,arch_db:stock.stock_picking_type_kanban
|
||
msgid "Settings"
|
||
msgstr "管理設定"
|
||
|
||
#. module: stock
|
||
#: model:stock.location,name:stock.stock_location_components
|
||
msgid "Shelf 1"
|
||
msgstr "棚 1"
|
||
|
||
#. module: stock
|
||
#: model:stock.location,name:stock.stock_location_14
|
||
msgid "Shelf 2"
|
||
msgstr "棚 2"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_posy
|
||
msgid "Shelves (Y)"
|
||
msgstr "棚 (Y)"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_warehouse.py:434
|
||
#, python-format
|
||
msgid "Ship Only"
|
||
msgstr "出荷のみ"
|
||
|
||
#. module: stock
|
||
#: selection:stock.warehouse,delivery_steps:0
|
||
msgid "Ship directly from stock (Ship only)"
|
||
msgstr "在庫ロケーションより直接出荷 (出荷のみ)"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.res_config_settings_view_form
|
||
msgid "Shipping Connectors"
|
||
msgstr "出荷コネクタ"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_move_type
|
||
msgid "Shipping Policy"
|
||
msgstr "出荷方針"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.res_config_settings_view_form
|
||
msgid ""
|
||
"Shipping connectors allow to compute accurate shipping costs, print shipping"
|
||
" labels and request carrier picking at your warehouse to ship to the "
|
||
"customer. Apply shipping connector from delivery methods."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_code
|
||
msgid "Short Name"
|
||
msgstr "略称"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_warehouse_code
|
||
msgid "Short name used to identify your warehouse"
|
||
msgstr "倉庫を特定する略称"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_show_check_availability
|
||
msgid "Show Check Availability"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_show_operations
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_show_operations
|
||
msgid "Show Detailed Operations"
|
||
msgstr "詳細オペレーションを表示"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_show_lots_text
|
||
msgid "Show Lots Text"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_show_mark_as_todo
|
||
msgid "Show Mark As Todo"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_show_operations
|
||
msgid "Show Operations"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_show_reserved
|
||
msgid "Show Reserved"
|
||
msgstr "引当済在庫を表示"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_show_validate
|
||
msgid "Show Validate"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
||
msgid "Show all records which has next action date is before today"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_move_string_availability_info
|
||
msgid "Show various information on stock availability for this move"
|
||
msgstr "この移動用の在庫状況に関する様々な情報を表示"
|
||
|
||
#. module: stock
|
||
#: model:stock.location,name:stock.location_refrigerator_small
|
||
msgid "Small Refrigerator"
|
||
msgstr "小型冷蔵庫"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.report_picking
|
||
#: model:ir.ui.view,arch_db:stock.view_move_search
|
||
msgid "Source"
|
||
msgstr "要求元"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_origin
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_origin
|
||
#: model:ir.model.fields,field_description:stock.field_stock_scrap_origin
|
||
msgid "Source Document"
|
||
msgstr "参照元"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_procurement_rule_location_src_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_path_location_from_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_location_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_location_id
|
||
msgid "Source Location"
|
||
msgstr "移動元ロケーション"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.message_body
|
||
msgid "Source Location:"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_line_package_id
|
||
#: model:ir.ui.view,arch_db:stock.view_move_line_form
|
||
msgid "Source Package"
|
||
msgstr "元梱包"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.message_body
|
||
msgid "Source Package :"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_procurement_rule_location_src_id
|
||
msgid "Source location is action=move"
|
||
msgstr "ソースの場所は action = move"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_inventory_lot_id
|
||
msgid ""
|
||
"Specify Lot/Serial Number to focus your inventory on a particular Lot/Serial"
|
||
" Number."
|
||
msgstr "ロット/シリアル番号を指定して、特定のロット/シリアル番号の在庫に注目できます。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_inventory_partner_id
|
||
msgid "Specify Owner to focus your inventory on a particular Owner."
|
||
msgstr "所有者を指定して、特定の所有者の在庫に注目します。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_inventory_package_id
|
||
msgid "Specify Pack to focus your inventory on a particular Pack."
|
||
msgstr "梱包を指定すると、特定の梱包の在庫に注目できます。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_inventory_category_id
|
||
msgid ""
|
||
"Specify Product Category to focus your inventory on a particular Category."
|
||
msgstr "製品カテゴリーを指定すると、特定のカテゴリーの在庫に注目できます。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_inventory_product_id
|
||
msgid "Specify Product to focus your inventory on a particular Product."
|
||
msgstr "製品を指定すると、特定の製品の在庫に注目できます。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_inventory_form
|
||
msgid "Start Inventory"
|
||
msgstr "棚卸開始"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_inventory_line_state
|
||
#: model:ir.model.fields,field_description:stock.field_stock_inventory_state
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_line_state
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_state
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_state
|
||
#: model:ir.model.fields,field_description:stock.field_stock_scrap_state
|
||
#: model:ir.ui.view,arch_db:stock.stock_move_line_view_search
|
||
#: model:ir.ui.view,arch_db:stock.view_inventory_filter
|
||
#: model:ir.ui.view,arch_db:stock.view_move_search
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
||
msgid "Status"
|
||
msgstr "ステータス"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_warehouse.py:96
|
||
#: model:stock.location,name:stock.stock_location_shop0
|
||
#: model:stock.location,name:stock.stock_location_stock
|
||
#, python-format
|
||
msgid "Stock"
|
||
msgstr "在庫"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.report_inventory
|
||
msgid "Stock Inventory"
|
||
msgstr "在庫棚卸"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.stock_inventory_line_tree
|
||
msgid "Stock Inventory Lines"
|
||
msgstr "在庫棚卸行"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,name:stock.action_stock_level_forecast_report_product
|
||
#: model:ir.actions.act_window,name:stock.action_stock_level_forecast_report_template
|
||
msgid "Stock Level Forecast"
|
||
msgstr "在庫水準見通し"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_stock_level_forecast_filter
|
||
#: model:ir.ui.view,arch_db:stock.view_stock_level_forecast_graph
|
||
#: model:ir.ui.view,arch_db:stock.view_stock_level_forecast_pivot
|
||
msgid "Stock Level forecast"
|
||
msgstr "在庫水準見通し"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_location_form
|
||
#: model:ir.ui.view,arch_db:stock.view_location_tree2
|
||
msgid "Stock Location"
|
||
msgstr "在庫ロケーション"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_location_search
|
||
msgid "Stock Locations"
|
||
msgstr "在庫ロケーション"
|
||
|
||
#. module: stock
|
||
#: model:ir.model,name:stock.model_stock_move
|
||
#: model:ir.model.fields,field_description:stock.field_product_product_stock_move_ids
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_line_move_id
|
||
msgid "Stock Move"
|
||
msgstr "在庫移動"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,name:stock.stock_move_action
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_move_lines
|
||
#: model:ir.ui.menu,name:stock.stock_move_menu
|
||
#: model:ir.ui.view,arch_db:stock.stock_move_line_view_search
|
||
#: model:ir.ui.view,arch_db:stock.view_inventory_form
|
||
#: model:ir.ui.view,arch_db:stock.view_move_form
|
||
#: model:ir.ui.view,arch_db:stock.view_move_picking_form
|
||
#: model:ir.ui.view,arch_db:stock.view_move_picking_tree
|
||
#: model:ir.ui.view,arch_db:stock.view_move_search
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
||
msgid "Stock Moves"
|
||
msgstr "在庫移動"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_move_graph
|
||
#: model:ir.ui.view,arch_db:stock.view_move_pivot
|
||
msgid "Stock Moves Analysis"
|
||
msgstr "在庫移動分析"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,name:stock.product_open_quants
|
||
#: model:ir.actions.act_window,name:stock.product_template_open_quants
|
||
msgid "Stock On Hand"
|
||
msgstr "手持在庫"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.stock_scrap_form_view
|
||
msgid "Stock Operation"
|
||
msgstr "在庫操作"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,name:stock.action_picking_tree_all
|
||
msgid "Stock Operations"
|
||
msgstr "在庫オペレーション"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_res_partner_picking_warn
|
||
#: model:ir.model.fields,field_description:stock.field_res_users_picking_warn
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_line_picking_id
|
||
msgid "Stock Picking"
|
||
msgstr "在庫ピッキング"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_product_product_stock_quant_ids
|
||
#: model:ir.ui.view,arch_db:stock.stock_quant_view_graph
|
||
msgid "Stock Quant"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model,name:stock.model_stock_quantity_history
|
||
msgid "Stock Quantity History"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_move_search
|
||
msgid "Stock moves that are Available (Ready to process)"
|
||
msgstr "利用可能な在庫移動 (処理準備完了)"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_move_search
|
||
msgid "Stock moves that are Confirmed, Available or Waiting"
|
||
msgstr "在庫移動は確認済、利用可能、待機中の何れかです。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_move_search
|
||
msgid "Stock moves that have been processed"
|
||
msgstr "処理された在庫移動"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.quant_search_view
|
||
msgid "Stockable"
|
||
msgstr "在庫可能"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_res_config_settings_group_stock_multi_locations
|
||
msgid "Storage Locations"
|
||
msgstr "保管場所"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_res_config_settings_group_stock_multi_locations
|
||
#: model:ir.ui.view,arch_db:stock.res_config_settings_view_form
|
||
msgid ""
|
||
"Store products in specific locations of your warehouse (e.g. bins, racks) "
|
||
"and to track inventory accordingly."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_route_supplied_wh_id
|
||
msgid "Supplied Warehouse"
|
||
msgstr "供給対象倉庫"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "Supply Chain"
|
||
msgstr "サプライチェーン"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_procure_method
|
||
msgid "Supply Method"
|
||
msgstr "供給方法"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_route_supplier_wh_id
|
||
msgid "Supplying Warehouse"
|
||
msgstr "供給する倉庫"
|
||
|
||
#. module: stock
|
||
#: selection:procurement.rule,procure_method:0
|
||
msgid "Take From Stock"
|
||
msgstr "在庫を消費"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_warehouse
|
||
msgid "Technical Information"
|
||
msgstr "技術情報"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_move_warehouse_id
|
||
msgid ""
|
||
"Technical field depicting the warehouse to consider for the route selection "
|
||
"on the next procurement (if any)."
|
||
msgstr "次の調達時にルート選択を検討する倉庫を示すテクニカルフィールド(存在する場合)。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_res_company_internal_transit_location_id
|
||
msgid ""
|
||
"Technical field used for resupply routes between warehouses that belong to "
|
||
"this company"
|
||
msgstr "この会社に属する倉庫間の補給ルートに使用されるテクニカルフィールド"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_picking_show_check_availability
|
||
msgid ""
|
||
"Technical field used to compute whether the check availability button should"
|
||
" be shown."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_picking_show_mark_as_todo
|
||
msgid ""
|
||
"Technical field used to compute whether the mark as todo button should be "
|
||
"shown."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_picking_show_validate
|
||
msgid "Technical field used to compute whether the validate should be shown."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_move_restrict_partner_id
|
||
msgid ""
|
||
"Technical field used to depict a restriction on the ownership of quants to "
|
||
"consider when marking this move as 'done'"
|
||
msgstr "テクニカルフィールド。この移動を「完了」とマークするときに考慮する保管ロットの所有権の制限を表すために使用されます。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_move_price_unit
|
||
msgid ""
|
||
"Technical field used to record the product cost set by the user during a "
|
||
"picking confirmation (when costing method used is 'average price' or "
|
||
"'real'). Value given in company currency and in product uom."
|
||
msgstr ""
|
||
"ピッキング確認(使用原価計算方法が「平均価格」または「実績」の場合)でユーザが設定した製品原価を記録するために使用されるテクニカルフィールド。 "
|
||
"会社通貨と製品の単位で指定された値。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_move_line_produce_line_ids
|
||
msgid "Technical link to see which line was produced with this. "
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_move_line_consume_line_ids
|
||
msgid "Technical link to see who consumed what. "
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_move_product_tmpl_id
|
||
msgid "Technical: used in views"
|
||
msgstr "テクニカル:ビューで使います"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_product_product_stock_move_ids
|
||
#: model:ir.model.fields,help:stock.field_product_product_stock_quant_ids
|
||
msgid "Technical: used to compute quantities."
|
||
msgstr "テクニカル:数量の計算に使用されます。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_change_product_qty_product_tmpl_id
|
||
msgid "Template"
|
||
msgstr "テンプレート"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_location_path_auto
|
||
msgid ""
|
||
"The 'Manual Operation' value will create a stock move after the current "
|
||
"one.With 'Automatic No Step Added', the location is replaced in the original"
|
||
" move."
|
||
msgstr "マニュアル操作 の値は、現在のものの後に在庫移動を作成します。自動Noステップが追加されましたでは、元の移動で置き換えられます。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "The RFQ becomes a Purchase Order and a Transfer Order is created"
|
||
msgstr "RFQが購買発注となり、転送オーダが登録されます。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_product_product_sale_delay
|
||
#: model:ir.model.fields,help:stock.field_product_template_sale_delay
|
||
msgid ""
|
||
"The average delay in days between the confirmation of the customer order and"
|
||
" the delivery of the finished products. It's the time you promise to your "
|
||
"customers."
|
||
msgstr "顧客注文の確認から完成品の配送までの平均遅延日数です。あなたが顧客に約束する時間です。"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_move.py:1065
|
||
#, python-format
|
||
msgid ""
|
||
"The backorder <a href=# data-oe-model=stock.picking data-oe-id=%d>%s</a> has"
|
||
" been created."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: sql_constraint:stock.location:0
|
||
msgid "The barcode for a location must be unique per company !"
|
||
msgstr "ロケーションのバーコードは会社ごとに一意でなければなりません!"
|
||
|
||
#. module: stock
|
||
#: sql_constraint:stock.warehouse:0
|
||
msgid "The code of the warehouse must be unique per company!"
|
||
msgstr "倉庫のコードは会社ごとに一意でなければなりません!"
|
||
|
||
#. module: stock
|
||
#: sql_constraint:stock.production.lot:0
|
||
msgid "The combination of serial number and product must be unique !"
|
||
msgstr "シリアル番号と製品の組み合わせは一意でなければなりません!"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_warehouse_company_id
|
||
msgid "The company is automatically set from your user preferences."
|
||
msgstr "会社はユーザの設定から自動的に設定されます。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_inventory_date
|
||
msgid ""
|
||
"The date that will be used for the stock level check of the products and the"
|
||
" validation of the stock move related to this inventory."
|
||
msgstr "この在庫に関連する製品の在庫レベル確認および在庫移動の確認に使用される日付。"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_warehouse.py:143
|
||
#, python-format
|
||
msgid ""
|
||
"The default resupply warehouse should be different than the warehouse "
|
||
"itself!"
|
||
msgstr "デフォルト補充元倉庫には別の倉庫を指定してください。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_location_route_pull_ids
|
||
msgid ""
|
||
"The demand represented by a procurement from e.g. a sale order, a reordering"
|
||
" rule, another move, needs to be solved by applying a procurement rule. "
|
||
"Depending on the action on the procurement rule,this triggers a purchase "
|
||
"order, manufacturing order or another move. This way we create chains in the"
|
||
" reverse order from the endpoint with the original demand to the starting "
|
||
"point. That way, it is always known where we need to go and that is why they"
|
||
" are preferred over push rules."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.product_category_form_view_inherit
|
||
msgid ""
|
||
"The following routes will apply to the products in this category taking into"
|
||
" account parent categories:"
|
||
msgstr "次のルートを関連のプロダクトに適用 (親カテゴリも参照):"
|
||
|
||
#. module: stock
|
||
#: sql_constraint:stock.warehouse:0
|
||
msgid "The name of the warehouse must be unique per company!"
|
||
msgstr "倉庫名は会社内で一意でないといけません。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_location_path_location_dest_id
|
||
msgid "The new location where the goods need to go"
|
||
msgstr "製品が必要とする新しいロケーション"
|
||
|
||
#. module: stock
|
||
#: model:ir.model,name:stock.model_stock_picking_type
|
||
msgid "The operation type determines the picking view"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,help:stock.stock_picking_type_action
|
||
msgid ""
|
||
"The operation type system allows you to assign each stock\n"
|
||
" operation a specific type which will alter its views accordingly.\n"
|
||
" On the operation type you could e.g. specify if packing is needed by default,\n"
|
||
" if it should show the customer."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_quant_package_id
|
||
msgid "The package containing this quant"
|
||
msgstr "この保管ロットを含む梱包"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_location_location_id
|
||
msgid ""
|
||
"The parent location that includes this location. Example : The 'Dispatch "
|
||
"Zone' is the 'Gate 1' parent location."
|
||
msgstr "この場所を含む親の場所。 例: 'ディスパッチゾーン'は、 'ゲート1'の親ロケーションです。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_warehouse_orderpoint_qty_multiple
|
||
msgid ""
|
||
"The procurement quantity will be rounded up to this multiple. If it is 0, "
|
||
"the exact quantity will be used."
|
||
msgstr "調達数量はこの倍数に切り上げられます。 値が0の場合、正確な量が使用されます。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_move_rule_id
|
||
msgid "The procurement rule that created this stock move"
|
||
msgstr "この在庫移動を作成した調達規則"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.stock_warn_insufficient_qty_form_view
|
||
msgid "The product"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_move_push_rule_id
|
||
msgid "The push rule that created this stock move"
|
||
msgstr "この在庫移動を作成したプッシュ規則"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "The quotation becomes a Sales Order and a Transfer Order is created"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_move.py:266
|
||
#: code:addons/stock/models/stock_move_line.py:80
|
||
#, python-format
|
||
msgid ""
|
||
"The requested operation cannot be processed because of a programming error "
|
||
"setting the `product_qty` field instead of the `product_uom_qty`."
|
||
msgstr ""
|
||
"`product_uom_qty`の代わりに` product_qty`フィールドを設定するプログラミングエラーのため、要求された操作は処理できません。"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_inventory.py:144
|
||
#: code:addons/stock/models/stock_inventory.py:146
|
||
#: code:addons/stock/models/stock_inventory.py:148
|
||
#: code:addons/stock/models/stock_inventory.py:150
|
||
#, python-format
|
||
msgid "The selected inventory options are not coherent."
|
||
msgstr "選択した在庫オプションは一貫していません。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_move_line_picking_id
|
||
msgid "The stock operation where the packing has been made"
|
||
msgstr "梱包が行われた在庫作業"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_procurement_rule_warehouse_id
|
||
msgid "The warehouse this rule is for"
|
||
msgstr "このルールを適用する倉庫"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_procurement_rule_propagate_warehouse_id
|
||
msgid ""
|
||
"The warehouse to propagate on the created move/procurement, which can be "
|
||
"different of the warehouse this rule is for (e.g for resupplying rules from "
|
||
"another warehouse)"
|
||
msgstr ""
|
||
"倉庫は、作成された移動/調達に伝播します。この倉庫は、このルールが必要な倉庫とは異なる場合があります(たとえば、別の倉庫からの再供給ルールの場合)"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_inventory_line_theoretical_qty
|
||
msgid "Theoretical Quantity"
|
||
msgstr "理論数量"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,help:stock.quantsact
|
||
msgid ""
|
||
"This analysis gives you a fast overview on the current stock level of your "
|
||
"products and their current inventory value."
|
||
msgstr "この分析では、製品の現在の在庫レベルと現在の在庫金額の概要をすばやく確認できます。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_quant_package_packaging_id
|
||
msgid ""
|
||
"This field should be completed only if everything inside the package share "
|
||
"the same product, otherwise it doesn't really makes sense."
|
||
msgstr ""
|
||
"このフィールドは、パッケージ内のすべてが同じ製品を共有している場合にのみ完了する必要があります。そうでない場合は、実際には意味がありません。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_procurement_rule_name
|
||
msgid "This field will fill the packing origin and the name of its moves"
|
||
msgstr "このフィールドは、梱包元とその移動の名前を記入します"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"This guide helps getting started with Odoo Inventory.\n"
|
||
" Once you are done, you will benefit from:"
|
||
msgstr ""
|
||
"このガイドは、Odoo 在庫を使い始めるのに役立ちます。\n"
|
||
"完了すると、次のメリットがあります。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"This is quite complex to set up, so <strong>contact your Project "
|
||
"Manager</strong> to address this."
|
||
msgstr "これは設定が非常に複雑なので、これに対処するには<strong>プロジェクトマネジャーに連絡してください</strong>。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_picking_type_default_location_dest_id
|
||
msgid ""
|
||
"This is the default destination location when you create a picking manually "
|
||
"with this operation type. It is possible however to change it or that the "
|
||
"routes put another location. If it is empty, it will check for the customer "
|
||
"location on the partner. "
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_picking_type_default_location_src_id
|
||
msgid ""
|
||
"This is the default source location when you create a picking manually with "
|
||
"this operation type. It is possible however to change it or that the routes "
|
||
"put another location. If it is empty, it will check for the supplier "
|
||
"location on the partner. "
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,help:stock.action_production_lot_form
|
||
msgid ""
|
||
"This is the list of all the production lots you recorded. When\n"
|
||
" you select a lot, you can get the traceability of the products contained in lot."
|
||
msgstr ""
|
||
"これは、記録したすべての制作ロットの一覧です。 \n"
|
||
"ロットを選択すると、ロットに含まれる製品のトレーサビリティを取得できます。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_location_path_picking_type_id
|
||
msgid "This is the operation type that will be put on the stock moves"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_quant_owner_id
|
||
msgid "This is the owner of the quant"
|
||
msgstr "保管ロットのオーナー"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_move_product_uom_qty
|
||
msgid ""
|
||
"This is the quantity of products from an inventory point of view. For moves "
|
||
"in the state 'done', this is the quantity of products that were actually "
|
||
"moved. For other moves, this is the quantity of product that is planned to "
|
||
"be moved. Lowering this quantity does not generate a backorder. Changing "
|
||
"this quantity on assigned moves affects the product reservation, and should "
|
||
"be done with care."
|
||
msgstr ""
|
||
"在庫の立場から見た製品の数量です。「完了」状態で移動した場合、実際に移動した製品の数量です。他の状態で移動した場合、移動を予定している製品の数量です。この数量が低下してもバックオーダは生成しません。指定された移動で数量が変化すると、製品の予約に影響するため注意してください。"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_location.py:87
|
||
#, python-format
|
||
msgid ""
|
||
"This location's usage cannot be changed to view as it contains products."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,help:stock.stock_move_action
|
||
msgid ""
|
||
"This menu gives you the full traceability of inventory\n"
|
||
" operations on a specific product. You can filter on the product\n"
|
||
" to see all the past or future movements for the product."
|
||
msgstr ""
|
||
"このメニューは、特定の製品に対する在庫操作の完全なトレーサビリティを提供します。\n"
|
||
"製品をフィルタリングして、製品の過去または将来の動きをすべて表示できます。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_template_property_form
|
||
msgid ""
|
||
"This note will show up on internal transfer orders (e.g. where to pick the "
|
||
"product in the warehouse)."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_template_property_form
|
||
msgid "This note will show up on delivery orders."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_template_property_form
|
||
msgid ""
|
||
"This note will show up on the receipt orders (e.g. where to store the "
|
||
"product in the warehouse)."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_stock_return_picking_form
|
||
msgid ""
|
||
"This picking appears to be chained with another operation. Later, if you "
|
||
"receive the goods you are returning now, make sure to <b>reverse</b> the "
|
||
"returned picking in order to avoid logistic rules to be applied again (which"
|
||
" would create duplicated operations)"
|
||
msgstr ""
|
||
"このピッキングは別の操作で連鎖しているように見えます。\n"
|
||
"後で返品する商品を受け取った場合は、返品されたピッキングを<b>逆戻り</b>して、ロジスティックルールが再度適用されないようにしてください(重複した操作を作成しないよう)"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_change_product_qty_new_quantity
|
||
msgid ""
|
||
"This quantity is expressed in the Default Unit of Measure of the product."
|
||
msgstr "この数量は、製品のデフォルト計量単位で表されます。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_location_path_location_from_id
|
||
msgid ""
|
||
"This rule can be applied when a move is confirmed that has this location as "
|
||
"destination location"
|
||
msgstr "このルールは、このロケーションを目的地として持つ移動が確認された場合に適用できます"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.report_delivery_document
|
||
msgid "This shipment is a backorder of"
|
||
msgstr "この発送はバックオーダーです"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_res_partner_property_stock_customer
|
||
#: model:ir.model.fields,help:stock.field_res_users_property_stock_customer
|
||
msgid ""
|
||
"This stock location will be used, instead of the default one, as the "
|
||
"destination location for goods you send to this partner"
|
||
msgstr "この在庫場所はこのパートナに送信する製品のための宛先場所としてデフォルトの代わりに使用されます。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_res_partner_property_stock_supplier
|
||
#: model:ir.model.fields,help:stock.field_res_users_property_stock_supplier
|
||
msgid ""
|
||
"This stock location will be used, instead of the default one, as the source "
|
||
"location for goods you receive from the current partner"
|
||
msgstr "現在のパートナから受領した製品の元の場所として、デフォルトの代わりにこの在庫場所が使用されます。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_product_product_property_stock_production
|
||
#: model:ir.model.fields,help:stock.field_product_template_property_stock_production
|
||
msgid ""
|
||
"This stock location will be used, instead of the default one, as the source "
|
||
"location for stock moves generated by manufacturing orders."
|
||
msgstr "この在庫場所は、製造オーダで生成される在庫移動の元の場所として、デフォルトの代わりに使用されます。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_product_product_property_stock_inventory
|
||
#: model:ir.model.fields,help:stock.field_product_template_property_stock_inventory
|
||
msgid ""
|
||
"This stock location will be used, instead of the default one, as the source "
|
||
"location for stock moves generated when you do an inventory."
|
||
msgstr "この在庫場所は、棚卸しの実行で生成される在庫移動の元の場所として、デフォルトの代わりに使用されます。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_line_location_dest_id
|
||
#: model:ir.ui.view,arch_db:stock.view_move_tree
|
||
msgid "To"
|
||
msgstr "移動先"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,name:stock.action_picking_tree_ready
|
||
#: model:ir.ui.view,arch_db:stock.stock_move_line_view_search
|
||
#: model:ir.ui.view,arch_db:stock.stock_picking_type_kanban
|
||
#: model:ir.ui.view,arch_db:stock.view_move_search
|
||
msgid "To Do"
|
||
msgstr "未処理"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_line_to_loc
|
||
msgid "To Loc"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.stock_picking_type_kanban
|
||
msgid "To Receive"
|
||
msgstr "入荷予定"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"To better organize your stock, you can create\n"
|
||
" subdivisions of your Warehouse called <strong>Locations</strong> (ex:\n"
|
||
" Shipping area, Merchandise return, Shelf 34 etc).\n"
|
||
" Do not use Locations if you do not manage inventory per zone."
|
||
msgstr ""
|
||
"在庫をより適切に整理するには、<strong>ロケーション</strong>\n"
|
||
"(出荷エリア、商品返品、棚34など)と呼ばれる倉庫の細分を作成することができます。\n"
|
||
"ゾーンごとに在庫を管理しない場合は、ロケーションを使用しないでください。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"To check the trajectory of a lot, find it back in <strong><i>Inventory Control > Serial Numbers / lots</i></strong>.\n"
|
||
" Choose a lot in the list and click on <i>Traceability</i>i>. You may also\n"
|
||
" filter the Quantitative Valuation of a product with a certain lot."
|
||
msgstr ""
|
||
"ロットの軌跡を確認するには、<strong><i>在庫管理>シリアル番号/ロット</i> </strong>\n"
|
||
"リストでロットを選択し、<i>トレーサビリティ</i> i>. をクリックします。 \n"
|
||
"特定のロットの製品の定量的評価をフィルタリングすることもできます。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"To create them, click on <strong><span class=\"fa fa-refresh\"/> "
|
||
"Reordering</strong> on"
|
||
msgstr "作成するには, <strong><span class=\"fa fa-refresh\"/> 再オーダー</strong> をクリック"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"To use more precise units like pounds or kilograms, activate<i> Some "
|
||
"products may be sold/purchased in different unit of measures (advanced)</i> "
|
||
"in the"
|
||
msgstr "ポンドやキログラムなどの、より正確な単位を使用するには、<i>別の測定単位で販売/購入される可能性のある製品(上級)</i>有効にします。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_move_search
|
||
msgid "Today"
|
||
msgstr "本日"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
||
msgid "Today Activities"
|
||
msgstr "本日の活動"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_inventory_total_qty
|
||
msgid "Total Quantity"
|
||
msgstr "合計数量"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_product_category_total_route_ids
|
||
msgid "Total routes"
|
||
msgstr "合計ルート"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_production_lot.py:53
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
#: model:ir.ui.view,arch_db:stock.res_config_settings_view_form
|
||
#: model:ir.ui.view,arch_db:stock.view_template_property_form
|
||
#, python-format
|
||
msgid "Traceability"
|
||
msgstr "トレーサビリティ"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.report_stock_body_print
|
||
msgid "Traceability Report"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_res_config_settings_module_product_expiry
|
||
msgid ""
|
||
"Track following dates on lots & serial numbers: best before, removal, end of life, alert. \n"
|
||
" Such dates are set automatically at lot/serial number creation based on values set on the product (in days)."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.res_config_settings_view_form
|
||
msgid ""
|
||
"Track following dates on lots & serial numbers: best before, removal, end of"
|
||
" life, alert. Such dates are set automatically at lot/serial number creation"
|
||
" based on values set on the product (in days)."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.res_config_settings_view_form
|
||
msgid "Track product location in your warehouse"
|
||
msgstr "倉庫内のプロダクト保管場所を管理"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_product_product_tracking
|
||
#: model:ir.model.fields,field_description:stock.field_product_template_tracking
|
||
#: model:ir.model.fields,field_description:stock.field_stock_scrap_tracking
|
||
msgid "Tracking"
|
||
msgstr "追跡"
|
||
|
||
#. module: stock
|
||
#: model:ir.model,name:stock.model_stock_picking
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
||
msgid "Transfer"
|
||
msgstr "移動"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_picking_partner_id
|
||
msgid "Transfer Destination Address"
|
||
msgstr "移動先アドレス"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_picking_id
|
||
msgid "Transfer Reference"
|
||
msgstr "移動参照"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,name:stock.action_picking_tree
|
||
#: model:ir.ui.menu,name:stock.all_picking
|
||
#: model:ir.ui.view,arch_db:stock.stock_picking_type_kanban
|
||
msgid "Transfers"
|
||
msgstr "倉庫間の在庫移動"
|
||
|
||
#. module: stock
|
||
#: selection:stock.location,usage:0
|
||
msgid "Transit Location"
|
||
msgstr "積送ロケーション"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.quant_search_view
|
||
msgid "Transit Locations"
|
||
msgstr "積送ロケーション"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_picking_code
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_picking_type_code
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_code
|
||
msgid "Type of Operation"
|
||
msgstr "処理タイプ"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_res_config_settings_module_delivery_ups
|
||
msgid "UPS"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_res_config_settings_module_delivery_usps
|
||
msgid "USPS"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_inventory_line_prodlot_name
|
||
#: model:ir.model.fields,help:stock.field_stock_production_lot_name
|
||
msgid "Unique Lot/Serial Number"
|
||
msgstr "一意のロット/シリアル番号"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_move_picking_form
|
||
msgid "Unit Of Measure"
|
||
msgstr "単位"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_price_unit
|
||
msgid "Unit Price"
|
||
msgstr "単価"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_line_product_uom_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_product_uom
|
||
#: model:ir.model.fields,field_description:stock.field_stock_production_lot_product_uom_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_quant_product_uom_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_scrap_product_uom_id
|
||
#: model:ir.ui.view,arch_db:stock.stock_move_tree
|
||
#: model:ir.ui.view,arch_db:stock.view_inventory_form
|
||
#: model:ir.ui.view,arch_db:stock.view_move_line_form
|
||
#: model:ir.ui.view,arch_db:stock.view_move_line_tree
|
||
#: model:ir.ui.view,arch_db:stock.view_move_picking_tree
|
||
#: model:ir.ui.view,arch_db:stock.view_move_tree
|
||
#: model:ir.ui.view,arch_db:stock.view_move_tree_receipt_picking
|
||
#: model:ir.ui.view,arch_db:stock.view_move_tree_receipt_picking_board
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
||
#: model:ir.ui.view,arch_db:stock.view_stock_move_line_kanban
|
||
#: model:ir.ui.view,arch_db:stock.view_stock_move_line_operation_tree
|
||
msgid "Unit of Measure"
|
||
msgstr "単位"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.res_config_settings_view_form
|
||
msgid "Units Of Measure"
|
||
msgstr "単位"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.menu,name:stock.menu_stock_unit_measure_stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "Units of Measure"
|
||
msgstr "単位"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.menu,name:stock.product_uom_menu
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "Units of Measures"
|
||
msgstr "単位"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_quant.py:321
|
||
#, python-format
|
||
msgid "Unknown Pack"
|
||
msgstr "不明な梱包"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"Unless you are starting a new business, you probably have a list of vendors "
|
||
"you would like to import."
|
||
msgstr "あなたが新しいビジネスを開始していない限り、おそらく、インポートしたいベンダーのリストがあるのではないでしょうか。"
|
||
|
||
#. module: stock
|
||
#: selection:stock.warehouse,reception_steps:0
|
||
msgid "Unload in input location then go to stock (2 steps)"
|
||
msgstr "入荷ロケーションにて荷下ろし後在庫ロケーションに移動 (2ステップ)"
|
||
|
||
#. module: stock
|
||
#: selection:stock.warehouse,reception_steps:0
|
||
msgid ""
|
||
"Unload in input location, go through a quality control before being admitted"
|
||
" in stock (3 steps)"
|
||
msgstr "入荷ロケーションにて荷下ろし後、品質検査を経て、在庫ロケーションに移動 (3ステップ)"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
||
msgid "Unlock"
|
||
msgstr "ロック解除"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_quant_package_form
|
||
msgid "Unpack"
|
||
msgstr "開梱"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/product.py:342
|
||
#, python-format
|
||
msgid "Unplanned Qty"
|
||
msgstr "未計画の数量"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
||
msgid "Unreserve"
|
||
msgstr "引当解除"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.menu,name:stock.menu_stock_uom_form_action
|
||
#: model:ir.ui.view,arch_db:stock.stock_inventory_line_tree2
|
||
#: model:ir.ui.view,arch_db:stock.view_inventory_form
|
||
msgid "UoM"
|
||
msgstr "単位"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.menu,name:stock.menu_stock_uom_categ_form_action
|
||
msgid "UoM Categories"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
||
#: model:ir.ui.view,arch_db:stock.view_production_lot_form
|
||
msgid "Up/Down Traceability"
|
||
msgstr "アップ/ダウン追跡"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,name:stock.action_view_change_product_quantity
|
||
#: model:ir.ui.view,arch_db:stock.view_change_product_quantity
|
||
msgid "Update Product Quantity"
|
||
msgstr "プロダクト数変更"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.product_form_view_procurement_button
|
||
#: model:ir.ui.view,arch_db:stock.product_product_view_form_easy_inherit_stock
|
||
#: model:ir.ui.view,arch_db:stock.product_template_form_view_procurement_button
|
||
msgid "Update Qty On Hand"
|
||
msgstr "手持在庫更新"
|
||
|
||
#. module: stock
|
||
#. openerp-web
|
||
#: code:addons/stock/static/src/xml/stock_traceability_report_line.xml:77
|
||
#: model:ir.actions.client,name:stock.action_stock_report
|
||
#: model:ir.ui.view,arch_db:stock.report_stock_inventory
|
||
#, python-format
|
||
msgid "Upstream Traceability"
|
||
msgstr "上流追跡"
|
||
|
||
#. module: stock
|
||
#: selection:stock.move,priority:0 selection:stock.picking,priority:0
|
||
msgid "Urgent"
|
||
msgstr "急ぐ"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_use_existing_lots
|
||
msgid "Use Existing Lots/Serial Numbers"
|
||
msgstr "既存のロット/シリアル番号を使用"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.res_config_settings_view_form
|
||
msgid "Use your own routes and putaway strategies"
|
||
msgstr "独自のルートおよび払出方針を設定"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_picking_type_sequence
|
||
msgid "Used to order the 'All Operations' kanban view"
|
||
msgstr "「全てのオペレーション」かんばんビューの並び順調整に使用"
|
||
|
||
#. module: stock
|
||
#: model:res.groups,name:stock.group_stock_user
|
||
msgid "User"
|
||
msgstr "ユーザ"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.stock_scrap_form_view
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
||
msgid "Validate"
|
||
msgstr "検証"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_inventory_form
|
||
msgid "Validate Inventory"
|
||
msgstr "棚卸の検証"
|
||
|
||
#. module: stock
|
||
#: selection:stock.inventory,state:0
|
||
msgid "Validated"
|
||
msgstr "検証済"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_change_product_qty_product_variant_count
|
||
msgid "Variant Count"
|
||
msgstr "種別カウント"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_location_search
|
||
msgid "Vendor"
|
||
msgstr "仕入先"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_res_partner_property_stock_supplier
|
||
#: model:ir.model.fields,field_description:stock.field_res_users_property_stock_supplier
|
||
#: selection:stock.location,usage:0
|
||
msgid "Vendor Location"
|
||
msgstr "仕入先ロケーション"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_location_search
|
||
msgid "Vendor Locations"
|
||
msgstr "仕入先ロケーション"
|
||
|
||
#. module: stock
|
||
#: model:stock.location,name:stock.stock_location_suppliers
|
||
#: selection:stock.picking.type,code:0
|
||
msgid "Vendors"
|
||
msgstr "仕入先"
|
||
|
||
#. module: stock
|
||
#: selection:stock.move,priority:0 selection:stock.picking,priority:0
|
||
msgid "Very Urgent"
|
||
msgstr "とても急ぐ"
|
||
|
||
#. module: stock
|
||
#: selection:stock.location,usage:0
|
||
msgid "View"
|
||
msgstr "ビュー"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_view_location_id
|
||
msgid "View Location"
|
||
msgstr "ビューロケーション"
|
||
|
||
#. module: stock
|
||
#: model:stock.location,name:stock.stock_location_locations_virtual
|
||
msgid "Virtual Locations"
|
||
msgstr "仮想ロケーション"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_template_property_form
|
||
msgid "Volume"
|
||
msgstr "容積"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.stock_picking_type_kanban
|
||
#: selection:stock.picking,state:0
|
||
msgid "Waiting"
|
||
msgstr "待機中"
|
||
|
||
#. module: stock
|
||
#: selection:stock.move,state:0
|
||
msgid "Waiting Another Move"
|
||
msgstr "他の移動待ち"
|
||
|
||
#. module: stock
|
||
#: selection:stock.picking,state:0
|
||
msgid "Waiting Another Operation"
|
||
msgstr "他の処理待ち"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
||
#: selection:stock.move,state:0
|
||
msgid "Waiting Availability"
|
||
msgstr "入荷待ち"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
||
msgid "Waiting Moves"
|
||
msgstr "移動待ち"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,name:stock.action_picking_tree_waiting
|
||
msgid "Waiting Transfers"
|
||
msgstr "発送待ち"
|
||
|
||
#. module: stock
|
||
#: model:ir.model,name:stock.model_stock_warehouse
|
||
#: model:ir.model.fields,field_description:stock.field_product_product_warehouse_id
|
||
#: model:ir.model.fields,field_description:stock.field_product_template_warehouse_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_path_warehouse_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_warehouse_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_warehouse_id
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_orderpoint_warehouse_id
|
||
#: model:ir.ui.view,arch_db:stock.res_config_settings_view_form
|
||
#: model:ir.ui.view,arch_db:stock.stock_warehouse_view_search
|
||
#: model:ir.ui.view,arch_db:stock.view_partner_stock_form
|
||
#: model:ir.ui.view,arch_db:stock.view_warehouse
|
||
#: model:ir.ui.view,arch_db:stock.view_warehouse_tree
|
||
#: model:ir.ui.view,arch_db:stock.warehouse_orderpoint_search
|
||
msgid "Warehouse"
|
||
msgstr "倉庫"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_warehouse
|
||
msgid "Warehouse Configuration"
|
||
msgstr "倉庫設定"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.menu,name:stock.menu_warehouse_config
|
||
msgid "Warehouse Management"
|
||
msgstr "倉庫管理"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_name
|
||
msgid "Warehouse Name"
|
||
msgstr "倉庫名"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_procurement_rule_propagate_warehouse_id
|
||
msgid "Warehouse to Propagate"
|
||
msgstr "展開先倉庫"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_warehouse.py:711
|
||
#, python-format
|
||
msgid "Warehouse's Routes"
|
||
msgstr "倉庫ルート"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,name:stock.action_warehouse_form
|
||
#: model:ir.model.fields,field_description:stock.field_stock_location_route_warehouse_ids
|
||
#: model:ir.ui.menu,name:stock.menu_action_warehouse_form
|
||
#: model:ir.ui.view,arch_db:stock.res_config_settings_view_form
|
||
#: model:ir.ui.view,arch_db:stock.stock_location_route_form_view
|
||
msgid "Warehouses"
|
||
msgstr "倉庫"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_move_line.py:110
|
||
#: selection:res.partner,picking_warn:0
|
||
#, python-format
|
||
msgid "Warning"
|
||
msgstr "警告"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_partner_stock_warnings_form
|
||
msgid "Warning on the Picking"
|
||
msgstr "ピッキング時に警告"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/product.py:303
|
||
#, python-format
|
||
msgid "Warning!"
|
||
msgstr "警告!"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_res_config_settings_group_warning_stock
|
||
msgid "Warnings"
|
||
msgstr "警告"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"We handle the whole import process\n"
|
||
" for you: simply send your Odoo project\n"
|
||
" manager a CSV file containing all your\n"
|
||
" data."
|
||
msgstr ""
|
||
"インポートプロセス全体を処理します:\n"
|
||
"すべてのデータを含むCSVファイルを\n"
|
||
"Odooプロジェクトマネジャーに送信\n"
|
||
"するだけです。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"We handle the whole import process\n"
|
||
" for you: simply send your Odoo project\n"
|
||
" manager a CSV file containing all your\n"
|
||
" products."
|
||
msgstr ""
|
||
"私たちはあなたのためにすべてのインポートプロセスを\n"
|
||
"扱います:あなたのすべての製品を含むCSVファイルを\n"
|
||
"あなたのOdooプロジェクトマネジャーに送ります。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "We hope this guide helped you implement Odoo Inventory."
|
||
msgstr "このガイドがOdoo 在庫を実装するのに役立つことを願っています。"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/barcode.py:11
|
||
#, python-format
|
||
msgid "Weighted Product"
|
||
msgstr "計量対象プロダクト"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "Welcome"
|
||
msgstr "ようこそ!"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_location_route_push_ids
|
||
msgid ""
|
||
"When a move is foreseen to a location, the push rule will automatically "
|
||
"create a move to a next location after. This is mainly only needed when "
|
||
"creating manual operations e.g. 2/3 step manual purchase order or 2/3 step "
|
||
"finished product manual manufacturing order. In other cases, it is important"
|
||
" to use pull rules where you know where you are going based on a demand."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_location_route_warehouse_selectable
|
||
msgid ""
|
||
"When a warehouse is selected for this route, this route should be seen as "
|
||
"the default route when products pass through this warehouse. This behaviour"
|
||
" can be overridden by the routes on the Product/Product Categories or by the"
|
||
" Preferred Routes on the Procurement"
|
||
msgstr ""
|
||
"このルートで倉庫を選択すると、製品がこの倉庫を通過する際にこのルートがデフォルトルートとして認識されます。 "
|
||
"この現象は、製品/製品カテゴリのルート、または調達の優先ルートによって上書きすることができます"
|
||
|
||
#. module: stock
|
||
#: selection:stock.picking,move_type:0
|
||
msgid "When all products are ready"
|
||
msgstr "全プロダクトが準備できてから"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_location_route_product_selectable
|
||
msgid ""
|
||
"When checked, the route will be selectable in the Inventory tab of the "
|
||
"Product form. It will take priority over the Warehouse route. "
|
||
msgstr "オンにすると、ルートは製品フォームの在庫タブで選択できます。 倉庫ルートよりも優先されます。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_location_route_product_categ_selectable
|
||
msgid ""
|
||
"When checked, the route will be selectable on the Product Category. It will"
|
||
" take priority over the Warehouse route. "
|
||
msgstr "オンにすると、ルートは製品カテゴリで選択可能になります。 倉庫ルートよりも優先されます。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "When everything is set, click on <i>Start Inventory</i>"
|
||
msgstr "すべてが設定されたら、<i>在庫処理の開始</i>をクリック"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_product_putaway_fixed_location_ids
|
||
msgid ""
|
||
"When the method is fixed, this location will be used to store the products"
|
||
msgstr "方法が「固定ロケーション」の場合、ここに定義するロケーションにて製品在庫を保持します。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_picking_is_locked
|
||
msgid ""
|
||
"When the picking is not done this allows changing the initial demand. When "
|
||
"the picking is done this allows changing the done quantities."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_warehouse_orderpoint_product_min_qty
|
||
msgid ""
|
||
"When the virtual stock goes below the Min Quantity specified for this field,"
|
||
" Odoo generates a procurement to bring the forecasted quantity to the Max "
|
||
"Quantity."
|
||
msgstr "仮想在庫がこのフィールドに指定された最小数量を下回ると、Odooは予測数量を最大数量にするための調達を生成します。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,help:stock.field_stock_warehouse_orderpoint_product_max_qty
|
||
msgid ""
|
||
"When the virtual stock goes below the Min Quantity, Odoo generates a "
|
||
"procurement to bring the forecasted quantity to the Quantity specified as "
|
||
"Max Quantity."
|
||
msgstr "仮想在庫が最小数量を下回ると、Odooは、予測数量を最大数量として指定された数量にするための調達を生成します。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_procurement_compute_wizard
|
||
msgid ""
|
||
"When you run the schedulers, Odoo tries to reserve the available stock to fulfill the existing pickings\n"
|
||
" and verify if some reordering rules should be triggered."
|
||
msgstr "スケジューラ実行すると、Odooは既存のピッキングに対し利用可能在庫を引き当てようとし、再発注規則をトリガするか確認します。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_change_product_quantity
|
||
msgid ""
|
||
"When you select a serial number (lot), the quantity is corrected with respect to\n"
|
||
" the quantity of that serial number (lot) and not to the total quantity of the product."
|
||
msgstr ""
|
||
"シリアル番号(ロット)を選択すると、製品の合計数量ではなく、\n"
|
||
"シリアル番号(ロット)の数量が修正されます。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_move_additional
|
||
msgid "Whether the move was added after the picking's confirmation"
|
||
msgstr "ピッキング確認後に追加された移動"
|
||
|
||
#. module: stock
|
||
#: model:product.product,name:stock.test_quant_product
|
||
#: model:product.template,name:stock.test_quant_product_product_template
|
||
msgid "Whiteboard"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_stock_return_picking_line_wizard_id
|
||
msgid "Wizard"
|
||
msgstr "ウィザード"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_production_lot.py:37
|
||
#, python-format
|
||
msgid "You are not allowed to create a lot for this picking type"
|
||
msgstr "このピッキングタイプではロットは作成できません。"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_move.py:636
|
||
#, python-format
|
||
msgid ""
|
||
"You are using a unit of measure smaller than the one you are using in order "
|
||
"to stock your product. This can lead to rounding problem on reserved "
|
||
"quantity! You should use the smaller unit of measure possible in order to "
|
||
"valuate your stock or change its rounding precision to a smaller value "
|
||
"(example: 0.00001)."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,help:stock.action_routes_form
|
||
msgid ""
|
||
"You can define here the main routes that run through\n"
|
||
" your warehouses and that define the flows of your products. These\n"
|
||
" routes can be assigned to a product, a product category or be fixed\n"
|
||
" on procurement or sales order."
|
||
msgstr ""
|
||
"ここでは、倉庫を通過して製品のフローを定義する主要ルートを定義できます。\n"
|
||
"これらのルートは、製品、製品カテゴリに割り当てたり、調達または受注に\n"
|
||
"固定することができます。"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,help:stock.action_orderpoint_form
|
||
msgid ""
|
||
"You can define your minimum stock rules, so that Odoo will automatically "
|
||
"create draft manufacturing orders or request for quotations according to the"
|
||
" stock level. Once the virtual stock of a product (= stock on hand minus all"
|
||
" confirmed orders and reservations) is below the minimum quantity, Odoo will"
|
||
" generate a procurement request to increase the stock up to the maximum "
|
||
"quantity."
|
||
msgstr ""
|
||
"最小ストックルールを定義することで、Odooが自動的に製造納品書を作成したり、在庫レベルに応じて見積を要求させたりすることができます。 "
|
||
"Odooは、製品の仮想在庫(=手元の在庫からすべての確認された注文と予約を引いたもの)が最小数量を下回ると、在庫を最大数まで増やすための調達要求を生成します。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_inventory_form
|
||
msgid "You can delete lines to ignore some products."
|
||
msgstr "今回処理しない製品は削除してください。"
|
||
|
||
#. module: stock
|
||
#: model:ir.actions.act_window,help:stock.action_picking_form
|
||
#: model:ir.actions.act_window,help:stock.action_picking_tree_all
|
||
#: model:ir.actions.act_window,help:stock.action_picking_tree_backorder
|
||
#: model:ir.actions.act_window,help:stock.action_picking_tree_done
|
||
#: model:ir.actions.act_window,help:stock.action_picking_tree_done_grouped
|
||
#: model:ir.actions.act_window,help:stock.action_picking_tree_late
|
||
#: model:ir.actions.act_window,help:stock.action_picking_tree_ready
|
||
#: model:ir.actions.act_window,help:stock.action_picking_tree_waiting
|
||
#: model:ir.actions.act_window,help:stock.action_picking_type_list
|
||
#: model:ir.actions.act_window,help:stock.stock_picking_action_picking_type
|
||
msgid ""
|
||
"You can either do it immediately or mark it as Todo for future processing. "
|
||
"Use your scanner to validate the transferred quantity quicker."
|
||
msgstr "すぐにそれを行うことも、将来の処理のために処理準備とすることもできます。 スキャナを使用して、配送された量をより迅速に検証します。"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/product.py:511
|
||
#, python-format
|
||
msgid ""
|
||
"You can not change the type of a product that is currently reserved on a "
|
||
"stock move. If you need to change the type, you should first unreserve the "
|
||
"stock move."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/product.py:502
|
||
#, python-format
|
||
msgid ""
|
||
"You can not change the unit of measure of a product that has already been "
|
||
"used in a done stock move. If you need to change the unit of measure, you "
|
||
"may deactivate this product."
|
||
msgstr "すでに在庫移動で使用されている製品の計量単位は変更できません。 測定単位を変更する必要がある場合は、この製品を無効にします。"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_move_line.py:338
|
||
#, python-format
|
||
msgid ""
|
||
"You can not delete product moves if the picking is done. You can only "
|
||
"correct the done quantities."
|
||
msgstr "ピッキングが完了済のプロダクト移動は削除できません。完了済数量の修正のみ可能です。"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_move_line.py:116
|
||
#, python-format
|
||
msgid "You can not enter negative quantities!"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_inventory.py:398
|
||
#, python-format
|
||
msgid "You can only adjust stockable products."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_move.py:1073
|
||
#, python-format
|
||
msgid "You can only delete draft moves."
|
||
msgstr "ドラフト移動のみ削除ができます。"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_move_line.py:126
|
||
#, python-format
|
||
msgid "You can only process 1.0 %s for products with unique serial number."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "You can review and edit the predefined units via the"
|
||
msgstr "事前定義されたユニットを確認および編集することができます。 "
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_move.py:936
|
||
#, python-format
|
||
msgid "You cannot cancel a stock move that has been set to 'Done'."
|
||
msgstr "「完了」に設定されている在庫移動を取り消すことはできません。"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_scrap.py:71
|
||
#, python-format
|
||
msgid "You cannot delete a scrap which is done."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_inventory.py:386
|
||
#, python-format
|
||
msgid ""
|
||
"You cannot have two inventory adjustements in state 'in Progress' with the "
|
||
"same product(%s), same location(%s), same package, same owner and same lot. "
|
||
"Please first validatethe first inventory adjustement with this product "
|
||
"before creating another one."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_inventory.py:159
|
||
#, python-format
|
||
msgid ""
|
||
"You cannot set a negative product quantity in an inventory line:\n"
|
||
"\t%s - qty: %s"
|
||
msgstr ""
|
||
"在庫行に負の商品数を設定することはできません。\n"
|
||
"⇥%s - 数量: %s"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_move.py:1101
|
||
#, python-format
|
||
msgid "You cannot split a draft move. It needs to be confirmed first."
|
||
msgstr "ドラフトの移動を分割することはできません。 最初に確認する必要があります。"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_move.py:1097
|
||
#, python-format
|
||
msgid "You cannot split a move done"
|
||
msgstr "完了した移動を分割することはできません"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_quant.py:88
|
||
#, python-format
|
||
msgid ""
|
||
"You cannot take products from or deliver products to a location of type "
|
||
"\"view\"."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_move_line.py:152
|
||
#: code:addons/stock/models/stock_move_line.py:158
|
||
#, python-format
|
||
msgid ""
|
||
"You cannot use the same serial number twice. Please correct the serial "
|
||
"numbers encoded."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_picking.py:672
|
||
#, python-format
|
||
msgid ""
|
||
"You cannot validate a transfer if you have not processed any quantity for "
|
||
"%s."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_picking.py:656
|
||
#, python-format
|
||
msgid "You cannot validate a transfer if you have not processed any quantity."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.report_picking
|
||
msgid ""
|
||
"You do not have any products reserved for this picking. Please click the 'Reserve' button\n"
|
||
" to check if products are available."
|
||
msgstr ""
|
||
"このピッキングに予約されている商品はありません。 商品が利用可能かどうかを\n"
|
||
"確認するには、予約 ボタンをクリックしてください。"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_move_line.py:132
|
||
#, python-format
|
||
msgid ""
|
||
"You have already assigned this serial number to this product. Please correct"
|
||
" the serial numbers encoded."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/wizard/stock_picking_return.py:106
|
||
#, python-format
|
||
msgid "You have manually created product lines, please delete them to proceed"
|
||
msgstr "製品ラインを手動で作成しました。続行する場合は削除してください"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_backorder_confirmation
|
||
msgid "You have processed less products than the initial demand."
|
||
msgstr "初期要求より少ない数量を処理しています。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_overprocessed_transfer
|
||
msgid ""
|
||
"You have processed more than what was initially\n"
|
||
" planned for the product"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/product.py:304
|
||
#, python-format
|
||
msgid ""
|
||
"You have products in stock that have no lot number. You can assign serial "
|
||
"numbers by doing an inventory. "
|
||
msgstr "ロット番号のない商品が在庫されています。 インベントリを実行してシリアル番号を割り当てることができます。"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_warehouse.py:795
|
||
#, python-format
|
||
msgid ""
|
||
"You have to select a product unit of measure in the same category than the "
|
||
"default unit of measure of the product"
|
||
msgstr "製品のデフォルトの測定単位と同じカテゴリの製品単位を選択する必要があります"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_location.py:98
|
||
#, python-format
|
||
msgid "You have to set a name for this location."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_immediate_transfer
|
||
msgid ""
|
||
"You haven't entered <i>done</i> quantities, by clicking on <i>apply</i>\n"
|
||
" Odoo will process all the <i>reserved</i> quantities."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/wizard/stock_picking_return.py:44
|
||
#, python-format
|
||
msgid "You may only return Done pickings"
|
||
msgstr "完了したピッキングのみ返却することができます"
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_inventory.py:22
|
||
#, python-format
|
||
msgid "You must define a warehouse for the company: %s."
|
||
msgstr "会社に倉庫を設定してください: %s."
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_move_line.py:387
|
||
#: code:addons/stock/models/stock_picking.py:670
|
||
#, python-format
|
||
msgid "You need to supply a lot/serial number for %s."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_move.py:1047
|
||
#, python-format
|
||
msgid "You should not put the contents of a package in different locations."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/product.py:369
|
||
#: code:addons/stock/models/product.py:504
|
||
#, python-format
|
||
msgid ""
|
||
"You still have some active reordering rules on this product. Please archive "
|
||
"or delete them first."
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: code:addons/stock/models/stock_move.py:318
|
||
#, python-format
|
||
msgid ""
|
||
"You try to move a product using a UoM that is not compatible with the UoM of"
|
||
" the product moved. Please use an UoM in the same UoM category."
|
||
msgstr "製品移動操作で移動の互換性がない単位を使用しようとしました。同じ単位カテゴリーの単位を使用してください。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "Your Products"
|
||
msgstr "あなたの製品"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "Your Situation"
|
||
msgstr "あなたの状況"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "Your Vendors"
|
||
msgstr "あなたのベンダー"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "Your Warehouse"
|
||
msgstr "あなたの倉庫"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_change_product_quantity
|
||
#: model:ir.ui.view,arch_db:stock.view_immediate_transfer
|
||
msgid "_Apply"
|
||
msgstr "適用"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_backorder_confirmation
|
||
#: model:ir.ui.view,arch_db:stock.view_change_product_quantity
|
||
msgid "_Cancel"
|
||
msgstr "_Cancel"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "a stockable Product"
|
||
msgstr "在庫可能性品"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "and simply enter a minimum and maximum quantity."
|
||
msgstr "単純に最小値と最大値を入力します。"
|
||
|
||
#. module: stock
|
||
#: model:ir.model,name:stock.model_barcode_rule
|
||
msgid "barcode.rule"
|
||
msgstr "barcode.rule"
|
||
|
||
#. module: stock
|
||
#: model:ir.model.fields,field_description:stock.field_res_config_settings_module_delivery_bpost
|
||
msgid "bpost"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "configuration menu"
|
||
msgstr "設定メニュー"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.stock_location_path_form
|
||
#: model:ir.ui.view,arch_db:stock.view_procurement_rule_form
|
||
#: model:ir.ui.view,arch_db:stock.view_template_property_form
|
||
msgid "days"
|
||
msgstr "日"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.res_config_settings_view_form
|
||
msgid "days to be propagated"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_inventory_form
|
||
msgid "e.g. Annual inventory"
|
||
msgstr "[例] 年次棚卸"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_procurement_rule_form
|
||
msgid "e.g. Buy"
|
||
msgstr " 例 購入"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_production_lot_form
|
||
#: model:ir.ui.view,arch_db:stock.view_production_lot_form_simple
|
||
msgid "e.g. LOT/0001/20121"
|
||
msgstr "[例] LOT/0001/20121"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
||
msgid "e.g. PO0032"
|
||
msgstr "[例] PO0032"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"either by manually updating the Done quantity on the product lines, or let "
|
||
"Odoo do it automatically while validating"
|
||
msgstr "プロダクトラインの完了数量を手動で更新するか、またはOdooで検証中に自動的に行うようにします"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"either by manually updating the Done quantity on the product lines, or scan "
|
||
"them with the Odoo Barcode app, or let Odoo do it automatically while "
|
||
"validating"
|
||
msgstr "プロダクトラインの完了数量を手動で更新するか、またはOdooでmバーコードアプリでスキャンするか、検証中に自動的に行うようにします"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "feedback@mail.odoo.com"
|
||
msgstr "feedback@mail.odoo.com"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "for a customer and add products"
|
||
msgstr "顧客のために、製品を追加する"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"for more\n"
|
||
" information."
|
||
msgstr ""
|
||
"詳細に\n"
|
||
"ついて。"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "from your vendor with the products and the requested quantities"
|
||
msgstr "ベンダーから製品および要求された数量で"
|
||
|
||
#. module: stock
|
||
#: model:stock.inventory.line,product_name:stock.stock_inventory_line_3
|
||
msgid "iPad Mini"
|
||
msgstr "iPad Mini"
|
||
|
||
#. module: stock
|
||
#: model:stock.inventory.line,product_name:stock.stock_inventory_line_6
|
||
msgid "iPod"
|
||
msgstr "iPod"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.stock_warn_insufficient_qty_form_view
|
||
msgid "in"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"is displayed on the transfer if your products supply chain is properly "
|
||
"configured. Otherwise, <strong>Check the availability</strong> manually"
|
||
msgstr ""
|
||
"製品サプライチェーンが正しく構成されている場合は、配送に表示されます。 それ以外の場合は、手動で<strong>在庫状況を確認する</strong>"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.stock_warn_insufficient_qty_form_view
|
||
msgid "is not available in sufficient quantity"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid ""
|
||
"on the purchase order form or click on <i>Receive Products</i> to see the "
|
||
"Transfer Order"
|
||
msgstr "購入オーダーフォームで<i>商品を受け取る</i>をクリックして、転送注文を確認します"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "on the sales order form to see Transfer Order"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model,name:stock.model_report_stock_forecast
|
||
msgid "report.stock.forecast"
|
||
msgstr "report.stock.forecast"
|
||
|
||
#. module: stock
|
||
#: model:ir.model,name:stock.model_res_config_settings
|
||
msgid "res.config.settings"
|
||
msgstr "res.config.settings"
|
||
|
||
#. module: stock
|
||
#: model:ir.model,name:stock.model_stock_fixed_putaway_strat
|
||
msgid "stock.fixed.putaway.strat"
|
||
msgstr "stock.fixed.putaway.strat"
|
||
|
||
#. module: stock
|
||
#: model:ir.model,name:stock.model_stock_overprocessed_transfer
|
||
msgid "stock.overprocessed.transfer"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model,name:stock.model_stock_return_picking_line
|
||
msgid "stock.return.picking.line"
|
||
msgstr "stock.return.picking.line"
|
||
|
||
#. module: stock
|
||
#: model:ir.model,name:stock.model_stock_scrap
|
||
msgid "stock.scrap"
|
||
msgstr "stock.scrap"
|
||
|
||
#. module: stock
|
||
#: model:ir.model,name:stock.model_stock_traceability_report
|
||
msgid "stock.traceability.report"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model,name:stock.model_stock_warn_insufficient_qty
|
||
msgid "stock.warn.insufficient.qty"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.model,name:stock.model_stock_warn_insufficient_qty_scrap
|
||
msgid "stock.warn.insufficient.qty.scrap"
|
||
msgstr ""
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "the list of products"
|
||
msgstr "プロダクトリスト"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "the list of vendors"
|
||
msgstr "ベンダーリスト"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "to mark the products as transferred to your stock location"
|
||
msgstr "在庫のロケーションに配送済など、製品をマークします"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "via the"
|
||
msgstr "これによって"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "when you receive the ordered products"
|
||
msgstr "注文した製品を受け取ったとき"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
||
msgid "with the <i>Validate</i> button"
|
||
msgstr "その <i>検証</i> ボタンで"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
||
msgid "↳Put in Pack"
|
||
msgstr "↳梱包する"
|
||
|
||
#. module: stock
|
||
#: model:ir.ui.view,arch_db:stock.view_inventory_form
|
||
msgid "⇒ Set quantities to 0"
|
||
msgstr "⇒ 数量を 0 に設定"
|