2011-03-01 16:54:19 +08:00
|
|
|
|
# This file is distributed under the same license as the Django package.
|
2011-01-22 01:50:35 +08:00
|
|
|
|
#
|
2012-03-14 16:55:00 +08:00
|
|
|
|
# Translators:
|
|
|
|
|
# Jannis Leidel <jannis@leidel.info>, 2011.
|
|
|
|
|
# quantum9876 <quantum9876@gmail.com>, 2011.
|
2011-01-22 01:50:35 +08:00
|
|
|
|
msgid ""
|
|
|
|
|
msgstr ""
|
|
|
|
|
"Project-Id-Version: Django\n"
|
|
|
|
|
"Report-Msgid-Bugs-To: \n"
|
2012-03-14 16:55:00 +08:00
|
|
|
|
"POT-Creation-Date: 2012-03-14 00:14-0700\n"
|
|
|
|
|
"PO-Revision-Date: 2012-02-14 13:06+0000\n"
|
2011-03-01 16:54:19 +08:00
|
|
|
|
"Last-Translator: quantum9876 <quantum9876@gmail.com>\n"
|
2012-03-14 16:55:00 +08:00
|
|
|
|
"Language-Team: Chinese (Taiwan) (http://www.transifex.net/projects/p/django/"
|
|
|
|
|
"language/zh_TW/)\n"
|
|
|
|
|
"Language: zh_TW\n"
|
2011-01-22 01:50:35 +08:00
|
|
|
|
"MIME-Version: 1.0\n"
|
|
|
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
|
|
|
"Content-Transfer-Encoding: 8bit\n"
|
2011-03-01 16:54:19 +08:00
|
|
|
|
"Plural-Forms: nplurals=1; plural=0\n"
|
2011-01-22 01:50:35 +08:00
|
|
|
|
|
2012-03-14 16:55:00 +08:00
|
|
|
|
#: views.py:57 views.py:59 views.py:61
|
2011-01-22 01:50:35 +08:00
|
|
|
|
msgid "tag:"
|
|
|
|
|
msgstr "標籤:"
|
|
|
|
|
|
2012-03-14 16:55:00 +08:00
|
|
|
|
#: views.py:92 views.py:94 views.py:96
|
2011-01-22 01:50:35 +08:00
|
|
|
|
msgid "filter:"
|
|
|
|
|
msgstr "過濾器:"
|
|
|
|
|
|
2012-03-14 16:55:00 +08:00
|
|
|
|
#: views.py:155 views.py:157 views.py:159
|
2011-01-22 01:50:35 +08:00
|
|
|
|
msgid "view:"
|
|
|
|
|
msgstr "視圖:"
|
|
|
|
|
|
2012-03-14 16:55:00 +08:00
|
|
|
|
#: views.py:187
|
2011-01-22 01:50:35 +08:00
|
|
|
|
#, python-format
|
|
|
|
|
msgid "App %r not found"
|
|
|
|
|
msgstr "應用程式 %r 没有找到"
|
|
|
|
|
|
2012-03-14 16:55:00 +08:00
|
|
|
|
#: views.py:194
|
2011-03-01 16:54:19 +08:00
|
|
|
|
#, python-format
|
2011-01-22 01:50:35 +08:00
|
|
|
|
msgid "Model %(model_name)r not found in app %(app_label)r"
|
2011-03-01 16:54:19 +08:00
|
|
|
|
msgstr "未在%(app_label)r 找到模組 %(model_name)r "
|
2011-01-22 01:50:35 +08:00
|
|
|
|
|
2012-03-14 16:55:00 +08:00
|
|
|
|
#: views.py:206
|
2011-03-01 16:54:19 +08:00
|
|
|
|
#, python-format
|
2011-01-22 01:50:35 +08:00
|
|
|
|
msgid "the related `%(app_label)s.%(data_type)s` object"
|
2011-03-01 16:54:19 +08:00
|
|
|
|
msgstr "有關 `%(app_label)s.%(data_type)s` 的物件"
|
2011-01-22 01:50:35 +08:00
|
|
|
|
|
2012-03-14 16:55:00 +08:00
|
|
|
|
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
|
|
|
|
|
#: views.py:263
|
2011-01-22 01:50:35 +08:00
|
|
|
|
msgid "model:"
|
|
|
|
|
msgstr "模型:"
|
|
|
|
|
|
2012-03-14 16:55:00 +08:00
|
|
|
|
#: views.py:221 views.py:253
|
2011-03-01 16:54:19 +08:00
|
|
|
|
#, python-format
|
2011-01-22 01:50:35 +08:00
|
|
|
|
msgid "related `%(app_label)s.%(object_name)s` objects"
|
2011-03-01 16:54:19 +08:00
|
|
|
|
msgstr "有關 `%(app_label)s.%(object_name)s` 的物件"
|
2011-01-22 01:50:35 +08:00
|
|
|
|
|
2012-03-14 16:55:00 +08:00
|
|
|
|
#: views.py:225 views.py:258
|
2011-01-22 01:50:35 +08:00
|
|
|
|
#, python-format
|
|
|
|
|
msgid "all %s"
|
|
|
|
|
msgstr "所有 %s"
|
|
|
|
|
|
2012-03-14 16:55:00 +08:00
|
|
|
|
#: views.py:230 views.py:263
|
2011-01-22 01:50:35 +08:00
|
|
|
|
#, python-format
|
|
|
|
|
msgid "number of %s"
|
|
|
|
|
msgstr "%s 的数量"
|
|
|
|
|
|
2012-03-14 16:55:00 +08:00
|
|
|
|
#: views.py:268
|
2011-01-22 01:50:35 +08:00
|
|
|
|
#, python-format
|
|
|
|
|
msgid "Fields on %s objects"
|
|
|
|
|
msgstr "%s 物件的欄位"
|
|
|
|
|
|
2012-03-14 16:55:00 +08:00
|
|
|
|
#: views.py:360
|
2011-01-22 01:50:35 +08:00
|
|
|
|
#, python-format
|
|
|
|
|
msgid "%s does not appear to be a urlpattern object"
|
|
|
|
|
msgstr "%s 似乎不是一個 urlpattern 物件"
|
|
|
|
|
|
2012-03-14 16:55:00 +08:00
|
|
|
|
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
|
|
|
|
|
#: templates/admin_doc/missing_docutils.html:7
|
|
|
|
|
#: templates/admin_doc/model_detail.html:15
|
|
|
|
|
#: templates/admin_doc/model_index.html:9
|
|
|
|
|
#: templates/admin_doc/template_detail.html:7
|
|
|
|
|
#: templates/admin_doc/template_filter_index.html:8
|
|
|
|
|
#: templates/admin_doc/template_tag_index.html:8
|
|
|
|
|
#: templates/admin_doc/view_detail.html:7
|
|
|
|
|
#: templates/admin_doc/view_index.html:8
|
2011-01-22 01:50:35 +08:00
|
|
|
|
msgid "Home"
|
|
|
|
|
msgstr "首頁"
|
|
|
|
|
|
2012-03-14 16:55:00 +08:00
|
|
|
|
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
|
|
|
|
|
#: templates/admin_doc/missing_docutils.html:8
|
|
|
|
|
#: templates/admin_doc/model_detail.html:16
|
|
|
|
|
#: templates/admin_doc/model_index.html:10
|
|
|
|
|
#: templates/admin_doc/template_detail.html:8
|
|
|
|
|
#: templates/admin_doc/template_filter_index.html:9
|
|
|
|
|
#: templates/admin_doc/template_tag_index.html:9
|
|
|
|
|
#: templates/admin_doc/view_detail.html:8
|
|
|
|
|
#: templates/admin_doc/view_index.html:9
|
2011-01-22 01:50:35 +08:00
|
|
|
|
msgid "Documentation"
|
|
|
|
|
msgstr "文件"
|
|
|
|
|
|
2012-03-14 16:55:00 +08:00
|
|
|
|
#: templates/admin_doc/bookmarklets.html:9
|
2011-01-22 01:50:35 +08:00
|
|
|
|
msgid "Bookmarklets"
|
|
|
|
|
msgstr "書籤"
|
|
|
|
|
|
2012-03-14 16:55:00 +08:00
|
|
|
|
#: templates/admin_doc/bookmarklets.html:12
|
2011-01-22 01:50:35 +08:00
|
|
|
|
msgid "Documentation bookmarklets"
|
|
|
|
|
msgstr "文件 bookmarklets"
|
|
|
|
|
|
2012-03-14 16:55:00 +08:00
|
|
|
|
#: templates/admin_doc/bookmarklets.html:16
|
2011-01-22 01:50:35 +08:00
|
|
|
|
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\">要安裝 bookmarklet,把連結拖進你的書籤工具列,或右擊該連結"
|
|
|
|
|
"後新增到你的書籤裡。現在你可以從網站的任何頁面來選擇 bookmarklet。注意其中某"
|
|
|
|
|
"些 bookmarklet 要求你必須是從被稱為 \"內部\" 的電腦來檢視網站的 (如果你不確定"
|
|
|
|
|
"你的電腦是否在 \"內部\",那就和你的系統管理員談談)。</p>\n"
|
|
|
|
|
|
2012-03-14 16:55:00 +08:00
|
|
|
|
#: templates/admin_doc/bookmarklets.html:26
|
2011-01-22 01:50:35 +08:00
|
|
|
|
msgid "Documentation for this page"
|
|
|
|
|
msgstr "本頁面的文件"
|
|
|
|
|
|
2012-03-14 16:55:00 +08:00
|
|
|
|
#: templates/admin_doc/bookmarklets.html:27
|
2011-01-22 01:50:35 +08:00
|
|
|
|
msgid ""
|
|
|
|
|
"Jumps you from any page to the documentation for the view that generates "
|
|
|
|
|
"that page."
|
|
|
|
|
msgstr "讓你跳到用來產生該頁面之檢視的任何一頁文件。"
|
|
|
|
|
|
2012-03-14 16:55:00 +08:00
|
|
|
|
#: templates/admin_doc/bookmarklets.html:29
|
2011-01-22 01:50:35 +08:00
|
|
|
|
msgid "Show object ID"
|
|
|
|
|
msgstr "顯示物件 ID"
|
|
|
|
|
|
2012-03-14 16:55:00 +08:00
|
|
|
|
#: templates/admin_doc/bookmarklets.html:30
|
2011-01-22 01:50:35 +08:00
|
|
|
|
msgid ""
|
|
|
|
|
"Shows the content-type and unique ID for pages that represent a single "
|
|
|
|
|
"object."
|
|
|
|
|
msgstr "顯示用來表示單一物件的頁面 content-type 與唯一 ID。"
|
|
|
|
|
|
2012-03-14 16:55:00 +08:00
|
|
|
|
#: templates/admin_doc/bookmarklets.html:32
|
2011-01-22 01:50:35 +08:00
|
|
|
|
msgid "Edit this object (current window)"
|
|
|
|
|
msgstr "編輯此物件 (目前視窗)"
|
|
|
|
|
|
2012-03-14 16:55:00 +08:00
|
|
|
|
#: templates/admin_doc/bookmarklets.html:33
|
2011-01-22 01:50:35 +08:00
|
|
|
|
msgid "Jumps to the admin page for pages that represent a single object."
|
|
|
|
|
msgstr "跳到用來表示單一物件的管理頁面。"
|
|
|
|
|
|
2012-03-14 16:55:00 +08:00
|
|
|
|
#: templates/admin_doc/bookmarklets.html:35
|
2011-01-22 01:50:35 +08:00
|
|
|
|
msgid "Edit this object (new window)"
|
|
|
|
|
msgstr "編輯此物件 (新視窗)"
|
|
|
|
|
|
2012-03-14 16:55:00 +08:00
|
|
|
|
#: templates/admin_doc/bookmarklets.html:36
|
2011-01-22 01:50:35 +08:00
|
|
|
|
msgid "As above, but opens the admin page in a new window."
|
|
|
|
|
msgstr "同上,但在新視窗裡開啟管理頁面。"
|
2012-03-14 16:55:00 +08:00
|
|
|
|
|
|
|
|
|
#: templates/admin_doc/model_detail.html:17
|
|
|
|
|
#: templates/admin_doc/model_index.html:11
|
|
|
|
|
msgid "Models"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: templates/admin_doc/template_detail.html:9
|
|
|
|
|
msgid "Templates"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: templates/admin_doc/template_filter_index.html:10
|
|
|
|
|
msgid "Filters"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: templates/admin_doc/template_tag_index.html:10
|
|
|
|
|
msgid "Tags"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: templates/admin_doc/view_detail.html:9
|
|
|
|
|
#: templates/admin_doc/view_index.html:10
|
|
|
|
|
msgid "Views"
|
|
|
|
|
msgstr ""
|