From 52e09a6b7b7054fc51b9d4bf5f1fbec0a57e60f1 Mon Sep 17 00:00:00 2001
From: cl <1442464845@qq.com>
Date: 星期三, 08 四月 2026 11:37:39 +0800
Subject: [PATCH] 云仓回报调整

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

diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js
index 11e16ef..02b05c1 100644
--- a/rsf-admin/src/i18n/en.js
+++ b/rsf-admin/src/i18n/en.js
@@ -3,6 +3,8 @@
 const customEnglishMessages = {
     ...englishMessages,
     hello: 'Hello World',
+    'menu.httpAuditLog': 'HTTP audit',
+    'resources.httpAuditLog.name': 'HTTP audit',
     common: {
         response: {
             success: "Success",
@@ -148,6 +150,7 @@
         department: 'Department',
         token: 'Token',
         operation: 'Operation',
+        httpAuditLog: 'HTTP audit',
         config: 'Config',
         tenant: 'Tenant',
         userLogin: 'Token',
@@ -336,6 +339,22 @@
                     unknown: 'Unknown',
                 }
             },
+            httpAuditLog: {
+                serviceName: "service",
+                scopeType: "scope",
+                uri: "uri",
+                method: "method",
+                functionDesc: "description",
+                queryString: "query string",
+                requestBody: "request JSON",
+                responseBody: "response JSON",
+                responseTruncated: "response truncated",
+                httpStatus: "HTTP status",
+                okFlag: "ok / error",
+                spendMs: "spend ms",
+                clientIp: "client IP",
+                errorMessage: "error",
+            },
             operationRecord: {
                 namespace: "namespace",
                 url: "url",

--
Gitblit v1.9.1