odoo/addons/mrp_subproduct/i18n/zh_CN.po

170 lines
5.0 KiB
Plaintext
Raw Normal View History

# Translation of OpenERP Server.
# This file contains the translation of the following modules:
# * mrp_subproduct
#
msgid ""
msgstr ""
"Project-Id-Version: OpenERP Server 6.0dev\n"
"Report-Msgid-Bugs-To: support@openerp.com\n"
"POT-Creation-Date: 2012-02-08 00:36+0000\n"
"PO-Revision-Date: 2012-02-14 09:46+0000\n"
"Last-Translator: Jeff Wang <wjfonhand@hotmail.com>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2012-02-15 05:27+0000\n"
"X-Generator: Launchpad (build 14781)\n"
#. module: mrp_subproduct
#: field:mrp.subproduct,product_id:0
msgid "Product"
msgstr "产品"
#. module: mrp_subproduct
#: selection:mrp.subproduct,subproduct_type:0
msgid "Fixed"
msgstr "固定的"
#. module: mrp_subproduct
#: sql_constraint:mrp.bom:0
msgid ""
"All product quantities must be greater than 0.\n"
"You should install the mrp_subproduct module if you want to manage extra "
"products on BoMs !"
msgstr ""
"所有产品的数量必须大于0。\n"
"如果需要管理带副产品的BOM请安装 mrp_subproduct 模块"
#. module: mrp_subproduct
#: view:mrp.bom:0
msgid "sub products"
msgstr "子产品"
#. module: mrp_subproduct
#: model:ir.model,name:mrp_subproduct.model_mrp_production
msgid "Manufacturing Order"
msgstr "生产单"
#. module: mrp_subproduct
#: constraint:mrp.bom:0
msgid "BoM line product should not be same as BoM product."
msgstr "部件不应该是成品本身"
#. module: mrp_subproduct
#: view:mrp.bom:0
msgid "Sub Products"
msgstr "子产品"
#. module: mrp_subproduct
#: field:mrp.subproduct,subproduct_type:0
msgid "Quantity Type"
msgstr "数量类型"
#. module: mrp_subproduct
#: model:ir.model,name:mrp_subproduct.model_mrp_bom
msgid "Bill of Material"
msgstr "物料清单"
#. module: mrp_subproduct
#: field:mrp.subproduct,product_qty:0
msgid "Product Qty"
msgstr "产品数量"
#. module: mrp_subproduct
#: field:mrp.subproduct,product_uom:0
msgid "Product UOM"
msgstr "产品计量单位"
#. module: mrp_subproduct
#: field:mrp.subproduct,bom_id:0
msgid "BoM"
msgstr "物料清单"
#. module: mrp_subproduct
#: sql_constraint:mrp.production:0
msgid "Reference must be unique per Company!"
msgstr "编号必须在公司内唯一!"
#. module: mrp_subproduct
#: field:mrp.bom,sub_products:0
msgid "sub_products"
msgstr "子产品"
#. module: mrp_subproduct
#: selection:mrp.subproduct,subproduct_type:0
msgid "Variable"
msgstr "可变的"
#. module: mrp_subproduct
#: model:ir.model,name:mrp_subproduct.model_mrp_subproduct
msgid "Sub Product"
msgstr "副产品"
#. module: mrp_subproduct
#: constraint:mrp.production:0
msgid "Order quantity cannot be negative or zero!"
msgstr "订单数量不能是负数或者0"
#. module: mrp_subproduct
#: help:mrp.subproduct,subproduct_type:0
msgid ""
"Define how the quantity of subproducts will be set on the production orders "
"using this BoM. 'Fixed' depicts a situation where the quantity of created "
"subproduct is always equal to the quantity set on the BoM, regardless of how "
"many are created in the production order. By opposition, 'Variable' means "
"that the quantity will be computed as '(quantity of subproduct set on the "
"BoM / quantity of manufactured product set on the BoM * quantity of "
"manufactured product in the production order.)'"
msgstr ""
"定义使用这个BOM的生产订单上子产品的数量计算规则。”固定“意味着产出的子产品总是等于物料清单上的数量。相反的”可变“意味着子产品的产出数量 = "
"物料清单上子产品的数量 / 物料清单上产成品的数量 * 生产订单上产成品的数量"
#. module: mrp_subproduct
#: constraint:mrp.bom:0
msgid "Error ! You cannot create recursive BoM."
msgstr "错误!你不能创建循环引用的物料清单。"
#~ msgid "Invalid XML for View Architecture!"
#~ msgstr "无效XML视图结构!"
#~ msgid ""
#~ "The Object name must start with x_ and not contain any special character !"
#~ msgstr "对象名必须要以X_开头并且不能含有特殊字符!"
#~ msgid ""
#~ "\n"
#~ "This module allows you to produce several products from one production "
#~ "order.\n"
#~ "You can configure sub-products in the bill of material.\n"
#~ "Without this module:\n"
#~ " A + B + C -> D\n"
#~ "With this module:\n"
#~ " A + B + C -> D + E\n"
#~ " "
#~ msgstr ""
#~ "\n"
#~ "这模块允许你在一个生产单有几个要生产的产品\n"
#~ " 你能在物料清单中确认子产品.\n"
#~ " 没有这模块:\n"
#~ "\tA + B + C -> D\n"
#~ " 有这模块:\n"
#~ "\tA + B + C -> D + E\n"
#~ " "
#~ msgid "Mrp Sub Product"
#~ msgstr "物料需求计划子产品"
#~ msgid "MRP Sub Product"
#~ msgstr "物料需求计划子产品"
#~ msgid ""
#~ "MRP Sub Product - To produce several products from one production order"
#~ msgstr "MRP副产品 - 一张生产单产出多种产品"
#~ msgid "Order quantity cannot be negative or zero !"
#~ msgstr "订单数量不能为0或者负数!"
#~ msgid "Error ! You can not create recursive BoM."
#~ msgstr "错误!你不能创建递归的物料清单"