国际化

This commit is contained in:
2025-06-13 15:44:52 +08:00
parent 50c6651cdc
commit 6aa55bb786
18 changed files with 501 additions and 402 deletions

View File

@@ -47,6 +47,7 @@
"button.load-mater": "上料",
"button.mater-return": "退料",
"button.allow-entry": "允许进入",
"button.group-disk": "组盘",
"login.username": "用户名",
"login.password": "密码",
"login.remember": "记住用户名",
@@ -109,7 +110,6 @@
"filter.mother-roll": "母卷",
"filter.state": "状态",
"filter.starting-point": "起点",
"filter.finishing-point": "起点",
"filter.device": "设备",
"filter.material": "物料",
"filter.quantity": "数量",
@@ -132,6 +132,19 @@
"filter.end": "终点",
"filter.control-point": "管制点",
"filter.inspection-results": "检验结果",
"filter.type": "类型",
"filter.printer": "打印机",
"filter.label-type": "标签类型",
"filter.direct-storage": "直接入库",
"filter.pack-point": "装箱点",
"filter.manual-point": "人工点",
"filter.empty-shaft": "空轴",
"filter.pallet-number": "托盘号",
"filter.wooden-box-description": "木箱描述",
"filter.max-sub-num": "最大子卷数",
"filter.storage-location": "仓位",
"filter.select-box-num": "已选木箱数",
"filter.selectable-box-num": "可选木箱数",
"grid.number": "序号",
"grid.select": "选择",
"grid.work-order-number": "工单号",
@@ -192,8 +205,25 @@
"grid.is-stock": "是否有货",
"grid.assign-person": "分配人",
"grid.allocate-time": "分配时间",
"grid.sub-roll": "子卷",
"grid.subtube": "子",
"grid.sub-roll-spec": "子卷规格",
"grid.sub-roll-weight": "子卷重量",
"grid.sub-roll-capacity": "子卷容量",
"grid.subtube-weight": "子管重量",
"grid.wooden-box-specs": "木箱规格",
"grid.wooden-box-length": "木箱长度",
"grid.wooden-box-width": "木箱宽度",
"grid.wooden-box-height": "木箱高度",
"grid.wooden-box-quantity": "木箱库存数",
"grid.maximum-rolls": "最大装卷数",
"grid.full-axis-position": "满轴位",
"grid.full-axis-position-status": "满轴位状态",
"grid.empty-axis-position": "空轴位",
"grid.grid.empty-axis-position-status": "空轴位状态",
"grid.mother-roll-source": "母卷来源",
"grid.mother-roll-status": "母卷状态",
"grid.sap-batch": "sap批次",
"grid.product-spec": "产品规格(幅宽)",
"grid.wooden-box-weight": "木箱重量",
"toast.point-not-empty": "点位不能为空",
"toast.select-cache-point": "请选择缓存点位",
"toast.select-device": "请选择设备",
@@ -201,5 +231,8 @@
"toast.device-not-empty": "设备不能为空",
"toast.material-not-empty": "物料不能为空",
"toast.quantity-not-empty": "数量不能为空",
"toast.scan-wooden-box-code": "请扫木箱码"
"toast.scan-wooden-box-code": "请扫木箱码",
"select.coaster": "小托盘",
"select.large-tray": "大托盘",
"unit.minute": "分"
}