mirror of
https://github.com/django/django.git
synced 2025-10-03 07:14:41 +00:00
Fixed #10077 -- Fixed a Chinese translation error. Thanks, wizunion@gmail.com.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10466 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
b96479052b
commit
0884aa9b81
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -3715,7 +3715,7 @@ msgstr "这个值必须小于或等于 %s。"
|
|||
#: forms/fields.py:168 forms/fields.py:197 forms/fields.py:226
|
||||
#, python-format
|
||||
msgid "Ensure this value is greater than or equal to %s."
|
||||
msgstr "这个值必须小于或等于 %s。"
|
||||
msgstr "这个值必须大于或等于 %s。"
|
||||
|
||||
#: forms/fields.py:195 forms/fields.py:224
|
||||
msgid "Enter a number."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue