summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2009-04-10 07:35:57 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2009-04-10 07:35:57 +0000
commit9e22d3ca4a6b57951cb22989dc19d5e6c55d83df (patch)
tree31e4654cf01180e975772bc2503c86b4920de8f3
parent2d97ab1131c2c515299a4e834fa8e1114a5de19e (diff)
[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
-rw-r--r--django/conf/locale/zh_CN/LC_MESSAGES/django.mobin60236 -> 60236 bytes
-rw-r--r--django/conf/locale/zh_CN/LC_MESSAGES/django.po2
2 files changed, 1 insertions, 1 deletions
diff --git a/django/conf/locale/zh_CN/LC_MESSAGES/django.mo b/django/conf/locale/zh_CN/LC_MESSAGES/django.mo
index 799ef4aeaf..31caf2a0ce 100644
--- a/django/conf/locale/zh_CN/LC_MESSAGES/django.mo
+++ b/django/conf/locale/zh_CN/LC_MESSAGES/django.mo
Binary files differ
diff --git a/django/conf/locale/zh_CN/LC_MESSAGES/django.po b/django/conf/locale/zh_CN/LC_MESSAGES/django.po
index af2dc3992e..75cbc466af 100644
--- a/django/conf/locale/zh_CN/LC_MESSAGES/django.po
+++ b/django/conf/locale/zh_CN/LC_MESSAGES/django.po
@@ -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."