feat(payment): Add bank card payment

This commit is contained in:
web@ppanel
2025-03-12 17:15:32 +07:00
parent 70d6a38a29
commit 7fa3a57df4
31 changed files with 867 additions and 39 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"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 เพื่อชำระเงิน"
}
}
}