210 lines
7.5 KiB
Plaintext
210 lines
7.5 KiB
Plaintext
# Translation of Odoo Server.
|
||
# This file contains the translation of the following modules:
|
||
# * pos_viva_wallet
|
||
#
|
||
# Translators:
|
||
# Wil Odoo, 2024
|
||
# Chloe Wang, 2024
|
||
# Yazi Tian, 2024
|
||
# 湘子 南 <1360857908@qq.com>, 2024
|
||
#
|
||
msgid ""
|
||
msgstr ""
|
||
"Project-Id-Version: Odoo Server 17.0\n"
|
||
"Report-Msgid-Bugs-To: \n"
|
||
"POT-Creation-Date: 2024-01-30 14:16+0000\n"
|
||
"PO-Revision-Date: 2024-02-07 08:49+0000\n"
|
||
"Last-Translator: 湘子 南 <1360857908@qq.com>, 2024\n"
|
||
"Language-Team: Chinese (China) (https://app.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: pos_viva_wallet
|
||
#: model:ir.model.fields,field_description:pos_viva_wallet.field_pos_payment_method__viva_wallet_api_key
|
||
msgid "API Key"
|
||
msgstr "API 密钥"
|
||
|
||
#. module: pos_viva_wallet
|
||
#. odoo-javascript
|
||
#: code:addons/pos_viva_wallet/static/src/app/payment_viva_wallet.js:0
|
||
#, python-format
|
||
msgid "Cannot process transactions with negative amount."
|
||
msgstr "无法处理负数的交易。"
|
||
|
||
#. module: pos_viva_wallet
|
||
#: model:ir.model.fields,field_description:pos_viva_wallet.field_pos_payment_method__viva_wallet_client_id
|
||
msgid "Client ID"
|
||
msgstr "客户 ID"
|
||
|
||
#. module: pos_viva_wallet
|
||
#: model:ir.model.fields,field_description:pos_viva_wallet.field_pos_payment_method__viva_wallet_client_secret
|
||
msgid "Client secret"
|
||
msgstr "客户密钥"
|
||
|
||
#. module: pos_viva_wallet
|
||
#. odoo-javascript
|
||
#: code:addons/pos_viva_wallet/static/src/app/payment_viva_wallet.js:0
|
||
#, python-format
|
||
msgid ""
|
||
"Could not connect to the Odoo server, please check your internet connection "
|
||
"and try again."
|
||
msgstr "无法连接到 ERP 服务器,请检查您的互联网连接并重试."
|
||
|
||
#. module: pos_viva_wallet
|
||
#. odoo-python
|
||
#: code:addons/pos_viva_wallet/models/pos_payment_method.py:0
|
||
#, python-format
|
||
msgid "Do not have access to fetch token from Viva Wallet"
|
||
msgstr "无法从 Viva 钱包获取代币"
|
||
|
||
#. module: pos_viva_wallet
|
||
#. odoo-python
|
||
#: code:addons/pos_viva_wallet/models/pos_payment_method.py:0
|
||
#, python-format
|
||
msgid "It is essential to provide API key for the use of viva wallet"
|
||
msgstr "提供使用 viva 钱包的 API 密钥是必不可少的"
|
||
|
||
#. module: pos_viva_wallet
|
||
#: model:ir.model.fields,field_description:pos_viva_wallet.field_pos_payment_method__viva_wallet_merchant_id
|
||
msgid "Merchant ID"
|
||
msgstr "商家ID"
|
||
|
||
#. module: pos_viva_wallet
|
||
#. odoo-javascript
|
||
#: code:addons/pos_viva_wallet/static/src/app/payment_viva_wallet.js:0
|
||
#, python-format
|
||
msgid "Message from Viva Wallet: %s"
|
||
msgstr "来自 Viva 钱包的消息: %s"
|
||
|
||
#. module: pos_viva_wallet
|
||
#. odoo-python
|
||
#: code:addons/pos_viva_wallet/models/pos_payment_method.py:0
|
||
#, python-format
|
||
msgid "Not receive Bearer Token"
|
||
msgstr "未接收不记名令牌"
|
||
|
||
#. module: pos_viva_wallet
|
||
#. odoo-python
|
||
#: code:addons/pos_viva_wallet/models/pos_payment_method.py:0
|
||
#: code:addons/pos_viva_wallet/models/pos_payment_method.py:0
|
||
#, python-format
|
||
msgid "Only 'group_pos_user' are allowed to fetch token from Viva Wallet"
|
||
msgstr "只允许 'group_pos_user' 从 Viva 钱包中获取令牌"
|
||
|
||
#. module: pos_viva_wallet
|
||
#. odoo-python
|
||
#: code:addons/pos_viva_wallet/models/pos_payment_method.py:0
|
||
#, python-format
|
||
msgid "Only 'group_pos_user' are allowed to get latest transaction status"
|
||
msgstr "只有 'group_pos_user' 可以获取最新的事务状态"
|
||
|
||
#. module: pos_viva_wallet
|
||
#: model:ir.model,name:pos_viva_wallet.model_pos_payment_method
|
||
msgid "Point of Sale Payment Methods"
|
||
msgstr "POS支付方式"
|
||
|
||
#. module: pos_viva_wallet
|
||
#: model:ir.model,name:pos_viva_wallet.model_pos_session
|
||
msgid "Point of Sale Session"
|
||
msgstr "POS会话"
|
||
|
||
#. module: pos_viva_wallet
|
||
#: model:ir.model.fields,help:pos_viva_wallet.field_pos_payment_method__viva_wallet_test_mode
|
||
msgid "Run transactions in the test environment."
|
||
msgstr "在测试环境中运行事务。"
|
||
|
||
#. module: pos_viva_wallet
|
||
#: model:ir.model.fields,field_description:pos_viva_wallet.field_pos_payment_method__viva_wallet_terminal_id
|
||
msgid "Terminal ID"
|
||
msgstr "终端 ID"
|
||
|
||
#. module: pos_viva_wallet
|
||
#: model:ir.model.fields,field_description:pos_viva_wallet.field_pos_payment_method__viva_wallet_test_mode
|
||
msgid "Test mode"
|
||
msgstr "测试模式"
|
||
|
||
#. module: pos_viva_wallet
|
||
#. odoo-python
|
||
#: code:addons/pos_viva_wallet/models/pos_payment_method.py:0
|
||
#: code:addons/pos_viva_wallet/models/pos_payment_method.py:0
|
||
#, python-format
|
||
msgid "There are some issues between us and Viva Wallet, try again later. %s"
|
||
msgstr "我们和Viva Wallet之间存在一些问题,请稍后再试。%s"
|
||
|
||
#. module: pos_viva_wallet
|
||
#. odoo-python
|
||
#: code:addons/pos_viva_wallet/models/pos_payment_method.py:0
|
||
#, python-format
|
||
msgid "There are some issues between us and Viva Wallet, try again later.%s)"
|
||
msgstr "我们和Viva Wallet之间存在一些问题,请稍后再试。%s)"
|
||
|
||
#. module: pos_viva_wallet
|
||
#: model:ir.model.fields,help:pos_viva_wallet.field_pos_payment_method__viva_wallet_api_key
|
||
#: model:ir.model.fields,help:pos_viva_wallet.field_pos_payment_method__viva_wallet_merchant_id
|
||
msgid ""
|
||
"Used when connecting to Viva Wallet: "
|
||
"https://developer.vivawallet.com/getting-started/find-your-account-"
|
||
"credentials/merchant-id-and-api-key/"
|
||
msgstr ""
|
||
"连接 Viva 钱包时使用: https://developer.vivawallet.com/getting-started/find-your-"
|
||
"account-credentials/merchant-id-and-api-key/"
|
||
|
||
#. module: pos_viva_wallet
|
||
#: model:ir.model.fields,help:pos_viva_wallet.field_pos_payment_method__viva_wallet_client_id
|
||
msgid ""
|
||
"Used when connecting to Viva Wallet: "
|
||
"https://developer.vivawallet.com/getting-started/find-your-account-"
|
||
"credentials/pos-apis-credentials/#find-your-pos-apis-credentials"
|
||
msgstr ""
|
||
"连接 Viva 钱包时使用: https://developer.vivawallet.com/getting-started/find-your-"
|
||
"account-credentials/pos-apis-credentials/#find-your-pos-apis-credentials"
|
||
|
||
#. module: pos_viva_wallet
|
||
#: model:ir.model.fields,field_description:pos_viva_wallet.field_pos_payment_method__viva_wallet_bearer_token
|
||
msgid "Viva Wallet Bearer Token"
|
||
msgstr "Viva 钱包承载令牌"
|
||
|
||
#. module: pos_viva_wallet
|
||
#. odoo-javascript
|
||
#: code:addons/pos_viva_wallet/static/src/app/payment_viva_wallet.js:0
|
||
#, python-format
|
||
msgid "Viva Wallet Error"
|
||
msgstr "Viva Wallet 错误"
|
||
|
||
#. module: pos_viva_wallet
|
||
#: model:ir.model.fields,field_description:pos_viva_wallet.field_pos_payment_method__viva_wallet_latest_response
|
||
msgid "Viva Wallet Latest Response"
|
||
msgstr "Viva Wallet 最新回应"
|
||
|
||
#. module: pos_viva_wallet
|
||
#: model:ir.model.fields,field_description:pos_viva_wallet.field_pos_payment_method__viva_wallet_webhook_endpoint
|
||
msgid "Viva Wallet Webhook Endpoint"
|
||
msgstr "Viva Wallet Webhook 终端"
|
||
|
||
#. module: pos_viva_wallet
|
||
#: model:ir.model.fields,field_description:pos_viva_wallet.field_pos_payment_method__viva_wallet_webhook_verification_key
|
||
msgid "Viva Wallet Webhook Verification Key"
|
||
msgstr "Viva Wallet Webhook 验证密钥"
|
||
|
||
#. module: pos_viva_wallet
|
||
#: model:ir.model.fields,help:pos_viva_wallet.field_pos_payment_method__viva_wallet_terminal_id
|
||
msgid "[Terminal ID of the Viva Wallet terminal], for example: 16002169"
|
||
msgstr "[Viva钱包终端标识码],例如:16002169"
|
||
|
||
#. module: pos_viva_wallet
|
||
#. odoo-python
|
||
#: code:addons/pos_viva_wallet/controllers/main.py:0
|
||
#, python-format
|
||
msgid "received a message for a pos payment provider not registered."
|
||
msgstr "收到未注册的 pos 支付提供商的消息."
|
||
|
||
#. module: pos_viva_wallet
|
||
#. odoo-python
|
||
#: code:addons/pos_viva_wallet/controllers/main.py:0
|
||
#, python-format
|
||
msgid "received a message for a terminal not registered in Odoo: %s"
|
||
msgstr "收到未在 ERP 注册的终端的消息: %s"
|