半成品入库语言切换

This commit is contained in:
2023-12-15 11:28:11 +08:00
parent 8f05bf39ce
commit 0c9c2af083
4 changed files with 82 additions and 25 deletions

View File

@@ -2,8 +2,11 @@
"utils.loading": "Loading...",
"uni.dataSelect.placeholder": "Please select",
"uni.dataSelect.emptyTips": "No options available",
"utils.read-more": "Read more",
"utils.no-more": "No more",
"button.confirm": "OK",
"button.search": "Query",
"button.receipt-confirmation": "Receipt confirmation",
"login.username": "User name",
"login.password": "Password",
"login.remember": "Remember username",
@@ -60,5 +63,21 @@
"menu.customer-label-printing": "Customer label printing",
"menu.scheduling-management": "Scheduling management",
"menu.task-management": "Task management",
"menu.rgv-status-query": "RGV status query"
"menu.rgv-status-query": "RGV status query",
"filter.area": "Area",
"filter.point": "Point",
"filter.mother-roll": "Mother roll",
"filter.state": "State",
"grid.work-order-number": "Work order number",
"grid.mother-roll-number": "Mother roll number",
"grid.start-time": "Start time",
"grid.end-time": "End time",
"grid.machine-code": "Machine code",
"grid.point-code": "Point code",
"grid.product-code": "Product code",
"grid.theoretical-length": "Theoretical length",
"grid.total-weight": "Total weight",
"grid.car-number": "Car number",
"grid.production-area": "Production area",
"grid.update-time": "Update time"
}