-
Notifications
You must be signed in to change notification settings - Fork 376
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #866 from wklken/fix_login_password_wrong_500
fix(login): password wrong 500
- Loading branch information
Showing
16 changed files
with
123 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.14.4 | ||
2.14.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2022-03-25 11:33+0800\n" | ||
"POT-Creation-Date: 2022-04-13 11:03+0800\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -63,6 +63,10 @@ msgstr "" | |
msgid "新标签页" | ||
msgstr "" | ||
|
||
#: backends/bk.py:73 | ||
msgid "调用用户管理接口失败,请联系管理员, 查看登录日志获取错误详情" | ||
msgstr "calling bk-user api to verify user fail, please contact the administrator to get error details from log of login" | ||
|
||
#: bk_oauth2/models.py:66 | ||
msgid "Confidential" | ||
msgstr "" | ||
|
@@ -135,10 +139,14 @@ msgstr "Login validity is illegal" | |
msgid "长时间无操作,登录态已过期" | ||
msgstr "Login status has expired" | ||
|
||
#: bkauth/views.py:126 | ||
#: bkauth/views.py:130 | ||
msgid "账户或者密码错误,请重新输入" | ||
msgstr "Username or password is incorrect" | ||
|
||
#: common/exceptions.py:47 | ||
msgid "登录校验失败,请重置密码" | ||
msgstr "Login verified fail, please reset your password" | ||
|
||
#: common/license.py:40 | ||
#, python-format | ||
msgid "证书文件(platform.cert)不存在: %s" | ||
|
@@ -827,7 +835,6 @@ msgstr "" | |
"technical staff's DevOps capabilities. It supports CC/JOB/PaaS." | ||
|
||
#: templates/account/base.html:43 templates/account/base.html:98 | ||
#: templates/account/login.html:89 | ||
msgid "蓝鲸智云桌面" | ||
msgstr "BlueKing Desktop" | ||
|
||
|
@@ -856,67 +863,82 @@ msgstr "Back top" | |
msgid "返回底部" | ||
msgstr "Back bottom" | ||
|
||
#: templates/account/base.html:95 templates/account/login.html:86 | ||
#: templates/account/login_ce_i18n.html:48 | ||
#: templates/account/base.html:95 templates/account/login_ce_i18n.html:48 | ||
msgid "QQ咨询" | ||
msgstr "QQ" | ||
|
||
#: templates/account/base.html:96 templates/account/login.html:87 | ||
#: templates/account/login_ce_i18n.html:49 | ||
#: templates/account/base.html:96 templates/account/login_ce_i18n.html:49 | ||
msgid "蓝鲸论坛" | ||
msgstr "BlueKing Forum" | ||
|
||
#: templates/account/base.html:97 templates/account/login.html:88 | ||
#: templates/account/login_ce_i18n.html:50 | ||
#: templates/account/base.html:97 templates/account/login_ce_i18n.html:50 | ||
msgid "蓝鲸官网" | ||
msgstr "Blueking Official" | ||
|
||
#: templates/account/base.html:101 templates/account/login_ce.html:113 | ||
#: templates/account/base.html:101 templates/account/login.html:133 | ||
#: templates/account/login_ce.html:113 | ||
msgid "蓝鲸智云 版权所有" | ||
msgstr " " | ||
|
||
#: templates/account/login.html:10 | ||
msgid "登录|蓝鲸智云企业版" | ||
msgstr "Login|BlueKing" | ||
|
||
#: templates/account/login.html:16 | ||
#: templates/account/login.html:54 | ||
msgid "img/logo/logo_cn.svg" | ||
msgstr "img/logo/logo_en.svg" | ||
|
||
#: templates/account/login.html:29 | ||
#: templates/account/login.html:67 | ||
msgid "用户名/邮箱/手机号" | ||
msgstr "username/email/phone" | ||
|
||
#: templates/account/login.html:37 | ||
#: templates/account/login.html:75 | ||
msgid "密码" | ||
msgstr "password" | ||
|
||
#: templates/account/login.html:44 templates/account/login_ce_i18n.html:39 | ||
#: templates/account/login.html:82 templates/account/login_ce_i18n.html:39 | ||
msgid "登录" | ||
msgstr "SIGN IN" | ||
|
||
#: templates/account/login.html:45 templates/account/login.html:50 | ||
#: templates/account/login.html:83 templates/account/login.html:88 | ||
#: templates/account/login_ce_i18n.html:40 | ||
msgid "查看用户协议" | ||
msgstr "Agreement" | ||
|
||
#: templates/account/login.html:53 templates/account/login_ce.html:73 | ||
#: templates/account/login.html:91 templates/account/login_ce.html:73 | ||
msgid "忘记密码?" | ||
msgstr "Forget password?" | ||
|
||
#: templates/account/login.html:72 | ||
#: templates/account/login.html:110 | ||
msgid "img/logo/btn_cn.png" | ||
msgstr "img/logo/btn_en.png" | ||
|
||
#: templates/account/login.html:99 templates/account/login_ce.html:120 | ||
#: templates/account/login.html:124 templates/account/login_ce.html:104 | ||
msgid "技术支持" | ||
msgstr "Support" | ||
|
||
#: templates/account/login.html:125 templates/account/login_ce.html:105 | ||
msgid "社区论坛" | ||
msgstr "Community" | ||
|
||
#: templates/account/login.html:126 templates/account/login_ce.html:106 | ||
msgid "产品官网" | ||
msgstr "Official" | ||
|
||
#: templates/account/login.html:128 templates/account/login_ce.html:108 | ||
#: templates/account/login_ce_i18n.html:52 | ||
msgid "关注我们" | ||
msgstr "Follow us" | ||
|
||
#: templates/account/login.html:145 templates/account/login_ce.html:120 | ||
#: templates/account/login_ce_i18n.html:69 | ||
msgid "" | ||
"您的浏览器非Chrome,建议您使用最新版本的Chrome浏览,以保证最好的体验效果" | ||
msgstr "" | ||
"Your browser is not Chrome, we recommend using the latest version of Chrome " | ||
"for the best experience" | ||
|
||
#: templates/account/login.html:103 | ||
#: templates/account/login.html:149 | ||
msgid "企业证书校验无效,请联系系统管理员处理" | ||
msgstr "" | ||
"Enterprise certificate verification ineffective, please contact the system " | ||
|
@@ -946,22 +968,6 @@ msgstr "Change Password" | |
msgid "用户协议 >" | ||
msgstr "Agreement >" | ||
|
||
#: templates/account/login_ce.html:104 | ||
msgid "技术支持" | ||
msgstr "Support" | ||
|
||
#: templates/account/login_ce.html:105 | ||
msgid "社区论坛" | ||
msgstr "Community" | ||
|
||
#: templates/account/login_ce.html:106 | ||
msgid "产品官网" | ||
msgstr "Official" | ||
|
||
#: templates/account/login_ce.html:108 templates/account/login_ce_i18n.html:52 | ||
msgid "关注我们" | ||
msgstr "Follow us" | ||
|
||
#: templates/account/login_ce_i18n.html:10 | ||
msgid "登录|蓝鲸智云" | ||
msgstr "Login|BlueKing" | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2022-03-25 11:33+0800\n" | ||
"POT-Creation-Date: 2022-04-13 10:53+0800\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
Binary file not shown.
Oops, something went wrong.