更新:增加买书确认订单页面

This commit is contained in:
2025-11-12 16:35:39 +08:00
parent 1daa6367c9
commit d2389b2ed1
11 changed files with 930 additions and 31 deletions

View File

@@ -231,6 +231,30 @@
"language": "Book language",
"readAudio": "Loading audio..."
},
"bookOrder": {
"title": "Order Confirmation",
"bookInfo": "Book Information",
"amount": "Amount",
"paymentMethod": "Payment Method",
"googlePay": "Google Pay",
"virtualCoin": "Virtual Coin",
"balance": "Balance",
"confirm": "Confirm Order",
"creating": "Creating order...",
"processing": "Processing payment...",
"paymentSuccess": "Payment successful",
"paymentFailed": "Payment failed",
"paymentCancelled": "Payment cancelled",
"insufficientBalance": "Insufficient virtual coin balance",
"googlePayNotAvailable": "Google Pay not available",
"productNotFound": "Product not found",
"orderCreateFailed": "Failed to create order",
"verificationFailed": "Payment verification failed",
"pleaseWait": "Please wait...",
"doNotRepeat": "Please do not submit repeatedly",
"notMuch": "Insufficient balance",
"orderTitle": "Order Confirmation"
},
"bookDetails": {
"title": "Book Details",
"title_comment": "Reviews",
@@ -257,7 +281,7 @@
"deleteText": "Delete this comment?",
"deleteSuccess": "Deleted"
},
"home": {
"bookHome": {
"block1": "My Books",
"block2": "Recommended",
"more": "More",
@@ -275,7 +299,7 @@
"workOrder": {
"submit_success": "Submitted successfully"
},
"course": {
"courseHome": {
"title": "Course",
"watchHistory": "Watch History",
"tryListen": "Try Listening",

View File

@@ -258,7 +258,31 @@
"deleteText": "确定删除此评论吗?",
"deleteSuccess": "删除成功"
},
"home": {
"bookOrder": {
"title": "订单确认",
"bookInfo": "图书信息",
"amount": "金额",
"paymentMethod": "支付方式",
"googlePay": "Google Pay",
"virtualCoin": "虚拟币",
"balance": "余额",
"confirm": "确认下单",
"creating": "创建订单中...",
"processing": "支付处理中...",
"paymentSuccess": "支付成功",
"paymentFailed": "支付失败",
"paymentCancelled": "支付已取消",
"insufficientBalance": "虚拟币余额不足",
"googlePayNotAvailable": "Google Pay 不可用",
"productNotFound": "商品未找到",
"orderCreateFailed": "订单创建失败",
"verificationFailed": "支付验证失败",
"pleaseWait": "请稍候...",
"doNotRepeat": "请勿重复提交",
"notMuch": "虚拟币余额不足",
"orderTitle": "订单确认"
},
"bookHome": {
"block1": "我的书单",
"block2": "推荐图书",
"more": "更多",
@@ -276,7 +300,7 @@
"workOrder": {
"submit_success": "提交成功"
},
"course": {
"courseHome": {
"title": "课程",
"watchHistory": "观看记录",
"tryListen": "精彩试听",