123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- # Translation of Odoo Server.
- # This file contains the translation of the following modules:
- # * payment_payulatam
- #
- # Translators:
- # Martin Trigaux, 2019
- # inspur qiuguodong <qiuguodong@inspur.com>, 2019
- # Felix Yuen <fyu@odoo.com>, 2019
- #
- msgid ""
- msgstr ""
- "Project-Id-Version: Odoo Server saas~12.5\n"
- "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2019-08-26 08:16+0000\n"
- "PO-Revision-Date: 2019-08-26 09:12+0000\n"
- "Last-Translator: Felix Yuen <fyu@odoo.com>, 2019\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: payment_payulatam
- #: model:ir.model.fields.selection,name:payment_payulatam.selection__payment_acquirer__provider__payulatam
- msgid "PayU Latam"
- msgstr "PayU Latam"
- #. module: payment_payulatam
- #: model:ir.model.fields,field_description:payment_payulatam.field_payment_acquirer__payulatam_api_key
- msgid "PayU Latam API Key"
- msgstr "PayU Latam API 钥匙"
- #. module: payment_payulatam
- #: model:ir.model.fields,field_description:payment_payulatam.field_payment_acquirer__payulatam_account_id
- msgid "PayU Latam Account ID"
- msgstr "PayU Latam 帐户 ID"
- #. module: payment_payulatam
- #: model:ir.model.fields,field_description:payment_payulatam.field_payment_acquirer__payulatam_merchant_id
- msgid "PayU Latam Merchant ID"
- msgstr "PayU Latam 商家ID"
- #. module: payment_payulatam
- #: code:addons/payment_payulatam/models/payment.py:0
- #, python-format
- msgid "PayU Latam: received data for reference %s; multiple orders found"
- msgstr "PayU Latam: 收到参考%s的数据; 找到多个订单"
- #. module: payment_payulatam
- #: code:addons/payment_payulatam/models/payment.py:0
- #, python-format
- msgid "PayU Latam: received data for reference %s; no order found"
- msgstr "PayU Latam: 已接收参考 %s; 未找到订单"
- #. module: payment_payulatam
- #: code:addons/payment_payulatam/models/payment.py:0
- #, python-format
- msgid ""
- "PayU Latam: received data with missing reference (%s) or transaction id (%s)"
- " or sign (%s)"
- msgstr "PayU Latam: 收到缺少参考的数据 (%s) 或交易ID(%s)或符号(%s)"
- #. module: payment_payulatam
- #: model:ir.model,name:payment_payulatam.model_payment_acquirer
- msgid "Payment Acquirer"
- msgstr "付款收单单位"
- #. module: payment_payulatam
- #: model:ir.model,name:payment_payulatam.model_payment_transaction
- msgid "Payment Transaction"
- msgstr "付款交易"
- #. module: payment_payulatam
- #: model:ir.model.fields,field_description:payment_payulatam.field_payment_acquirer__provider
- msgid "Provider"
- msgstr "供应商"
|