# Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_online_payment # # Translators: # Wil Odoo, 2023 # 山西清水欧度(QQ:54773801) <54773801@qq.com>, 2023 # msgid "" msgstr "" "Project-Id-Version: Odoo Server 17.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-26 21:55+0000\n" "PO-Revision-Date: 2023-10-26 23:09+0000\n" "Last-Translator: 山西清水欧度(QQ:54773801) <54773801@qq.com>, 2023\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_online_payment #: model_terms:ir.ui.view,arch_db:pos_online_payment.pay msgid "Error: The currency is missing or invalid." msgstr "错误: 货币遗失或无效。" #. module: pos_online_payment #: model_terms:ir.ui.view,arch_db:pos_online_payment.pay_confirmation msgid "" "Error: There was a problem during the payment process." msgstr "错误: 付款过程中出现问题。" #. module: pos_online_payment #: model_terms:ir.ui.view,arch_db:pos_online_payment.pay msgid "" "No suitable payment method could be found.\n" "
\n" " If you believe that it is an error, please contact the website administrator." msgstr "" "没有找到合适的付款方式。\n" "
\n" " 如果您认为这是一个错误,请联系网站管理员。" #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/models/pos_config.py:0 #, python-format msgid "A POS config cannot have more than one online payment method." msgstr "一个 POS 配置不能有超过一种在线支付方式。" #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/controllers/payment_portal.py:0 #, python-format msgid "A payment option must be specified." msgstr "必须指定付款方式。" #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/controllers/payment_portal.py:0 #, python-format msgid "" "A validation payment cannot be used for a Point of Sale online payment." msgstr "验证付款不能用于销售点在线付款。" #. module: pos_online_payment #: model_terms:ir.ui.view,arch_db:pos_online_payment.pos_payment_method_view_form_inherit_pos_online_payment msgid "All available providers" msgstr "所有可用的供应商" #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/models/pos_payment_method.py:0 #, python-format msgid "" "All payment providers configured for an online payment method must use the " "same currency as the Sales Journal, or the company currency if that is not " "set, of the POS config." msgstr "所有配置为在线支付方式的支付提供商必须使用与销售日志相同的货币,如果未设置公司货币,则使用 POS 配置中的货币。" #. module: pos_online_payment #: model:ir.model.fields,field_description:pos_online_payment.field_pos_payment_method__online_payment_provider_ids msgid "Allowed Providers" msgstr "允许的产品" #. module: pos_online_payment #: model_terms:ir.ui.view,arch_db:pos_online_payment.pay_confirmation msgid "Amount" msgstr "金额" #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/customer_display/customer_display_template.xml:0 #: code:addons/pos_online_payment/static/src/app/utils/online_payment_popup/online_payment_popup.xml:0 #, python-format msgid "Amount:" msgstr "金额:" #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/utils/online_payment_popup/online_payment_popup.xml:0 #, python-format msgid "Cancel" msgstr "取消" #. module: pos_online_payment #: model_terms:ir.ui.view,arch_db:pos_online_payment.pay msgid "Cancel payment" msgstr "取消付款" #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/models/pos_payment.py:0 #: code:addons/pos_online_payment/models/pos_payment.py:0 #, python-format msgid "Cannot create a POS online payment without an accounting payment." msgstr "如果没有会计付款,则无法创建 POS 在线付款。" #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/models/pos_payment.py:0 #, python-format msgid "" "Cannot create a POS payment with a not online payment method and an online " "accounting payment." msgstr "无法使用非在线支付方式和在线会计支付创建 POS 付款。" #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/models/pos_payment.py:0 #, python-format msgid "Cannot edit a POS online payment essential data." msgstr "无法编辑 POS 在线支付基本数据。" #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/models/pos_payment_method.py:0 #, python-format msgid "" "Could not create an online payment method (company_id=%d, pos_config_id=%d)" msgstr "无法创建在线付款方式 (company_id=%d, pos_config_id=%d)" #. module: pos_online_payment #: model:ir.model.fields,field_description:pos_online_payment.field_pos_payment_method__has_an_online_payment_provider msgid "Has An Online Payment Provider" msgstr "有在线支付提供商" #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0 #, python-format msgid "Invalid online payment" msgstr "在线支付无效" #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0 #, python-format msgid "Invalid online payments" msgstr "在线支付无效" #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/utils/online_payment_popup/online_payment_popup.xml:0 #, python-format msgid "Invite your customer to scan the QR code to pay:" msgstr "请客户扫描二维码付款:" #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0 #, python-format msgid "Invoice could not be generated" msgstr "无法生成发票" #. module: pos_online_payment #: model:ir.model.fields,field_description:pos_online_payment.field_pos_order__next_online_payment_amount msgid "Next online payment amount to pay" msgstr "下一次在线支付金额" #. module: pos_online_payment #: model:ir.model.fields.selection,name:pos_online_payment.selection__pos_payment_method__type__online msgid "Online" msgstr "线上" #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/models/pos_payment_method.py:0 #: model:ir.model.fields,field_description:pos_online_payment.field_pos_payment_method__is_online_payment #, python-format msgid "Online Payment" msgstr "线上支付" #. module: pos_online_payment #: model:ir.model.fields,field_description:pos_online_payment.field_pos_order__online_payment_method_id msgid "Online Payment Method" msgstr "在线支付方式" #. module: pos_online_payment #: model:ir.model.fields,field_description:pos_online_payment.field_pos_payment__online_account_payment_id msgid "Online accounting payment" msgstr "在现会计支付" #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0 #: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0 #: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0 #: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0 #, python-format msgid "Online payment unavailable" msgstr "无法使用在线支付" #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0 #, python-format msgid "Online payments cannot have a negative amount (%s: %s)." msgstr "在线支付的金额不能为负数 (%s:%s)。" #. module: pos_online_payment #: model_terms:ir.ui.view,arch_db:pos_online_payment.pay_confirmation msgid "Order ID" msgstr "订单ID" #. module: pos_online_payment #: model_terms:ir.ui.view,arch_db:pos_online_payment.pay msgid "Order ID:" msgstr "订单ID:" #. module: pos_online_payment #: model_terms:ir.ui.view,arch_db:pos_online_payment.pay_confirmation msgid "Order Reference" msgstr "订单参考" #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/customer_display/customer_display_template.xml:0 #: code:addons/pos_online_payment/static/src/app/utils/online_payment_popup/online_payment_popup.xml:0 #, python-format msgid "Order id:" msgstr "订单编号:" #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/customer_display/customer_display_template.xml:0 #: code:addons/pos_online_payment/static/src/app/utils/online_payment_popup/online_payment_popup.xml:0 #, python-format msgid "Order reference:" msgstr "订单参考号:" #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0 #, python-format msgid "Order saving issue" msgstr "订单保存问题" #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/models/account_payment.py:0 #: code:addons/pos_online_payment/models/payment_transaction.py:0 #: model:ir.model.fields,field_description:pos_online_payment.field_account_payment__pos_order_id #: model:ir.model.fields,field_description:pos_online_payment.field_payment_transaction__pos_order_id #: model_terms:ir.ui.view,arch_db:pos_online_payment.payment_transaction_form #: model_terms:ir.ui.view,arch_db:pos_online_payment.view_account_payment_form_inherit_pos_online_payment #, python-format msgid "POS Order" msgstr "POS单" #. module: pos_online_payment #: model_terms:ir.ui.view,arch_db:pos_online_payment.pos_payment_method_view_form_inherit_pos_online_payment msgid "Payment Providers" msgstr "支付提供商" #. module: pos_online_payment #: model:ir.model,name:pos_online_payment.model_payment_transaction msgid "Payment Transaction" msgstr "支付交易" #. module: pos_online_payment #: model:ir.model,name:pos_online_payment.model_account_payment msgid "Payments" msgstr "付款" #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/customer_display/customer_display_template.xml:0 #, python-format msgid "Please scan the QR code to open the payment page" msgstr "请扫描二维码,打开付款页面" #. module: pos_online_payment #: model:ir.model,name:pos_online_payment.model_pos_config msgid "Point of Sale Configuration" msgstr "POS配置" #. module: pos_online_payment #: model:ir.model,name:pos_online_payment.model_pos_order msgid "Point of Sale Orders" msgstr "POS订单" #. module: pos_online_payment #: model:ir.model,name:pos_online_payment.model_pos_payment_method msgid "Point of Sale Payment Methods" msgstr "POS支付方式" #. module: pos_online_payment #: model:ir.model,name:pos_online_payment.model_pos_payment msgid "Point of Sale Payments" msgstr "销售点支付" #. module: pos_online_payment #: model:ir.model,name:pos_online_payment.model_pos_session msgid "Point of Sale Session" msgstr "POS会话" #. module: pos_online_payment #: model_terms:ir.ui.view,arch_db:pos_online_payment.pay_confirmation msgid "Processed by" msgstr "处理人" #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/customer_display/customer_display_template.xml:0 #: code:addons/pos_online_payment/static/src/app/utils/online_payment_popup/online_payment_popup.xml:0 #, python-format msgid "QR Code to pay" msgstr "二维码支付" #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/utils/online_payment_popup/online_payment_popup.xml:0 #, python-format msgid "Scan to Pay" msgstr "扫描以支付" #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0 #, python-format msgid "Server error" msgstr "服务器错误" #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/models/payment_transaction.py:0 #, python-format msgid "The POS online payment (tx.id=%d) could not be saved correctly" msgstr "无法正确保存 POS 在线付款 (tx.id=%d)" #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/models/payment_transaction.py:0 #, python-format msgid "" "The POS online payment (tx.id=%d) could not be saved correctly because the " "online payment method could not be found" msgstr "无法正确保存 POS 在线支付 (tx.id=%d),因为找不到在线支付方法" #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/controllers/payment_portal.py:0 #, python-format msgid "The POS session is not opened." msgstr "POS 会话未开启。" #. module: pos_online_payment #: model:ir.model.fields,help:pos_online_payment.field_payment_transaction__pos_order_id msgid "The Point of Sale order linked to the payment transaction" msgstr "与付款交易相关联的销售点订单" #. module: pos_online_payment #: model:ir.model.fields,help:pos_online_payment.field_account_payment__pos_order_id msgid "The Point of Sale order linked to this payment" msgstr "与该付款关联的销售点订单" #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0 #, python-format msgid "The QR Code for paying could not be generated." msgstr "无法生成用于支付的 QR 码。" #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/controllers/payment_portal.py:0 #, python-format msgid "The amount to pay has changed. Please refresh the page." msgstr "支付金额已更改。请刷新页面。" #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/controllers/payment_portal.py:0 #, python-format msgid "The currency is invalid." msgstr "货币无效。" #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0 #, python-format msgid "The invoice could not be generated." msgstr "无法生成发票。" #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/controllers/payment_portal.py:0 #, python-format msgid "The order has been canceled." msgstr "订单已被取消。" #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0 #, python-format msgid "The order has not been saved correctly on the server." msgstr "订单未正确保存在服务器上。" #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/models/pos_session.py:0 #, python-format msgid "The partner of the POS online payment (id=%d) could not be found" msgstr "无法找到 POS 在线支付的合作伙伴 (id=%d)" #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/controllers/payment_portal.py:0 #, python-format msgid "The payment provider is invalid." msgstr "付款提供商无效。" #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/controllers/payment_portal.py:0 #, python-format msgid "" "The payment should either be direct, with redirection, or made by a token." msgstr "支付应该是直接的,有重定向的,或者是通过令牌进行的。" #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/controllers/payment_portal.py:0 #, python-format msgid "The payment token is invalid." msgstr "支付令牌无效。" #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/models/payment_transaction.py:0 #, python-format msgid "The payment transaction (%d) has a negative amount." msgstr "付款交易 (%d) 的金额为负数。" #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/controllers/payment_portal.py:0 #, python-format msgid "The provided order or access token is invalid." msgstr "提供的订单或访问令牌无效。" #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/controllers/payment_portal.py:0 #, python-format msgid "The provided partner_id is different than expected." msgstr "提供的 partner_id 与预期不同。" #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0 #, python-format msgid "The saved order could not be retrieved." msgstr "无法检索已保存的订单。" #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0 #, python-format msgid "" "The total amount of remaining online payments to execute (%s) doesn't " "correspond to the remaining unpaid amount of the order (%s)." msgstr "要执行的剩余在线支付总额 (%s) 与订单的剩余未支付金额 (%s) 不一致。" #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0 #, python-format msgid "There are online payments that were missing in your view." msgstr "您的视图中缺少在线支付。" #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0 #, python-format msgid "" "There is a problem with the server. The order cannot be saved and therefore " "the online payment is not possible." msgstr "服务器出现问题。无法保存订单,因此无法进行在线支付。" #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0 #, python-format msgid "" "There is a problem with the server. The order online payment status cannot " "be retrieved." msgstr "服务器出现问题。无法检索订单在线支付状态。" #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0 #, python-format msgid "" "There is a problem with the server. The order online payment status cannot " "be retrieved. Are you sure there is no online payment for this order ?" msgstr "服务器出现问题。无法检索订单在线支付状态。您确定该订单无在线支付?" #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/controllers/payment_portal.py:0 #, python-format msgid "" "There is no online payment method configured for this Point of Sale order." msgstr "此销售点订单未配置在线支付方式。" #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/controllers/payment_portal.py:0 #, python-format msgid "There is nothing to pay for this order." msgstr "此订单无需支付任何费用。" #. module: pos_online_payment #: model_terms:ir.ui.view,arch_db:pos_online_payment.pay msgid "There is nothing to pay." msgstr "不需要支付。" #. module: pos_online_payment #: model_terms:ir.ui.view,arch_db:pos_online_payment.pay msgid "To Pay" msgstr "待付款" #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/models/pos_config.py:0 #, python-format msgid "" "To use an online payment method in a POS config, it must have at least one " "published payment provider supporting the currency of that POS config." msgstr "要在 POS 配置中使用在线支付方法,必须至少有一个已发布的支付提供商支持该 POS 配置的货币。" #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/controllers/payment_portal.py:0 #, python-format msgid "Tokenization is not available for logged out customers." msgstr "已注销的客户无法使用令牌。" #. module: pos_online_payment #: model_terms:ir.ui.view,arch_db:pos_online_payment.pay_confirmation msgid "Transaction Reference" msgstr "交易参考" #. module: pos_online_payment #: model_terms:ir.ui.view,arch_db:pos_online_payment.pay_confirmation msgid "Try again" msgstr "重试" #. module: pos_online_payment #: model:ir.model.fields,field_description:pos_online_payment.field_pos_payment_method__type msgid "Type" msgstr "类型" #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0 #, python-format msgid "Updated online payments" msgstr "更新在线付款" #. module: pos_online_payment #: model:ir.model.fields,help:pos_online_payment.field_pos_payment_method__is_online_payment msgid "" "Use this payment method for online payments (payments made on a web page " "with online payment providers)" msgstr "使用此付款方式进行在线付款(通过在线付款提供商的网页进行付款)" #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0 #, python-format msgid "Yes" msgstr "是" #. module: pos_online_payment #: model_terms:ir.ui.view,arch_db:pos_online_payment.pos_payment_method_view_form_inherit_pos_online_payment msgid "You have not activated any" msgstr "您尚未激活任何" #. module: pos_online_payment #: model_terms:ir.ui.view,arch_db:pos_online_payment.pos_payment_method_view_form_inherit_pos_online_payment msgid "payment provider" msgstr "支付提供商" #. module: pos_online_payment #: model_terms:ir.ui.view,arch_db:pos_online_payment.pos_payment_method_view_form_inherit_pos_online_payment msgid "to allow online payments." msgstr "支持线上付款。"