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