分切管理模块语言切换

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": "Confirm receipt",
"button.confirm-outbound": "Confirm outbound",
"button.empty-shaft-return": "Empty shaft return",
"button.through-shaft-confirm": "Through shaft confirm",
"button.pull-shaft-confirm": "Pull shaft confirm",
"button.overlap-shaft-confirm": "Overlap shaft confirm",
"button.manual-call": "Manual call",
"button.call": "Call",
"button.vehicle-lateral-movement": "Vehicle lateral movement",
"button.call-vehicle": "Call vehicle",
"button.delivery-check": "Delivery check",
"button.delivery-confirm": "Delivery confirm",
"button.vehicle-return": "Vehicle return",
"button.upload-empty-shaft": "Upload empty shaft",
"button.scrap-foil-roll-down": "Scrap foil roll down",
"button.outbound-delivery": "Outbound delivery",
"login.username": "User name",
"login.password": "Password",
"login.remember": "Remember username",
@@ -43,8 +54,8 @@
"menu.splitting-management": "Splitting management",
"menu.cutting-and-feeding": "Cutting and feeding",
"menu.hollow-shaft-sleeve": "Hollow shaft sleeve",
"menu.empty-axis-delivery": "Empty axis delivery",
"menu.empty-axis-entry-station": "Empty axis entry station",
"menu.empty-shaft-delivery": "Empty shaft delivery",
"menu.empty-shaft-entry-station": "Empty shaft entry station",
"menu.subroll-outbound": "Subroll Outbound",
"menu.point-management": "Point management",
"menu.abnormal-outbound-unlocking": "Abnormal outbound unlocking",
@@ -62,8 +73,8 @@
"menu.in-stock-management": "In stock management",
"menu.inventory-management": "Inventory management",
"menu.vehicle-management": "Vehicle management",
"menu.empty-tool-storage": "Empty tool storage",
"menu.empty-tools-leaving-the-warehouse": "Empty tools leaving the warehouse",
"menu.empty-vehicle-entering-the-warehouse": "Empty vehicle entering the warehouse",
"menu.empty-vehicle-leaving-the-warehouse": "Empty vehicle leaving the warehouse",
"menu.print-management": "Print management",
"menu.customer-label-printing": "Customer label printing",
"menu.scheduling-management": "Scheduling management",
@@ -75,7 +86,13 @@
"filter.state": "State",
"filter.starting-point": "Starting point",
"filter.finishing-point": "Finishing point",
"filter.device": "Device",
"filter.air-shaft": "Air shaft",
"filter.vehicle-code": "Vehicle code",
"filter.last-roll-down": "Last roll down",
"filter.cache-point": "Cache point",
"grid.number": "No.",
"grid.select": "Select",
"grid.work-order-number": "Work order number",
"grid.mother-roll-number": "Mother roll number",
"grid.sub-roll-number": "Sub roll number",
@@ -103,5 +120,9 @@
"grid.paper-tube-specifications": "Paper tube specifications",
"grid.FRP-pipe-material-code": "FRP pipe material code",
"grid.FRP-pipe-material-description": "FRP pipe material description",
"grid.FRP-pipe-specifications": "FRP pipe specifications"
"grid.FRP-pipe-specifications": "FRP pipe specifications",
"grid.place": "Place",
"grid.delivery-completed": "Delivery completed",
"toast.point-not-empty": "The point cannot be empty",
"toast.select-cache-point": "Please select a cache point"
}