From 9e4b82bf45dde0f415c22c7a1bbee371942b1642 Mon Sep 17 00:00:00 2001
From: wangruidong <940853815@qq.com>
Date: Thu, 13 Mar 2025 09:58:35 +0800
Subject: [PATCH] perf: Translate risk handle

---
 apps/i18n/lina/en.json | 3 ++-
 apps/i18n/lina/zh.json | 7 +++++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/apps/i18n/lina/en.json b/apps/i18n/lina/en.json
index 411ef5214..df7ca0706 100644
--- a/apps/i18n/lina/en.json
+++ b/apps/i18n/lina/en.json
@@ -1518,5 +1518,6 @@
     "RiskDetectionDetail": "Risk detection detail",
     "ApplicationDetail": "Application detail",
     "Organization": "Organization",
-    "IpGroupHelpText": "* indicates match all. for example: 192.168.10.1, 192.168.1.0/24, 10.1.1.1-10.1.1.20, 2001:db8:2de::e13, 2001:db8:1a:1110::/64"
+    "IpGroupHelpText": "* indicates match all. for example: 192.168.10.1, 192.168.1.0/24, 10.1.1.1-10.1.1.20, 2001:db8:2de::e13, 2001:db8:1a:1110::/64",
+    "SelectRisk": "Select risk"
 }
\ No newline at end of file
diff --git a/apps/i18n/lina/zh.json b/apps/i18n/lina/zh.json
index 08efc55a6..d0c8ade3d 100644
--- a/apps/i18n/lina/zh.json
+++ b/apps/i18n/lina/zh.json
@@ -1069,7 +1069,7 @@
     "ResetSSHKeySuccessMsg": "发送邮件任务已提交, 用户稍后会收到重置密钥邮件",
     "ResetSSHKeyWarningMsg": "你确定要发送重置用户的SSH Key的邮件吗?",
     "ResetSecret": "可改密",
-    "ResolveSelected": "解决所定",
+    "ResolveSelected": "解决所选",
     "Resource": "资源",
     "ResourceType": "资源类型",
     "RestoreButton": "恢复默认",
@@ -1518,5 +1518,8 @@
     "RiskDetectionDetail": "风险检测详情",
     "ApplicationDetail": "应用详情",
     "Organization": "组织",
-    "IpGroupHelpText": "* 表示匹配所有。例如: 192.168.10.1, 192.168.1.0/24, 10.1.1.1-10.1.1.20, 2001:db8:2de::e13, 2001:db8:1a:1110::/64"
+    "IpGroupHelpText": "* 表示匹配所有。例如: 192.168.10.1, 192.168.1.0/24, 10.1.1.1-10.1.1.20, 2001:db8:2de::e13, 2001:db8:1a:1110::/64",
+    "Reopen": "重新打开",
+    "Review": "审查",
+    "SelectRisk": "选择风险"
 }
\ No newline at end of file