# Translation of Odoo Server. # This file contains the translation of the following modules: # * mrp_repair # # Translators: # 高木正勝 , 2017 # Norimichi Sugimoto , 2017 # Martin Trigaux , 2017 # Yoshi Tashiro , 2017 # Manami Hashi , 2017 # kent_ocean , 2017 # Takahiro MURAKAMI , 2017 msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.saas~18\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-10-02 11:27+0000\n" "PO-Revision-Date: 2017-10-02 11:27+0000\n" "Last-Translator: Takahiro MURAKAMI , 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: mrp_repair #: model:mail.template,report_name:mrp_repair.mail_template_mrp_repair_quotation msgid "${(object.name or '').replace('/','_')}" msgstr "" #. module: mrp_repair #: model:mail.template,subject:mrp_repair.mail_template_mrp_repair_quotation msgid "${object.partner_id.name} Repair Orders (Ref ${object.name or 'n/a' })" msgstr "" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder msgid "(Remove)" msgstr "(削除)" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.view_repair_order_form msgid "(update)" msgstr "(更新)" #. module: mrp_repair #: model:ir.model.fields,help:mrp_repair.field_mrp_repair_state msgid "" "* The 'Draft' status is used when a user is encoding a new and unconfirmed repair order.\n" "* The 'Confirmed' status is used when a user confirms the repair order.\n" "* The 'Ready to Repair' status is used to start to repairing, user can start repairing only after repair order is confirmed.\n" "* The 'To be Invoiced' status is used to generate the invoice before or after repairing done.\n" "* The 'Done' status is set when repairing is completed.\n" "* The 'Cancelled' status is used when user cancel repair order." msgstr "" "* ユーザーが新しいと未確認修理オーダーをコードされたときに「ドラフト」ステータスになります。\n" "\n" "* ユーザが修理オーダーを承認すると「確認済」のステータスになります。\n" "\n" "* 「修復準備完了」ステータスで修理を開始できます。作業者は、修理注文が確認された後にのみ修理を開始することができます。\n" "\n" "* 「請求済」状態は修理前または修復後に、請求書を発行した状態を表します。\n" "\n" "* 修理が完了すると、「完了」ステータスが設定されます。\n" "\n" "* 「取消済」のステータスは、ユーザーが修理注文を取消した状態を表します。" #. module: mrp_repair #: model:mail.template,body_html:mrp_repair.mail_template_mrp_repair_quotation msgid "" "\n" "

Dear ${object.partner_id.name}

\n" "

\n" " Here is your repair order ${doc_name} ${object.name}\n" " % if object.origin:\n" " (with reference: ${object.origin} )\n" " % endif\n" " % if object.invoice_method != 'none':\n" " amounting in ${object.amount_total} ${object.pricelist_id.currency_id.name}.\n" " % endif\n" "

\n" "

You can reply to this email if you have any questions.

\n" "

Thank you,

\n" "
" msgstr "" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder msgid "(Add)" msgstr "(追加)" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder msgid "Lot/Serial Number:" msgstr "" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder msgid "Operations" msgstr "" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder msgid "Parts" msgstr "" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder msgid "Printing Date:" msgstr "印刷日:" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder msgid "Product to Repair:" msgstr "修理対象製品:" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder msgid "Shipping address :" msgstr "出荷先:" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder msgid "Total Without Taxes" msgstr "税抜合計金額" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder msgid "Total" msgstr "合計" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder msgid "Warranty:" msgstr "" #. module: mrp_repair #: selection:mrp.repair.line,type:0 msgid "Add" msgstr "追加" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.view_repair_order_form msgid "Add internal notes..." msgstr "内部注記を追加..." #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.view_repair_order_form msgid "Add quotation notes..." msgstr "見積注記を追加..." #. module: mrp_repair #: selection:mrp.repair,invoice_method:0 msgid "After Repair" msgstr "修理後" #. module: mrp_repair #: selection:mrp.repair,invoice_method:0 msgid "Before Repair" msgstr "修理前" #. module: mrp_repair #: code:addons/mrp_repair/models/mrp_repair.py:237 #, python-format msgid "Can only confirm draft repairs." msgstr "ドラフト状態の修理のみ承認することができます。" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.view_cancel_repair #: model:ir.ui.view,arch_db:mrp_repair.view_make_invoice msgid "Cancel" msgstr "取消" #. module: mrp_repair #: model:ir.model,name:mrp_repair.model_mrp_repair_cancel #: model:ir.ui.view,arch_db:mrp_repair.view_repair_order_form msgid "Cancel Repair" msgstr "修理取消" #. module: mrp_repair #: model:ir.actions.act_window,name:mrp_repair.action_cancel_repair #: model:ir.ui.view,arch_db:mrp_repair.view_cancel_repair msgid "Cancel Repair Order" msgstr "修理オーダ取消" #. module: mrp_repair #: selection:mrp.repair,state:0 selection:mrp.repair.line,state:0 msgid "Cancelled" msgstr "取消済" #. module: mrp_repair #: code:addons/mrp_repair/models/mrp_repair.py:249 #, python-format msgid "Cannot cancel completed repairs." msgstr "終了した修理はキャンセルできません。" #. module: mrp_repair #: model:ir.model.fields,help:mrp_repair.field_mrp_repair_partner_id msgid "Choose partner for whom the order will be invoiced and delivered." msgstr "請求先・配送先となる取引先を選んでください。" #. module: mrp_repair #: model:ir.actions.act_window,help:mrp_repair.action_repair_order_tree msgid "Click to create a reparation order." msgstr "クリックして 修理オーダを作成" #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_company_id #: model:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter msgid "Company" msgstr "会社" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.view_repair_order_form msgid "Confirm Repair" msgstr "修理確認" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter #: selection:mrp.repair,state:0 selection:mrp.repair.line,state:0 msgid "Confirmed" msgstr "確認済" #. module: mrp_repair #: code:addons/mrp_repair/models/mrp_repair.py:600 #: code:addons/mrp_repair/models/mrp_repair.py:658 #, python-format msgid "" "Couldn't find a pricelist line matching this product and quantity.\n" "You have to change either the product, the quantity or the pricelist." msgstr "" "プライスリストにこの製品と数量に適合するものがありません。\n" "製品、数量、もしくは価格表を変更する必要があります。" #. module: mrp_repair #: model:ir.actions.act_window,name:mrp_repair.act_mrp_repair_invoice #: model:ir.ui.view,arch_db:mrp_repair.view_make_invoice #: model:ir.ui.view,arch_db:mrp_repair.view_repair_order_form msgid "Create Invoice" msgstr "請求書作成" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.view_make_invoice msgid "Create invoices" msgstr "請求書作成" #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_create_uid #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_create_uid #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_create_uid #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_create_uid #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_create_uid #: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_create_uid msgid "Created by" msgstr "作成者" #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_create_date #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_create_date #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_create_date #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_create_date #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_create_date #: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_create_date msgid "Created on" msgstr "作成日" #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_location_id msgid "Current Location" msgstr "現在のロケーション" #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_partner_id msgid "Customer" msgstr "顧客" #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_default_address_id msgid "Default Address" msgstr "" #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_address_id msgid "Delivery Address" msgstr "配送先" #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_location_dest_id msgid "Delivery Location" msgstr "配送ロケーション" #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_name #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_name #: model:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder msgid "Description" msgstr "説明" #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_location_dest_id msgid "Dest. Location" msgstr "配送先ロケーション" #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_display_name #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_display_name #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_display_name #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_display_name #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_display_name #: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_display_name msgid "Display Name" msgstr "表示名" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.view_make_invoice msgid "Do you really want to create the invoice(s)?" msgstr "本当に請求書を作成しますか?" #. module: mrp_repair #: selection:mrp.repair.line,state:0 msgid "Done" msgstr "完了" #. module: mrp_repair #: selection:mrp.repair.line,state:0 msgid "Draft" msgstr "ドラフト" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.view_repair_order_form msgid "End Repair" msgstr "修理終了" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.view_repair_order_form msgid "Extra Info" msgstr "追加情報" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.view_repair_order_form msgid "Fees" msgstr "手数料" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter msgid "Future Activities" msgstr "将来の活動" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter msgid "Group By" msgstr "グループ化" #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_group msgid "Group by partner invoice address" msgstr "取引先請求宛先によるグループ化" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter msgid "Guarantee limit Month" msgstr "保証期限月" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter msgid "Guarantee limit by Month" msgstr "月別保証の期限" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.view_repair_order_form msgid "History" msgstr "履歴" #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_id #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_id #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_id #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_id #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_id #: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_id msgid "ID" msgstr "ID" #. module: mrp_repair #: model:ir.actions.act_window,help:mrp_repair.action_repair_order_tree msgid "" "In a repair order, you can detail the components you remove,\n" " add or replace and record the time you spent on the different\n" " operations." msgstr "" "修理オーダーでは、取り外したり交換した部品やそれぞれの作業で\n" "かかった時間の詳細を記録します\n" " " #. module: mrp_repair #: code:addons/mrp_repair/models/mrp_repair.py:215 #, python-format msgid "Insufficient Quantity" msgstr "" #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_internal_notes msgid "Internal Notes" msgstr "内部注記" #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_move_id msgid "Inventory Move" msgstr "在庫移動" #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_invoice_id #: model:ir.ui.view,arch_db:mrp_repair.view_repair_order_form msgid "Invoice" msgstr "請求書" #. module: mrp_repair #: selection:mrp.repair,state:0 msgid "Invoice Exception" msgstr "請求書の例外" #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_invoice_line_id #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_invoice_line_id msgid "Invoice Line" msgstr "請求書行" #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_invoice_method msgid "Invoice Method" msgstr "請求の方法" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder msgid "Invoice address:" msgstr "請求先住所:" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder msgid "Invoice and shipping address:" msgstr "請求・出荷先住所:" #. module: mrp_repair #: code:addons/mrp_repair/models/mrp_repair.py:389 #, python-format msgid "Invoice created" msgstr "" #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_invoiced #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_invoiced #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_invoiced #: model:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter msgid "Invoiced" msgstr "請求済" #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_partner_invoice_id msgid "Invoicing Address" msgstr "請求住所" #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair___last_update #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel___last_update #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee___last_update #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line___last_update #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice___last_update #: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair___last_update msgid "Last Modified on" msgstr "最終更新日" #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_write_uid #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_write_uid #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_write_uid #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_write_uid #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_write_uid #: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_write_uid msgid "Last Updated by" msgstr "最終更新者" #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_cancel_write_date #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_write_date #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_write_date #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_make_invoice_write_date #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_write_date #: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_write_date msgid "Last Updated on" msgstr "最終更新日" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter msgid "Late Activities" msgstr "遅れた活動" #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_lot_id #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_lot_id msgid "Lot/Serial" msgstr "ロット/シリアル" #. module: mrp_repair #: model:ir.model,name:mrp_repair.model_mrp_repair_make_invoice msgid "Make Invoice" msgstr "請求書作成" #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_move_id msgid "Move" msgstr "移動" #. module: mrp_repair #: model:ir.model.fields,help:mrp_repair.field_mrp_repair_move_id msgid "Move created by the repair order" msgstr "修理オーダによって作成された移動" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter msgid "My Activities" msgstr "自分の活動" #. module: mrp_repair #: selection:mrp.repair,invoice_method:0 msgid "No Invoice" msgstr "請求外" #. module: mrp_repair #: code:addons/mrp_repair/models/mrp_repair.py:591 #: code:addons/mrp_repair/models/mrp_repair.py:649 #, python-format msgid "No Pricelist!" msgstr "価格表がありません!" #. module: mrp_repair #: code:addons/mrp_repair/models/mrp_repair.py:312 #, python-format msgid "No account defined for partner \"%s\"." msgstr "パートナ %s にアカウントが定義されていません。" #. module: mrp_repair #: code:addons/mrp_repair/models/mrp_repair.py:338 #: code:addons/mrp_repair/models/mrp_repair.py:366 #, python-format msgid "No account defined for product \"%s\"." msgstr "製品 %s のアカウントが定義されていません。" #. module: mrp_repair #: code:addons/mrp_repair/models/mrp_repair.py:359 #, python-format msgid "No product defined on Fees!" msgstr "料金が定義されていない製品です。" #. module: mrp_repair #: code:addons/mrp_repair/models/mrp_repair.py:598 #: code:addons/mrp_repair/models/mrp_repair.py:656 #, python-format msgid "No valid pricelist line found !" msgstr "有効な価格表の行がありません!" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.view_repair_order_form msgid "Notes" msgstr "ノート" #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fees_lines #: model:ir.ui.view,arch_db:mrp_repair.view_repair_order_form msgid "Operations" msgstr "オペレーション" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter msgid "Partner" msgstr "取引先" #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_operations #: model:ir.ui.view,arch_db:mrp_repair.view_repair_order_form msgid "Parts" msgstr "" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder msgid "Price" msgstr "価格" #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_pricelist_id msgid "Pricelist" msgstr "価格リスト" #. module: mrp_repair #: model:ir.model.fields,help:mrp_repair.field_mrp_repair_pricelist_id msgid "Pricelist of the selected partner." msgstr "選択した取引先向け価格表" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.view_repair_order_form msgid "Print Quotation" msgstr "" #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_product_id #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_product_id #: model:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter msgid "Product" msgstr "プロダクト" #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_product_qty msgid "Product Quantity" msgstr "プロダクト数量" #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_product_uom #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_product_uom #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_product_uom msgid "Product Unit of Measure" msgstr "プロダクト単位" #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_product_id msgid "Product to Repair" msgstr "修理プロダクト" #. module: mrp_repair #: model:ir.model.fields,help:mrp_repair.field_mrp_repair_lot_id msgid "Products repaired are all belonging to this lot" msgstr "修理品は、すべてこのロットに属しています" #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_product_uom_qty #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_product_uom_qty #: model:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder #: model:ir.ui.view,arch_db:mrp_repair.view_repair_order_form msgid "Quantity" msgstr "数量" #. module: mrp_repair #: selection:mrp.repair,state:0 msgid "Quotation" msgstr "見積" #. module: mrp_repair #: model:ir.actions.report,name:mrp_repair.action_report_mrp_repair_order msgid "Quotation / Order" msgstr "見積 / オーダ" #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_quotation_notes msgid "Quotation Notes" msgstr "見積注記" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter msgid "Quotations" msgstr "見積" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter msgid "Ready To Repair" msgstr "修理準備完了" #. module: mrp_repair #: selection:mrp.repair,state:0 msgid "Ready to Repair" msgstr "修理準備完了" #. module: mrp_repair #: selection:mrp.repair.line,type:0 msgid "Remove" msgstr "削除" #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_stock_move_repair_id #: model:ir.model.fields,field_description:mrp_repair.field_stock_warn_insufficient_qty_repair_repair_id msgid "Repair" msgstr "" #. module: mrp_repair #: model:ir.model,name:mrp_repair.model_mrp_repair_fee msgid "Repair Fees Line" msgstr "修理費行" #. module: mrp_repair #: model:ir.model,name:mrp_repair.model_mrp_repair_line #: model:ir.ui.view,arch_db:mrp_repair.view_repair_order_form msgid "Repair Line" msgstr "修理行" #. module: mrp_repair #: model:ir.model,name:mrp_repair.model_mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.view_repair_order_form msgid "Repair Order" msgstr "修理オーダ" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder msgid "Repair Order #:" msgstr "修理オーダ番号:" #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_repair_id #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_repair_id msgid "Repair Order Reference" msgstr "修理オーダ参照" #. module: mrp_repair #: model:ir.actions.act_window,name:mrp_repair.action_repair_order_tree #: model:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter msgid "Repair Orders" msgstr "修理オーダ" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder msgid "Repair Quotation #:" msgstr "修理見積番号: " #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_name msgid "Repair Reference" msgstr "修理参照" #. module: mrp_repair #: code:addons/mrp_repair/models/mrp_repair.py:203 #, python-format msgid "Repair must be canceled in order to reset it to draft." msgstr "修理をドラフト状態に戻すにはキャンセルしなくてはなりません。" #. module: mrp_repair #: code:addons/mrp_repair/models/mrp_repair.py:408 #, python-format msgid "Repair must be confirmed before starting reparation." msgstr "修理は修理作業を開始する前に承認が必要です。" #. module: mrp_repair #: code:addons/mrp_repair/models/mrp_repair.py:436 #, python-format msgid "Repair must be repaired in order to make the product moves." msgstr "製品移動をするためには修理は完了していなくてはなりません。" #. module: mrp_repair #: code:addons/mrp_repair/models/mrp_repair.py:419 #, python-format msgid "Repair must be under repair in order to end reparation." msgstr "修理は修理完了まで修理中でなくてはなりません。" #. module: mrp_repair #: code:addons/mrp_repair/models/mrp_repair.py:251 #, python-format msgid "Repair order is already invoiced." msgstr "修理オーダは請求済です。" #. module: mrp_repair #: code:addons/mrp_repair/wizard/mrp_repair_cancel.py:20 #, python-format msgid "Repair order is not invoiced." msgstr "修理オーダは未請求です。" #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_repaired #: selection:mrp.repair,state:0 msgid "Repaired" msgstr "修理済" #. module: mrp_repair #: model:ir.ui.menu,name:mrp_repair.menu_repair_order msgid "Repairs" msgstr "修理" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.view_repair_order_form #: model:ir.ui.view,arch_db:mrp_repair.view_repair_order_tree msgid "Repairs order" msgstr "修理オーダ" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter msgid "Search Repair Orders" msgstr "修理オーダの検索" #. module: mrp_repair #: model:ir.model.fields,help:mrp_repair.field_mrp_repair_invoice_method msgid "" "Selecting 'Before Repair' or 'After Repair' will allow you to generate " "invoice before or after the repair is done respectively. 'No invoice' means " "you don't want to generate invoice for this repair order." msgstr "" "「修理前」 もしくは「修理後」を選ぶことで請求書を生成するタイミングを設定します。 " "「請求書なし」は、この修理オーダで請求書を作成しないことを意味します。" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.view_repair_order_form msgid "Send Quotation" msgstr "" #. module: mrp_repair #: code:addons/mrp_repair/models/mrp_repair.py:540 #, python-format msgid "Serial number is required for operation line with product '%s'" msgstr "製品の作業工程ではこの製品のシリアル番号が必要です'%s'" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.view_repair_order_form msgid "Set to Draft" msgstr "ドラフトに設定" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter msgid "Show all records which has next action date is before today" msgstr "" #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_location_id msgid "Source Location" msgstr "移動元ロケーション" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.view_repair_order_form msgid "Start Repair" msgstr "修理開始" #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_state #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_state #: model:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter msgid "Status" msgstr "ステータス" #. module: mrp_repair #: model:ir.model,name:mrp_repair.model_stock_move msgid "Stock Move" msgstr "在庫移動" #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_price_subtotal #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_price_subtotal msgid "Subtotal" msgstr "小計" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder msgid "Tax" msgstr "税" #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_amount_tax #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_tax_id #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_tax_id #: model:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder msgid "Taxes" msgstr "税" #. module: mrp_repair #: code:addons/mrp_repair/models/mrp_repair.py:175 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " "product form." msgstr "選択された計量単位は、製品形態とは異なるカテゴリのものです。" #. module: mrp_repair #: sql_constraint:mrp.repair:0 msgid "The name of the Repair Order must be unique!" msgstr "修理オーダの名前はユニークでなければいけません。" #. module: mrp_repair #: model:ir.actions.act_window,help:mrp_repair.action_repair_order_tree msgid "" "The repair order uses the warranty date on the Serial Number in\n" " order to know if whether the repair should be invoiced to the\n" " customer or not." msgstr "" "修理オーダ処理では、修理代金の顧客請求可否判断にシリアル番号の\n" "保証期限日を使用しています。\n" " " #. module: mrp_repair #: model:ir.model.fields,help:mrp_repair.field_mrp_repair_line_state msgid "" "The status of a repair line is set automatically to the one of the linked " "repair order." msgstr "修理ラインの状態は、リンクされた修理オーダのいずれかに自動的に設定されます。" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.view_cancel_repair msgid "" "This operation will cancel the Repair process, but will not cancel it's " "Invoice. Do you want to continue?" msgstr "この操作は修理処理でキャンセルされます。しかし、その請求書はキャンセルできません。続行しますか?" #. module: mrp_repair #: selection:mrp.repair,state:0 msgid "To be Invoiced" msgstr "請求" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.view_repair_order_form_filter msgid "Today Activities" msgstr "本日の活動" #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_amount_total msgid "Total" msgstr "合計" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.view_repair_order_form msgid "Total amount" msgstr "合計金額" #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_tracking msgid "Tracking" msgstr "追跡" #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_type msgid "Type" msgstr "タイプ" #. module: mrp_repair #: selection:mrp.repair,state:0 msgid "Under Repair" msgstr "修理中" #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_fee_price_unit #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_line_price_unit #: model:ir.ui.view,arch_db:mrp_repair.report_mrprepairorder msgid "Unit Price" msgstr "単価" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.view_repair_order_form msgid "Unit of Measure" msgstr "単位" #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_amount_untaxed msgid "Untaxed Amount" msgstr "税抜金額" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.view_repair_order_form msgid "Untaxed amount" msgstr "税抜金額" #. module: mrp_repair #: code:addons/mrp_repair/models/mrp_repair.py:175 #, python-format msgid "Warning" msgstr "警告" #. module: mrp_repair #: model:ir.model.fields,field_description:mrp_repair.field_mrp_repair_guarantee_limit msgid "Warranty Expiration" msgstr "保証期限" #. module: mrp_repair #: model:ir.ui.view,arch_db:mrp_repair.view_cancel_repair msgid "Yes" msgstr "はい" #. module: mrp_repair #: code:addons/mrp_repair/models/mrp_repair.py:300 #, python-format msgid "You have to select a Partner Invoice Address in the repair form!" msgstr "修理フォームではで取引先の請求先住所を選択する必要があります!" #. module: mrp_repair #: code:addons/mrp_repair/models/mrp_repair.py:593 #: code:addons/mrp_repair/models/mrp_repair.py:651 #, python-format msgid "" "You have to select a pricelist in the Repair form !\n" " Please set one before choosing a product." msgstr "" "修理フォームの中の価格表を選択する必要があります。\n" "製品を選択する前にそれを設定して下さい。" #. module: mrp_repair #: model:ir.model,name:mrp_repair.model_stock_traceability_report msgid "stock.traceability.report" msgstr "" #. module: mrp_repair #: model:ir.model,name:mrp_repair.model_stock_warn_insufficient_qty_repair msgid "stock.warn.insufficient.qty.repair" msgstr ""