From a66ff0e3cfa7fd65c2350af6c986eaa127c7af69 Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期四, 02 四月 2026 16:45:24 +0800
Subject: [PATCH] #登录页修复
---
rsf-design/src/locales/langs/en.json | 101 ++++++++++++++++++++------------------------------
1 files changed, 41 insertions(+), 60 deletions(-)
diff --git a/rsf-design/src/locales/langs/en.json b/rsf-design/src/locales/langs/en.json
index 81d450c..f6ae9c9 100644
--- a/rsf-design/src/locales/langs/en.json
+++ b/rsf-design/src/locales/langs/en.json
@@ -113,13 +113,39 @@
"noData": "No printable data"
},
"table": {
- "index": "No.",
+ "form": {
+ "reset": "Reset",
+ "submit": "Submit"
+ },
+ "searchBar": {
+ "reset": "Reset",
+ "search": "Search",
+ "expand": "Expand",
+ "collapse": "Collapse",
+ "searchInputPlaceholder": "Please enter",
+ "searchSelectPlaceholder": "Please select"
+ },
+ "selection": "Select",
+ "sizeOptions": {
+ "small": "Compact",
+ "default": "Default",
+ "large": "Loose"
+ },
+ "column": {
+ "selection": "Select",
+ "expand": "Expand",
+ "index": "Index"
+ },
+ "index": "Index",
"unit": "Unit",
"id": "ID",
"name": "Name",
"code": "Code",
+ "keyword": "Keyword",
"status": "Status",
+ "type": "Type",
"memo": "Remark",
+ "remark": "Remark",
"createBy": "Created By",
"createTime": "Created At",
"updateBy": "Updated By",
@@ -131,7 +157,20 @@
"wcs": "WCS",
"source": "Source",
"supplier": "Supplier",
- "supplierBatch": "Supplier Batch"
+ "supplierBatch": "Supplier Batch",
+ "batch": "Batch",
+ "quantity": "Quantity",
+ "materialCode": "Material Code",
+ "materialName": "Material Name",
+ "menuType": "Menu Type",
+ "iconPreview": "Icon Preview",
+ "componentKey": "Component Key",
+ "permissionKey": "Permission Key",
+ "zebra": "Zebra",
+ "border": "Border",
+ "headerBackground": "Header BG",
+ "topLevelMenu": "Top Level Menu",
+ "emptyText": "No data"
},
"search": {
"placeholder": "Search page",
@@ -635,64 +674,6 @@
"tokenMetric": "Tokens: prompt {prompt} / completion {completion} / total {total}",
"streaming": "Streaming"
}
- },
- "table": {
- "form": {
- "reset": "Reset",
- "submit": "Submit"
- },
- "searchBar": {
- "reset": "Reset",
- "search": "Search",
- "expand": "Expand",
- "collapse": "Collapse",
- "searchInputPlaceholder": "Please enter",
- "searchSelectPlaceholder": "Please select"
- },
- "selection": "Select",
- "sizeOptions": {
- "small": "Compact",
- "default": "Default",
- "large": "Loose"
- },
- "column": {
- "selection": "Select",
- "expand": "Expand",
- "index": "Index"
- },
- "index": "Index",
- "id": "ID",
- "name": "Name",
- "code": "Code",
- "keyword": "Keyword",
- "operation": "Operation",
- "status": "Status",
- "type": "Type",
- "source": "Source",
- "supplier": "Supplier",
- "supplierBatch": "Supplier Batch",
- "memo": "Remark",
- "remark": "Remark",
- "createBy": "Created By",
- "updateBy": "Updated By",
- "updateTime": "Updated At",
- "createTime": "Created At",
- "unit": "Unit",
- "batch": "Batch",
- "quantity": "Quantity",
- "materialCode": "Material Code",
- "materialName": "Material Name",
- "wcs": "WCS",
- "menuType": "Menu Type",
- "iconPreview": "Icon Preview",
- "componentKey": "Component Key",
- "permissionKey": "Permission Key",
- "sort": "Sort",
- "zebra": "Zebra",
- "border": "Border",
- "headerBackground": "Header BG",
- "topLevelMenu": "Top Level Menu",
- "emptyText": "No data"
},
"message": {
"requestTimeoutStopped": "Request timed out and waiting has stopped",
--
Gitblit v1.9.1