Changeset 7403
- Timestamp:
- 04/04/08 21:59:41 (5 months ago)
- Files:
-
- django/trunk/AUTHORS (modified) (1 diff)
- django/trunk/django/conf/locale/zh_CN/LC_MESSAGES/django.mo (modified) (previous)
- django/trunk/django/conf/locale/zh_CN/LC_MESSAGES/django.po (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/AUTHORS
r7401 r7403 137 137 favo@exoweb.net 138 138 Dmitri Fedortchenko <zeraien@gmail.com> 139 Liang Feng <hutuworm@gmail.com> 139 140 Bill Fenner <fenner@gmail.com> 140 141 Stefane Fermgier <sf@fermigier.com> django/trunk/django/conf/locale/zh_CN/LC_MESSAGES/django.po
r7271 r7403 9 9 "Report-Msgid-Bugs-To: \n" 10 10 "POT-Creation-Date: 2006-05-16 10:10+0200\n" 11 "PO-Revision-Date: 200 7-07-05 12:44+0800\n"12 "Last-Translator: limodou <limodou@gmail.com>\n"11 "PO-Revision-Date: 2008-04-02 11:43+0800\n" 12 "Last-Translator: hutuworm <hutuworm@gmail.com>\n" 13 13 "Language-Team: Simplified Chinese <limodou@gmail.com>\n" 14 14 "MIME-Version: 1.0\n" … … 67 67 #: newforms/models.py:178 68 68 msgid "This field is required." 69 msgstr "这个字段是必 输项。"69 msgstr "这个字段是必填项。" 70 70 71 71 #: db/models/fields/__init__.py:367 … … 444 444 #: utils/dateformat.py:40 445 445 msgid "p.m." 446 msgstr " "446 msgstr "p.m." 447 447 448 448 #: utils/dateformat.py:41 449 449 msgid "a.m." 450 msgstr " "450 msgstr "a.m." 451 451 452 452 #: utils/dateformat.py:46 453 453 msgid "PM" 454 msgstr " "454 msgstr "PM" 455 455 456 456 #: utils/dateformat.py:47 457 457 msgid "AM" 458 msgstr " "458 msgstr "AM" 459 459 460 460 #: utils/dateformat.py:95 … … 668 668 #: contrib/localflavor/jp/jp_prefectures.py:30 669 669 msgid "Osaka" 670 msgstr " 大坂"670 msgstr "大坂" 671 671 672 672 #: contrib/localflavor/jp/jp_prefectures.py:31 … … 801 801 #: contrib/localflavor/de/de_states.py:12 802 802 msgid "Mecklenburg-Western Pomerania" 803 msgstr " "803 msgstr "梅克伦堡-西部米拉尼亚" 804 804 805 805 #: contrib/localflavor/de/de_states.py:13 … … 813 813 #: contrib/localflavor/de/de_states.py:15 814 814 msgid "Rhineland-Palatinate" 815 msgstr " "815 msgstr "莱茵河法耳茨地区" 816 816 817 817 #: contrib/localflavor/de/de_states.py:16 … … 825 825 #: contrib/localflavor/de/de_states.py:18 826 826 msgid "Saxony-Anhalt" 827 msgstr " "827 msgstr "萨克森-安哈尔特" 828 828 829 829 #: contrib/localflavor/de/de_states.py:19 … … 1026 1026 #: contrib/humanize/templatetags/humanize.py:17 1027 1027 msgid "th" 1028 msgstr " "1028 msgstr "th" 1029 1029 1030 1030 #: contrib/humanize/templatetags/humanize.py:17 1031 1031 msgid "st" 1032 msgstr " "1032 msgstr "st" 1033 1033 1034 1034 #: contrib/humanize/templatetags/humanize.py:17 1035 1035 msgid "nd" 1036 msgstr " "1036 msgstr "nd" 1037 1037 1038 1038 #: contrib/humanize/templatetags/humanize.py:17 1039 1039 msgid "rd" 1040 msgstr " "1040 msgstr "rd" 1041 1041 1042 1042 #: contrib/humanize/templatetags/humanize.py:47 … … 1466 1466 "%(text)s" 1467 1467 msgstr "" 1468 "此评论由一个 肤浅的用户张贴:\n"1468 "此评论由一个粗率的用户张贴:\n" 1469 1469 "\n" 1470 1470 "%(text)s" … … 1478 1478 #: contrib/comments/views/comments.py:284 1479 1479 msgid "One or more of the required fields wasn't submitted" 1480 msgstr "一个或多个必 输字段没有被提交"1480 msgstr "一个或多个必填字段没有被提交" 1481 1481 1482 1482 #: contrib/comments/views/comments.py:196
