翻译3个页面

This commit is contained in:
2024-01-12 17:58:33 +08:00
parent f35d800396
commit ba4cf1d1b3
6 changed files with 113 additions and 44 deletions

View File

@@ -28,6 +28,9 @@
"button.complement": "Complement",
"button.labeling": "Labeling",
"button.binding": "Binding",
"button.print": "Print",
"button.force-complete": "Force Complete",
"button.reissue": "Reissue",
"login.username": "User name",
"login.password": "Password",
"login.remember": "Remember username",
@@ -102,6 +105,7 @@
"filter.virtual-library": "Virtual library",
"filter.remark": "Remark",
"filter.document-type": "Document type",
"filter.keywords": "Keywords",
"grid.number": "No.",
"grid.select": "Select",
"grid.work-order-number": "Work order number",
@@ -116,6 +120,7 @@
"grid.total-weight": "Total weight",
"grid.weight": "Weight",
"grid.total-net-weight": "total net weight",
"grid.net-weight": "Net weight",
"grid.details": "Details",
"grid.customer-code": "Customer code",
"grid.customer-name": "Customer name",
@@ -142,11 +147,29 @@
"grid.delivery-completed": "Delivery completed",
"grid.material-name": "Material name",
"grid.material-code": "Material code",
"grid.volume-number": "Volume number",
"grid.gross-weight-of-wooden-box": "Gross weight of wooden box",
"grid.sales-order-and-line-number": "Sales order and line number",
"grid.specifications": "Specifications",
"grid.warehousing-date": "Warehousing date",
"grid.task-number": "Task number",
"grid.pickup-point": "Pickup point",
"grid.release-point": "Release point",
"grid.task-type": "Task type",
"grid.generation-time": "Generation time",
"grid.device-code": "Device code",
"grid.device-name": "Device name",
"grid.coordinate": "Coordinate",
"grid.quantity-of-electricity": "quantity of electricity",
"grid.fault-name": "Fault name",
"grid.floor": "Floor",
"grid.is-stock": "Is there stock available",
"toast.point-not-empty": "The point cannot be empty",
"toast.select-cache-point": "Please select a cache point",
"toast.select-device": "Please select a device",
"toast.select-row": "Please select a row",
"toast.device-not-empty": "The device cannot be empty",
"toast.material-not-empty": "Material cannot be empty",
"toast.quantity-not-empty": "数量不能为空"
"toast.quantity-not-empty": "Quantity cannot be empty",
"toast.scan-wooden-box-code": "Please scan the wooden box code"
}