修复(#22): 收口后台订单状态6退款入口

This commit is contained in:
2026-06-10 00:48:39 -07:00
parent 1834b97fe2
commit a42ce53abe
4 changed files with 595 additions and 41 deletions
@@ -16,10 +16,11 @@
"0": "Status",
"1": "Pending",
"2": "Paid",
"3": "Cancelled",
"4": "Closed",
"5": "Completed",
"6": "Refunded"
"3": "Closed",
"4": "Failed",
"5": "Finished",
"6": "Claimed",
"7": "Refunded"
},
"subscribe": "Subscribe",
"subscribePrice": "Subscription Price",
@@ -33,5 +34,8 @@
"4": "Recharge"
},
"updateTime": "Update Time",
"user": "User"
"user": "User",
"refundFailed": "Refund failed. Please try again.",
"statusClaimedBlocked": "Claimed and refunded states must use the dedicated processing flow.",
"statusUpdateFailed": "Status update failed. Please try again."
}