Browse Source

perf: permissions i18n modify

pull/12700/head
wangruidong 9 months ago committed by Bryan
parent
commit
430f45a3ec
  1. 12
      apps/i18n/lina/en.json

12
apps/i18n/lina/en.json

@ -112,7 +112,7 @@
"AssetAccountDetail": "Account Details",
"AssetAclCreate": "Create Asset Connect Rule",
"AssetAclDetail": "Asset Connect Rule Details",
"AssetAclList": "Asset Connect",
"AssetAclList": "Asset Connect ACL",
"AssetAclUpdate": "Update Asset Connect Rules",
"AssetAddress": "Asset (IP/Hostname)",
"AssetAmount": "Assets",
@ -127,7 +127,7 @@
"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",
"AssetName": "Asset Name",
"AssetPermission": "Authorization",
"AssetPermission": "Asset Authorization",
"AssetPermissionCreate": "Create Asset Authorization Rule",
"AssetPermissionDetail": "Asset Authorization Details",
"AssetPermissionHelpMsg": "Asset authorization allows you to select users and assets, grant the assets to users for access. Once completed, users can conveniently view these assets. Additionally, you can set specific permissions to further define the users' rights to the assets.",
@ -246,7 +246,7 @@
"CommandFilterACLHelpMsg": "By filtering commands, you can control if commands can be sent to assets. Based on your set rules, some commands can be allowed while others are prohibited.",
"CommandFilterAclCreate": "Create Command Filter Rule",
"CommandFilterAclDetail": "Details of Command Filter Rule",
"CommandFilterAclList": "Command Filter",
"CommandFilterAclList": "Command Filter ACL",
"CommandFilterAclUpdate": "Update Command Filter Rule",
"CommandFilterRuleContentHelpText": "One command per line",
"CommandFilterRules": "Command Filter Rules",
@ -272,7 +272,7 @@
"ConnectMethodACLHelpMsg": "Connect Methods can be filtered to control whether users can use a certain Connect Method to log in to the asset. According to your set rules, some Connect Methods can be allowed, while others can be prohibited (globally effective).",
"ConnectMethodAclCreate": "Create Connect Method Control",
"ConnectMethodAclDetail": "Connect Method Control Details",
"ConnectMethodAclList": "Connect Method",
"ConnectMethodAclList": "Connect Method ACL",
"ConnectMethodAclUpdate": "Update Connect Method Control",
"ConnectWebSocketError": "Connection to WebSocket Failed",
"ConnectionDropped": "Connection Disconnected",
@ -639,7 +639,7 @@
"MenuAcls": "ACLs",
"MenuAssets": "Assets",
"MenuMore": "Others",
"MenuPermissions": "Policies",
"MenuPermissions": "Permissions",
"MenuUsers": "Users",
"Message": "Message",
"MessageSubscription": "Message Subscription",
@ -1171,7 +1171,7 @@
"UserLoginACLHelpMsg": "When logging into the system, the user's login IP and time range can be audited to determine whether they are allowed to log into the system (effective globally)",
"UserLoginAclCreate": "Create User Login Control",
"UserLoginAclDetail": "User Login Control Details",
"UserLoginAclList": "User Login",
"UserLoginAclList": "User Login ACL",
"UserLoginAclUpdate": "Update User Login Control",
"UserLoginLimit": "User Login Restriction",
"UserLoginTrend": "Account Login Trend",

Loading…
Cancel
Save