From a63cfde8d243ee532e49678d64f7032b0fb6109c Mon Sep 17 00:00:00 2001 From: Aaron3S Date: Tue, 14 Oct 2025 15:56:12 +0800 Subject: [PATCH] feat: add translate --- apps/i18n/lina/en.json | 2 ++ apps/i18n/lina/zh.json | 2 ++ 2 files changed, 4 insertions(+) diff --git a/apps/i18n/lina/en.json b/apps/i18n/lina/en.json index 0623e30b5..71220a94c 100644 --- a/apps/i18n/lina/en.json +++ b/apps/i18n/lina/en.json @@ -170,6 +170,8 @@ "AssetListHelpMessage": "On the left is the asset tree. right-click to create, delete or modify tree nodes. assets are also organized in node form. on the right are the assets under this node. \n", "AssetLoginACLHelpMsg": "When logging into assets, it can be audited based on the user's login ip and time segment to determine whether the assets can be logged into", "AssetLoginACLHelpText": "When logging into assets, it can be audited based on the user's login ip and time segment to determine whether the assets can be logged into", + "DataMaskingRuleHelpHelpMsg": "When connecting to database assets, you can anonymize query results based on this rule.", + "DataMaskingRuleHelpHelpText": "When connecting to database assets, you can anonymize query results based on this rule.", "AssetLoginTrends": "Asset login trends", "AssetName": "Asset name", "AssetOverview": "Asset overview", diff --git a/apps/i18n/lina/zh.json b/apps/i18n/lina/zh.json index 14b0206d9..46cf5519c 100644 --- a/apps/i18n/lina/zh.json +++ b/apps/i18n/lina/zh.json @@ -169,6 +169,8 @@ "AssetListHelpMessage": "左侧是资产树,右击可以新建、删除、更改树节点,授权资产也是以节点方式组织的,右侧是属于该节点下的资产\n", "AssetLoginACLHelpMsg": "登录资产时,可以根据用户的登录 IP 和时间段进行审核,判断是否可以登录资产", "AssetLoginACLHelpText": "登录资产时,可以根据用户的登录 IP 和时间段进行审核,判断是否可以登录资产", + "DataMaskingRuleHelpHelpMsg": "连接数据库资产时,可以根据此规则对查询结果进行脱敏", + "DataMaskingRuleHelpHelpText": "连接数据库资产时,可以根据此规则对查询结果进行脱敏", "AssetLoginTrends": "资产登录趋势", "AssetName": "资产名称", "AssetOverview": "资产概览",