mirror of
https://github.com/django/django.git
synced 2025-07-19 09:09:13 +00:00
[1.0.X] Fixed #10077 -- Fixed a Chinese translation error. Thanks, wizunion@gmail.com.
Backport of r10466 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10467 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
2d97ab1131
commit
9e22d3ca4a
Binary file not shown.
@ -3720,7 +3720,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…
x
Reference in New Issue
Block a user