66 lines
2.2 KiB
Plaintext
66 lines
2.2 KiB
Plaintext
# Translation of Odoo Server.
|
||
# This file contains the translation of the following modules:
|
||
# * base_vat
|
||
#
|
||
# Translators:
|
||
# liAnGjiA <liangjia@qq.com>, 2016
|
||
# Jeffery CHEN <jeffery9@gmail.com>, 2016
|
||
msgid ""
|
||
msgstr ""
|
||
"Project-Id-Version: Odoo Server 10.0c\n"
|
||
"Report-Msgid-Bugs-To: \n"
|
||
"POT-Creation-Date: 2016-09-07 08:56+0000\n"
|
||
"PO-Revision-Date: 2016-09-07 08:56+0000\n"
|
||
"Last-Translator: Jeffery CHEN <jeffery9@gmail.com>, 2016\n"
|
||
"Language-Team: Chinese (China) (https://www.transifex.com/odoo/teams/41243/zh_CN/)\n"
|
||
"MIME-Version: 1.0\n"
|
||
"Content-Type: text/plain; charset=UTF-8\n"
|
||
"Content-Transfer-Encoding: \n"
|
||
"Language: zh_CN\n"
|
||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||
|
||
#. module: base_vat
|
||
#: model:ir.model,name:base_vat.model_res_company
|
||
msgid "Companies"
|
||
msgstr "公司"
|
||
|
||
#. module: base_vat
|
||
#: model:ir.model.fields,help:base_vat.field_res_company_vat_check_vies
|
||
msgid ""
|
||
"If checked, Partners VAT numbers will be fully validated against EU's VIES "
|
||
"service rather than via a simple format validation (checksum)."
|
||
msgstr "如勾选了这里,业务伙伴的增值税号会经由欧洲VIES服务机构在线验证,而非仅仅是本地验证编号格式(checksum)。"
|
||
|
||
#. module: base_vat
|
||
#: model:ir.model,name:base_vat.model_res_partner
|
||
msgid "Partner"
|
||
msgstr "合作伙伴"
|
||
|
||
#. module: base_vat
|
||
#: code:addons/base_vat/models/res_partner.py:131
|
||
#, python-format
|
||
msgid ""
|
||
"The VAT number [%s] for partner [%s] does not seem to be valid. \n"
|
||
"Note: the expected format is %s"
|
||
msgstr ""
|
||
"这个业务伙伴 [%s] 的VAT号码 [%s]看上去是无效的。 \n"
|
||
"备注: 预期的格式为 %s"
|
||
|
||
#. module: base_vat
|
||
#: code:addons/base_vat/models/res_partner.py:130
|
||
#, python-format
|
||
msgid ""
|
||
"The VAT number [%s] for partner [%s] either failed the VIES VAT validation "
|
||
"check or did not respect the expected format %s."
|
||
msgstr "这个业务伙伴 [%s] 的VAT号码 [%s] VIES VAT验证依然失效或者格式%s不符合标准."
|
||
|
||
#. module: base_vat
|
||
#: model:ir.model.fields,field_description:base_vat.field_res_company_vat_check_vies
|
||
msgid "VIES VAT Check"
|
||
msgstr "VIES增值税号检查"
|
||
|
||
#. module: base_vat
|
||
#: model:ir.ui.view,arch_db:base_vat.view_partner_form
|
||
msgid "e.g. BE0477472701"
|
||
msgstr "举例: BE0477472701"
|