Files
contract/contract_discount/i18n/zh_CN.po
2018-06-23 02:08:43 +00:00

44 lines
1.3 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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"