perf: add i18n (#16001)
* perf: change some api view default limit * perf: add i18n --------- Co-authored-by: mikebofs <mikebofs@gmail.com>pull/16003/head
parent
79cabe1b3c
commit
ab908d24a7
|
|
@ -1346,6 +1346,7 @@
|
||||||
"Support": "Support",
|
"Support": "Support",
|
||||||
"SupportedProtocol": "Protocols",
|
"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",
|
"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",
|
"Sync": "Sync",
|
||||||
"SyncAction": "Synchronized action",
|
"SyncAction": "Synchronized action",
|
||||||
"SyncDelete": "Sync delete",
|
"SyncDelete": "Sync delete",
|
||||||
|
|
@ -1524,6 +1525,7 @@
|
||||||
"UserGroupList": "Groups",
|
"UserGroupList": "Groups",
|
||||||
"UserGroupUpdate": "Update the user group",
|
"UserGroupUpdate": "Update the user group",
|
||||||
"UserGroups": "Groups",
|
"UserGroups": "Groups",
|
||||||
|
"UserGroup": "User group",
|
||||||
"UserList": "Users",
|
"UserList": "Users",
|
||||||
"UserLogin": "User login",
|
"UserLogin": "User login",
|
||||||
"UserLoginACL": "User login ACL",
|
"UserLoginACL": "User login ACL",
|
||||||
|
|
|
||||||
|
|
@ -1351,6 +1351,7 @@
|
||||||
"SuperAdmin": "超级管理员",
|
"SuperAdmin": "超级管理员",
|
||||||
"SuperOrgAdmin": "超级管理员+组织管理员",
|
"SuperOrgAdmin": "超级管理员+组织管理员",
|
||||||
"Support": "支持",
|
"Support": "支持",
|
||||||
|
"SupportedTypes": "支持的类型",
|
||||||
"SupportedProtocol": "支持的协议",
|
"SupportedProtocol": "支持的协议",
|
||||||
"SupportedProtocolHelpText": "设置资产支持的协议,点击设置按钮可以为协议修改自定义配置,如 SFTP 目录,RDP AD 域等",
|
"SupportedProtocolHelpText": "设置资产支持的协议,点击设置按钮可以为协议修改自定义配置,如 SFTP 目录,RDP AD 域等",
|
||||||
"Sync": "同步",
|
"Sync": "同步",
|
||||||
|
|
@ -1531,6 +1532,7 @@
|
||||||
"UserGroupList": "用户组",
|
"UserGroupList": "用户组",
|
||||||
"UserGroupUpdate": "更新用户组",
|
"UserGroupUpdate": "更新用户组",
|
||||||
"UserGroups": "用户组",
|
"UserGroups": "用户组",
|
||||||
|
"UserGroup": "用户组",
|
||||||
"UserList": "用户列表",
|
"UserList": "用户列表",
|
||||||
"UserLogin": "用户登录",
|
"UserLogin": "用户登录",
|
||||||
"UserLoginACL": "用户登录控制",
|
"UserLoginACL": "用户登录控制",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue