mirror of https://github.com/jumpserver/jumpserver
parent
cdf1f81c8a
commit
ce33bdc370
|
@ -8,6 +8,7 @@
|
|||
"AccessIP": "Ip whitelist",
|
||||
"AccessKey": "Access key",
|
||||
"Account": "Account",
|
||||
"AccountTemplateList": "Account templates",
|
||||
"AccountBackup": "Backup accounts",
|
||||
"AccountBackupCreate": "Create account backup",
|
||||
"AccountBackupDetail": "Backup account detail",
|
||||
|
@ -31,7 +32,7 @@
|
|||
"AccountPushList": "Push accounts",
|
||||
"AccountPushUpdate": "Update push account",
|
||||
"AccountStorage": "Account storage",
|
||||
"AccountTemplate": "Account template",
|
||||
"AccountTemplate": "Account templates",
|
||||
"AccountTemplateUpdateSecretHelpText": "The account list shows the accounts created through the template. when the secret is updated, the ciphertext of the accounts created through the template will be updated.",
|
||||
"Accounts": "Accounts",
|
||||
"Action": "Action",
|
||||
|
@ -818,7 +819,6 @@
|
|||
"PrivilegedOnly": "Privileged accounts only",
|
||||
"PrivilegedTemplate": "Privileged",
|
||||
"Product": "Product",
|
||||
"Profile": "Profile",
|
||||
"ProfileSetting": "Profile info",
|
||||
"Project": "Project name",
|
||||
"Prompt": "Prompt",
|
||||
|
@ -1248,7 +1248,7 @@
|
|||
"ViewMore": "View more",
|
||||
"ViewPerm": "View",
|
||||
"ViewSecret": "View ciphertext",
|
||||
"VirtualAccountDetail": "Details of virtual account",
|
||||
"VirtualAccountDetail": "Virtual account detail",
|
||||
"VirtualAccountHelpMsg": "Virtual accounts are specialized accounts with specific purposes when connecting assets.",
|
||||
"VirtualAccountUpdate": "Virtual account update",
|
||||
"VirtualAccounts": "Virtual accounts",
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
"AccessIP": "IP 白名单",
|
||||
"SuEnabled": "启用开关",
|
||||
"AccessKey": "访问密钥",
|
||||
"AccountTemplateList": "账号模版列表",
|
||||
"HistoryRecord": "历史记录",
|
||||
"UserPasswordChangeLog": "用户密码修改日志",
|
||||
"Account": "账号信息",
|
||||
|
@ -1216,7 +1217,6 @@
|
|||
"UserGroupList": "用户组",
|
||||
"UserGroupUpdate": "更新用户组",
|
||||
"UserGroups": "用户组",
|
||||
"Profile": "个人信息",
|
||||
"UserList": "用户列表",
|
||||
"UserLoginACLHelpMsg": "登录系统时,可以根据用户的登录 IP 和时间段进行审核,判断是否可以登录系统(全局生效)",
|
||||
"UserLoginACLHelpText": "登录系统时,可以根据用户的登录 IP 和时间段进行审核,判断是否可以登录",
|
||||
|
|
Loading…
Reference in New Issue