Ticket #11528: django-chinese-translation-rev11298.diff

File django-chinese-translation-rev11298.diff, 6.3 KB (added by QingFeng, 15 years ago)
  • django/conf/locale/zh_CN/LC_MESSAGES/django.po

     
    55"Project-Id-Version: Django\n"
    66"Report-Msgid-Bugs-To: \n"
    77"POT-Creation-Date: 2008-12-02 22:52+0800\n"
    8 "PO-Revision-Date: 2008-11-19 17:38+0800\n"
    9 "Last-Translator: Liang Feng <hutuworm@gmail.com>\n"
    10 "Language-Team: Simplified Chinese <hutuworm@gmail.com>\n"
     8"PO-Revision-Date: 2009-07-23 11:47+0800\n"
     9"Last-Translator: Qing Feng <paradise.qingfeng@gmail.com>\n"
     10"Language-Team: Simplified Chinese <paradise.qingfeng@gmail.com>\n"
    1111"MIME-Version: 1.0\n"
    1212"Content-Type: text/plain; charset=UTF-8\n"
    1313"Content-Transfer-Encoding: 8bit\n"
     
    220220msgid "Traditional Chinese"
    221221msgstr "繁体中文"
    222222
     223#: contrib/admin/actions.py:60
     224#, python-format
     225msgid "Successfully deleted %(count)d %(items)s."
     226msgstr "删除了%(count)d的%(items)s"
     227
     228#: contrib/admin/actions.py:67 contrib/admin/options.py:1027
     229msgid "Are you sure?"
     230msgstr "你确认吗?"
     231
     232#: contrib/admin/actions.py:85
     233#, python-format
     234msgid "Delete selected %(verbose_name_plural)s"
     235msgstr "删除了选择的%(verbose_name_plural)s"
     236
    223237#: contrib/admin/filterspecs.py:44
    224238#, python-format
    225239msgid ""
     
    640654msgid "None available"
    641655msgstr "无可用的"
    642656
     657#: contrib/admin/templates/admin/index.html:72
     658msgid "Unknown content"
     659msgstr "未知内容"
     660
    643661#: contrib/admin/templates/admin/invalid_setup.html:7
    644662msgid ""
    645663"Something's wrong with your database installation. Make sure the appropriate "
     
    685703msgid "Show all"
    686704msgstr "显示全部"
    687705
     706#: contrib/admin/templates/admin/pagination.html:11
     707#: contrib/admin/templates/admin/submit_line.html:3
     708msgid "Save"
     709msgstr "保存"
     710
     711#: contrib/admin/templates/admin/search_form.html:8
     712msgid "Search"
     713msgstr "搜索"
     714
    688715#: contrib/admin/templates/admin/search_form.html:8
    689716msgid "Go"
    690717msgstr "执行"
     
    13471374msgid "Metadata"
    13481375msgstr "元数据"
    13491376
     1377#: contrib/comments/feeds.py:13
     1378#, python-format
     1379msgid "%(site_name)s comments"
     1380msgstr "%(site_name)s的评论"
     1381
     1382#: contrib/comments/feeds.py:23
     1383#, python-format
     1384msgid "Latest comments on %(site_name)s"
     1385msgstr "%(site_name)s的最新评论"
     1386
    13501387#: contrib/comments/forms.py:19
    13511388#: contrib/comments/templates/comments/moderation_queue.html:34
    13521389msgid "Name"
     
    14231460"only."
    14241461msgstr "此评论由一位验证用户发表,因此该用户名是只读的。"
    14251462
     1463#: contrib/comments/models.py:77
     1464msgid "comments"
     1465msgstr "评论"
     1466
     1467#: contrib/comments/models.py:119
     1468
    14261469#: contrib/comments/models.py:124
    14271470msgid ""
    14281471"This comment was posted by an authenticated user and thus the email is read-"
     
    14441487"\n"
    14451488"http://%(domain)s%(url)s"
    14461489
     1490#: contrib/comments/models.py:170
     1491msgid "flag"
     1492msgstr "标记"
     1493
     1494#: contrib/comments/models.py:171
     1495msgid "date"
     1496msgstr "标记时间"
     1497
     1498#: contrib/comments/models.py:181
     1499msgid "comment flag"
     1500msgstr "评论标记"
     1501
     1502#: contrib/comments/models.py:182
     1503msgid "comment flags"
     1504msgstr "评论标记"
     1505
    14471506#: contrib/comments/templates/comments/approve.html:4
    14481507msgid "Approve a comment"
    14491508msgstr "批准评论"
     
    15741633msgid "python model class name"
    15751634msgstr "python 模型类名"
    15761635
    1577 #: contrib/contenttypes/models.py:71
    1578 msgid "content type"
    1579 msgstr "内容类型"
    1580 
    15811636#: contrib/contenttypes/models.py:72
    15821637msgid "content types"
    15831638msgstr "内容类型"
     
    16551710msgid "Invalid geometry type."
    16561711msgstr "无效几何类型。"
    16571712
     1713#: contrib/gis/forms/fields.py:20
     1714msgid ""
     1715"An error occurred when transforming the geometry to the SRID of the geometry "
     1716"form field."
     1717msgstr ""
     1718"几何形状的SRID字段发生试图转换错误"
     1719"ました。"
     1720
    16581721#: contrib/humanize/templatetags/humanize.py:19
    16591722msgid "th"
    16601723msgstr "th"
     
    27892852msgstr "税号(NIP)校验和错误。"
    27902853
    27912854#: contrib/localflavor/pl/forms.py:111
    2792 msgid "National Business Register Number (REGON) consists of 7 or 9 digits."
    2793 msgstr "国家商业注册号码(REGON)由 7 位或 9 位数字组成。"
     2855msgid "National Business Register Number (REGON) consists of 9 or 14 digits."
     2856msgstr "国家商业注册号码(REGON)由 9 位或 14 位数字组成。"
    27942857
    27952858#: contrib/localflavor/pl/forms.py:112
    27962859msgid "Wrong checksum for the National Business Register Number (REGON)."
     
    37963859msgid "Order"
    37973860msgstr "排序"
    37983861
     3862#: forms/models.py:367
     3863#, python-format
     3864msgid "%(field_name)s must be unique for %(date_field)s %(lookup)s."
     3865msgstr ""
     3866"在%(date_field)s %(lookup)s 需要唯一的 %(field_name)s"
     3867
     3868#: forms/models.py:594
     3869#, python-format
     3870msgid "Please correct the duplicate data for %(field)s."
     3871msgstr "请修改%(field)s的重复数据"
     3872
     3873#: forms/models.py:598
     3874#, python-format
     3875msgid "Please correct the duplicate data for %(field)s, which must be unique."
     3876msgstr "请修改%(field)s的重复数据.这个字段必须唯一"
     3877
     3878#: forms/models.py:604
     3879#, python-format
     3880msgid ""
     3881"Please correct the duplicate data for %(field_name)s which must be unique "
     3882"for the %(lookup)s in %(date_field)s."
     3883msgstr "请修正%(field_name)s的重复数据.%(date_field)s %(lookup)s 在 %(field_name)s 必须保证唯一."
     3884 
     3885#: forms/models.py:612
     3886msgid "Please correct the duplicate values below."
     3887msgstr "请修正重复的数据"
     3888
     3889#: forms/models.py:381 forms/models.py:389
     3890#, python-format
     3891
    37993892#: forms/models.py:281 forms/models.py:290
    38003893#, python-format
    38013894msgid "%(model_name)s with this %(field_label)s already exists."
  • django/conf/locale/zh_CN/LC_MESSAGES/djangojs.po

     
    99"Report-Msgid-Bugs-To: \n"
    1010"POT-Creation-Date: 2006-03-21 18:43+0800\n"
    1111"PO-Revision-Date: 2006-09-25 08:35+0800\n"
    12 "Last-Translator: limodou <limodou@gmail.com>\n"
    13 "Language-Team: limodou <limodou@gmail.com>\n"
     12"Last-Translator: Qing Feng <paradise.qingfeng@gmail.com>\n"
     13"Language-Team: Qing Feng <paradise.qingfeng@gmail.com>\n"
    1414"MIME-Version: 1.0\n"
    1515"Content-Type: text/plain; charset=utf-8\n"
    1616"Content-Transfer-Encoding: 8bit\n"
Back to Top