From 4a36f784686c1288c67f9838dff7f69dab4789ee Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Fri, 11 Jul 2025 16:54:32 +0800 Subject: [PATCH] refactor: update password requirements in Chinese translations to include uppercase letters --- apps/locales/zh_CN/LC_MESSAGES/django.po | 2 +- apps/locales/zh_Hant/LC_MESSAGES/django.po | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/locales/zh_CN/LC_MESSAGES/django.po b/apps/locales/zh_CN/LC_MESSAGES/django.po index ab07b5b69..2d76161ee 100644 --- a/apps/locales/zh_CN/LC_MESSAGES/django.po +++ b/apps/locales/zh_CN/LC_MESSAGES/django.po @@ -6805,7 +6805,7 @@ msgstr "用户名必须为4-20个字符" msgid "" "The password must be 6-20 characters long and must be a combination of " "letters, numbers, and special characters." -msgstr "密码必须为6-20个字符,且必须包含字母、数字和特殊字符。" +msgstr "密码必须为6-20个字符,且必须包含大小写字母、数字和特殊字符。" #: apps/users/serializers/user.py:170 msgid "Email or username" diff --git a/apps/locales/zh_Hant/LC_MESSAGES/django.po b/apps/locales/zh_Hant/LC_MESSAGES/django.po index 5991e9088..dd776a81a 100644 --- a/apps/locales/zh_Hant/LC_MESSAGES/django.po +++ b/apps/locales/zh_Hant/LC_MESSAGES/django.po @@ -6805,7 +6805,7 @@ msgstr "用戶名必須為4-20個字符" msgid "" "The password must be 6-20 characters long and must be a combination of " "letters, numbers, and special characters." -msgstr "密碼必須為6-20個字符,且必須包含字母、數字和特殊字符。" +msgstr "密碼必須為6-20個字符,且必須包含大小写字母、數字和特殊字符。" #: apps/users/serializers/user.py:170 msgid "Email or username"