# Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_paytm # # Translators: # Wil Odoo, 2024 # msgid "" msgstr "" "Project-Id-Version: Odoo Server 18.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-09-25 08:39+0000\n" "PO-Revision-Date: 2024-09-25 09:41+0000\n" "Last-Translator: Wil Odoo, 2024\n" "Language-Team: Chinese (Taiwan) (https://app.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: pos_paytm #: model:ir.model.fields,field_description:pos_paytm.field_pos_payment_method__accept_payment msgid "Accept Payment" msgstr "接受付款" #. module: pos_paytm #: model:ir.model.fields.selection,name:pos_paytm.selection__pos_payment_method__allowed_payment_modes__all msgid "All" msgstr "所有" #. module: pos_paytm #: model:ir.model.fields,field_description:pos_paytm.field_pos_payment_method__allowed_payment_modes msgid "Allowed Payment Modes" msgstr "允許的付款模式" #. module: pos_paytm #: model:ir.model.fields.selection,name:pos_paytm.selection__pos_payment_method__accept_payment__auto msgid "Automatically" msgstr "自動" #. module: pos_paytm #: model:ir.model.fields.selection,name:pos_paytm.selection__pos_payment_method__allowed_payment_modes__card msgid "Card" msgstr "卡片" #. module: pos_paytm #: model:ir.model.fields,help:pos_paytm.field_pos_payment_method__accept_payment msgid "" "Choose accept payment mode: \n" " Manually or Automatically" msgstr "" "選擇接受付款方式: \n" " 手動或自動" #. module: pos_paytm #: model:ir.model.fields,help:pos_paytm.field_pos_payment_method__allowed_payment_modes msgid "" "Choose allow payment mode: \n" " All/Card or QR" msgstr "" "選擇允許付款方式: \n" " 全部、付款卡,或二維碼" #. module: pos_paytm #: model:ir.model.fields,help:pos_paytm.field_pos_payment_method__paytm_mid msgid "Go to https://business.paytm.com/ and create the merchant account" msgstr "請到 https://business.paytm.com/ 然後建立商家帳戶" #. module: pos_paytm #: model:ir.model.fields.selection,name:pos_paytm.selection__pos_payment_method__accept_payment__manual msgid "Manually" msgstr "手工" #. module: pos_paytm #: model:ir.model.fields,help:pos_paytm.field_pos_payment_method__paytm_merchant_key msgid "" "Merchant/AES key \n" " ex: B1o6Ivjy8L1@abc9" msgstr "" "商戶/AES 密鑰 \n" " 例:B1o6Ivjy8L1@abc9" #. module: pos_paytm #: model:ir.model.fields,field_description:pos_paytm.field_pos_payment_method__channel_id msgid "PayTM Channel ID" msgstr "PayTM 頻道識別碼" #. module: pos_paytm #. odoo-javascript #: code:addons/pos_paytm/static/src/js/payment_paytm.js:0 msgid "PayTM Error" msgstr "PayTM 錯誤" #. module: pos_paytm #: model:ir.model.fields,field_description:pos_paytm.field_pos_payment_method__paytm_merchant_key msgid "PayTM Merchant API Key" msgstr "PayTM 商戶 API 密鑰" #. module: pos_paytm #: model:ir.model.fields,field_description:pos_paytm.field_pos_payment_method__paytm_mid msgid "PayTM Merchant ID" msgstr "PayTM 商戶識別碼" #. module: pos_paytm #: model:ir.model.fields,field_description:pos_paytm.field_pos_payment_method__paytm_tid msgid "PayTM Terminal ID" msgstr "PayTM 終端點識別碼" #. module: pos_paytm #: model:ir.model.fields,field_description:pos_paytm.field_pos_payment_method__paytm_test_mode msgid "PayTM Test Mode" msgstr "PayTM 測試模式" #. module: pos_paytm #: model:ir.model,name:pos_paytm.model_pos_payment_method msgid "Point of Sale Payment Methods" msgstr "POS付款條件" #. module: pos_paytm #: model:ir.model.fields.selection,name:pos_paytm.selection__pos_payment_method__allowed_payment_modes__qr msgid "QR" msgstr "QR" #. module: pos_paytm #. odoo-javascript #: code:addons/pos_paytm/static/src/js/payment_paytm.js:0 msgid "Reference number mismatched" msgstr "參考編號不對應" #. module: pos_paytm #. odoo-python #: code:addons/pos_paytm/models/pos_payment_method.py:0 msgid "Something went wrong with paytm request. Please try later." msgstr "paytm 請求出錯。請稍後再試。" #. module: pos_paytm #: model:ir.model.fields,help:pos_paytm.field_pos_payment_method__paytm_tid msgid "" "Terminal model or Activation code \n" " ex: 70000123" msgstr "" "終端機型號或啟動碼 \n" " 例:70000123" #. module: pos_paytm #. odoo-python #: code:addons/pos_paytm/models/pos_payment_method.py:0 msgid "This Payment Terminal is only valid for INR Currency" msgstr "此付款終端只適用於INR貨幣(印度盧比)" #. module: pos_paytm #: model:ir.model.fields,help:pos_paytm.field_pos_payment_method__paytm_test_mode msgid "Turn it on when in Test Mode" msgstr "在測試模式時開啟" #. module: pos_paytm #. odoo-python #: code:addons/pos_paytm/models/pos_payment_method.py:0 msgid "makePaymentRequest expected resultCode not found in the response" msgstr "回應內找不到 makePaymentRequest 所預期的 resultCode" #. module: pos_paytm #. odoo-python #: code:addons/pos_paytm/models/pos_payment_method.py:0 msgid "paymentFetchRequest expected resultCode not found in the response" msgstr "回應內找不到 paymentFetchRequest 所預期的 resultCode" #. module: pos_paytm #. odoo-python #: code:addons/pos_paytm/models/pos_payment_method.py:0 msgid "paytm transaction failure" msgstr "Paytm 交易失敗" #. module: pos_paytm #. odoo-python #: code:addons/pos_paytm/models/pos_payment_method.py:0 msgid "paytm transaction request declined" msgstr "Paytm 交易請求被拒絕"