~ubuntu-branches/debian/sid/python-django/sid

« back to all changes in this revision

Viewing changes to django/contrib/admindocs/locale/zh_TW/LC_MESSAGES/django.po

  • Committer: Package Import Robot
  • Author(s): Raphaël Hertzog
  • Date: 2014-09-17 14:15:11 UTC
  • mfrom: (1.3.17) (6.2.18 experimental)
  • Revision ID: package-import@ubuntu.com-20140917141511-icneokthe9ww5sk4
Tags: 1.7-2
* Release to unstable.
* Add a migrate-south sample script to help users apply their South
  migrations. Thanks to Brian May.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# This file is distributed under the same license as the Django package.
2
2
#
3
3
# Translators:
4
 
# Jannis Leidel <jannis@leidel.info>, 2011
5
 
# mail6543210 <mail6543210@yahoo.com.tw>, 2013
6
 
# quantum9876 <quantum9876@gmail.com>, 2011
7
 
# yyc1217 <yyc1217@gmail.com>, 2012
 
4
# Jannis Leidel <jannis@leidel.info>, 2011.
 
5
# quantum9876 <quantum9876@gmail.com>, 2011.
 
6
#   <yyc1217@gmail.com>, 2012.
8
7
msgid ""
9
8
msgstr ""
10
 
"Project-Id-Version: django-core\n"
 
9
"Project-Id-Version: Django\n"
11
10
"Report-Msgid-Bugs-To: \n"
12
 
"POT-Creation-Date: 2013-06-02 00:30-0400\n"
13
 
"PO-Revision-Date: 2013-08-17 08:36+0000\n"
14
 
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
 
11
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
 
12
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
 
13
"Last-Translator: yyc1217 <yyc1217@gmail.com>\n"
15
14
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/django/"
16
15
"language/zh_TW/)\n"
17
16
"MIME-Version: 1.0\n"
20
19
"Language: zh_TW\n"
21
20
"Plural-Forms: nplurals=1; plural=0;\n"
22
21
 
23
 
#: views.py:59 views.py:61 views.py:63
 
22
#: views.py:58 views.py:60 views.py:62
24
23
msgid "tag:"
25
24
msgstr "標籤:"
26
25
 
27
 
#: views.py:94 views.py:96 views.py:98
 
26
#: views.py:93 views.py:95 views.py:97
28
27
msgid "filter:"
29
28
msgstr "過濾器:"
30
29
 
31
 
#: views.py:157 views.py:159 views.py:161
 
30
#: views.py:156 views.py:158 views.py:160
32
31
msgid "view:"
33
32
msgstr "視圖:"
34
33
 
35
 
#: views.py:189
 
34
#: views.py:188
36
35
#, python-format
37
36
msgid "App %r not found"
38
 
msgstr "找不到 App %r"
 
37
msgstr "應用程式 %r 没有找到"
39
38
 
40
 
#: views.py:196
 
39
#: views.py:195
41
40
#, python-format
42
41
msgid "Model %(model_name)r not found in app %(app_label)r"
43
42
msgstr "未在%(app_label)r 找到模組 %(model_name)r "
44
43
 
45
 
#: views.py:208
 
44
#: views.py:207
46
45
#, python-format
47
46
msgid "the related `%(app_label)s.%(data_type)s` object"
48
47
msgstr "有關 `%(app_label)s.%(data_type)s` 的物件"
49
48
 
50
 
#: views.py:208 views.py:227 views.py:232 views.py:246 views.py:260
51
 
#: views.py:265
 
49
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
 
50
#: views.py:264
52
51
msgid "model:"
53
52
msgstr "模型:"
54
53
 
55
 
#: views.py:223 views.py:255
 
54
#: views.py:222 views.py:254
56
55
#, python-format
57
56
msgid "related `%(app_label)s.%(object_name)s` objects"
58
57
msgstr "有關 `%(app_label)s.%(object_name)s` 的物件"
59
58
 
60
 
#: views.py:227 views.py:260
 
59
#: views.py:226 views.py:259
61
60
#, python-format
62
61
msgid "all %s"
63
62
msgstr "所有 %s"
64
63
 
65
 
#: views.py:232 views.py:265
 
64
#: views.py:231 views.py:264
66
65
#, python-format
67
66
msgid "number of %s"
68
67
msgstr "%s 的数量"
69
68
 
70
 
#. Translators: %s is an object type name
71
 
#: views.py:271
 
69
#: views.py:269
72
70
#, python-format
73
 
msgid "Attributes on %s objects"
74
 
msgstr ""
 
71
msgid "Fields on %s objects"
 
72
msgstr "%s 物件的欄位"
75
73
 
76
 
#: views.py:363
 
74
#: views.py:361
77
75
#, python-format
78
76
msgid "%s does not appear to be a urlpattern object"
79
77
msgstr "%s 似乎不是一個 urlpattern 物件"
91
89
msgstr "首頁"
92
90
 
93
91
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
94
 
#: templates/admin_doc/index.html.py:10 templates/admin_doc/index.html:14
95
92
#: templates/admin_doc/missing_docutils.html:7
96
 
#: templates/admin_doc/missing_docutils.html:14
97
93
#: templates/admin_doc/model_detail.html:15
98
94
#: templates/admin_doc/model_index.html:9
99
95
#: templates/admin_doc/template_detail.html:7
104
100
msgid "Documentation"
105
101
msgstr "文件"
106
102
 
107
 
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:29
 
103
#: templates/admin_doc/bookmarklets.html:8
108
104
msgid "Bookmarklets"
109
105
msgstr "書籤"
110
106
 
164
160
msgid "As above, but opens the admin page in a new window."
165
161
msgstr "同上,但在新視窗裡開啟管理頁面。"
166
162
 
167
 
#: templates/admin_doc/index.html:17
 
163
#: templates/admin_doc/model_detail.html:16
 
164
#: templates/admin_doc/model_index.html:10
 
165
msgid "Models"
 
166
msgstr "模型"
 
167
 
 
168
#: templates/admin_doc/template_detail.html:8
 
169
msgid "Templates"
 
170
msgstr "模版"
 
171
 
 
172
#: templates/admin_doc/template_filter_index.html:9
 
173
msgid "Filters"
 
174
msgstr "過濾器"
 
175
 
168
176
#: templates/admin_doc/template_tag_index.html:9
169
177
msgid "Tags"
170
178
msgstr "標籤"
171
179
 
172
 
#: templates/admin_doc/index.html:18
173
 
msgid "List of all the template tags and their functions."
174
 
msgstr ""
175
 
 
176
 
#: templates/admin_doc/index.html:20
177
 
#: templates/admin_doc/template_filter_index.html:9
178
 
msgid "Filters"
179
 
msgstr "過濾器"
180
 
 
181
 
#: templates/admin_doc/index.html:21
182
 
msgid ""
183
 
"Filters are actions which can be applied to variables in a template to alter "
184
 
"the output."
185
 
msgstr ""
186
 
 
187
 
#: templates/admin_doc/index.html:23 templates/admin_doc/model_detail.html:16
188
 
#: templates/admin_doc/model_index.html:10
189
 
#: templates/admin_doc/model_index.html:14
190
 
msgid "Models"
191
 
msgstr "模型"
192
 
 
193
 
#: templates/admin_doc/index.html:24
194
 
msgid ""
195
 
"Models are descriptions of all the objects in the system and their "
196
 
"associated fields. Each model has a list of fields which can be accessed as "
197
 
"template variables"
198
 
msgstr ""
199
 
 
200
 
#: templates/admin_doc/index.html:26 templates/admin_doc/view_detail.html:8
 
180
#: templates/admin_doc/view_detail.html:8
201
181
#: templates/admin_doc/view_index.html:9
202
 
#: templates/admin_doc/view_index.html:12
203
182
msgid "Views"
204
183
msgstr "視圖"
205
184
 
206
 
#: templates/admin_doc/index.html:27
207
 
msgid ""
208
 
"Each page on the public site is generated by a view. The view defines which "
209
 
"template is used to generate the page and which objects are available to "
210
 
"that template."
211
 
msgstr ""
212
 
 
213
 
#: templates/admin_doc/index.html:30
214
 
msgid "Tools for your browser to quickly access admin functionality."
215
 
msgstr ""
216
 
 
217
 
#: templates/admin_doc/missing_docutils.html:10
218
 
msgid "Please install docutils"
219
 
msgstr ""
220
 
 
221
 
#: templates/admin_doc/missing_docutils.html:17
222
 
#, python-format
223
 
msgid ""
224
 
"The admin documentation system requires Python's <a href=\"%(link)s"
225
 
"\">docutils</a> library."
226
 
msgstr ""
227
 
 
228
 
#: templates/admin_doc/missing_docutils.html:19
229
 
#, python-format
230
 
msgid ""
231
 
"Please ask your administrators to install <a href=\"%(link)s\">docutils</a>."
232
 
msgstr ""
233
 
 
234
 
#: templates/admin_doc/model_detail.html:21
235
 
#, python-format
236
 
msgid "Model: %(name)s"
237
 
msgstr ""
238
 
 
239
 
#: templates/admin_doc/model_detail.html:35
240
 
msgid "Field"
241
 
msgstr ""
242
 
 
243
 
#: templates/admin_doc/model_detail.html:36
244
 
msgid "Type"
245
 
msgstr ""
246
 
 
247
 
#: templates/admin_doc/model_detail.html:37
248
 
msgid "Description"
249
 
msgstr ""
250
 
 
251
 
#: templates/admin_doc/model_detail.html:52
252
 
msgid "Back to Models Documentation"
253
 
msgstr ""
254
 
 
255
 
#: templates/admin_doc/model_index.html:18
256
 
msgid "Model documentation"
257
 
msgstr ""
258
 
 
259
 
#: templates/admin_doc/model_index.html:43
260
 
msgid "Model groups"
261
 
msgstr ""
262
 
 
263
 
#: templates/admin_doc/template_detail.html:8
264
 
msgid "Templates"
265
 
msgstr "模版"
266
 
 
267
 
#: templates/admin_doc/template_detail.html:13
268
 
#, python-format
269
 
msgid "Template: %(name)s"
270
 
msgstr ""
271
 
 
272
 
#: templates/admin_doc/template_detail.html:16
273
 
#, python-format
274
 
msgid "Template: \"%(name)s\""
275
 
msgstr ""
276
 
 
277
 
#: templates/admin_doc/template_detail.html:20
278
 
#, python-format
279
 
msgid "Search path for template \"%(name)s\" on %(grouper)s:"
280
 
msgstr ""
281
 
 
282
 
#: templates/admin_doc/template_detail.html:23
283
 
msgid "(does not exist)"
284
 
msgstr ""
285
 
 
286
 
#: templates/admin_doc/template_detail.html:28
287
 
msgid "Back to Documentation"
288
 
msgstr ""
289
 
 
290
 
#: templates/admin_doc/template_filter_index.html:12
291
 
msgid "Template filters"
292
 
msgstr ""
293
 
 
294
 
#: templates/admin_doc/template_filter_index.html:16
295
 
msgid "Template filter documentation"
296
 
msgstr ""
297
 
 
298
 
#: templates/admin_doc/template_filter_index.html:22
299
 
#: templates/admin_doc/template_filter_index.html:43
300
 
msgid "Built-in filters"
301
 
msgstr ""
302
 
 
303
 
#: templates/admin_doc/template_filter_index.html:23
304
 
#, python-format
305
 
msgid ""
306
 
"To use these filters, put <code>%(code)s</code> in your template before "
307
 
"using the filter."
308
 
msgstr ""
309
 
 
310
 
#: templates/admin_doc/template_tag_index.html:12
311
 
msgid "Template tags"
312
 
msgstr ""
313
 
 
314
 
#: templates/admin_doc/template_tag_index.html:16
315
 
msgid "Template tag documentation"
316
 
msgstr ""
317
 
 
318
 
#: templates/admin_doc/template_tag_index.html:22
319
 
#: templates/admin_doc/template_tag_index.html:43
320
 
msgid "Built-in tags"
321
 
msgstr ""
322
 
 
323
 
#: templates/admin_doc/template_tag_index.html:23
324
 
#, python-format
325
 
msgid ""
326
 
"To use these tags, put <code>%(code)s</code> in your template before using "
327
 
"the tag."
328
 
msgstr ""
329
 
 
330
 
#: templates/admin_doc/view_detail.html:12
331
 
#, python-format
332
 
msgid "View: %(name)s"
333
 
msgstr ""
334
 
 
335
 
#: templates/admin_doc/view_detail.html:23
336
 
msgid "Context:"
337
 
msgstr ""
338
 
 
339
 
#: templates/admin_doc/view_detail.html:28
340
 
msgid "Templates:"
341
 
msgstr ""
342
 
 
343
 
#: templates/admin_doc/view_detail.html:32
344
 
msgid "Back to Views Documentation"
345
 
msgstr ""
346
 
 
347
 
#: templates/admin_doc/view_index.html:16
348
 
msgid "View documentation"
349
 
msgstr ""
350
 
 
351
 
#: templates/admin_doc/view_index.html:22
352
 
msgid "Jump to site"
353
 
msgstr ""
354
 
 
355
 
#: templates/admin_doc/view_index.html:35
356
 
#, python-format
357
 
msgid "Views by URL on %(name)s"
358
 
msgstr ""
359
 
 
360
 
#: templates/admin_doc/view_index.html:40
361
 
#, python-format
362
 
msgid "View function: %(name)s"
363
 
msgstr ""
364
 
 
365
 
#: tests/test_fields.py:29
 
185
#: tests/__init__.py:23
366
186
msgid "Boolean (Either True or False)"
367
187
msgstr "布林值 (True 或 False)"
368
188
 
369
 
#: tests/test_fields.py:39
 
189
#: tests/__init__.py:33
370
190
#, python-format
371
191
msgid "Field of type: %(field_type)s"
372
192
msgstr "欄位型態: %(field_type)s"