This commit is contained in:
2026-04-23 21:26:15 +08:00
parent a75daa2967
commit ca92aa0659
9 changed files with 357 additions and 68 deletions
+5
View File
@@ -149,6 +149,7 @@
"not_found": "Work order not found",
"confirm_delete": "Are you sure you want to delete this work order? This action cannot be undone.",
"confirm_delete_commit": "Are you sure you want to delete this progress?",
"linked_items": "Linked Items",
"submit": "Submit",
"save_changes": "Save Changes"
},
@@ -178,6 +179,7 @@
"container_count": "Containers",
"item_count": "Items",
"unstored_items": "Unstored",
"unstored": "Unstored",
"title_required": "Container name is required",
"delete_confirm_title": "Delete Container",
"delete_confirm_msg": "Are you sure you want to delete \"{name}\"? This cannot be undone.",
@@ -301,6 +303,9 @@
"pending_orders": "Pending orders"
},
"message": {
"save": "Save",
"cancel": "Cancel",
"delete_success": "Deleted successfully",
"functionality_not_yet_developed": "Functionality not yet developed",
"hello": "Hello",
"welcome": "Welcome",
+5
View File
@@ -149,6 +149,7 @@
"not_found": "工单不存在",
"confirm_delete": "确定要删除此工单吗?此操作不可撤销。",
"confirm_delete_commit": "确定要删除此进度吗?",
"linked_items": "关联物品",
"submit": "提交",
"save_changes": "保存修改"
},
@@ -178,6 +179,7 @@
"container_count": "容器数",
"item_count": "物品数",
"unstored_items": "未入库",
"unstored": "未入库",
"title_required": "容器名称不能为空",
"delete_confirm_title": "删除容器",
"delete_confirm_msg": "确定要删除容器「{name}」吗?此操作不可撤销。",
@@ -301,6 +303,9 @@
"pending_orders": "待处理订单"
},
"message": {
"save": "保存",
"cancel": "取消",
"delete_success": "删除成功",
"functionality_not_yet_developed": "功能未开发",
"hello": "你好",
"welcome": "欢迎",