From 895c6c6f7e1e094a813e9b22aeae9b0c48859456 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期六, 05 七月 2025 09:18:11 +0800
Subject: [PATCH] no message
---
rsf-admin/src/i18n/en.js | 17 ++++++++++++++---
1 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js
index 63c252c..8dcd005 100644
--- a/rsf-admin/src/i18n/en.js
+++ b/rsf-admin/src/i18n/en.js
@@ -44,6 +44,7 @@
main: 'Main',
common: 'Common',
changePwd: 'Change Password',
+ insuffInventory: 'Insufficient inventory'
},
side: {
title: 'More Info'
@@ -78,6 +79,8 @@
result: 'Contacts import complete. Imported %{success} success, with %{error} errors',
},
loadMore: 'Load More Data',
+ updateSucc: 'Update Success',
+ updateFaild: 'Update Failed',
complete: 'Complete',
deprecate: 'Deprecate',
stockError: 'Empty',
@@ -434,6 +437,7 @@
col: "Col",
lev: "Lev",
channel: "Channel",
+ startChannel: "startChannel",
maxParts: "MaxParts",
maxPack: "MaxPack",
flagLabelMange: "FlagLabelMange",
@@ -649,7 +653,7 @@
disQty: 'Def Qty',
splrCode: "splrCode",
splrName: "splrName",
- isptResult: "Ispt Result",
+ isptStatus: "Ispt Status",
qrcode: "qrcode",
barcode: "barcode",
packName: "packName",
@@ -777,7 +781,6 @@
deviceCode: "deviceCode",
deviceSite: "deviceSite",
flagInit: "flagInit",
- wcsCode: "wcsCode",
channel: "channel",
},
waitPakin: {
@@ -835,6 +838,7 @@
type: "type",
exceStatus: "exceStatus",
anfme: "anfme",
+ groupQty: 'Group Qty',
qty: "qty",
orderNum: "orderNum",
},
@@ -845,6 +849,7 @@
matnrName: "matnrName",
matnrCode: "matnrCode",
batch: "batch",
+ exceStatus: 'Exce Status',
splrBatch: "splrBatch",
orderCode: "orderCode",
orderItemId: "orderItemId",
@@ -1013,7 +1018,6 @@
warehouseStock: {
locId: "Loc ID",
locCode: "Code",
- warehouse: 'Warehouse',
orderId: "Order Id",
type: "Type",
orderItemId: "Order Detail ID",
@@ -1145,6 +1149,9 @@
selectSite: 'Select Site',
top: "top",
resort: "sort",
+ start: 'Start',
+ stopPub: 'Stop Pub',
+ pause: 'Pause',
subzone: 'subzone',
bindmatnr: 'bind matnr',
bindloc: 'bind loc',
@@ -1159,15 +1166,19 @@
orderPrint: 'Orders Print',
quality: "quality",
complete: "complete",
+ allComfirm: 'All Comfirm',
verifyComfirm: 'Verify Comfirm',
close: "close",
asnCreate: "Create By Order",
poCreate: "Create By PO",
createTask: "createTask",
publicWorking: 'Public Working',
+ continuePub: 'Continue Public',
recover: "recover",
createWave: "Create Wave",
order: 'Orders',
+ modiftySite: 'Modify SiteNo',
+ selectWave: 'Select Wave Rule',
},
request: {
--
Gitblit v1.9.1