mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-02-11 10:51:10 -05:00
27 lines
908 B
JSON
27 lines
908 B
JSON
{
|
|
"stripe": {
|
|
"card": {
|
|
"card_name": "持卡人姓名",
|
|
"card_number": "卡號",
|
|
"element_error": "無法獲取卡片元素。",
|
|
"expiry_date": "到期日",
|
|
"loading": "Stripe.js 尚未加載。請稍後再試。",
|
|
"name_placeholder": "請輸入持卡人姓名",
|
|
"name_required": "持卡人姓名為必填項",
|
|
"pay_button": "立即付款",
|
|
"payment_failed": "付款失敗,請再試一次。",
|
|
"processing": "付款處理中,請稍後查看結果。",
|
|
"processing_button": "處理中...",
|
|
"secure_notice": "您的付款信息已安全加密",
|
|
"security_code": "安全碼",
|
|
"success_message": "感謝您的付款!",
|
|
"success_title": "付款成功"
|
|
},
|
|
"error": "發生意外錯誤",
|
|
"qrcode": {
|
|
"alipay": "用 Alipay 掃描付款",
|
|
"wechat_pay": "用 WeChat 掃描付款"
|
|
}
|
|
}
|
|
}
|