83 lines
3.4 KiB
Plaintext
83 lines
3.4 KiB
Plaintext
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * sale_order_dates
|
|
#
|
|
# Translators:
|
|
# 敬雲 林 <chingyun@yuanchih-consult.com>, 2018
|
|
# Martin Trigaux, 2018
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Odoo Server 10.0c\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2016-09-07 08:57+0000\n"
|
|
"PO-Revision-Date: 2016-09-07 08:57+0000\n"
|
|
"Last-Translator: Martin Trigaux, 2018\n"
|
|
"Language-Team: Chinese (Taiwan) (https://www.transifex.com/odoo/teams/41243/zh_TW/)\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: \n"
|
|
"Language: zh_TW\n"
|
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
|
|
#. module: sale_order_dates
|
|
#: model:ir.model.fields,field_description:sale_order_dates.field_sale_order_commitment_date
|
|
msgid "Commitment Date"
|
|
msgstr "可承諾日期"
|
|
|
|
#. module: sale_order_dates
|
|
#: model:ir.model.fields,help:sale_order_dates.field_sale_order_requested_date
|
|
msgid ""
|
|
"Date by which the customer has requested the items to be delivered.\n"
|
|
"When this Order gets confirmed, the Delivery Order's expected date will be computed based on this date and the Company's Security Delay.\n"
|
|
"Leave this field empty if you want the Delivery Order to be processed as soon as possible. In that case the expected date will be computed using the default method: based on the Product Lead Times and the Company's Security Delay."
|
|
msgstr ""
|
|
"客戶要求交付物品的日期。\n"
|
|
"當此訂單得到確認時,交貨訂單的預計日期將根據此日期和公司的交貨前置時間計算。\n"
|
|
"如果您希望盡快處理交貨單,請將此字段留空。在這種情況下,預期日期將使用默認方法計算:基於產品交付時間和公司的交貨前置時間。"
|
|
|
|
#. module: sale_order_dates
|
|
#: model:ir.model.fields,help:sale_order_dates.field_sale_order_commitment_date
|
|
msgid ""
|
|
"Date by which the products are sure to be delivered. This is a date that you"
|
|
" can promise to the customer, based on the Product Lead Times."
|
|
msgstr "產品確定交付的日期。這是您可以根據產品交付週期向客戶承諾的日期。"
|
|
|
|
#. module: sale_order_dates
|
|
#: model:ir.model.fields,help:sale_order_dates.field_sale_order_effective_date
|
|
msgid "Date on which the first Delivery Order was created."
|
|
msgstr "第一個交貨訂單的創建日期。"
|
|
|
|
#. module: sale_order_dates
|
|
#: model:ir.model.fields,field_description:sale_order_dates.field_sale_order_effective_date
|
|
msgid "Effective Date"
|
|
msgstr "實際日期"
|
|
|
|
#. module: sale_order_dates
|
|
#: model:ir.model.fields,field_description:sale_order_dates.field_sale_order_requested_date
|
|
msgid "Requested Date"
|
|
msgstr "要求日期"
|
|
|
|
#. module: sale_order_dates
|
|
#: code:addons/sale_order_dates/models/sale_order.py:56
|
|
#, python-format
|
|
msgid "Requested date is too soon!"
|
|
msgstr "要求日期太早!"
|
|
|
|
#. module: sale_order_dates
|
|
#: model:ir.model,name:sale_order_dates.model_sale_order
|
|
msgid "Sales Order"
|
|
msgstr "銷售訂單"
|
|
|
|
#. module: sale_order_dates
|
|
#: model:ir.model,name:sale_order_dates.model_sale_order_line
|
|
msgid "Sales Order Line"
|
|
msgstr "銷售訂單行"
|
|
|
|
#. module: sale_order_dates
|
|
#: code:addons/sale_order_dates/models/sale_order.py:57
|
|
#, python-format
|
|
msgid ""
|
|
"The date requested by the customer is sooner than the commitment date. You "
|
|
"may be unable to honor the customer's request."
|
|
msgstr "客戶要求的日期早於可承諾日期。您可能無法兌現客戶的要求。"
|