From ff693a8b01f9ce6fac625d06d10d183e3255ab67 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期一, 24 二月 2025 16:04:23 +0800
Subject: [PATCH] no message
---
rsf-admin/src/i18n/en.js | 96 ++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 96 insertions(+), 0 deletions(-)
diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js
index 1bb8214..e65bfbb 100644
--- a/rsf-admin/src/i18n/en.js
+++ b/rsf-admin/src/i18n/en.js
@@ -108,6 +108,7 @@
dashboard: 'Dashboard',
basicInfo: 'BasicInfo',
settings: 'Settings',
+ basicInfo: 'BasicInfo',
system: 'System',
user: 'User',
role: 'Role',
@@ -125,6 +126,15 @@
matnrGroup: 'MatnrGroup',
warehouse: 'Warehouse',
warehouseAreas: 'WarehouseAreas',
+ loc: 'Loc',
+ container: 'Container',
+ contract: 'Contract',
+ qlyInspect: 'QlyInspect',
+ dictType: 'DictType',
+ dictData: 'DictData',
+ companys: 'Companys',
+
+
},
table: {
@@ -287,6 +297,78 @@
flagLabelMange: "flagLabelMange",
flagMix: "flagMix",
},
+ loc: {
+ areaId: "areaId",
+ code: "code",
+ type: "type",
+ name: "name",
+ flagLogic: "flagLogic",
+ fucAtrrs: "fucAtrrs",
+ barcode: "barcode",
+ unit: "unit",
+ size: "size",
+ row: "row",
+ col: "col",
+ lev: "lev",
+ channel: "channel",
+ maxParts: "maxParts",
+ maxPack: "maxPack",
+ flagLabelMange: "flagLabelMange",
+ locAttrs: "locAttrs",
+ },
+ container: {
+ code: "code",
+ name: "name",
+ typeId: "typeId",
+ used: "used",
+ lenght: "lenght",
+ width: "width",
+ height: "height",
+ rstLen: "rstLen",
+ rstWid: "rstWid",
+ rstWei: "rstWei",
+ rstHei: "rstHei",
+ panrentId: "panrentId",
+ vaildTime: "vaildTime",
+ flagRycle: "flagRycle",
+ flagLogic: "flagLogic",
+ },
+ contract: {
+ code: "Code",
+ name: "Name",
+ projectName: "ProjectName",
+ },
+ qlyInspect: {
+ code: "code",
+ name: "name",
+ },
+ dictType: {
+ code: "Code",
+ name: "Name",
+ description: "Description",
+ },
+ dictData: {
+ dictTypeId: "dictTypeId",
+ dictTypeCode: "dictTypeCode",
+ value: "value",
+ label: "label",
+ sort: "sort",
+ color: "color",
+ },
+ companys: {
+ code: "Code",
+ name: "Name",
+ nameEn: "NameEn",
+ breifCode: "BreifCode",
+ type: "Type",
+ contact: "Contact",
+ tel: "Tel",
+ email: "Email",
+ pcode: "PCode",
+ province: "Province",
+ city: "City",
+ address: "Address",
+ },
}
},
page: {
@@ -343,6 +425,20 @@
},
},
},
+ matnr: {
+ title: {
+ basic: 'basic info',
+ control: 'control',
+ batchRole: 'batch role',
+ }
+ },
+
+ },
+ form: {
+ matnr: {
+ shipper: 'shipper is required',
+ groupId: 'groupId is required',
+ }
}
};
--
Gitblit v1.9.1