Files
xin-school/web/locales/en_US/task/order-rental.ts
T
2026-06-17 10:35:13 +08:00

30 lines
1.2 KiB
TypeScript

export default {
"task.order_rental.page.title": "Rental Orders",
"task.order_rental.page.description": "Manage item rental task orders",
"task.order_rental.id": "ID",
"task.order_rental.order_no": "Order No",
"task.order_rental.user_id": "User ID",
"task.order_rental.runner_id": "Runner ID",
"task.order_rental.title": "Title",
"task.order_rental.price": "Price",
"task.order_rental.contact_name": "Contact",
"task.order_rental.contact_mobile": "Phone",
"task.order_rental.deadline": "Deadline",
"task.order_rental.pay_type": "Pay Method",
"task.order_rental.pay_type.0": "Balance",
"task.order_rental.pay_type.1": "WeChat Pay",
"task.order_rental.pay_status": "Pay Status",
"task.order_rental.pay_status.0": "Unpaid",
"task.order_rental.pay_status.1": "Paid",
"task.order_rental.pay_status.2": "Refunding",
"task.order_rental.pay_status.3": "Refunded",
"task.order_rental.status": "Order Status",
"task.order_rental.status.0": "Pending",
"task.order_rental.status.1": "Accepted",
"task.order_rental.status.2": "In Progress",
"task.order_rental.status.3": "Completed",
"task.order_rental.status.4": "Cancelled",
"task.order_rental.created_at": "Created At",
"task.order_rental.updated_at": "Updated At",
};