From 33bd4dd1f0e41131cd8e5bbf87204a1f0b72bb08 Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期六, 11 四月 2026 07:45:59 +0800
Subject: [PATCH] #页面优化

---
 rsf-design/src/locales/langs/en.json |   36 +++++++++++++++++++++++++++++++++---
 1 files changed, 33 insertions(+), 3 deletions(-)

diff --git a/rsf-design/src/locales/langs/en.json b/rsf-design/src/locales/langs/en.json
index e5ed2d3..e391e9f 100644
--- a/rsf-design/src/locales/langs/en.json
+++ b/rsf-design/src/locales/langs/en.json
@@ -12,7 +12,9 @@
     "requestCancelled": "Request cancelled",
     "networkError": "Network connection error, please check your connection",
     "requestFailed": "Request failed",
-    "requestConfigError": "Request configuration error"
+    "requestConfigError": "Request configuration error",
+    "invalidResponseFormat": "Unexpected API response format, please check the server response",
+    "invalidHtmlResponse": "The API returned an HTML page, please check proxy or deployment routing"
   },
   "topBar": {
     "search": {
@@ -2079,11 +2081,22 @@
           "codePlaceholder": "Enter wave No.",
           "type": "Wave Type",
           "exceStatus": "Wave Status",
+          "anfme": "Wave Qty",
+          "anfmePlaceholder": "Enter wave quantity",
+          "qty": "Executed Qty",
+          "qtyPlaceholder": "Enter executed quantity",
+          "orderNum": "Order Count",
+          "orderNumPlaceholder": "Enter order count",
           "status": "Status",
           "memo": "Remark",
           "memoPlaceholder": "Enter remark",
           "timeStart": "Start Time",
           "timeEnd": "End Time"
+        },
+        "buttons": {
+          "batchPublicTask": "Batch Dispatch",
+          "autoStart": "Enable Auto Run",
+          "autoPause": "Pause Auto Run"
         },
         "status": {
           "type": {
@@ -2110,6 +2123,7 @@
           "type": "Wave Type",
           "exceStatus": "Wave Status",
           "anfme": "Expected Qty",
+          "groupQty": "Merged Qty",
           "workQty": "Running Qty",
           "qty": "Completed Qty",
           "orderNum": "Document Count",
@@ -2117,6 +2131,13 @@
           "createTime": "Created At",
           "updateTime": "Updated At",
           "status": "Status"
+        },
+        "rela": {
+          "asnCode": "Document No.",
+          "platOrderCode": "Platform Order No.",
+          "spec": "Spec",
+          "model": "Model",
+          "unitPlaceholder": "Enter unit"
         },
         "preview": {
           "waveCode": "Wave No.",
@@ -2150,7 +2171,8 @@
           "updateBy": "Updated By",
           "updateTime": "Updated At",
           "memo": "Remark",
-          "previewTitle": "Wave Preview Items - Material Code"
+          "previewTitle": "Wave Preview Items - Material Code",
+          "itemTitle": "Wave Items"
         },
         "publicTask": {
           "title": "Dispatch Wave Task",
@@ -2171,7 +2193,15 @@
           "publicTaskTimeout": "Wave dispatch preview timed out and waiting has stopped",
           "publicTaskSuccess": "Wave dispatched",
           "publicTaskFailed": "Wave dispatch failed",
-          "publicTaskWarning": "Wave preview data is unavailable. Please check location configuration first."
+          "publicTaskWarning": "Wave preview data is unavailable. Please check location configuration first.",
+          "batchPublicTaskSelect": "Please select waves first",
+          "batchPublicTaskConfirm": "Are you sure you want to dispatch {count} selected waves?",
+          "batchPublicTaskTitle": "Batch Dispatch Confirmation",
+          "batchPublicTaskSuccess": "Waves dispatched in batch",
+          "batchPublicTaskFailed": "Batch dispatch failed",
+          "autoStartSuccess": "Auto run enabled",
+          "autoPauseSuccess": "Auto run paused",
+          "autoUpdateFailed": "Failed to update auto run settings"
         }
       },
       "waveItem": {

--
Gitblit v1.9.1