Merge pull request #1710 from jumpserver/pr@dev@fix_temporary_password_text

fix: 修改临时密码提示文案
This commit is contained in:
feng626
2022-04-25 11:05:52 +08:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -419,7 +419,7 @@
},
"isValid": "Is valid",
"nav": {
"TempPassword": "Temporary password",
"TempPassword": "Temporary password will expire immediately after use",
"APIKey": "API Key",
"Workbench": "Workbench",
"Navigation": "Navigation",

View File

@@ -431,7 +431,7 @@
"fileType": "ファイルタイプ",
"isValid": "有効",
"nav": {
"TempPassword": "いちじパスワード",
"TempPassword": "一時パスワード使用後すぐに無効になります",
"APIKey": "APIキー",
"Workbench": "作業台",
"Navigation": "ナビゲーション",

View File

@@ -1021,7 +1021,7 @@
"LDAPServerInfo": "LDAP 服务器",
"LDAPUser": "LDAP 用户",
"helpText": {
"TempPassword": "临时密码有效期为 300 秒,有效期内可重复使用",
"TempPassword": "临时密码有效期为 300 秒,使用后立刻失效",
"ApiKeyList": "使用api key签名请求头每个请求的头部是不一样的, 请查阅使用文档",
"authLdapSearchFilter": "可能的选项是(cn或uid或sAMAccountName=%(user)s)",
"authLdapSearchOu": "使用|分隔各OU",