This commit is contained in:
2026-04-14 15:54:15 +08:00
parent 0657117ec2
commit 3a38c34ea0
8 changed files with 288 additions and 22 deletions
+7
View File
@@ -66,6 +66,7 @@
"created_at": "Created At",
"updated_at": "Updated At",
"status": "Status",
"filter_all": "All",
"status_pending": "Pending",
"status_ordered": "Ordered",
"status_arrived": "Arrived",
@@ -82,8 +83,11 @@
"There_are_a_total_of": ",There are a total of",
"items": "orders.",
"order_detail": "Order Detail",
"back": "Back",
"back_to_list": "Back to List",
"order_not_found": "Order Not Found",
"delete_order": "Delete Order",
"confirm_delete": "Are you sure you want to delete this order? This action cannot be undone.",
"order_info": "Order Information",
"cost_detail": "Cost Details",
"photo_remarks": "Photos",
@@ -227,12 +231,15 @@
"administrator": "Administrator",
"select_date": "Select a date",
"save_ok": "Saved successfully",
"delete_ok": "Deleted successfully",
"change_ok": "Changed successfully",
"type_old_pass": "Enter old password",
"type_new_pass": "Enter new password",
"type_cof_pass": "Confirm new password",
"old_pass_incorrect": "Old password is incorrect",
"confirm_password_incorrect": "Confirm password is incorrect",
"confirm": "Confirm",
"cancel": "Cancel",
"save_success": "Saved successfully",
"submit": "Submit",
"loading": "Loading..."
+7
View File
@@ -66,6 +66,7 @@
"created_at": "创建日期",
"updated_at": "更新日期",
"status": "状态",
"filter_all": "全部",
"status_pending": "待处理",
"status_ordered": "已下单",
"status_arrived": "已到达",
@@ -82,8 +83,11 @@
"There_are_a_total_of": ",一共",
"items": "个订单",
"order_detail": "订单详情",
"back": "返回",
"back_to_list": "返回列表",
"order_not_found": "订单不存在",
"delete_order": "删除订单",
"confirm_delete": "确定要删除此订单吗?此操作不可撤销。",
"order_info": "订单信息",
"cost_detail": "费用明细",
"photo_remarks": "图片备注",
@@ -233,6 +237,9 @@
"type_cof_pass": "确认新密码",
"old_pass_incorrect": "旧密码不正确",
"confirm_password_incorrect": "确认密码不正确",
"confirm": "确认",
"cancel": "取消",
"delete_ok": "删除成功",
"save_success": "保存成功",
"submit": "提交",
"loading": "加载中..."