22 lines
1.0 KiB
TypeScript
22 lines
1.0 KiB
TypeScript
export default {
|
|
"finance.deposit_payment.page.title": "Deposit Payment Logs",
|
|
"finance.deposit_payment.page.description": "View deposit payment records",
|
|
"finance.deposit_payment.id": "ID",
|
|
"finance.deposit_payment.payment_no": "Payment No",
|
|
"finance.deposit_payment.deposit_id": "Deposit ID",
|
|
"finance.deposit_payment.user_id": "User ID",
|
|
"finance.deposit_payment.payment_transaction_id": "Transaction ID",
|
|
"finance.deposit_payment.amount": "Amount",
|
|
"finance.deposit_payment.pay_type": "Pay Method",
|
|
"finance.deposit_payment.pay_type.0": "Balance",
|
|
"finance.deposit_payment.pay_type.1": "WeChat Pay",
|
|
"finance.deposit_payment.status": "Status",
|
|
"finance.deposit_payment.status.0": "Unpaid",
|
|
"finance.deposit_payment.status.1": "Paid",
|
|
"finance.deposit_payment.status.2": "Refunded",
|
|
"finance.deposit_payment.paid_at": "Paid At",
|
|
"finance.deposit_payment.refund_at": "Refund At",
|
|
"finance.deposit_payment.created_at": "Created At",
|
|
"finance.deposit_payment.updated_at": "Updated At",
|
|
};
|