Author: mtredinnick Date: 2009-04-10 02:26:21 -0500 (Fri, 10 Apr 2009) New Revision: 10466
Modified: django/trunk/django/conf/locale/zh_CN/LC_MESSAGES/django.mo django/trunk/django/conf/locale/zh_CN/LC_MESSAGES/django.po Log: Fixed #10077 -- Fixed a Chinese translation error. Thanks, wizun...@gmail.com. Modified: django/trunk/django/conf/locale/zh_CN/LC_MESSAGES/django.mo =================================================================== (Binary files differ) Modified: django/trunk/django/conf/locale/zh_CN/LC_MESSAGES/django.po =================================================================== --- django/trunk/django/conf/locale/zh_CN/LC_MESSAGES/django.po 2009-04-10 06:34:02 UTC (rev 10465) +++ django/trunk/django/conf/locale/zh_CN/LC_MESSAGES/django.po 2009-04-10 07:26:21 UTC (rev 10466) @@ -3715,7 +3715,7 @@ #: 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." --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---