117 lines
3.8 KiB
Plaintext
117 lines
3.8 KiB
Plaintext
# Translation of Odoo Server.
|
||
# This file contains the translation of the following modules:
|
||
# * payment_authorize
|
||
#
|
||
# Translators:
|
||
# 敬雲 林 <chingyun@yuanchih-consult.com>, 2018
|
||
# Carson Tsai <Ra661tCat@gmail.com>, 2018
|
||
msgid ""
|
||
msgstr ""
|
||
"Project-Id-Version: Odoo Server 10.0c\n"
|
||
"Report-Msgid-Bugs-To: \n"
|
||
"POT-Creation-Date: 2016-09-07 08:57+0000\n"
|
||
"PO-Revision-Date: 2016-09-07 08:57+0000\n"
|
||
"Last-Translator: Carson Tsai <Ra661tCat@gmail.com>, 2018\n"
|
||
"Language-Team: Chinese (Taiwan) (https://www.transifex.com/odoo/teams/41243/zh_TW/)\n"
|
||
"MIME-Version: 1.0\n"
|
||
"Content-Type: text/plain; charset=UTF-8\n"
|
||
"Content-Transfer-Encoding: \n"
|
||
"Language: zh_TW\n"
|
||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||
|
||
#. module: payment_authorize
|
||
#: model:ir.model.fields,field_description:payment_authorize.field_payment_acquirer_authorize_login
|
||
msgid "API Login Id"
|
||
msgstr "API 登陸 Id"
|
||
|
||
#. module: payment_authorize
|
||
#: model:ir.model.fields,field_description:payment_authorize.field_payment_acquirer_authorize_transaction_key
|
||
msgid "API Transaction Key"
|
||
msgstr "API 事務密匙"
|
||
|
||
#. module: payment_authorize
|
||
#: code:addons/payment_authorize/models/authorize_request.py:66
|
||
#, python-format
|
||
msgid ""
|
||
"Authorize.net Error Message(s):\n"
|
||
" %s"
|
||
msgstr ""
|
||
|
||
#. module: payment_authorize
|
||
#: model:ir.model.fields,field_description:payment_authorize.field_payment_token_authorize_profile
|
||
msgid "Authorize.net Profile ID"
|
||
msgstr "Authorize.net 個人資料 ID"
|
||
|
||
#. module: payment_authorize
|
||
#: code:addons/payment_authorize/models/payment.py:167
|
||
#, python-format
|
||
msgid ""
|
||
"Authorize: received data with missing reference (%s) or trans_id (%s) or "
|
||
"fingerprint (%s)"
|
||
msgstr "Authorize:收到的數據缺少參考 (%s) 或 trans_id (%s) 或指紋 (%s)"
|
||
|
||
#. module: payment_authorize
|
||
#: model:ir.ui.view,arch_db:payment_authorize.authorize_s2s_form
|
||
msgid "CVC"
|
||
msgstr "信用卡認證編號"
|
||
|
||
#. module: payment_authorize
|
||
#: model:ir.ui.view,arch_db:payment_authorize.authorize_s2s_form
|
||
msgid "Card number"
|
||
msgstr "卡號"
|
||
|
||
#. module: payment_authorize
|
||
#: model:ir.ui.view,arch_db:payment_authorize.authorize_s2s_form
|
||
msgid "Confirm <span class=\"fa fa-long-arrow-right\"/>"
|
||
msgstr "確認<span class=\"fa fa-long-arrow-right\"/>"
|
||
|
||
#. module: payment_authorize
|
||
#: model:ir.ui.view,arch_db:payment_authorize.authorize_s2s_form
|
||
msgid "Expires"
|
||
msgstr "過期"
|
||
|
||
#. module: payment_authorize
|
||
#: model:ir.ui.view,arch_db:payment_authorize.acquirer_form_authorize
|
||
msgid ""
|
||
"How to configure your Authorize.Net account (look for Getting Started Guide)"
|
||
" ?"
|
||
msgstr "如何配置您的Authorize.Net帳戶(可以查看啟動嚮導)?"
|
||
|
||
#. module: payment_authorize
|
||
#: model:ir.ui.view,arch_db:payment_authorize.authorize_s2s_form
|
||
msgid "MM / YY"
|
||
msgstr "MM / YY"
|
||
|
||
#. module: payment_authorize
|
||
#: model:ir.ui.view,arch_db:payment_authorize.authorize_s2s_form
|
||
msgid "Name"
|
||
msgstr "名字"
|
||
|
||
#. module: payment_authorize
|
||
#: model:ir.model,name:payment_authorize.model_payment_acquirer
|
||
msgid "Payment Acquirer"
|
||
msgstr "付款方式"
|
||
|
||
#. module: payment_authorize
|
||
#: model:ir.model,name:payment_authorize.model_payment_transaction
|
||
msgid "Payment Transaction"
|
||
msgstr "付款交易"
|
||
|
||
#. module: payment_authorize
|
||
#: code:addons/payment_authorize/models/payment.py:347
|
||
#, python-format
|
||
msgid "The Customer Profile creation in Authorize.NET failed."
|
||
msgstr "Authorize.NET 中的客戶個人資料創建失敗。"
|
||
|
||
#. module: payment_authorize
|
||
#: model:ir.model.fields,help:payment_authorize.field_payment_token_authorize_profile
|
||
msgid ""
|
||
"This contains the unique reference for this partner/payment token "
|
||
"combination in the Authorize.net backend"
|
||
msgstr "這會將此業務夥伴/付款指示物組合的唯一參考包括在 Authorize.net 後台中"
|
||
|
||
#. module: payment_authorize
|
||
#: model:ir.model,name:payment_authorize.model_payment_token
|
||
msgid "payment.token"
|
||
msgstr "payment.token"
|