Author: mtredinnick Date: 2009-04-10 02:35:57 -0500 (Fri, 10 Apr 2009) New Revision: 10467
Modified: django/branches/releases/1.0.X/django/conf/locale/zh_CN/LC_MESSAGES/django.mo django/branches/releases/1.0.X/django/conf/locale/zh_CN/LC_MESSAGES/django.po Log: [1.0.X] Fixed #10077 -- Fixed a Chinese translation error. Thanks, wizun...@gmail.com. Backport of r10466 from trunk. Modified: django/branches/releases/1.0.X/django/conf/locale/zh_CN/LC_MESSAGES/django.mo =================================================================== (Binary files differ) Modified: django/branches/releases/1.0.X/django/conf/locale/zh_CN/LC_MESSAGES/django.po =================================================================== --- django/branches/releases/1.0.X/django/conf/locale/zh_CN/LC_MESSAGES/django.po 2009-04-10 07:26:21 UTC (rev 10466) +++ django/branches/releases/1.0.X/django/conf/locale/zh_CN/LC_MESSAGES/django.po 2009-04-10 07:35:57 UTC (rev 10467) @@ -3720,7 +3720,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 -~----------~----~----~----~------~----~------~--~---