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

« back to all changes in this revision

Viewing changes to django/contrib/admindocs/locale/th/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:
5
5
# Vichai Vongvorakul <vongvichai@gmail.com>, 2012
6
6
msgid ""
7
7
msgstr ""
8
 
"Project-Id-Version: django-core\n"
 
8
"Project-Id-Version: django\n"
9
9
"Report-Msgid-Bugs-To: \n"
10
 
"POT-Creation-Date: 2013-06-02 00:30-0400\n"
11
 
"PO-Revision-Date: 2013-08-17 08:36+0000\n"
 
10
"POT-Creation-Date: 2014-05-19 15:12+0200\n"
 
11
"PO-Revision-Date: 2014-05-20 09:38+0000\n"
12
12
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
13
13
"Language-Team: Thai (http://www.transifex.com/projects/p/django/language/"
14
14
"th/)\n"
18
18
"Language: th\n"
19
19
"Plural-Forms: nplurals=1; plural=0;\n"
20
20
 
21
 
#: views.py:59 views.py:61 views.py:63
22
 
msgid "tag:"
23
 
msgstr "ป้ายกำกับ:"
24
 
 
25
 
#: views.py:94 views.py:96 views.py:98
26
 
msgid "filter:"
27
 
msgstr "ตัวกรอง:"
28
 
 
29
 
#: views.py:157 views.py:159 views.py:161
30
 
msgid "view:"
31
 
msgstr "ดู:"
32
 
 
33
 
#: views.py:189
34
 
#, python-format
35
 
msgid "App %r not found"
36
 
msgstr "ไม่พบแอป %r "
37
 
 
38
 
#: views.py:196
39
 
#, python-format
40
 
msgid "Model %(model_name)r not found in app %(app_label)r"
41
 
msgstr "ไม่พบโมเดล %(model_name)r ในแอป %(app_label)r"
42
 
 
43
 
#: views.py:208
44
 
#, python-format
45
 
msgid "the related `%(app_label)s.%(data_type)s` object"
46
 
msgstr "ความสัมพันธ์`%(app_label)s.%(data_type)s` อ็อบเจ็กต์"
47
 
 
48
 
#: views.py:208 views.py:227 views.py:232 views.py:246 views.py:260
49
 
#: views.py:265
50
 
msgid "model:"
51
 
msgstr "โมเดล:"
52
 
 
53
 
#: views.py:223 views.py:255
54
 
#, python-format
55
 
msgid "related `%(app_label)s.%(object_name)s` objects"
56
 
msgstr "ความสัมพันธ์`%(app_label)s.%(object_name)s` อ็อบเจ็กต์"
57
 
 
58
 
#: views.py:227 views.py:260
59
 
#, python-format
60
 
msgid "all %s"
61
 
msgstr "ทั้งหมด %s "
62
 
 
63
 
#: views.py:232 views.py:265
64
 
#, python-format
65
 
msgid "number of %s"
66
 
msgstr "จำนวนของ %s"
67
 
 
68
 
#. Translators: %s is an object type name
69
 
#: views.py:271
70
 
#, python-format
71
 
msgid "Attributes on %s objects"
 
21
#: contrib/admindocs/apps.py:8
 
22
msgid "Administrative Documentation"
72
23
msgstr ""
73
24
 
74
 
#: views.py:363
75
 
#, python-format
76
 
msgid "%s does not appear to be a urlpattern object"
77
 
msgstr "%s ดูเหมือนจะไม่ใช่ urlpattern อ็อบเจ็กต์"
78
 
 
79
 
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
80
 
#: templates/admin_doc/missing_docutils.html:6
81
 
#: templates/admin_doc/model_detail.html:14
82
 
#: templates/admin_doc/model_index.html:8
83
 
#: templates/admin_doc/template_detail.html:6
84
 
#: templates/admin_doc/template_filter_index.html:7
85
 
#: templates/admin_doc/template_tag_index.html:7
86
 
#: templates/admin_doc/view_detail.html:6
87
 
#: templates/admin_doc/view_index.html:7
 
25
#: contrib/admindocs/templates/admin_doc/bookmarklets.html:6
 
26
#: contrib/admindocs/templates/admin_doc/index.html:6
 
27
#: contrib/admindocs/templates/admin_doc/missing_docutils.html:6
 
28
#: contrib/admindocs/templates/admin_doc/model_detail.html:14
 
29
#: contrib/admindocs/templates/admin_doc/model_index.html:8
 
30
#: contrib/admindocs/templates/admin_doc/template_detail.html:6
 
31
#: contrib/admindocs/templates/admin_doc/template_filter_index.html:7
 
32
#: contrib/admindocs/templates/admin_doc/template_tag_index.html:7
 
33
#: contrib/admindocs/templates/admin_doc/view_detail.html:6
 
34
#: contrib/admindocs/templates/admin_doc/view_index.html:7
88
35
msgid "Home"
89
36
msgstr "หน้าหลัก"
90
37
 
91
 
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
92
 
#: templates/admin_doc/index.html.py:10 templates/admin_doc/index.html:14
93
 
#: templates/admin_doc/missing_docutils.html:7
94
 
#: templates/admin_doc/missing_docutils.html:14
95
 
#: templates/admin_doc/model_detail.html:15
96
 
#: templates/admin_doc/model_index.html:9
97
 
#: templates/admin_doc/template_detail.html:7
98
 
#: templates/admin_doc/template_filter_index.html:8
99
 
#: templates/admin_doc/template_tag_index.html:8
100
 
#: templates/admin_doc/view_detail.html:7
101
 
#: templates/admin_doc/view_index.html:8
 
38
#: contrib/admindocs/templates/admin_doc/bookmarklets.html:7
 
39
#: contrib/admindocs/templates/admin_doc/index.html:7
 
40
#: contrib/admindocs/templates/admin_doc/index.html:10
 
41
#: contrib/admindocs/templates/admin_doc/index.html:14
 
42
#: contrib/admindocs/templates/admin_doc/missing_docutils.html:7
 
43
#: contrib/admindocs/templates/admin_doc/missing_docutils.html:14
 
44
#: contrib/admindocs/templates/admin_doc/model_detail.html:15
 
45
#: contrib/admindocs/templates/admin_doc/model_index.html:9
 
46
#: contrib/admindocs/templates/admin_doc/template_detail.html:7
 
47
#: contrib/admindocs/templates/admin_doc/template_filter_index.html:8
 
48
#: contrib/admindocs/templates/admin_doc/template_tag_index.html:8
 
49
#: contrib/admindocs/templates/admin_doc/view_detail.html:7
 
50
#: contrib/admindocs/templates/admin_doc/view_index.html:8
102
51
msgid "Documentation"
103
52
msgstr "เอกสารประกอบ"
104
53
 
105
 
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:29
 
54
#: contrib/admindocs/templates/admin_doc/bookmarklets.html:8
 
55
#: contrib/admindocs/templates/admin_doc/index.html:29
106
56
msgid "Bookmarklets"
107
57
msgstr "Bookmarklets"
108
58
 
109
 
#: templates/admin_doc/bookmarklets.html:11
 
59
#: contrib/admindocs/templates/admin_doc/bookmarklets.html:11
110
60
msgid "Documentation bookmarklets"
111
61
msgstr "Documentation bookmarklets"
112
62
 
113
 
#: templates/admin_doc/bookmarklets.html:15
 
63
#: contrib/admindocs/templates/admin_doc/bookmarklets.html:15
114
64
msgid ""
115
65
"\n"
116
66
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
128
78
"as \"internal\" (talk to your system administrator if you aren't sure if\n"
129
79
"your computer is \"internal\").</p>\n"
130
80
 
131
 
#: templates/admin_doc/bookmarklets.html:25
 
81
#: contrib/admindocs/templates/admin_doc/bookmarklets.html:25
132
82
msgid "Documentation for this page"
133
83
msgstr "เอกสารสำหรับหน้านี้"
134
84
 
135
 
#: templates/admin_doc/bookmarklets.html:26
 
85
#: contrib/admindocs/templates/admin_doc/bookmarklets.html:26
136
86
msgid ""
137
87
"Jumps you from any page to the documentation for the view that generates "
138
88
"that page."
139
89
msgstr "ย้ายจากทุกหน้าไปที่วิวที่สร้างหน้านั้นขึ้นมา"
140
90
 
141
 
#: templates/admin_doc/bookmarklets.html:28
 
91
#: contrib/admindocs/templates/admin_doc/bookmarklets.html:28
142
92
msgid "Show object ID"
143
93
msgstr "แสดงอ็อบเจ็กต์ไอดี"
144
94
 
145
 
#: templates/admin_doc/bookmarklets.html:29
 
95
#: contrib/admindocs/templates/admin_doc/bookmarklets.html:29
146
96
msgid ""
147
97
"Shows the content-type and unique ID for pages that represent a single "
148
98
"object."
149
99
msgstr "แสดง content-type และ unique ID เพื่อแสดงอ็อบเจ็กต์เพียงอย่างเดียว."
150
100
 
151
 
#: templates/admin_doc/bookmarklets.html:31
 
101
#: contrib/admindocs/templates/admin_doc/bookmarklets.html:31
152
102
msgid "Edit this object (current window)"
153
103
msgstr "แก้ไขออปเจ็กนี้ (ในหน้าต่างปัจจุบัน)"
154
104
 
155
 
#: templates/admin_doc/bookmarklets.html:32
 
105
#: contrib/admindocs/templates/admin_doc/bookmarklets.html:32
156
106
msgid "Jumps to the admin page for pages that represent a single object."
157
107
msgstr "ไปที่หน้าแอดมินเพื่อแสดงอ็อบเจ็กต์เพียงอย่างเดียว."
158
108
 
159
 
#: templates/admin_doc/bookmarklets.html:34
 
109
#: contrib/admindocs/templates/admin_doc/bookmarklets.html:34
160
110
msgid "Edit this object (new window)"
161
111
msgstr "แก้ไขออปเจ็กนี้ (หน้าใหม่)"
162
112
 
163
 
#: templates/admin_doc/bookmarklets.html:35
 
113
#: contrib/admindocs/templates/admin_doc/bookmarklets.html:35
164
114
msgid "As above, but opens the admin page in a new window."
165
115
msgstr "เหมือนด้านบน แต่เปิดหน้าต่างผู้ดูแลระบบในหน้าต่างใหม่"
166
116
 
167
 
#: templates/admin_doc/index.html:17
168
 
#: templates/admin_doc/template_tag_index.html:9
 
117
#: contrib/admindocs/templates/admin_doc/index.html:17
 
118
#: contrib/admindocs/templates/admin_doc/template_tag_index.html:9
169
119
msgid "Tags"
170
120
msgstr "Tags:"
171
121
 
172
 
#: templates/admin_doc/index.html:18
 
122
#: contrib/admindocs/templates/admin_doc/index.html:18
173
123
msgid "List of all the template tags and their functions."
174
124
msgstr ""
175
125
 
176
 
#: templates/admin_doc/index.html:20
177
 
#: templates/admin_doc/template_filter_index.html:9
 
126
#: contrib/admindocs/templates/admin_doc/index.html:20
 
127
#: contrib/admindocs/templates/admin_doc/template_filter_index.html:9
178
128
msgid "Filters"
179
129
msgstr "Filters"
180
130
 
181
 
#: templates/admin_doc/index.html:21
 
131
#: contrib/admindocs/templates/admin_doc/index.html:21
182
132
msgid ""
183
133
"Filters are actions which can be applied to variables in a template to alter "
184
134
"the output."
185
135
msgstr ""
186
136
 
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
 
137
#: contrib/admindocs/templates/admin_doc/index.html:23
 
138
#: contrib/admindocs/templates/admin_doc/model_detail.html:16
 
139
#: contrib/admindocs/templates/admin_doc/model_index.html:10
 
140
#: contrib/admindocs/templates/admin_doc/model_index.html:14
190
141
msgid "Models"
191
142
msgstr "Models"
192
143
 
193
 
#: templates/admin_doc/index.html:24
 
144
#: contrib/admindocs/templates/admin_doc/index.html:24
194
145
msgid ""
195
146
"Models are descriptions of all the objects in the system and their "
196
147
"associated fields. Each model has a list of fields which can be accessed as "
197
148
"template variables"
198
149
msgstr ""
199
150
 
200
 
#: templates/admin_doc/index.html:26 templates/admin_doc/view_detail.html:8
201
 
#: templates/admin_doc/view_index.html:9
202
 
#: templates/admin_doc/view_index.html:12
 
151
#: contrib/admindocs/templates/admin_doc/index.html:26
 
152
#: contrib/admindocs/templates/admin_doc/view_detail.html:8
 
153
#: contrib/admindocs/templates/admin_doc/view_index.html:9
 
154
#: contrib/admindocs/templates/admin_doc/view_index.html:12
203
155
msgid "Views"
204
156
msgstr "View"
205
157
 
206
 
#: templates/admin_doc/index.html:27
 
158
#: contrib/admindocs/templates/admin_doc/index.html:27
207
159
msgid ""
208
160
"Each page on the public site is generated by a view. The view defines which "
209
161
"template is used to generate the page and which objects are available to "
210
162
"that template."
211
163
msgstr ""
212
164
 
213
 
#: templates/admin_doc/index.html:30
 
165
#: contrib/admindocs/templates/admin_doc/index.html:30
214
166
msgid "Tools for your browser to quickly access admin functionality."
215
167
msgstr ""
216
168
 
217
 
#: templates/admin_doc/missing_docutils.html:10
 
169
#: contrib/admindocs/templates/admin_doc/missing_docutils.html:10
218
170
msgid "Please install docutils"
219
171
msgstr ""
220
172
 
221
 
#: templates/admin_doc/missing_docutils.html:17
 
173
#: contrib/admindocs/templates/admin_doc/missing_docutils.html:17
222
174
#, python-format
223
175
msgid ""
224
176
"The admin documentation system requires Python's <a href=\"%(link)s"
225
177
"\">docutils</a> library."
226
178
msgstr ""
227
179
 
228
 
#: templates/admin_doc/missing_docutils.html:19
 
180
#: contrib/admindocs/templates/admin_doc/missing_docutils.html:19
229
181
#, python-format
230
182
msgid ""
231
183
"Please ask your administrators to install <a href=\"%(link)s\">docutils</a>."
232
184
msgstr ""
233
185
 
234
 
#: templates/admin_doc/model_detail.html:21
 
186
#: contrib/admindocs/templates/admin_doc/model_detail.html:21
235
187
#, python-format
236
188
msgid "Model: %(name)s"
237
189
msgstr ""
238
190
 
239
 
#: templates/admin_doc/model_detail.html:35
 
191
#: contrib/admindocs/templates/admin_doc/model_detail.html:35
240
192
msgid "Field"
241
193
msgstr ""
242
194
 
243
 
#: templates/admin_doc/model_detail.html:36
 
195
#: contrib/admindocs/templates/admin_doc/model_detail.html:36
244
196
msgid "Type"
245
197
msgstr ""
246
198
 
247
 
#: templates/admin_doc/model_detail.html:37
 
199
#: contrib/admindocs/templates/admin_doc/model_detail.html:37
248
200
msgid "Description"
249
201
msgstr ""
250
202
 
251
 
#: templates/admin_doc/model_detail.html:52
252
 
msgid "Back to Models Documentation"
 
203
#: contrib/admindocs/templates/admin_doc/model_detail.html:52
 
204
msgid "Back to Model Documentation"
253
205
msgstr ""
254
206
 
255
 
#: templates/admin_doc/model_index.html:18
 
207
#: contrib/admindocs/templates/admin_doc/model_index.html:18
256
208
msgid "Model documentation"
257
209
msgstr ""
258
210
 
259
 
#: templates/admin_doc/model_index.html:43
 
211
#: contrib/admindocs/templates/admin_doc/model_index.html:43
260
212
msgid "Model groups"
261
213
msgstr ""
262
214
 
263
 
#: templates/admin_doc/template_detail.html:8
 
215
#: contrib/admindocs/templates/admin_doc/template_detail.html:8
264
216
msgid "Templates"
265
217
msgstr "Templates"
266
218
 
267
 
#: templates/admin_doc/template_detail.html:13
 
219
#: contrib/admindocs/templates/admin_doc/template_detail.html:13
268
220
#, python-format
269
221
msgid "Template: %(name)s"
270
222
msgstr ""
271
223
 
272
 
#: templates/admin_doc/template_detail.html:16
 
224
#: contrib/admindocs/templates/admin_doc/template_detail.html:16
273
225
#, python-format
274
226
msgid "Template: \"%(name)s\""
275
227
msgstr ""
276
228
 
277
 
#: templates/admin_doc/template_detail.html:20
 
229
#: contrib/admindocs/templates/admin_doc/template_detail.html:18
278
230
#, python-format
279
 
msgid "Search path for template \"%(name)s\" on %(grouper)s:"
 
231
msgid "Search path for template \"%(name)s\":"
280
232
msgstr ""
281
233
 
282
 
#: templates/admin_doc/template_detail.html:23
 
234
#: contrib/admindocs/templates/admin_doc/template_detail.html:21
283
235
msgid "(does not exist)"
284
236
msgstr ""
285
237
 
286
 
#: templates/admin_doc/template_detail.html:28
 
238
#: contrib/admindocs/templates/admin_doc/template_detail.html:25
287
239
msgid "Back to Documentation"
288
240
msgstr ""
289
241
 
290
 
#: templates/admin_doc/template_filter_index.html:12
 
242
#: contrib/admindocs/templates/admin_doc/template_filter_index.html:12
291
243
msgid "Template filters"
292
244
msgstr ""
293
245
 
294
 
#: templates/admin_doc/template_filter_index.html:16
 
246
#: contrib/admindocs/templates/admin_doc/template_filter_index.html:16
295
247
msgid "Template filter documentation"
296
248
msgstr ""
297
249
 
298
 
#: templates/admin_doc/template_filter_index.html:22
299
 
#: templates/admin_doc/template_filter_index.html:43
 
250
#: contrib/admindocs/templates/admin_doc/template_filter_index.html:22
 
251
#: contrib/admindocs/templates/admin_doc/template_filter_index.html:43
300
252
msgid "Built-in filters"
301
253
msgstr ""
302
254
 
303
 
#: templates/admin_doc/template_filter_index.html:23
 
255
#: contrib/admindocs/templates/admin_doc/template_filter_index.html:23
304
256
#, python-format
305
257
msgid ""
306
258
"To use these filters, put <code>%(code)s</code> in your template before "
307
259
"using the filter."
308
260
msgstr ""
309
261
 
310
 
#: templates/admin_doc/template_tag_index.html:12
 
262
#: contrib/admindocs/templates/admin_doc/template_tag_index.html:12
311
263
msgid "Template tags"
312
264
msgstr ""
313
265
 
314
 
#: templates/admin_doc/template_tag_index.html:16
 
266
#: contrib/admindocs/templates/admin_doc/template_tag_index.html:16
315
267
msgid "Template tag documentation"
316
268
msgstr ""
317
269
 
318
 
#: templates/admin_doc/template_tag_index.html:22
319
 
#: templates/admin_doc/template_tag_index.html:43
 
270
#: contrib/admindocs/templates/admin_doc/template_tag_index.html:22
 
271
#: contrib/admindocs/templates/admin_doc/template_tag_index.html:43
320
272
msgid "Built-in tags"
321
273
msgstr ""
322
274
 
323
 
#: templates/admin_doc/template_tag_index.html:23
 
275
#: contrib/admindocs/templates/admin_doc/template_tag_index.html:23
324
276
#, python-format
325
277
msgid ""
326
278
"To use these tags, put <code>%(code)s</code> in your template before using "
327
279
"the tag."
328
280
msgstr ""
329
281
 
330
 
#: templates/admin_doc/view_detail.html:12
 
282
#: contrib/admindocs/templates/admin_doc/view_detail.html:12
331
283
#, python-format
332
284
msgid "View: %(name)s"
333
285
msgstr ""
334
286
 
335
 
#: templates/admin_doc/view_detail.html:23
 
287
#: contrib/admindocs/templates/admin_doc/view_detail.html:23
336
288
msgid "Context:"
337
289
msgstr ""
338
290
 
339
 
#: templates/admin_doc/view_detail.html:28
 
291
#: contrib/admindocs/templates/admin_doc/view_detail.html:28
340
292
msgid "Templates:"
341
293
msgstr ""
342
294
 
343
 
#: templates/admin_doc/view_detail.html:32
 
295
#: contrib/admindocs/templates/admin_doc/view_detail.html:32
344
296
msgid "Back to Views Documentation"
345
297
msgstr ""
346
298
 
347
 
#: templates/admin_doc/view_index.html:16
 
299
#: contrib/admindocs/templates/admin_doc/view_index.html:16
348
300
msgid "View documentation"
349
301
msgstr ""
350
302
 
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
 
303
#: contrib/admindocs/templates/admin_doc/view_index.html:22
 
304
msgid "Jump to namespace"
 
305
msgstr ""
 
306
 
 
307
#: contrib/admindocs/templates/admin_doc/view_index.html:27
 
308
msgid "Empty namespace"
 
309
msgstr ""
 
310
 
 
311
#: contrib/admindocs/templates/admin_doc/view_index.html:40
 
312
#, python-format
 
313
msgid "Views by namespace %(name)s"
 
314
msgstr ""
 
315
 
 
316
#: contrib/admindocs/templates/admin_doc/view_index.html:42
 
317
msgid "Views by empty namespace"
 
318
msgstr ""
 
319
 
 
320
#: contrib/admindocs/templates/admin_doc/view_index.html:49
 
321
#, python-format
 
322
msgid ""
 
323
"\n"
 
324
"    View function: <code>%(full_name)s</code>. Name: <code>%(url_name)s</"
 
325
"code>.\n"
 
326
msgstr ""
 
327
 
 
328
#: contrib/admindocs/tests/test_fields.py:32
366
329
msgid "Boolean (Either True or False)"
367
330
msgstr "ตรรกะแบบบูลหมายถึง ค่า\"จริง\" (True) หรือ \"ไม่จริง \" (False)"
368
331
 
369
 
#: tests/test_fields.py:39
 
332
#: contrib/admindocs/tests/test_fields.py:42
370
333
#, python-format
371
334
msgid "Field of type: %(field_type)s"
372
335
msgstr "ฟิลด์ข้อมูล: %(field_type)s"
 
336
 
 
337
#: contrib/admindocs/views.py:76 contrib/admindocs/views.py:78
 
338
#: contrib/admindocs/views.py:80
 
339
msgid "tag:"
 
340
msgstr "ป้ายกำกับ:"
 
341
 
 
342
#: contrib/admindocs/views.py:109 contrib/admindocs/views.py:111
 
343
#: contrib/admindocs/views.py:113
 
344
msgid "filter:"
 
345
msgstr "ตัวกรอง:"
 
346
 
 
347
#: contrib/admindocs/views.py:160 contrib/admindocs/views.py:162
 
348
#: contrib/admindocs/views.py:164
 
349
msgid "view:"
 
350
msgstr "ดู:"
 
351
 
 
352
#: contrib/admindocs/views.py:191
 
353
#, python-format
 
354
msgid "App %(app_label)r not found"
 
355
msgstr ""
 
356
 
 
357
#: contrib/admindocs/views.py:195
 
358
#, python-format
 
359
msgid "Model %(model_name)r not found in app %(app_label)r"
 
360
msgstr "ไม่พบโมเดล %(model_name)r ในแอป %(app_label)r"
 
361
 
 
362
#: contrib/admindocs/views.py:208
 
363
#, python-format
 
364
msgid "the related `%(app_label)s.%(data_type)s` object"
 
365
msgstr "ความสัมพันธ์`%(app_label)s.%(data_type)s` อ็อบเจ็กต์"
 
366
 
 
367
#: contrib/admindocs/views.py:212 contrib/admindocs/views.py:232
 
368
#: contrib/admindocs/views.py:237 contrib/admindocs/views.py:251
 
369
#: contrib/admindocs/views.py:265 contrib/admindocs/views.py:270
 
370
msgid "model:"
 
371
msgstr "โมเดล:"
 
372
 
 
373
#: contrib/admindocs/views.py:228 contrib/admindocs/views.py:260
 
374
#, python-format
 
375
msgid "related `%(app_label)s.%(object_name)s` objects"
 
376
msgstr "ความสัมพันธ์`%(app_label)s.%(object_name)s` อ็อบเจ็กต์"
 
377
 
 
378
#: contrib/admindocs/views.py:232 contrib/admindocs/views.py:265
 
379
#, python-format
 
380
msgid "all %s"
 
381
msgstr "ทั้งหมด %s "
 
382
 
 
383
#: contrib/admindocs/views.py:237 contrib/admindocs/views.py:270
 
384
#, python-format
 
385
msgid "number of %s"
 
386
msgstr "จำนวนของ %s"
 
387
 
 
388
#. Translators: %s is an object type name
 
389
#: contrib/admindocs/views.py:275
 
390
#, python-format
 
391
msgid "Attributes on %s objects"
 
392
msgstr ""
 
393
 
 
394
#: contrib/admindocs/views.py:369
 
395
#, python-format
 
396
msgid "%s does not appear to be a urlpattern object"
 
397
msgstr "%s ดูเหมือนจะไม่ใช่ urlpattern อ็อบเจ็กต์"