Launchpad automatic translations update.
[odoo/odoo.git] / addons / product_visible_discount / i18n / zh_CN.po
1 # Chinese (Simplified) translation for openobject-addons
2 # Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
3 # This file is distributed under the same license as the openobject-addons package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: openobject-addons\n"
9 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10 "POT-Creation-Date: 2011-01-11 11:15+0000\n"
11 "PO-Revision-Date: 2011-07-13 16:17+0000\n"
12 "Last-Translator: Jeff Wang <wjfonhand@hotmail.com>\n"
13 "Language-Team: Chinese (Simplified) <zh_CN@li.org>\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "X-Launchpad-Export-Date: 2012-02-08 07:33+0000\n"
18 "X-Generator: Launchpad (build 14747)\n"
19
20 #. module: product_visible_discount
21 #: code:addons/product_visible_discount/product_visible_discount.py:145
22 #, python-format
23 msgid "No Purchase Pricelist Found !"
24 msgstr "未找到采购价格表!"
25
26 #. module: product_visible_discount
27 #: code:addons/product_visible_discount/product_visible_discount.py:153
28 #, python-format
29 msgid "No Sale Pricelist Found "
30 msgstr "未找到销售价格表 "
31
32 #. module: product_visible_discount
33 #: model:ir.module.module,description:product_visible_discount.module_meta_information
34 msgid ""
35 "\n"
36 "    This module lets you calculate discounts on Sale Order lines and Invoice "
37 "lines base on the partner's pricelist.\n"
38 "    To this end, a new check box named \"Visible Discount\" is added to the "
39 "pricelist form.\n"
40 "    Example:\n"
41 "        For the product PC1 and the partner \"Asustek\": if listprice=450, "
42 "and the price calculated using Asustek's pricelist is 225\n"
43 "        If the check box is checked, we will have on the sale order line: "
44 "Unit price=450, Discount=50,00, Net price=225\n"
45 "        If the check box is unchecked, we will have on Sale Order and "
46 "Invoice lines: Unit price=225, Discount=0,00, Net price=225\n"
47 "    "
48 msgstr ""
49 "\n"
50 "    此模块允许你在销售订单行和发票行上计算标价和成交价的折扣。安装此模块后,一个新的选项“折扣可见”被添加到价格表界面上。\n"
51 "\n"
52 "例如:\n"
53 "产品PC1销售给Asustek:如果标价是450,按价格表计算的价格是225\n"
54 "如果此选项被选中,订单行显示:单价450,折扣50.00,净价225\n"
55 "如果此选项未选中,订单行显示:单价225,折扣 0.00,净价225\n"
56 "    "
57
58 #. module: product_visible_discount
59 #: field:product.pricelist,visible_discount:0
60 msgid "Visible Discount"
61 msgstr "折扣可见"
62
63 #. module: product_visible_discount
64 #: model:ir.model,name:product_visible_discount.model_account_invoice_line
65 msgid "Invoice Line"
66 msgstr "发票行"
67
68 #. module: product_visible_discount
69 #: code:addons/product_visible_discount/product_visible_discount.py:153
70 #, python-format
71 msgid "You must first define a pricelist for Customer !"
72 msgstr "你首先要为客户定义价格表"
73
74 #. module: product_visible_discount
75 #: model:ir.model,name:product_visible_discount.model_product_pricelist
76 msgid "Pricelist"
77 msgstr "价格表"
78
79 #. module: product_visible_discount
80 #: code:addons/product_visible_discount/product_visible_discount.py:145
81 #, python-format
82 msgid "You must first define a pricelist for Supplier !"
83 msgstr "你首先要为供应商定义价格表"
84
85 #. module: product_visible_discount
86 #: model:ir.model,name:product_visible_discount.model_sale_order_line
87 msgid "Sales Order Line"
88 msgstr "销售订单明细"