Files
2026-06-17 10:35:13 +08:00

30 lines
1.2 KiB
TypeScript

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