Files
xin-school/web/locales/en_US/merchant-portal/payment.ts
T
2026-06-17 12:41:49 +08:00

18 lines
832 B
TypeScript

export default {
"merchant.portal.payment.page.title": "Transactions",
"merchant.portal.payment.page.description": "View payment records and transaction history for your orders",
"merchant.portal.payment.id": "ID",
"merchant.portal.payment.payment_no": "Payment No.",
"merchant.portal.payment.order_id": "Order ID",
"merchant.portal.payment.amount": "Amount",
"merchant.portal.payment.pay_type": "Payment Method",
"merchant.portal.payment.pay_type.0": "Balance",
"merchant.portal.payment.pay_type.1": "WeChat Pay",
"merchant.portal.payment.status": "Status",
"merchant.portal.payment.status.0": "Pending",
"merchant.portal.payment.status.1": "Success",
"merchant.portal.payment.status.2": "Refunded",
"merchant.portal.payment.paid_at": "Paid At",
"merchant.portal.payment.created_at": "Created At",
};