From eb9838ebbf1017bbe2fbe981dfc4be2bf26528e7 Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期一, 02 三月 2026 09:25:36 +0800
Subject: [PATCH] #
---
locale/en.json | 67 +++++++++++++++++++++++++++++++--
1 files changed, 63 insertions(+), 4 deletions(-)
diff --git a/locale/en.json b/locale/en.json
index aedb32c..0ce37e2 100644
--- a/locale/en.json
+++ b/locale/en.json
@@ -63,11 +63,31 @@
"saved": "Settings Saved",
"authTitle": "Authentication",
"inputAuthPwd": "Enter Admin Password",
- "authError": "Incorrect Password"
+ "authError": "Incorrect Password",
+ "orderReviewRequired": "Order Container Binding Review Required",
+ "orderPakinRequiresMainList": "Order Inbound Requires Main List",
+ "orderDetlMultiSelect": "Order Details Page Default Multi-Select",
+ "orderCombNeedSplit": "Order Container Binding Split Needed",
+ "orderCombSeparator": "Order Container Binding Split Separator",
+ "orderCombArrayIndex": "Order Container Binding Split Array Index",
+ "orderCombStartPos": "Order Container Binding Split Start",
+ "inputPlaceholder": "Please input"
},
"common": {
"confirm": "Confirm",
- "cancel": "Cancel"
+ "cancel": "Cancel",
+ "unknown": "Unknown",
+ "scanInput": "Scan / Input",
+ "scanInputMat": "Scan / Input Material",
+ "scanInputPallet": "Scan / Input Pallet",
+ "scanInputCarton": "Scan / Input Carton",
+ "loadMore": "Pull up to load more",
+ "loading": "Loading",
+ "noMore": "No more",
+ "search": "Search",
+ "multiSelect": "Multi-select",
+ "selectAll": "Select All",
+ "selected": "Selected"
},
"category": {
"inbound": "Inbound Management",
@@ -96,10 +116,49 @@
"confirmRemove": "Confirm Remove",
"removeMsg": "Remove this material?",
"confirmReset": "Confirm Reset",
- "resetMsg": "Clear all materials?",
- "combMsg": "Confirm to palletize and inbound?"
+ "resetMsg": "Are you sure to clear all items?",
+ "combMsg": "Confirm to container binding?",
+ "orderComb": "Order Binding",
+ "orderCombDetl": "Order Details",
+ "order_container_binding_title": "Order Binding",
+ "orderNo": "Order No.",
+ "orderType": "Order Type",
+ "warehouse": "Warehouse",
+ "viewDetail": "View Detail",
+ "emptyOrder": "No Order Data",
+ "remain": "Remaining",
+ "specs": "Specification",
+ "batch": "Batch",
+ "orderQty": "Order Qty",
+ "completedQty": "Completed",
+ "clickToComb": "Click to Bind",
+ "completed": "Completed",
+ "emptyDetl": "No Detail Data",
+ "totalDetl": "Total Details",
+ "pending": "Pending",
+ "palletComb": "Pallet Binding",
+ "palletNo": "Pallet No.",
+ "cartonCode": "Carton Code",
+ "cancel": "Cancel",
+ "confirm": "Confirm",
+ "binding": "Binding",
+ "tips": "Tips",
+ "confirmDeleteRecord": "Confirm to delete this record?",
+ "scanOrder": "Scan / Input Order No.",
+ "scanMatReview": "Scan to Review",
+ "reviewed": "Reviewed",
+ "unreviewed": "Unreviewed",
+ "emptyMat": "No Details",
+ "noReviewReq": "No review required"
},
"toast": {
+ "reviewSuccess": "Review Success",
+ "reviewFail": "Review Failed or Material Mismatch",
+ "inputOrderNo": "Please input order no.",
+ "emptyMat": "Details cannot be empty",
+ "detailCompleted": "This detail is completed",
+ "fetchDetailFail": "Failed to fetch details",
+ "searchFail": "Search request failed",
"palletError": "Pallet code error, please try again",
"queryFail": "Query failed",
"modifySuccess": "Modification successful",
--
Gitblit v1.9.1