分切管理模块语言切换

This commit is contained in:
2023-12-25 17:58:31 +08:00
parent 070ad5b37e
commit 8a8f2359c9
9 changed files with 192 additions and 127 deletions

View File

@@ -10,8 +10,19 @@
"button.confirm-receipt": "确认入库",
"button.confirm-outbound": "确认出库",
"button.empty-shaft-return": "空轴送回",
"button.through-shaft-confirm": "穿轴确认",
"button.pull-shaft-confirm": "拔轴确认",
"button.overlap-shaft-confirm": "套轴确认",
"button.manual-call": "人工呼叫",
"button.call": "呼叫",
"button.vehicle-lateral-movement": "载具横移",
"button.call-vehicle": "呼叫载具",
"button.delivery-check": "配送校验",
"button.delivery-confirm": "配送确认",
"button.vehicle-return": "载具送回",
"button.upload-empty-shaft": "上空轴",
"button.scrap-foil-roll-down": "废箔下卷",
"button.outbound-delivery": "出站配送",
"login.username": "用户名",
"login.password": "密码",
"login.remember": "记住用户名",
@@ -43,8 +54,8 @@
"menu.splitting-management": "分切管理",
"menu.cutting-and-feeding": "分切上料",
"menu.hollow-shaft-sleeve": "空轴套管",
"menu.empty-axis-delivery": "空轴配送",
"menu.empty-axis-entry-station": "空轴进站",
"menu.empty-shaft-delivery": "空轴配送",
"menu.empty-shaft-entry-station": "空轴进站",
"menu.subroll-outbound": "子卷出站",
"menu.point-management": "点位管理",
"menu.abnormal-outbound-unlocking": "异常出库解锁",
@@ -62,8 +73,8 @@
"menu.in-stock-management": "在库管理",
"menu.inventory-management": "盘点管理",
"menu.vehicle-management": "载具管理",
"menu.empty-tool-storage": "空载具入库",
"menu.empty-tools-leaving-the-warehouse": "空载具出库",
"menu.empty-vehicle-entering-the-warehouse": "空载具入库",
"menu.empty-vehicle-leaving-the-warehouse": "空载具出库",
"menu.print-management": "打印管理",
"menu.customer-label-printing": "客户标签打印",
"menu.scheduling-management": "调度管理",
@@ -75,7 +86,13 @@
"filter.state": "状态",
"filter.starting-point": "起点",
"filter.finishing-point": "起点",
"filter.device": "设备",
"filter.air-shaft": "气涨轴",
"filter.vehicle-code": "载具码",
"filter.last-roll-down": "末次下卷",
"filter.cache-point": "缓存点位",
"grid.number": "序号",
"grid.select": "选择",
"grid.work-order-number": "工单号",
"grid.mother-roll-number": "母卷号",
"grid.sub-roll-number": "子卷号",
@@ -103,5 +120,9 @@
"grid.paper-tube-specifications": "纸筒规格",
"grid.FRP-pipe-material-code": "FRP管物料编码",
"grid.FRP-pipe-material-description": "FRP管物料描述",
"grid.FRP-pipe-specifications": "FRP管规格"
"grid.FRP-pipe-specifications": "FRP管规格",
"grid.place": "位置",
"grid.delivery-completed": "配送完成",
"toast.point-not-empty": "点位不能为空",
"toast.select-cache-point": "请选择缓存点位"
}