新增工单功能
This commit is contained in:
@@ -22,7 +22,8 @@
|
||||
"register": "Register",
|
||||
"schedule": "Schedule",
|
||||
"purchase": "Purchase",
|
||||
"warehouse": "Warehouse"
|
||||
"warehouse": "Warehouse",
|
||||
"work_order": "Work Order"
|
||||
},
|
||||
"tagadder": {
|
||||
"not_fund_item": "No matching items found",
|
||||
@@ -78,6 +79,7 @@
|
||||
"show": "Show",
|
||||
"entries": "entries",
|
||||
"search": "Search",
|
||||
"search_placeholder": "Search ID, title, or purpose",
|
||||
"add_part": "Add Order",
|
||||
"exp_report": "Export Report",
|
||||
"There_are_a_total_of": ",There are a total of",
|
||||
@@ -108,6 +110,45 @@
|
||||
"edit_order": "Edit Order",
|
||||
"submit_changes":"Submit changes"
|
||||
},
|
||||
"work_order": {
|
||||
"list_title": "Work Order List",
|
||||
"add": "New Work Order",
|
||||
"add_title": "New Work Order",
|
||||
"edit_title": "Edit Work Order",
|
||||
"detail_title": "Work Order Detail",
|
||||
"title": "Title",
|
||||
"title_placeholder": "Enter work order title",
|
||||
"description": "Description",
|
||||
"description_placeholder": "Enter problem description",
|
||||
"photos": "Photos",
|
||||
"no_photos": "No photos",
|
||||
"status": "Status",
|
||||
"created_at": "Created At",
|
||||
"filter_all": "All",
|
||||
"status_pending": "Pending",
|
||||
"status_checked": "Checked",
|
||||
"status_parts_ordered": "Parts Ordered",
|
||||
"status_repaired": "Repaired",
|
||||
"status_returned": "Returned",
|
||||
"status_unrepairable": "Unrepairable",
|
||||
"commit_history": "Progress History",
|
||||
"no_commits": "No progress records",
|
||||
"commit_create": "Work order created",
|
||||
"add_commit": "Add Progress",
|
||||
"commit_status_label": "Status",
|
||||
"commit_comment_label": "Comment",
|
||||
"commit_comment_placeholder": "Add comment (optional)",
|
||||
"commit_photos_label": "Photos",
|
||||
"commit_submit": "Submit",
|
||||
"submit_commit": "Submit",
|
||||
"edit": "Edit",
|
||||
"delete": "Delete",
|
||||
"back_to_list": "Back to List",
|
||||
"not_found": "Work order not found",
|
||||
"confirm_delete": "Are you sure you want to delete this work order? This action cannot be undone.",
|
||||
"submit": "Submit",
|
||||
"save_changes": "Save Changes"
|
||||
},
|
||||
"purchase_addorder": {
|
||||
"add_order": "Add Order",
|
||||
"edit_order": "Edit Order",
|
||||
|
||||
@@ -22,7 +22,8 @@
|
||||
"register": "注册",
|
||||
"schedule": "日程",
|
||||
"purchase": "采购",
|
||||
"warehouse": "仓库"
|
||||
"warehouse": "仓库",
|
||||
"work_order": "工单"
|
||||
},
|
||||
"tagadder": {
|
||||
"not_fund_item": "没有找到匹配项",
|
||||
@@ -78,6 +79,7 @@
|
||||
"show": "显示",
|
||||
"entries": "个订单",
|
||||
"search": "搜索",
|
||||
"search_placeholder": "搜索订单号、名称、用途",
|
||||
"add_part": "添加订单",
|
||||
"exp_report": "生成报告",
|
||||
"There_are_a_total_of": ",一共",
|
||||
@@ -108,6 +110,45 @@
|
||||
"edit_order": "编辑订单",
|
||||
"submit_changes":"提交修改"
|
||||
},
|
||||
"work_order": {
|
||||
"list_title": "工单列表",
|
||||
"add": "新增工单",
|
||||
"add_title": "新增工单",
|
||||
"edit_title": "编辑工单",
|
||||
"detail_title": "工单详情",
|
||||
"title": "工单标题",
|
||||
"title_placeholder": "输入工单标题",
|
||||
"description": "问题描述",
|
||||
"description_placeholder": "输入问题描述",
|
||||
"photos": "图片",
|
||||
"no_photos": "暂无图片",
|
||||
"status": "状态",
|
||||
"created_at": "创建时间",
|
||||
"filter_all": "全部",
|
||||
"status_pending": "待处理",
|
||||
"status_checked": "已检查",
|
||||
"status_parts_ordered": "已下单零件",
|
||||
"status_repaired": "已维修",
|
||||
"status_returned": "已送还",
|
||||
"status_unrepairable": "无法维修",
|
||||
"commit_history": "工作进度",
|
||||
"no_commits": "暂无进度记录",
|
||||
"commit_create": "工单创建",
|
||||
"add_commit": "新增进度",
|
||||
"commit_status_label": "进度状态",
|
||||
"commit_comment_label": "备注",
|
||||
"commit_comment_placeholder": "输入进度备注(可选)",
|
||||
"commit_photos_label": "上传图片",
|
||||
"commit_submit": "提交",
|
||||
"submit_commit": "提交",
|
||||
"edit": "编辑",
|
||||
"delete": "删除",
|
||||
"back_to_list": "返回列表",
|
||||
"not_found": "工单不存在",
|
||||
"confirm_delete": "确定要删除此工单吗?此操作不可撤销。",
|
||||
"submit": "提交",
|
||||
"save_changes": "保存修改"
|
||||
},
|
||||
"purchase_addorder": {
|
||||
"add_order": "添加订单",
|
||||
"edit_order": "编辑订单",
|
||||
|
||||
Reference in New Issue
Block a user