Browse Source

菜单名称优化

shimingxy 1 month ago
parent
commit
4b41570c22

+ 2 - 2
maxkey-web-frontend/maxkey-web-mgt-app/src/assets/app-data.json

@@ -196,7 +196,7 @@
               "children": []
             },
             {
-              "text": "应用登录日志",
+              "text": "访问日志",
               "i18n": "mxk.menu.audit.loginapps",
               "link": "/audit/audit-login-apps",
               "icon": "anticon-audit",
@@ -217,7 +217,7 @@
               "children": []
             },
             {
-              "text": "管理日志",
+              "text": "系统日志",
               "i18n": "mxk.menu.audit.operate",
               "link": "/audit/audit-system-logs",
               "icon": "anticon-audit",

+ 3 - 3
maxkey-web-frontend/maxkey-web-mgt-app/src/assets/i18n/en-US.json

@@ -79,10 +79,10 @@
 			"appName": "App",
 			"browser": "Browser",
 			"accessCount": "Count",
-      "maptype.china":"China",
-      "maptype.world":"World",
+			"maptype.china":"China",
+			"maptype.world":"World",
 			"number": "Number",
-      "country": "Country",
+     	 	"country": "Country",
 			"province": "Province",
 			"accessPV": "Access(PV)"
 		},

+ 8 - 8
maxkey-web-frontend/maxkey-web-mgt-app/src/assets/i18n/zh-CN.json

@@ -58,11 +58,11 @@
 			},
 			"audit": {
 				"": "日志审计",
-				"logins": "系统登录日志",
-				"loginapps": "应用访问日志",
+				"logins": "登录日志",
+				"loginapps": "访问日志",
 				"synchronizer": "同步器日志",
 				"connector": "连接器日志",
-				"operate": "系统管理日志"
+				"operate": "系统日志"
 			}
 		},
 		"home": {
@@ -78,12 +78,12 @@
 			"appName": "应用名称",
 			"browser": "浏览器",
 			"accessCount": "访问量",
-      "maptype.china":"中国地图",
-      "maptype.world":"世界地图",
+			"maptype.china":"中国地图",
+			"maptype.world":"世界地图",
 			"number": "序号",
-      "country": "国家",
-      "province": "省份",
-      "accessPV": "浏览量(PV)"
+			"country": "国家",
+			"province": "省份",
+			"accessPV": "浏览量(PV)"
 		},
 		"users": {
 			"tab.basic": "基本信息",

+ 6 - 6
maxkey-web-frontend/maxkey-web-mgt-app/src/assets/i18n/zh-TW.json

@@ -59,11 +59,11 @@
 			},
 			"audit": {
 				"": "日誌審計",
-				"logins": "系統登錄日誌",
-				"loginapps": "應用訪問日誌",
+				"logins": "登錄日誌",
+				"loginapps": "訪問日誌",
 				"synchronizer": "同步器日誌",
 				"connector": "連接器日誌",
-				"operate": "系統管理日誌"
+				"operate": "系統日誌"
 			}
 		},
 		"home": {
@@ -79,10 +79,10 @@
 			"appName": "應用名稱",
 			"browser": "瀏覽器",
 			"accessCount": "訪問量",
-      "maptype.china":"中国地图",
-      "maptype.world":"世界地图",
+			"maptype.china":"中国地图",
+			"maptype.world":"世界地图",
 			"number": "序號",
-      "country": "国家",
+      		"country": "国家",
 			"province": "省份",
 			"accessPV": "瀏覽量(PV)"
 		},