mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
44 lines
1.3 KiB
Plaintext
44 lines
1.3 KiB
Plaintext
# Translation of Odoo Server.
|
||
# This file contains the translation of the following modules:
|
||
# * contract_discount
|
||
#
|
||
# Translators:
|
||
# ITGeeker <alanljj@qq.com>, 2017
|
||
msgid ""
|
||
msgstr ""
|
||
"Project-Id-Version: contract (8.0)\n"
|
||
"Report-Msgid-Bugs-To: \n"
|
||
"POT-Creation-Date: 2017-03-25 04:22+0000\n"
|
||
"PO-Revision-Date: 2017-04-11 06:28+0000\n"
|
||
"Last-Translator: ITGeeker <alanljj@qq.com>\n"
|
||
"Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-"
|
||
"contract-8-0/language/zh_CN/)\n"
|
||
"Language: zh_CN\n"
|
||
"MIME-Version: 1.0\n"
|
||
"Content-Type: text/plain; charset=UTF-8\n"
|
||
"Content-Transfer-Encoding: \n"
|
||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||
|
||
#. module: contract_discount
|
||
#: model:ir.model,name:contract_discount.model_account_analytic_account
|
||
msgid "Analytic Account"
|
||
msgstr "核算科目"
|
||
|
||
#. module: contract_discount
|
||
#: field:account.analytic.invoice.line,discount:0
|
||
msgid "Discount (%)"
|
||
msgstr "折扣(%)"
|
||
|
||
#. module: contract_discount
|
||
#: code:addons/contract_discount/models/contract.py:41
|
||
#, python-format
|
||
msgid "Discount should be less or equal to 100"
|
||
msgstr "折扣应该小于或者等于100"
|
||
|
||
#. module: contract_discount
|
||
#: help:account.analytic.invoice.line,discount:0
|
||
msgid ""
|
||
"Discount that is applied in generated invoices. It should be less or equal "
|
||
"to 100"
|
||
msgstr "折扣将应用于发票。它应该小于或者等于100"
|