From ab908d24a7a02fa760400dda9429eec5d00ebab7 Mon Sep 17 00:00:00 2001 From: fit2bot <68588906+fit2bot@users.noreply.github.com> Date: Wed, 10 Sep 2025 18:18:18 +0800 Subject: [PATCH] perf: add i18n (#16001) * perf: change some api view default limit * perf: add i18n --------- Co-authored-by: mikebofs --- 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 a5211a37c..bc2655fb1 100644 --- a/apps/i18n/lina/en.json +++ b/apps/i18n/lina/en.json @@ -1346,6 +1346,7 @@ "Support": "Support", "SupportedProtocol": "Protocols", "SupportedProtocolHelpText": "Set supported protocols for the asset, you can modify the custom configurations, such as sftp directory, rdp ad domain, etc., by clicking on the set button", + "SupportedTypes": "Supported types", "Sync": "Sync", "SyncAction": "Synchronized action", "SyncDelete": "Sync delete", @@ -1524,6 +1525,7 @@ "UserGroupList": "Groups", "UserGroupUpdate": "Update the user group", "UserGroups": "Groups", + "UserGroup": "User group", "UserList": "Users", "UserLogin": "User login", "UserLoginACL": "User login ACL", diff --git a/apps/i18n/lina/zh.json b/apps/i18n/lina/zh.json index ead9b5416..c8a63d3e1 100644 --- a/apps/i18n/lina/zh.json +++ b/apps/i18n/lina/zh.json @@ -1351,6 +1351,7 @@ "SuperAdmin": "超级管理员", "SuperOrgAdmin": "超级管理员+组织管理员", "Support": "支持", + "SupportedTypes": "支持的类型", "SupportedProtocol": "支持的协议", "SupportedProtocolHelpText": "设置资产支持的协议,点击设置按钮可以为协议修改自定义配置,如 SFTP 目录,RDP AD 域等", "Sync": "同步", @@ -1531,6 +1532,7 @@ "UserGroupList": "用户组", "UserGroupUpdate": "更新用户组", "UserGroups": "用户组", + "UserGroup": "用户组", "UserList": "用户列表", "UserLogin": "用户登录", "UserLoginACL": "用户登录控制",