Skip to content

Commit 4013606

Browse files
authored
fix: The password rule prompt is unclear #3547 (#3689)
1 parent 40be71d commit 4013606

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

apps/locales/en_US/LC_MESSAGES/django.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7238,7 +7238,7 @@ msgstr ""
72387238
msgid ""
72397239
"The confirmation password must be 6-20 characters long and must be a "
72407240
"combination of letters, numbers, and special characters."
7241-
msgstr ""
7241+
msgstr "The confirmation password must be 6-20 characters long and must be a combination of letters, numbers, and special characters.(Special character support:_、!、@、#、$、%、(、) ……)"
72427242

72437243
#: community/apps/users/serializers/user_serializers.py:380
72447244
#, python-brace-format

apps/locales/zh_CN/LC_MESSAGES/django.po

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7395,7 +7395,8 @@ msgstr "语言只支持:"
73957395
msgid ""
73967396
"The confirmation password must be 6-20 characters long and must be a "
73977397
"combination of letters, numbers, and special characters."
7398-
msgstr "确认密码长度6-20个字符,必须字母、数字、特殊字符组合"
7398+
_!@#$%^&*`~()-+=
7399+
msgstr "确认密码长度6-20个字符,必须字母、数字、特殊字符组合(特殊字符支持:_、!、@、#、$、%、(、) ……)"
73997400

74007401
#: community/apps/users/serializers/user_serializers.py:380
74017402
#, python-brace-format

apps/locales/zh_Hant/LC_MESSAGES/django.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7405,7 +7405,7 @@ msgstr "語言只支持:"
74057405
msgid ""
74067406
"The confirmation password must be 6-20 characters long and must be a "
74077407
"combination of letters, numbers, and special characters."
7408-
msgstr "確認密碼長度6-20個字符,必須字母、數字、特殊字符組合"
7408+
msgstr "確認密碼長度6-20個字符,必須字母、數字、特殊字符組合(特殊字元支持:_、!、@、#、$、%、(、) ……)"
74097409

74107410
#: community/apps/users/serializers/user_serializers.py:380
74117411
#, python-brace-format

0 commit comments

Comments
 (0)