From 24bee1a669c3f01f4c3ce7c6f4f4e2e37fe3dfe2 Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期六, 10 一月 2026 08:34:40 +0800
Subject: [PATCH] #application-dev

---
 rsf-admin/src/i18n/en.js |   32 +++++++++++++++++++++++++++++++-
 1 files changed, 31 insertions(+), 1 deletions(-)

diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js
index 194a87e..d466567 100644
--- a/rsf-admin/src/i18n/en.js
+++ b/rsf-admin/src/i18n/en.js
@@ -126,6 +126,7 @@
     },
     create: {
         title: 'Create',
+        init: 'Init',
         empty: {
             title: 'Data Empty',
             desc: 'Please Create Data First',
@@ -157,6 +158,7 @@
         warehouse: 'Warehouse',
         warehouseAreas: 'WarehouseAreas',
         loc: 'Loc',
+        locItem: 'LocItem',
         locType: 'LocType',
         locArea: 'locArea',
         locAreaMat: 'Logic Areas',
@@ -216,7 +218,8 @@
         locDeadReport: 'Locs Dead Report',
         stockStatistic: 'Stock Statistic',
         statisticCount: 'Statistic Count',
-
+        preparation: "澶囨枡鍗�",
+        menuPda: 'MenuPda',
     },
     table: {
         field: {
@@ -227,6 +230,9 @@
             basContainer: {
                 containerType: 'containerType',
                 codeType: 'codeType',
+                startNo: 'Start No',
+                code: 'Barcode',
+                endNo: 'End No',
                 areas: 'areas',
             },
             basStation: {
@@ -287,6 +293,26 @@
                 sort: "sort",
             },
             menu: {
+                name: "name",
+                parentId: "parent id",
+                parentName: "higher",
+                path: "path",
+                pathName: "pathName",
+                route: "route",
+                component: "component",
+                brief: "brief",
+                code: "code",
+                type: "type",
+                authority: "authority",
+                icon: "icon",
+                sort: "sort",
+                meta: "meta",
+                enums: {
+                    menu: 'Menu',
+                    button: 'Button',
+                }
+            },
+            menuPda: {
                 name: "name",
                 parentId: "parent id",
                 parentName: "higher",
@@ -1310,6 +1336,7 @@
         detail: "Detail",
         unenable: 'unenable',
         locInit: 'loc init',
+        init: "Init",
         siteInit: 'site init',
         batch: 'batch',
         pick: 'Pick',
@@ -1359,6 +1386,9 @@
         selectWave: 'Select Wave Rule',
 
     },
+    placeholder: {
+        warehouseAreasCode: "use for warehouse areas code prefix",
+    },
     request: {
         error: {
             stock: "Insufficient inventory to deliver 锛侊紒",

--
Gitblit v1.9.1