142 lines
4.2 KiB
Plaintext
142 lines
4.2 KiB
Plaintext
# This file is distributed under the same license as the Django package.
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Django\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2011-03-15 13:14-0400\n"
|
|
"PO-Revision-Date: 2011-03-04 18:37+0000\n"
|
|
"Last-Translator: Jannis <jannis@leidel.info>\n"
|
|
"Language-Team: Chinese (China) <None>\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"Language: zh_CN\n"
|
|
"Plural-Forms: nplurals=1; plural=0\n"
|
|
|
|
#: views.py:63 views.py:65 views.py:67
|
|
msgid "tag:"
|
|
msgstr "标签:"
|
|
|
|
#: views.py:98 views.py:100 views.py:102
|
|
msgid "filter:"
|
|
msgstr "过滤器:"
|
|
|
|
#: views.py:162 views.py:164 views.py:166
|
|
msgid "view:"
|
|
msgstr "视图:"
|
|
|
|
#: views.py:194
|
|
#, python-format
|
|
msgid "App %r not found"
|
|
msgstr "应用 %r 没有找到"
|
|
|
|
#: views.py:201
|
|
#, python-format
|
|
msgid "Model %(model_name)r not found in app %(app_label)r"
|
|
msgstr "在应用 %(app_label)r 里找不到模型 %(model_name)r"
|
|
|
|
#: views.py:213
|
|
#, python-format
|
|
msgid "the related `%(app_label)s.%(data_type)s` object"
|
|
msgstr "相关的 `%(app_label)s.%(data_type)s` 对象"
|
|
|
|
#: views.py:213 views.py:232 views.py:237 views.py:251 views.py:265
|
|
#: views.py:270
|
|
msgid "model:"
|
|
msgstr "模型:"
|
|
|
|
#: views.py:228 views.py:260
|
|
#, python-format
|
|
msgid "related `%(app_label)s.%(object_name)s` objects"
|
|
msgstr "相关的 `%(app_label)s.%(object_name)s` 对象"
|
|
|
|
#: views.py:232 views.py:265
|
|
#, python-format
|
|
msgid "all %s"
|
|
msgstr "所有 %s"
|
|
|
|
#: views.py:237 views.py:270
|
|
#, python-format
|
|
msgid "number of %s"
|
|
msgstr "%s 的数量"
|
|
|
|
#: views.py:275
|
|
#, python-format
|
|
msgid "Fields on %s objects"
|
|
msgstr "%s 对象的字段"
|
|
|
|
#: views.py:365
|
|
#, python-format
|
|
msgid "%s does not appear to be a urlpattern object"
|
|
msgstr "%s 似乎不是一个 urlpattern 对象"
|
|
|
|
#: templates/admin_doc/bookmarklets.html:3
|
|
msgid "Home"
|
|
msgstr "首页"
|
|
|
|
#: templates/admin_doc/bookmarklets.html:3
|
|
msgid "Documentation"
|
|
msgstr "文档"
|
|
|
|
#: templates/admin_doc/bookmarklets.html:3
|
|
msgid "Bookmarklets"
|
|
msgstr "书签"
|
|
|
|
#: templates/admin_doc/bookmarklets.html:4
|
|
msgid "Documentation bookmarklets"
|
|
msgstr "文档书签"
|
|
|
|
#: templates/admin_doc/bookmarklets.html:8
|
|
msgid ""
|
|
"\n"
|
|
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
|
|
"toolbar, or right-click the link and add it to your bookmarks. Now you can\n"
|
|
"select the bookmarklet from any page in the site. Note that some of these\n"
|
|
"bookmarklets require you to be viewing the site from a computer designated\n"
|
|
"as \"internal\" (talk to your system administrator if you aren't sure if\n"
|
|
"your computer is \"internal\").</p>\n"
|
|
msgstr ""
|
|
"\n"
|
|
"<p class=\"help\">为了安装书签,将链接拖到你的书签工具条,\n"
|
|
"或者鼠标右击链接,添加到你的书签中。现在你可以从这个站\n"
|
|
"点的任何页面选择书签。注意,其中某些书签要求你在一台\n"
|
|
"被指定为\"内部\"的计算机上查看(如果不确定你的计算机\n"
|
|
"是否为\"内部\"的,不妨跟你的系统管理员沟通一下)。</p>\n"
|
|
|
|
#: templates/admin_doc/bookmarklets.html:18
|
|
msgid "Documentation for this page"
|
|
msgstr "关于本页面的文档"
|
|
|
|
#: templates/admin_doc/bookmarklets.html:19
|
|
msgid ""
|
|
"Jumps you from any page to the documentation for the view that generates "
|
|
"that page."
|
|
msgstr "从任何页面跳转到生成该页面的 view 文档。"
|
|
|
|
#: templates/admin_doc/bookmarklets.html:21
|
|
msgid "Show object ID"
|
|
msgstr "显示对象 ID"
|
|
|
|
#: templates/admin_doc/bookmarklets.html:22
|
|
msgid ""
|
|
"Shows the content-type and unique ID for pages that represent a single "
|
|
"object."
|
|
msgstr "为那些展现单个对象的页面,显示 content-type 和唯一 ID。"
|
|
|
|
#: templates/admin_doc/bookmarklets.html:24
|
|
msgid "Edit this object (current window)"
|
|
msgstr "编辑该对象(当前窗口)"
|
|
|
|
#: templates/admin_doc/bookmarklets.html:25
|
|
msgid "Jumps to the admin page for pages that represent a single object."
|
|
msgstr "跳转到用于展现单个对象的页面的管理页。"
|
|
|
|
#: templates/admin_doc/bookmarklets.html:27
|
|
msgid "Edit this object (new window)"
|
|
msgstr "编辑该对象(新窗口)"
|
|
|
|
#: templates/admin_doc/bookmarklets.html:28
|
|
msgid "As above, but opens the admin page in a new window."
|
|
msgstr "同上,但在新窗口中打开管理页面。"
|