mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: Password change prompt (#3705)
This commit is contained in:
parent
2adb872cdf
commit
33762f26bf
|
|
@ -7238,7 +7238,7 @@ msgstr ""
|
|||
msgid ""
|
||||
"The confirmation password must be 6-20 characters long and must be a "
|
||||
"combination of letters, numbers, and special characters."
|
||||
msgstr "The confirmation password must be 6-20 characters long and must be a combination of letters, numbers, and special characters.(Special character support:_、!、@、#、$、%、(、) ……)"
|
||||
msgstr "The confirmation password must be 6-20 characters long and must be a combination of letters, numbers, and special characters.(Special character support:_、!、@、#、$、(、) ……)"
|
||||
|
||||
#: community/apps/users/serializers/user_serializers.py:380
|
||||
#, python-brace-format
|
||||
|
|
|
|||
|
|
@ -7395,7 +7395,7 @@ msgstr "语言只支持:"
|
|||
msgid ""
|
||||
"The confirmation password must be 6-20 characters long and must be a "
|
||||
"combination of letters, numbers, and special characters."
|
||||
msgstr "确认密码长度6-20个字符,必须字母、数字、特殊字符组合(特殊字符支持:_、!、@、#、$、%、(、) ……)"
|
||||
msgstr "确认密码长度6-20个字符,必须字母、数字、特殊字符组合(特殊字符支持:_、!、@、#、$、(、) ……)"
|
||||
|
||||
#: community/apps/users/serializers/user_serializers.py:380
|
||||
#, python-brace-format
|
||||
|
|
|
|||
|
|
@ -7405,7 +7405,7 @@ msgstr "語言只支持:"
|
|||
msgid ""
|
||||
"The confirmation password must be 6-20 characters long and must be a "
|
||||
"combination of letters, numbers, and special characters."
|
||||
msgstr "確認密碼長度6-20個字符,必須字母、數字、特殊字符組合(特殊字元支持:_、!、@、#、$、%、(、) ……)"
|
||||
msgstr "確認密碼長度6-20個字符,必須字母、數字、特殊字符組合(特殊字元支持:_、!、@、#、$、(、) ……)"
|
||||
|
||||
#: community/apps/users/serializers/user_serializers.py:380
|
||||
#, python-brace-format
|
||||
|
|
|
|||
Loading…
Reference in New Issue