Localisation updates Cantonese and Chinese for extension messages
[lhc/web/wiklou.git] / languages / messages / MessagesZh_classical.php
1 <?php
2 /** Old Chinese / Late Middle Chinese (文言)
3 *
4 * @ingroup Language
5 * @file
6 *
7 * Based on http://zh-classical.wikipedia.org/w/index.php?title=Wikipedia:%E7%94%A8%E6%88%B6%E4%BB%8B%E9%9D%A2%E7%BF%BB%E8%AD%AF/MessagesZh_classical.php&oldid=60161
8 */
9
10 $fallback = 'zh-hant';
11
12 $skinNames = array(
13 'standard' => '經典',
14 'nostalgia' => '懷古',
15 'cologneblue' => '馨藍',
16 'monobook' => '單書',
17 'myskin' => '吾風',
18 'chick' => '窈窕',
19 'modern' => '時髦',
20 );
21
22 /**
23 * A list of date format preference keys which can be selected in user
24 * preferences. New preference keys can be added, provided they are supported
25 * by the language class's timeanddate(). Only the 5 keys listed below are
26 * supported by the wikitext converter (DateFormatter.php).
27 *
28 * The special key "default" is an alias for either dmy or mdy depending on
29 * $wgAmericanDates
30 */
31 $datePreferences = array(
32 'default',
33 'ISO 8601',
34 );
35
36 $defaultDateFormat = 'zh';
37
38 /**
39 * These are formats for dates generated by MediaWiki (as opposed to the wikitext
40 * DateFormatter). Documentation for the format string can be found in
41 * Language.php, search for sprintfDate.
42 *
43 * This array is automatically inherited by all subclasses. Individual keys can be
44 * overridden.
45 */
46 $dateFormats = array(
47 'zh time' => 'H時i分',
48 'zh date' => 'Y年n月j日 (l)',
49 'zh both' => 'Y年n月j日 (D) H時i分',
50 );
51
52 $linkTrail = '/^([a-z]+)(.*)$/sD';
53
54 $digitTransformTable = array(
55 '0' => '〇',
56 '1' => '一',
57 '2' => '二',
58 '3' => '三',
59 '4' => '四',
60 '5' => '五',
61 '6' => '六',
62 '7' => '七',
63 '8' => '八',
64 '9' => '九',
65 '.' => '點',
66 ',' => '',
67 );
68
69 #-------------------------------------------------------------------
70 # Default messages
71 #-------------------------------------------------------------------
72 # Allowed characters in keys are: A-Z, a-z, 0-9, underscore (_) and
73 # hyphen (-). If you need more characters, you may be able to change
74 # the regex in MagicWord::initRegex
75
76 $messages = array(
77 # User preference toggles
78 'tog-underline' => '鏈墊線',
79 'tog-highlightbroken' => '<a href="" class="new">斷鏈</a>,以<a href="" class="internal">?</a>替',
80 'tog-justify' => '齊段落',
81 'tog-hideminor' => '隱近校',
82 'tog-extendwatchlist' => '展列見變',
83 'tog-usenewrc' => '青出近易(JavaScript)',
84 'tog-numberheadings' => '生章數',
85 'tog-showtoolbar' => '多寶列見(JavaScript)',
86 'tog-editondblclick' => '纂頁雙擊(JavaScript)',
87 'tog-editsection' => '纂段擊鏈',
88 'tog-editsectiononrightclick' => '纂段右擊標(JavaScript)',
89 'tog-showtoc' => '四章見目',
90 'tog-rememberpassword' => '符節通越',
91 'tog-editwidth' => '纂幅全',
92 'tog-watchcreations' => '哨己撰',
93 'tog-watchdefault' => '哨己纂',
94 'tog-minordefault' => '慣為校',
95 'tog-previewontop' => '頂草覽',
96 'tog-previewonfirst' => '覽首修',
97 'tog-nocache' => '莫謄文',
98 'tog-enotifwatchlistpages' => '哨新,遣函',
99 'tog-enotifusertalkpages' => '議新,遣函',
100 'tog-enotifminoredits' => '校新,遣函',
101 'tog-enotifrevealaddr' => '列余址於書內',
102 'tog-shownumberswatching' => '放哨有',
103 'tog-fancysig' => '署以本碼 (免自連)',
104 'tog-externaleditor' => '它器修文',
105 'tog-externaldiff' => '它器修異',
106 'tog-showjumplinks' => '鏈往字',
107 'tog-uselivepreview' => '即覽嚐鮮(JavaScript)',
108 'tog-forceeditsummary' => '漏概醒之',
109 'tog-watchlisthideown' => '不哨己文',
110 'tog-watchlisthidebots' => '不哨僕文',
111 'tog-showhiddencats' => '示隱類',
112
113 'underline-always' => '恆',
114 'underline-never' => '絕',
115 'underline-default' => '慣',
116
117 'skinpreview' => '(草覽)',
118
119 # Dates
120 'sunday' => '週日',
121 'monday' => '週一',
122 'tuesday' => '週二',
123 'wednesday' => '週三',
124 'thursday' => '週四',
125 'friday' => '週五',
126 'saturday' => '週六',
127 'sun' => '週日',
128 'mon' => '周一',
129 'tue' => '周二',
130 'wed' => '周三',
131 'thu' => '周四',
132 'fri' => '周五',
133 'sat' => '周六',
134 'january' => '一月',
135 'february' => '二月',
136 'march' => '三月',
137 'april' => '四月',
138 'may_long' => '五月',
139 'june' => '六月',
140 'july' => '七月',
141 'august' => '八月',
142 'september' => '九月',
143 'october' => '十月',
144 'november' => '十一月',
145 'december' => '十二月',
146 'january-gen' => '一月',
147 'february-gen' => '二月',
148 'march-gen' => '三月',
149 'april-gen' => '四月',
150 'may-gen' => '五月',
151 'june-gen' => '六月',
152 'july-gen' => '七月',
153 'august-gen' => '八月',
154 'september-gen' => '九月',
155 'october-gen' => '十月',
156 'november-gen' => '十一月',
157 'december-gen' => '十二月',
158 'jan' => '一月',
159 'feb' => '二月',
160 'mar' => '三月',
161 'apr' => '四月',
162 'may' => '五月',
163 'jun' => '六月',
164 'jul' => '七月',
165 'aug' => '八月',
166 'sep' => '九月',
167 'oct' => '十月',
168 'nov' => '十一月',
169 'dec' => '十二月',
170
171 # Categories related messages
172 'pagecategories' => '$1類',
173 'category_header' => '「$1」中之頁',
174 'subcategories' => '次類',
175 'category-media-header' => '「$1」中之媒',
176 'category-empty' => "''無頁或媒也。''",
177 'hidden-categories' => '$1隱類',
178 'hidden-category-category' => '隱類', # Name of the category where hidden categories will be listed
179 'category-subcat-count' => '{{PLURAL:$2|門有戶壹。|門有戶$1,有$2戶也。}}',
180 'category-subcat-count-limited' => '門有戶$1。',
181 'category-article-count' => '{{PLURAL:$2|門有頁壹。|門有頁$1,有$2頁也。}}',
182 'category-article-count-limited' => '門有頁$1。',
183 'category-file-count' => '{{PLURAL:$2|門有檔壹。|門有檔$1,有$2檔也。}}',
184 'category-file-count-limited' => '門有檔$1。',
185 'listingcontinuesabbrev' => '續',
186
187 'mainpagetext' => "<big>'''媒維基安置矣'''</big>",
188 'mainpagedocfooter' => "欲識維基,見[http://meta.wikimedia.org/wiki/Help:Contents User's Guide]
189
190 == 始 ==
191
192 * [http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]
193 * [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]
194 * [http://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]",
195
196 'about' => '述',
197 'article' => '文',
198 'newwindow' => '啟窗',
199 'cancel' => '捨',
200 'qbfind' => '尋',
201 'qbbrowse' => '覽',
202 'qbedit' => '纂',
203 'qbpageoptions' => '此頁',
204 'qbpageinfo' => '內文',
205 'qbmyoptions' => '吾好',
206 'qbspecialpages' => '非凡',
207 'moredotdotdot' => '見逾',
208 'mypage' => '寒舍',
209 'mytalk' => '書房',
210 'anontalk' => '與(IP)私議',
211 'navigation' => '導',
212 'and' => '與',
213
214 # Metadata in edit box
215 'metadata_help' => '衍意:',
216
217 'errorpagetitle' => '誤',
218 'returnto' => '返$1。',
219 'tagline' => '語出{{SITENAME}}',
220 'help' => '助',
221 'search' => '尋',
222 'searchbutton' => '尋',
223 'go' => '往',
224 'searcharticle' => '始',
225 'history' => '誌',
226 'history_short' => '誌',
227 'updatedmarker' => '新也',
228 'info_short' => '快訊',
229 'printableversion' => '印本',
230 'permalink' => '恆鏈',
231 'print' => '印',
232 'edit' => '纂',
233 'create' => '立',
234 'editthispage' => '纂',
235 'create-this-page' => '立',
236 'delete' => '刪',
237 'deletethispage' => '刪',
238 'undelete_short' => '還$1已刪',
239 'protect' => '緘',
240 'protectthispage' => '緘封',
241 'unprotect' => '啟',
242 'unprotectthispage' => '啟函',
243 'newpage' => '新頁',
244 'talkpage' => '參議此文',
245 'talkpagelinktext' => '議',
246 'specialpage' => '特查',
247 'personaltools' => '家私',
248 'postcomment' => '增一參議',
249 'articlepage' => '閱內文',
250 'talk' => '議',
251 'views' => '覽',
252 'toolbox' => '多寶',
253 'userpage' => '簿',
254 'projectpage' => '計畫',
255 'imagepage' => '覽媒',
256 'mediawikipage' => '觀訊',
257 'templatepage' => '鑄模',
258 'viewhelppage' => '助文',
259 'categorypage' => '分類',
260 'viewtalkpage' => '見議',
261 'otherlanguages' => '他山',
262 'redirectedfrom' => '(渡自$1)',
263 'redirectpagesub' => '渡',
264 'lastmodifiedat' => '此頁$1$2方易。', # $1 date, $2 time
265 'viewcount' => '此頁$1閱矣',
266 'protectedpage' => '函啟矣',
267 'jumpto' => '往:',
268 'jumptonavigation' => '嚮',
269 'jumptosearch' => '尋',
270
271 # All link text and link target definitions of links into project namespace that get used by other message strings, with the exception of user group pages (see grouppage) and the disambiguation template definition (see disambiguations).
272 'aboutsite' => '述{{SITENAME}}',
273 'aboutpage' => 'Project:述',
274 'bugreports' => '錯漏集',
275 'bugreportspage' => 'Project:錯漏集',
276 'copyright' => '文奉$1行。',
277 'copyrightpagename' => '權歸{{SITENAME}}',
278 'copyrightpage' => '{{ns:project}}:版權',
279 'currentevents' => '世事',
280 'currentevents-url' => 'Project:世事',
281 'disclaimers' => '免責宣',
282 'disclaimerpage' => 'Project:免責宣',
283 'edithelp' => '助纂塾',
284 'edithelppage' => 'Help:纂',
285 'faq' => '頻答問',
286 'faqpage' => 'Project:頻答問',
287 'helppage' => 'Help:目錄',
288 'mainpage' => '卷首',
289 'mainpage-description' => '卷首',
290 'policy-url' => 'Project:策',
291 'portal' => '市集',
292 'portal-url' => 'Project:市集',
293 'privacy' => '隱私通例',
294 'privacypage' => 'Project:隱私通例',
295 'sitesupport' => '捐助集',
296 'sitesupport-url' => 'Project:濟',
297
298 'badaccess' => '子未逮',
299 'badaccess-group0' => '子未逮,歉限之。',
300 'badaccess-group1' => '子非$1,歉限之',
301
302 'versionrequired' => '惠置$1媒維基',
303 'versionrequiredtext' => '惠置$1媒維基,見[[Special:Version|版]]。',
304
305 'ok' => '可',
306 'retrievedfrom' => '取自"$1"',
307 'youhavenewmessages' => '子有$1$2)',
308 'newmessageslink' => '新訊',
309 'newmessagesdifflink' => '變更',
310 'youhavenewmessagesmulti' => '新訊於$1',
311 'editsection' => '纂',
312 'editold' => '纂',
313 'viewsourceold' => '察源碼',
314 'editsectionhint' => '纂 $1',
315 'toc' => '章',
316 'showtoc' => '示',
317 'hidetoc' => '藏',
318 'thisisdeleted' => '還$1或閱之?',
319 'viewdeleted' => '閱$1之?',
320 'restorelink' => '$1已刪',
321 'feed-unavailable' => '聯合源於{{SITENAME}}無視也',
322 'site-rss-feed' => '$1之RSS源',
323 'site-atom-feed' => '$1之Atom源',
324 'page-rss-feed' => '「$1」之RSS源',
325 'page-atom-feed' => '「$1」之Atom源',
326 'red-link-title' => '$1 (未纂)',
327
328 # Short words for each namespace, by default used in the namespace tab in monobook
329 'nstab-main' => '文',
330 'nstab-user' => '齋',
331 'nstab-media' => '雅',
332 'nstab-special' => '奇',
333 'nstab-project' => '策',
334 'nstab-image' => '檔',
335 'nstab-mediawiki' => '訊',
336 'nstab-template' => '模',
337 'nstab-help' => '助',
338 'nstab-category' => '類',
339
340 # Main script and global functions
341 'nosuchaction' => '無可為',
342 'nosuchactiontext' => '無此址',
343 'nosuchspecialpage' => '無此特查',
344 'nospecialpagetext' => "'''<big>無此特查。</big>'''
345
346 見[[Special:Specialpages|{{int:specialpages}}]]。",
347
348 # General errors
349 'error' => '有誤',
350 'databaseerror' => '庫藏誤然',
351 'dberrortext' => '問庫語誤,或軟體瑕焉。
352 末語道:
353 <blockquote><tt>$1</tt></blockquote>
354 內此函式"<tt>$2</tt>".
355 MySQL報有誤"<tt>$3: $4</tt>"。',
356 'dberrortextcl' => '庫藏問語有誤,末道:
357 "$1"
358 內此函式"$2".
359 MySQL報有誤"$3: $4"',
360 'noconnect' => '歉哉有變,莫能問庫藏。<br />
361 $1',
362 'nodb' => '莫能擇庫$1',
363 'cachederror' => '此為謄本,恐不新也',
364 'laggedslavemode' => '警示,此頁不新',
365 'readonly' => '鎖庫藏',
366 'enterlockreason' => '何以鎖之?何日啟之?',
367 'readonlytext' => '鎖者曰:「$1」,庫藏鎖矣,撰纂謝焉。',
368 'missing-article' => '或舊、或刪,未見昔者"$1" $2
369
370 若非此故,恐有瑕焉,惠呈此址也。',
371 'missingarticle-rev' => '(審號:$1)',
372 'missingarticle-diff' => '(異:$1$2)',
373 'internalerror' => '家誤',
374 'internalerror_info' => '家誤:$1',
375 'filecopyerror' => '"$1"謄"$2",未可為也。',
376 'filerenameerror' => '"$2"替"$1"名,未可為也。',
377 'filedeleteerror' => '"$1"未可刪也。',
378 'directorycreateerror' => '立目"$1",未可為也。',
379 'filenotfound' => '"$1"未見。',
380 'fileexistserror' => '"$1"存焉,未可儲也。',
381 'unexpected' => '異數,"$1"="$2"。',
382 'formerror' => '有誤:表不可呈',
383 'badarticleerror' => '此頁莫為之',
384 'cannotdelete' => '此頁或刪矣,不復為之。',
385 'badtitle' => '無此題',
386 'badtitletext' => '或別、或缺、或違、或他山謬鏈,此題不存也。',
387 'perfdisabled' => '歉哉,此舉累及他人,故謝之。',
388 'perfcached' => '下為謄本,恐不新也。',
389 'perfcachedts' => '下為謄本,$1新之。',
390 'wrong_wfQuery_params' => 'wfQuery()參數謬然<br />
391 函式: $1<br />
392 問語: $2',
393 'viewsource' => '覽源',
394 'viewsourcefor' => '$1',
395 'protectedinterface' => '此頁司版,緘之以遠濫。',
396 'editinginterface' => "'''警示:'''此頁司版,一髮牽身,惠慎之。如譯之,可慮[http://translatewiki.net/wiki/Main_Page?setlang=zh-hant Betawiki]也,為MediaWiki軟件本地化之計劃也。",
397 'sqlhidden' => '(SQL隱然)',
398 'cascadeprotected' => '此頁"迭緘"矣。$1頁牽連如下:
399 $2',
400 'namespaceprotected' => "子權未逮,莫能纂'''$1'''。",
401 'customcssjsprotected' => '牽他人,子權未逮,莫能纂之。',
402 'ns-specialprotected' => '奇頁禁纂也。',
403 'titleprotected' => '緘焉自[[User:$1|$1]]防建也。因<i>$2</i>也。',
404
405 # Login and logout pages
406 'logouttitle' => '去簿',
407 'logouttext' => '<strong>子去簿矣</strong><br />
408 子可匿名還覽{{SITENAME}},或復登同簿、異簿。未清謄本,覽器文舊,且慎之。',
409 'welcomecreation' => '== $1大駕光臨! ==
410 子簿增矣,敬更[[Special:Preferences|簿註]]。',
411 'loginpagetitle' => '合符節',
412 'yourname' => '名',
413 'yourpassword' => '符節',
414 'yourpasswordagain' => '復核節',
415 'remembermypassword' => '記之',
416 'loginproblem' => '<b>登簿有誤</b><br />惠再之。',
417 'login' => '登簿',
418 'nav-login-createaccount' => '登簿、增簿',
419 'loginprompt' => '登簿{{SITENAME}}須cookies,請准之。',
420 'userlogin' => '登簿、增簿',
421 'logout' => '去簿',
422 'userlogout' => '去簿',
423 'notloggedin' => '尚未登簿',
424 'nologin' => '無簿乎?往$1。',
425 'nologinlink' => '增簿',
426 'createaccount' => '增簿',
427 'gotaccount' => '有簿矣哉?往$1。',
428 'gotaccountlink' => '登簿',
429 'createaccountmail' => '同郵',
430 'badretype' => '符節不合也。',
431 'userexists' => '簿名存矣,惠更之',
432 'youremail' => '郵:',
433 'username' => '簿名:',
434 'uid' => 'ID:',
435 'prefs-memberingroups' => '其員{{PLURAL:$1|一|多}}:',
436 'yourrealname' => '本名:',
437 'yourlanguage' => '語言:',
438 'yourvariant' => '變字:',
439 'yournick' => '自畫:',
440 'badsiglength' => '自畫長哉。
441 莫逾$1字。',
442 'email' => '郵',
443 'prefs-help-realname' => '可用署也,選填之。',
444 'loginerror' => '登簿誤然',
445 'prefs-help-email' => '以匿議也,選填之。',
446 'prefs-help-email-required' => '郵須也。',
447 'nocookiesnew' => '{{SITENAME}}簿增而未登,惠准cookies後再登之。',
448 'nocookieslogin' => '登簿{{SITENAME}}須cookies,惠准之後登。',
449 'noname' => '缺簿名,或不格也。',
450 'loginsuccesstitle' => '登簿成矣',
451 'loginsuccess' => "'''$1'''登{{SITENAME}}矣",
452 'nosuchuser' => '查無"$1",惠增簿或核之。',
453 'nosuchusershort' => '查無"<nowiki>$1</nowiki>",惠核之。',
454 'nouserspecified' => '簿名須也',
455 'wrongpassword' => '符節不合,惠核之。',
456 'wrongpasswordempty' => '缺符節,惠補之。',
457 'passwordtooshort' => '符節短錯哉,莫逾$1字,且與簿名異也。',
458 'mailmypassword' => '遣吾符節',
459 'passwordremindertitle' => '新臨符節自{{SITENAME}}',
460 'passwordremindertext' => '$1求遣{{SITENAME}}($4):"$2"符節,係"$3"。
461
462 子若罔須或省更之,如舊即可。',
463 'noemail' => '"$1"無存郵也。',
464 'passwordsent' => '新節已遣$1",惠鑒復登之。',
465 'eauthentsent' => '核文遣矣。惠循核之,簿方活也。',
466 'mailerror' => '信失遣如下:$1',
467 'acct_creation_throttle_hit' => '歉哉,$1存矣,不可復增也。',
468 'emailauthenticated' => '$1郵驛證矣',
469 'emailnotauthenticated' => '郵驛<strong>未證</strong>,下不遺書。',
470 'noemailprefs' => '郵驛須然如下:',
471 'emailconfirmlink' => '惠考郵驛',
472 'invalidemailaddress' => '驛址不格,惠正略之。',
473 'accountcreated' => '簿增矣',
474 'accountcreatedtext' => '$1簿增矣',
475 'createaccount-title' => '於{{SITENAME}}增簿',
476 'createaccount-text' => '有人於{{SITENAME}}用爾之電郵增名為 "$2" 之簿 ($4),符節為 "$3" 。汝應登,再改符節也。
477
478 如簿誤增,爾可略之。',
479 'loginlanguagelabel' => '語:$1',
480
481 # Edit page toolbar
482 'bold_sample' => '粗體',
483 'bold_tip' => '粗體',
484 'italic_sample' => '斜體',
485 'italic_tip' => '斜體',
486 'link_sample' => '鏈',
487 'link_tip' => '鏈內',
488 'extlink_tip' => '冠http://以鏈外',
489 'headline_sample' => '題',
490 'headline_tip' => '二題',
491 'math_sample' => '此書方程式',
492 'math_tip' => '數學方程式(LaTeX)',
493 'nowiki_sample' => '此不排版',
494 'nowiki_tip' => '不排維基之版',
495 'image_tip' => '嵌檔',
496 'media_tip' => '鏈檔',
497 'sig_tip' => '署名刻時',
498 'hr_tip' => '縱線,慎用之',
499
500 # Edit pages
501 'summary' => '概',
502 'subject' => '題',
503 'minoredit' => '令校',
504 'watchthis' => '派哨',
505 'savearticle' => '存儲',
506 'preview' => '草覽',
507 'showpreview' => '草覽',
508 'showlivepreview' => '即覽',
509 'showdiff' => '示異',
510 'anoneditwarning' => "'''警示:'''子未登簿,IP將誌。",
511 'missingsummary' => "''''醒示:'''子未概之,復存則文倍焉。",
512 'missingcommenttext' => '請贊之',
513 'blockedtitle' => '子見禁',
514 'blockedtext' => "<big>'''子名、IP見禁。'''</big>禁者$1也,因''$2''故。* 始之時為:$8* 終之時為:$6* 見禁之人:$7存惑可詢$1,或[[{{MediaWiki:Grouppage-sysop}}|有秩]],[[Special:Preferences|簿註]]無驛則信不遣。另,子IP為$3,其禁號為#$5。詢時切附之。",
515 'autoblockedtext' => "爾之IP或簿自禁,因簿先用,禁者$1也。因故::\\'\\'$2\\'\\'* 始之時為:$8* 終之時為:$6存惑可詢$1,或[[{{MediaWiki:Grouppage-sysop}}|有秩]],[[Special:Preferences|簿註]]無驛則信不遣。另,子禁號為#$5。詢時切附之。",
516 'blockedoriginalsource' => "'''$1'''本源如下:",
517 'blockededitsource' => "子'''$1纂文'''如下:",
518 'whitelistedittitle' => '登簿以纂',
519 'whitelistedittext' => '$1後方可纂文。',
520 'whitelistreadtitle' => '登簿以閱',
521 'whitelistreadtext' => '[[Special:Userlogin|登簿]]後方可閱。',
522 'whitelistacctitle' => '拒增此簿',
523 'whitelistacctext' => '欲增此簿,[[Special:Userlogin|登簿]]求允',
524 'confirmedittitle' => '證驛以纂',
525 'confirmedittext' => '驛證方可纂文。惠見[[Special:Preferences|簿註]]。',
526 'loginreqtitle' => '須登簿',
527 'loginreqlink' => '登簿',
528 'loginreqpagetext' => '$1以覽它頁。',
529 'accmailtitle' => '符節傳矣',
530 'accmailtext' => '"$1"符節至$2矣',
531 'newarticle' => '撰',
532 'newarticletext' => '此頁尚缺。欲補,撰於下,有惑見[[{{ns:help}}:Contents|助]]。
533 誤入者,返前即可。',
534 'anontalkpagetext' => "----''此匿論也,為未簿或不簿者設,IP俱錄以辨人焉。然IP不獨,恐生亂象,不喜惠[[Special:Userlogin|登簿]]遠之。",
535 'noarticletext' => '此頁無文。子可 [[Special:Search/{{PAGENAME}}|尋同題]],或[{{fullurl:{{FULLPAGENAME}}|action=edit}} 撰新文]。',
536 'userpage-userdoesnotexist' => '"$1"之簿未增也。請建纂本頁前查之。',
537 'clearyourcache' => "'''註:'''重取頁面,文方新焉。
538 '''Mozilla / Firefox / Safari:'''押''Shift''並點''重新載入'',或合鍵''Ctrl-Shift-R''(Apple Mac為''Cmd-Shift-R'')。
539 '''IE:'''押''Ctrl''並點''重新整理'',或合鍵''Ctrl-F5''。
540 '''Konqueror:'''點''Reload''即可,或押''F5''。
541 :''Opera:'''須至''Tools→Preferences''清謄本。",
542 'usercssjsyoucanpreview' => '<strong>訣:</strong>CSS/JS應先預覽而後存。',
543 'usercsspreview' => "'''預覽CSS,尚未儲焉。'''",
544 'userjspreview' => "'''預覽JavaScript,尚未儲焉。'''",
545 'userinvalidcssjstitle' => "'''警:'''\"\$1\"無此面版。自製者,全名務小寫,如{{ns:user}}:Foo/monobook.css 而非{{ns:user}}:Foo/Monobook.css",
546 'updated' => '(新)',
547 'note' => '<strong>註</strong>',
548 'previewnote' => '<strong>此乃預覽,尚未儲焉。</strong>',
549 'session_fail_preview' => '<strong>歉哉有變,子纂未存焉,惠再之。如復不成,重登再試也。</strong>',
550 'session_fail_preview_html' => "<strong>歉哉有變,子纂未存焉</strong>
551
552 ''此維基亦合純HTML,除預覽以遠惡JavaScript侵。''
553 <strong>纂文若合,惠再之。如復不成,簿重登焉。</strong>",
554 'token_suffix_mismatch' => '<strong>君修見拒,蓋因代理之故,亂事見兮。</strong>',
555 'editing' => '纂$1',
556 'editingsection' => '纂節$1',
557 'editingcomment' => '贊$1',
558 'editconflict' => '纂沖$1',
559 'explainconflict' => '子纂與他人沖,上者時也,下者子也,望子合之。
560 註,<b>惟</b>上文儲焉<br />',
561 'yourtext' => '子也',
562 'storedversion' => '時也',
563 'nonunicodebrowser' => '<strong>警示:覽器不識萬國碼,以十六進位數代之,以保纂可也。</strong>',
564 'editingold' => "<strong>'''警示'''子纂舊然。強儲之,則新易失焉。</strong>",
565 'yourdiff' => '異',
566 'copyrightwarning' => '{{SITENAME}}全文皆循$2,詳見$1。不喜他纂,但去可矣。文務親撰,或謄公本,
567 <strong>萬勿盜版!</strong>',
568 'copyrightwarning2' => '{{SITENAME}}全文,允眾人撰、纂、刪、校。不喜他纂,但去可矣。<br />
569 文務親撰,或謄公本,如$1。<strong>萬勿盜版!</strong>',
570 'longpagewarning' => '<strong>警示:此頁長$1仟位元組,逾卅二,覽器恐不盡堪,望縮斷之。<strong>',
571 'longpageerror' => '<strong>警示:文長$1仟位元組,越幅$2,未能儲焉。</strong>',
572 'readonlywarning' => '<strong>警示:修庫藏,存儲謝焉。惠謄文備用之。</strong>',
573 'protectedpagewarning' => '<strong>警示:庫藏鎖矣,惟有秩纂之。</strong>',
574 'semiprotectedpagewarning' => "'''註記'''庫藏鎖矣,惟登簿纂之。",
575 'templatesused' => '此文用模:',
576 'template-protected' => '(錮)',
577 'template-semiprotected' => '(半錮)',
578 'hiddencategories' => '此頁屬隱類之員有$1:',
579 'nocreatetitle' => '新題謝焉',
580 'nocreatetext' => '舊題可修,新題謝焉。[[Special:Userlogin|登簿、增簿]]以逮權也。',
581 'nocreate-loggedin' => '子權未逮,新頁謝焉。',
582 'permissionserrors' => '權未逮也',
583 'permissionserrorstext' => '子權未逮,有{{PLURAL:$1|因|因}}如下:',
584 'permissionserrorstext-withaction' => '子權未逮,有{{PLURAL:$1|因|因}}如$2:',
585 'recreate-deleted-warn' => "'''留意:刪文復造,惠慎纂。'''
586 誌刪如下:",
587
588 # Parser/template warnings
589 'expensive-parserfunction-warning' => '警:頁有多貴功呼。
590
591 其須少$2,現有$1。',
592 'expensive-parserfunction-category' => '頁有多貴功呼',
593 'post-expand-template-inclusion-warning' => '警:含模過大也。
594 一些模板將不會包含。',
595 'post-expand-template-inclusion-category' => '模含上限已超之頁',
596 'post-expand-template-argument-warning' => '警:此頁有至少一模數展大。
597 數略之。',
598 'post-expand-template-argument-category' => '含略模數之頁',
599
600 # "Undo" feature
601 'undo-success' => '此審可返也。查確然完之。',
602 'undo-failure' => '中審之異,此審無返也。',
603 'undo-norev' => '其審無存或刪,此審無返也。',
604 'undo-summary' => '返[[Special:Contributions/$2|$2]]([[User talk:$2|書]])之審$1',
605
606 # Account creation failure
607 'cantcreateaccounttitle' => '新簿謝焉',
608 'cantcreateaccount-text' => "[[User:$3|S3]]因''$2''故,封子IP <b>$1</b>。",
609
610 # History pages
611 'viewpagelogs' => '覽誌',
612 'nohistory' => '此題無誌',
613 'revnotfound' => '查無審',
614 'revnotfoundtext' => '查無舊審,惠核網址。',
615 'currentrev' => '今審',
616 'revisionasof' => '$1審',
617 'previousrevision' => '←舊',
618 'nextrevision' => '新→',
619 'currentrevisionlink' => '今審',
620 'cur' => '辨今',
621 'next' => '後',
622 'last' => '前',
623 'page_first' => '首',
624 'page_last' => '末',
625 'histlegend' => '辨異:擇二孔後,按Enter、或點下鈕以辨之。<br />
626 釋義:(辨今)與今審辨;(前省)與前審辨;校,校文',
627 'deletedrev' => '刪矣',
628 'histfirst' => '初',
629 'histlast' => '末',
630 'historysize' => '($1位元組)',
631 'historyempty' => '(空)',
632
633 # Revision feed
634 'history-feed-title' => '誌審',
635 'history-feed-description' => '維基誌審',
636 'history-feed-item-nocomment' => '$1$2', # user at time
637 'history-feed-empty' => '此頁不存,或刪、或更。類由此[[Special:Search|尋]]',
638
639 # Revision deletion
640 'rev-deleted-comment' => '(此註刪矣)',
641 'rev-deleted-user' => '(此簿刪矣)',
642 'rev-deleted-event' => '(此誌刪矣)',
643 'rev-deleted-text-permission' => '<div class="mw-warning plainlinks">
644 此審刪矣,詳見[{{fullurl:Special:Log/delete|page={{PAGENAMEE}}}}誌刪]。
645 </div>',
646 'rev-deleted-text-view' => '<div class="mw-warning plainlinks">
647 此審刪矣,惟{{SITENAME}}有秩可見之,詳見[{{fullurl:Special:Log/delete|page={{PAGENAMEE}}}} 誌刪]。
648 </div>',
649 'rev-delundel' => '見/藏',
650 'revisiondelete' => '刪、還審',
651 'revdelete-nooldid-title' => '無此審。',
652 'revdelete-nooldid-text' => '審未擇,審未存,爾隱現審,不可為之。',
653 'revdelete-selected' => '審[[:$1]]已擇$2:',
654 'logdelete-selected' => '已擇誌$1:',
655 'revdelete-text' => '刪審雖見誌,其文摒公眾,惟有秩可得之。無規則有秩可復還焉。',
656 'revdelete-legend' => '見,規之以',
657 'revdelete-hide-text' => '藏審文',
658 'revdelete-hide-comment' => '藏贊',
659 'revdelete-hide-user' => '簿、IP以藏',
660 'revdelete-hide-restricted' => '限有秩以鎖之',
661 'revdelete-suppress' => '廢有秩與簿之事',
662 'revdelete-hide-image' => '藏檔',
663 'revdelete-unsuppress' => '復審解限',
664 'revdelete-log' => '誌贊:',
665 'revdelete-submit' => '擇審使之',
666 'revdelete-logentry' => '[[$1]]之見審動矣',
667 'logdelete-logentry' => '[[$1]]之事見動矣',
668 'revdelete-success' => "'''見審已設也。'''",
669 'logdelete-success' => "'''見事已設也。'''",
670 'revdel-restore' => '動見之',
671 'pagehist' => '頁史',
672 'deletedhist' => '刪史',
673 'revdelete-content' => '字',
674 'revdelete-summary' => '摘',
675 'revdelete-uname' => '簿名',
676 'revdelete-restricted' => '應限至有秩',
677 'revdelete-unrestricted' => '除限自有秩',
678 'revdelete-hid' => '隱$1',
679 'revdelete-unhid' => '非隱$1',
680 'revdelete-log-message' => '$1之修$2',
681 'logdelete-log-message' => '$1之事$2',
682
683 # Suppression log
684 'suppressionlog' => '誌廢',
685 'suppressionlogtext' => '下乃刪及錮物之列也。
686 [[Special:Ipblocklist|IP之錮]]有現之閱。',
687
688 # History merging
689 'mergehistory' => '併頁之誌',
690 'mergehistory-header' => "此頁講汝併一源頁之誌至二頁也。
691 認之易繼留該頁之前誌也。
692
693 '''以源頁之現誌必會保持。'''",
694 'mergehistory-box' => '併二頁之誌:',
695 'mergehistory-from' => '源頁:',
696 'mergehistory-into' => '到頁:',
697 'mergehistory-list' => '可併之誌',
698 'mergehistory-merge' => '下[[:$1]]之誌可併至[[:$2]]。用選鈕欄以併只於定時前所建之誌。留心用導連將重設本欄也。',
699 'mergehistory-go' => '示可併之誌',
700 'mergehistory-submit' => '併誌',
701 'mergehistory-empty' => '無誌可併',
702 'mergehistory-success' => '[[:$1]]之$3誌已併至[[:$2]]。',
703 'mergehistory-fail' => '併誌無進也,該頁及時間參數請重檢也。',
704 'mergehistory-no-source' => '源頁$1無存也。',
705 'mergehistory-no-destination' => '到頁$1無存也。',
706 'mergehistory-invalid-source' => '源頁之題須效之。',
707 'mergehistory-invalid-destination' => '到頁之題須效之。',
708 'mergehistory-autocomment' => '併[[:$1]]至[[:$2]]',
709 'mergehistory-comment' => '併[[:$1]]至[[:$2]]:$3',
710
711 # Merge log
712 'mergelog' => '誌併',
713 'pagemerge-logentry' => '併咗[[$1]]至[[$2]] (訂至$3)',
714 'revertmerge' => '悔併',
715 'mergelogpagetext' => '下乃近頁之誌併至二頁之表也。',
716
717 # Diffs
718 'history-title' => '$1之誌',
719 'difference' => '(辨異)',
720 'lineno' => '列$1:',
721 'compareselectedversions' => '辨二擇',
722 'editundo' => '悔',
723
724 # Search results
725 'searchresults' => '得尋',
726 'searchresulttext' => '何索{{SITENAME}},詳見[[{{MediaWiki:Helppage}}|{{int:help}}]]。',
727 'searchsubtitle' => "'''[[:$1]]'''尋焉",
728 'searchsubtitleinvalid' => "'''$1'''尋焉",
729 'noexactmatch' => "'''無題曰\"\$1\"。'''子可[[:\$1|撰之]]。",
730 'noexactmatch-nocreate' => "'''無題曰\"\$1\"。'''",
731 'toomanymatches' => '多配應之,試異詢也',
732 'titlematches' => '合題',
733 'notitlematches' => '無題合',
734 'textmatches' => '合文',
735 'notextmatches' => '無文合',
736 'prevn' => '前$1',
737 'nextn' => '次$1',
738 'viewprevnext' => '見($1)($2)($3)',
739 'search-result-size' => '$1 $2字)',
740 'search-result-score' => '關:$1%',
741 'search-redirect' => '(轉 $1)',
742 'search-section' => '(節 $1)',
743 'search-suggest' => '爾否解之:$1',
744 'search-interwiki-caption' => '結義金蘭',
745 'search-interwiki-default' => '結果有$1:',
746 'search-interwiki-more' => '(多)',
747 'search-mwsuggest-enabled' => '有議',
748 'search-mwsuggest-disabled' => '無議',
749 'search-relatedarticle' => '關',
750 'mwsuggest-disable' => '停AJAX議',
751 'searchrelated' => '關',
752 'searchall' => '全',
753 'showingresults' => "見'''$1'''尋,自'''$2'''始:",
754 'showingresultsnum' => "見'''$3'''尋,自'''$2'''始:",
755 'showingresultstotal' => "見'''$1$2'''共'''$3'''尋",
756 'nonefound' => "'''注''':部名冊預尋也。。試''all:''尋全名刪之頁(含議模等),或可用要之名冊為前綴也。",
757 'powersearch' => '尋',
758 'powersearch-legend' => '尋',
759 'powersearch-ns' => '尋名集:',
760 'powersearch-redir' => '轉表',
761 'powersearch-field' => '尋',
762 'search-external' => '外尋',
763 'searchdisabled' => '{{SITENAME}}因性能而停用之。可Gooogle查之,乃之過時也。',
764
765 # Preferences page
766 'preferences' => '簿註',
767 'mypreferences' => '簿註',
768 'prefs-edits' => '數纂:',
769 'prefsnologin' => '未登簿',
770 'prefsnologintext' => '註記須[[Special:Userlogin|登簿]]。',
771 'prefsreset' => '簿註歸白',
772 'changepassword' => '易符節',
773 'skin' => '面版',
774 'math' => '數學',
775 'dateformat' => '日期格式',
776 'datedefault' => '原註',
777 'datetime' => '日時',
778 'math_failure' => '譯不成',
779 'math_unknown_error' => '未知之誤',
780 'math_unknown_function' => '未知函式',
781 'math_lexing_error' => '律有誤',
782 'math_syntax_error' => '語法有誤',
783 'prefs-personal' => '概簿',
784 'prefs-rc' => '近易',
785 'prefs-watchlist' => '哨站',
786 'prefs-watchlist-days' => '哨報有日',
787 'prefs-watchlist-edits' => '哨站有易',
788 'prefs-misc' => '雜',
789 'saveprefs' => '儲',
790 'resetprefs' => '歸白',
791 'oldpassword' => '舊符節:',
792 'newpassword' => '新符節:',
793 'retypenew' => '重察新符節:',
794 'textboxsize' => '在修',
795 'rows' => '行:',
796 'columns' => '列:',
797 'searchresultshead' => '尋',
798 'resultsperpage' => '頁示尋',
799 'contextlines' => '尋分列',
800 'contextchars' => '列有字',
801 'recentchangescount' => '近易有題:',
802 'savedprefs' => '簿註書矣',
803 'timezonelegend' => '時區',
804 'timezonetext' => '¹與伺服器偏時有',
805 'localtime' => '本地時',
806 'timezoneoffset' => '偏¹',
807 'servertime' => '伺服器時',
808 'guesstimezone' => '瀏覽器填之',
809 'allowemail' => '予收信',
810 'prefs-searchoptions' => '尋項',
811 'prefs-namespaces' => '名集',
812 'defaultns' => '定尋之名集:',
813 'default' => '予定',
814 'files' => '檔',
815
816 # User rights
817 'userrights' => '齋權管', # Not used as normal message but as header for the special page itself
818 'userrights-lookup-user' => '司社',
819 'userrights-user-editname' => '簿名:',
820 'editusergroup' => '治社',
821 'editinguser' => "正纂簿'''[[User:$1|$1]]''' ([[User talk:$1|{{int:talkpagelinktext}}]] | [[Special:Contributions/$1|{{int:contribslink}}]]) 之權",
822 'userrights-editusergroup' => '治社',
823 'saveusergroups' => '定之',
824 'userrights-groupsmember' => '有員:',
825 'userrights-groupsremovable' => '社可治無:',
826 'userrights-groupsavailable' => '社可治有:',
827 'userrights-groups-help' => '爾動員之社也:
828 * 選解員之社屬。
829 * 未選則非社屬。
830 * 一*即選屬後無倒之,反亦之。',
831 'userrights-reason' => '因:',
832 'userrights-available-none' => '爾非改組員也。',
833 'userrights-available-add' => '爾可加任簿至{{PLURAL:$2|單組|數組}}也:$1。',
834 'userrights-available-remove' => '爾可自{{PLURAL:$2|單組|數組}}減任簿也:$1。',
835 'userrights-available-add-self' => '爾可加己至{{PLURAL:$2|單組|數組}}也:$1。',
836 'userrights-available-remove-self' => '爾可自{{PLURAL:$2|單組|數組}}減己也:$1。',
837 'userrights-no-interwiki' => '爾無權改他山wiki之簿權也。',
838 'userrights-nodatabase' => '資料庫$1無存或非本地也。',
839 'userrights-nologin' => '爾以有秩乲簿[[Special:Userlogin|登]]後以定簿之權也。',
840 'userrights-notallowed' => '爾之簿無權定簿之權也。',
841 'userrights-changeable-col' => '爾可動之社',
842 'userrights-unchangeable-col' => '爾非動之社',
843 'userrights-irreversible-marker' => '$1*',
844
845 # Groups
846 'group' => '社:',
847 'group-user' => '簿',
848 'group-autoconfirmed' => '自證其簿',
849 'group-bot' => '僕',
850 'group-sysop' => '有秩',
851 'group-bureaucrat' => '門下',
852 'group-suppress' => '監',
853 'group-all' => '(眾)',
854
855 'group-user-member' => '簿',
856 'group-autoconfirmed-member' => '自證其簿',
857 'group-bot-member' => '僕',
858 'group-sysop-member' => '有秩',
859 'group-bureaucrat-member' => '門下',
860 'group-suppress-member' => '監',
861
862 'grouppage-user' => '{{ns:project}}:簿',
863 'grouppage-autoconfirmed' => '{{ns:project}}:自證其簿',
864 'grouppage-bot' => '{{ns:project}}:僕',
865 'grouppage-sysop' => '{{ns:project}}:有秩',
866 'grouppage-bureaucrat' => '{{ns:project}}:門下',
867 'grouppage-suppress' => '{{ns:project}}:監',
868
869 # Rights
870 'right-read' => '閱頁',
871 'right-edit' => '纂頁',
872 'right-createpage' => '建頁(議不含)',
873 'right-createtalk' => '建議頁',
874 'right-createaccount' => '增簿',
875 'right-minoredit' => '示小改',
876 'right-move' => '遷頁',
877 'right-move-subpages' => '連遷子頁',
878 'right-suppressredirect' => '遷頁時無增轉',
879 'right-upload' => '貢獻品物',
880 'right-reupload' => '蓋現之品物',
881 'right-reupload-own' => '蓋同簿之品物',
882 'right-reupload-shared' => '於本無視共媒物庫上之品物',
883 'right-upload_by_url' => '由URL貢品物',
884 'right-purge' => '無確認頁除網存',
885 'right-autoconfirmed' => '纂半錮之頁',
886 'right-bot' => '視自動之程序',
887 'right-nominornewtalk' => '小改無發新信之示',
888 'right-apihighlimits' => '於API查頂上',
889 'right-writeapi' => '用寫之API',
890 'right-delete' => '刪頁面',
891 'right-bigdelete' => '刪大史之頁',
892 'right-deleterevision' => '刪與反刪頁之審',
893 'right-deletedhistory' => '看刪之項,無關之字',
894 'right-browsearchive' => '尋刪之頁',
895 'right-undelete' => '反刪頁',
896 'right-suppressrevision' => '看與復由有秩藏之審',
897 'right-suppressionlog' => '看私之誌',
898 'right-block' => '鎖他簿無編',
899 'right-blockemail' => '鎖簿無電郵',
900 'right-hideuser' => '鎖簿名,予藏眾',
901 'right-ipblock-exempt' => '繞IP鎖、自鎖與圍鎖',
902 'right-proxyunbannable' => '繞Proxy之自鎖',
903 'right-protect' => '改錮級與纂錮頁',
904 'right-editprotected' => '纂錮頁(無連錮)',
905 'right-editinterface' => '纂要',
906 'right-editusercssjs' => '纂他簿之CSS與JS檔',
907 'right-rollback' => '速復上簿頁之纂',
908 'right-markbotedits' => '標復纂為機纂',
909 'right-noratelimit' => '無率之上限',
910 'right-import' => '由它wiki匯入頁',
911 'right-importupload' => '由品貢匯入頁',
912 'right-patrol' => '示它纂作已巡查',
913 'right-autopatrol' => '將己纂自示為已巡查',
914 'right-patrolmarks' => '察近巡查記之易',
915 'right-unwatchedpages' => '看未哨之頁',
916 'right-trackback' => '交一trackback',
917 'right-mergehistory' => '併頁之史',
918 'right-userrights' => '纂簿權',
919 'right-userrights-interwiki' => '纂另wiki他簿之權',
920 'right-siteadmin' => '鎖與解鎖資料庫',
921
922 # User rights log
923 'rightsnone' => '(凡)',
924
925 # Recent changes
926 'nchanges' => '$1易',
927 'recentchanges' => '近易',
928 'recentchangestext' => '共筆揮新,悉列於此。',
929 'rcnote' => '下為自<strong>$3</strong>起,<strong>$2</strong>日內<strong>$1</strong>近易也。',
930 'rcnotefrom' => '下為自<b>$2</b至<b>$1</b>之易也。',
931 'rclistfrom' => '自$1起之易也',
932 'rcshowhideminor' => '$1校',
933 'rcshowhidebots' => '$1僕',
934 'rcshowhideliu' => '$1簿',
935 'rcshowhideanons' => '$1匿名',
936 'rcshowhidepatr' => '$1哨',
937 'rcshowhidemine' => '$1吾纂',
938 'rclinks' => '$2日內$1近易。<br />$3',
939 'diff' => '辨',
940 'hist' => '誌',
941 'hide' => '藏',
942 'show' => '示',
943 'minoreditletter' => '校',
944 'newpageletter' => '新',
945 'boteditletter' => '僕',
946 'number_of_watching_users_pageview' => '[放有$1哨]',
947 'rc_categories_any' => '任',
948 'newsectionsummary' => '/* $1 */ 新節',
949
950 # Recent changes linked
951 'recentchangeslinked' => '援引',
952 'recentchangeslinked-title' => '「$1」援引近易',
953 'recentchangeslinked-noresult' => '限期內無近易。',
954 'recentchangeslinked-summary' => "此奇頁乃列''由''頁援之近易(或對類之員)。
955 有[[Special:Watchlist|爾有哨]]者'''粗體'''。",
956 'recentchangeslinked-page' => '頁名:',
957 'recentchangeslinked-to' => '示援頁',
958
959 # Upload
960 'upload' => '進獻',
961 'uploadbtn' => '進獻',
962 'reupload' => '復獻之',
963 'reuploaddesc' => '消進乃返載獻',
964 'uploadnologin' => '未登簿',
965 'uploadnologintext' => '[[Special:Userlogin|登簿]]始可進獻',
966 'upload_directory_read_only' => '目錄$1禁入,無可獻。',
967 'uploaderror' => '進獻有變',
968 'uploadtext' => "下表以獻,[[Special:Imagelist|載獻]]覽之。或見[[Special:Log/upload|誌獻]]。
969 欲嵌頁中,是格鏈之:
970 '''<nowiki>[[</nowiki>{{ns:image}}:File.jpg]]'''、
971 '''<nowiki>[[</nowiki>{{ns:image}}:File.png|名]]'''或
972 '''<nowiki>[[</nowiki>{{ns:media}}:File.ogg]]'''",
973 'upload-permitted' => '可之物類:$1。',
974 'upload-preferred' => '議之物類:$1。',
975 'upload-prohibited' => '禁之物類:$1。',
976 'uploadlog' => '誌獻',
977 'uploadlogpage' => '誌獻',
978 'uploadlogpagetext' => '近獻如下:',
979 'filename' => '名',
980 'filedesc' => '概',
981 'fileuploadsummary' => '概:',
982 'filestatus' => '授權:',
983 'filesource' => '源:',
984 'uploadedfiles' => '進獻',
985 'ignorewarning' => '強儲之',
986 'ignorewarnings' => '警略。',
987 'minlength1' => '名務逾一字元。',
988 'illegalfilename' => '名"$1"不格,更之再焉。',
989 'badfilename' => '更名"$1。"。',
990 'filetype-badmime' => '「$1」之MIME類物檔案不能獻之。',
991 'filetype-unwanted-type' => "'''「.$1」'''乃無需之物類也。議之物類有$2也。",
992 'filetype-banned-type' => "'''「.$1」'''乃無允之物類也。允之物類有$2也。",
993 'filetype-missing' => '檔名無後綴也(如「.jpg」)。',
994 'large-file' => '檔長$2仟位元組,不逾$1為佳。',
995 'emptyfile' => '無以獻,疑謬名也,惠核之。',
996 'fileexists' => '<strong><tt>$1</tt></strong>存矣,欲蓋之則再也。',
997 'filepageexists' => '此檔之述於<strong><tt>$1</tt></strong>存矣,檔未存也。爾入述無存也。要現之,爾需纂之。',
998 'fileexists-thumb' => "<center>'''現存之檔'''</center>",
999 'file-exists-duplicate' => '此檔乃重檔{{PLURAL:$1|一|數}}:',
1000 'successfulupload' => '檔案安矣',
1001 'overwroteimage' => '新置「[[$1]]」矣',
1002 'sourcefilename' => '源名:',
1003 'destfilename' => '欲置檔名:',
1004 'upload-maxfilesize' => '檔限:$1',
1005 'watchthisupload' => '派哨',
1006 'upload-wasdeleted' => "'''警示:復獻棄檔,慎續之。'''
1007 誌刪如下:",
1008 'filename-bad-prefix' => '獻檔以<strong>「$1」</strong>首,常由相機瞎造,惠更述之。',
1009
1010 'license-nopreview' => '(謝草覽)',
1011
1012 # Special:Imagelist
1013 'imagelist-summary' => '此奇頁示檔之全呈也。
1014 設最後之檔呈示於表頂。
1015 點題改其列之。',
1016 'imagelist_search_for' => '以媒名尋:',
1017 'imgfile' => '檔',
1018 'imagelist_date' => '時',
1019 'imagelist_name' => '名',
1020 'imagelist_user' => '簿',
1021 'imagelist_size' => '幅(位元組)',
1022 'imagelist_description' => '述',
1023
1024 # Image description page
1025 'filehist' => '檔史',
1026 'filehist-help' => '揀日尋檔。',
1027 'filehist-deleteall' => '全刪',
1028 'filehist-deleteone' => '刪',
1029 'filehist-revert' => '還',
1030 'filehist-current' => '今',
1031 'filehist-datetime' => '時',
1032 'filehist-user' => '薄',
1033 'filehist-dimensions' => '度',
1034 'filehist-filesize' => '檔幅',
1035 'filehist-comment' => '註',
1036 'imagelinks' => '圖鏈',
1037 'linkstoimage' => '下頁連本檔也:',
1038 'nolinkstoimage' => '無頁連本檔也。',
1039 'morelinkstoimage' => '閱檔[[Special:Whatlinkshere/$1|接]]。',
1040 'redirectstofile' => '下檔轉到此檔:',
1041 'duplicatesoffile' => '下檔重此檔:',
1042 'sharedupload' => '此檔為共傳,可另項用也。',
1043 'shareduploadwiki' => '詳閱$1。',
1044 'shareduploadwiki-desc' => '於共庫上$1之示。',
1045 'shareduploadwiki-linktext' => '檔述',
1046 'shareduploadduplicate' => '此檔重於共檔之$1。',
1047 'shareduploadduplicate-linktext' => '另檔',
1048 'shareduploadconflict' => '此檔重名於共檔之$1。',
1049 'shareduploadconflict-linktext' => '另檔',
1050 'imagepage-searchdupe' => '尋重檔',
1051
1052 # File reversion
1053 'filerevert' => '還$1',
1054 'filerevert-legend' => '還檔',
1055 'filerevert-intro' => '<span class="plainlinks">\'\'\'[[Media:$1|$1]]\'\'\'欲還回$2$3之版$4。</span>',
1056 'filerevert-comment' => '註:',
1057 'filerevert-defaultcomment' => '還$1$2之版矣',
1058 'filerevert-submit' => '還',
1059 'filerevert-success' => '<span class="plainlinks">\'\'\'[[Media:$1|$1]]\'\'\'$2$3之版$4還矣。</span>',
1060 'filerevert-badversion' => '該日無版也。',
1061
1062 # File deletion
1063 'filedelete' => '刪$1',
1064 'filedelete-legend' => '刪檔',
1065 'filedelete-intro' => "欲刪'''[[Media:$1|$1]]'''。",
1066 'filedelete-intro-old' => '<span class="plainlinks">欲刪\'\'\'[[Media:$1|$1]]\'\'\'$2$3之版$4。</span>',
1067 'filedelete-comment' => '刪因:',
1068 'filedelete-submit' => '刪',
1069 'filedelete-success' => "'''$1'''刪矣。",
1070 'filedelete-success-old' => '<span class="plainlinks">\'\'\'[[Media:$1|$1]]\'\'\'$2$3之版刪矣。</span>',
1071 'filedelete-nofile' => "{{SITENAME}}無'''$1'''也。",
1072 'filedelete-nofile-old' => "無合'''$1'''藏也。",
1073 'filedelete-iscurrent' => '刪版乃新,先還舊焉。',
1074 'filedelete-otherreason' => '另/附之因:',
1075 'filedelete-reason-otherlist' => '另因',
1076 'filedelete-reason-dropdown' => '
1077 *常刪之因
1078 ** 侵版權
1079 ** 重檔',
1080 'filedelete-edit-reasonlist' => '纂刪因',
1081
1082 # MIME search
1083 'mimesearch' => '篩檔',
1084 'mimesearch-summary' => '此頁可以MIME篩檔.格仿「文類/次類」,如<tt>image/jpeg</tt>。',
1085 'mimetype' => 'MIME類有:',
1086 'download' => '載下',
1087
1088 # Unwatched pages
1089 'unwatchedpages' => '無哨頁',
1090
1091 # List redirects
1092 'listredirects' => '表轉',
1093
1094 # Unused templates
1095 'unusedtemplates' => '墨乾',
1096 'unusedtemplatestext' => '此表閒模,篤刪前惠考支鏈。',
1097 'unusedtemplateswlh' => '支鏈',
1098
1099 # Random page
1100 'randompage' => '風掀',
1101
1102 # Random redirect
1103 'randomredirect' => '任渡',
1104 'randomredirect-nopages' => '名冊內無渡也。',
1105
1106 # Statistics
1107 'statistics' => '彙統',
1108 'sitestats' => '{{SITENAME}}彙統',
1109 'userstats' => '有簿彙統',
1110 'sitestatstext' => "庫藏有頁'''$1''',除議、釋、芻文、渡與不濟者,有足文$2、獻品'''$8'''。
1111 自{{SITENAME}}始焉,閱頁'''$3''',纂文'''$4'''。均之則每頁'''$5'''覽,每文'''$6'''纂。
1112 [http://www.mediawiki.org/wiki/Manual:Job_queue job queue]長'''$7'''。",
1113 'userstatstext' => "有[[Special:Listusers|簿]]者'''$1''',內'''$2'''人掌$5權,據百分之'''$4'''。",
1114 'statistics-mostpopular' => '燴炙',
1115
1116 'disambiguations' => '釋義',
1117 'disambiguations-text' => '頁下引[[MediaWiki:Disambiguationspage]]模,求釋義,宜正題之。',
1118
1119 'doubleredirects' => '窮渡',
1120 'doubleredirectstext' => '頁下窮渡,迭列以示。首尾宿合,宜正渡之。',
1121
1122 'brokenredirects' => '斷渡',
1123 'brokenredirectstext' => '頁下斷渡:',
1124 'brokenredirects-edit' => '(替)',
1125 'brokenredirects-delete' => '(刪)',
1126
1127 'withoutinterwiki' => '孤語',
1128 'withoutinterwiki-summary' => '頁下無鏈他語:',
1129 'withoutinterwiki-legend' => '首',
1130 'withoutinterwiki-submit' => '示',
1131
1132 'fewestrevisions' => '鮮察',
1133
1134 # Miscellaneous special pages
1135 'nbytes' => '$1位元組',
1136 'ncategories' => '$1門',
1137 'nlinks' => '$1鏈',
1138 'nmembers' => '$1戶',
1139 'nrevisions' => '$1審',
1140 'nviews' => '$1閱',
1141 'lonelypages' => '孤寡',
1142 'lonelypagestext' => '頁下無鏈',
1143 'uncategorizedpages' => '欲訂',
1144 'uncategorizedcategories' => '問栓',
1145 'uncategorizedimages' => '候裱',
1146 'uncategorizedtemplates' => '待蘸',
1147 'unusedcategories' => '樞鏽',
1148 'unusedimages' => '色褪',
1149 'popularpages' => '膾炙',
1150 'wantedcategories' => '求門',
1151 'wantedpages' => '徵頁',
1152 'missingfiles' => '失檔',
1153 'mostlinked' => '好料',
1154 'mostlinkedcategories' => '豪門',
1155 'mostlinkedtemplates' => '美模',
1156 'mostcategories' => '跨船',
1157 'mostimages' => '名檔',
1158 'mostrevisions' => '屢審',
1159 'shortpages' => '短篇',
1160 'longpages' => '長言',
1161 'protectedpages' => '頁錮',
1162 'protectedpages-indef' => '只示無期之錮',
1163 'listusers' => '點簿',
1164 'newpages' => '新灶',
1165 'newpages-username' => '簿名:',
1166 'ancientpages' => '陳年',
1167 'move' => '遷',
1168 'movethispage' => '遷此頁',
1169 'unusedimagestext' => '<p>他站可以網址鏈檔,故下列並非盡閒,註記之。</p>',
1170 'unusedcategoriestext' => '以下空門,無依可活。',
1171 'notargettitle' => '落靶',
1172 'notargettext' => '簿、頁未定,無可為之。',
1173 'nopagetitle' => '落靶之頁',
1174 'nopagetext' => '頁未定,無可為之。',
1175 'pager-newer-n' => '新$1次',
1176 'pager-older-n' => '陳$1次',
1177 'suppress' => '監',
1178
1179 # Book sources
1180 'booksources' => '書海',
1181 'booksources-search-legend' => '舀書海',
1182 'booksources-go' => '往',
1183 'booksources-text' => '有賈售新舊書,或有助焉。茲列如下:',
1184
1185 # Special:Log
1186 'specialloguserlabel' => '簿:',
1187 'speciallogtitlelabel' => '標:',
1188 'log' => '誌',
1189 'all-logs-page' => '眾誌',
1190 'log-search-legend' => '尋誌',
1191 'log-search-submit' => '往',
1192 'alllogstext' => '眾誌有合者,俱併版見。擇門、選簿、限疆以裁之。',
1193 'logempty' => '無合誌也。',
1194 'log-title-wildcard' => '題以此始者,取之',
1195
1196 # Special:Allpages
1197 'allpages' => '全典',
1198 'alphaindexline' => '自$1$2',
1199 'nextpage' => '次頁($1)',
1200 'prevpage' => '先頁($1)',
1201 'allpagesfrom' => '始頁:',
1202 'allarticles' => '全典',
1203 'allinnamespace' => '全$1名冊',
1204 'allnotinnamespace' => '非$1名冊',
1205 'allpagesprev' => '前',
1206 'allpagesnext' => '次',
1207 'allpagessubmit' => '往',
1208 'allpagesprefix' => '冠頁以:',
1209 'allpagesbadtitle' => '或冠有他語、他山、或含禁字,題標不格。',
1210 'allpages-bad-ns' => '無"$1"名冊',
1211
1212 # Special:Categories
1213 'categories' => '類',
1214 'categoriespagetext' => '大典有頁或媒。',
1215 'categoriesfrom' => '示此項起之類:',
1216 'special-categories-sort-count' => '排數',
1217 'special-categories-sort-abc' => '排字',
1218
1219 # Special:Listusers
1220 'listusersfrom' => '始簿:',
1221 'listusers-submit' => '見',
1222 'listusers-noresult' => '尋無簿。',
1223
1224 # Special:Listgrouprights
1225 'listgrouprights' => '簿組權',
1226 'listgrouprights-summary' => '下乃wiki之簿權表及存取之權也。
1227 欲知權節,可望[[{{MediaWiki:Listgrouprights-helppage}}|此]]矣。',
1228 'listgrouprights-group' => '組',
1229 'listgrouprights-rights' => '權',
1230 'listgrouprights-helppage' => 'Help:組權',
1231 'listgrouprights-members' => '(社員表)',
1232
1233 # E-mail user
1234 'mailnologin' => '無驛',
1235 'mailnologintext' => '[[Special:Userlogin|登簿]]置郵,方可捎書。',
1236 'emailuser' => '捎君',
1237 'emailpage' => '捎書',
1238 'emailpagetext' => '若此君有郵,表下捎焉。署子簿郵以候往返。',
1239 'usermailererror' => '驛報有誤:',
1240 'defemailsubject' => '{{SITENAME}}來書',
1241 'noemailtitle' => '無郵',
1242 'noemailtext' => '此君無郵,或謝收之。',
1243 'emailfrom' => '自',
1244 'emailto' => '致',
1245 'emailsubject' => '題',
1246 'emailmessage' => '訊',
1247 'emailsend' => '遣',
1248 'emailccme' => '謄複本。',
1249 'emailccsubject' => '致$1複本:$2',
1250 'emailsent' => '書遣矣',
1251 'emailsenttext' => '書遣矣',
1252
1253 # Watchlist
1254 'watchlist' => '哨站',
1255 'mywatchlist' => '哨站',
1256 'watchlistfor' => "('''$1'''之哨)",
1257 'nowatchlist' => '無哨',
1258 'watchlistanontext' => '$1以治哨',
1259 'watchnologin' => '未登簿',
1260 'watchnologintext' => '[[Special:Userlogin|登簿]]以治哨。',
1261 'addedwatch' => '派哨',
1262 'addedwatchtext' => "\"[[:\$1]]\"哨派矣。後有易、議者可見於[[Special:Watchlist|哨站]],且'''粗體'''列於[[Special:Recentchanges|近易]]。",
1263 'removedwatch' => '撤哨',
1264 'removedwatchtext' => '"[[:$1]]"哨撤矣。',
1265 'watch' => '派哨',
1266 'watchthispage' => '哨此報',
1267 'unwatch' => '撤哨',
1268 'unwatchthispage' => '撤此哨',
1269 'notanarticle' => '此頁非文',
1270 'notvisiblerev' => '易已刪矣',
1271 'watchnochange' => '皆無易也',
1272 'watchlist-details' => '共$1哨,不含議論。',
1273 'wlheader-enotif' => '*准報信。',
1274 'wlheader-showupdated' => "*易者'''粗體'''。",
1275 'watchmethod-recent' => '哨近易。',
1276 'watchmethod-list' => '報近易…',
1277 'watchlistcontains' => '共$1哨。',
1278 'iteminvalidname' => "'$1'謬名。",
1279 'wlnote' => '近<b>$2</b>時有$1者易。',
1280 'wlshowlast' => '見近$1時、$2天、$3時易',
1281 'watchlist-show-bots' => '見僕',
1282 'watchlist-hide-bots' => '藏僕',
1283 'watchlist-show-own' => '見己',
1284 'watchlist-hide-own' => '藏己',
1285 'watchlist-show-minor' => '見校',
1286 'watchlist-hide-minor' => '藏校',
1287
1288 # Displayed when you click the "watch" button and it is in the process of watching
1289 'watching' => '出陣…',
1290 'unwatching' => '收兵…',
1291
1292 'enotif_mailer' => '{{SITENAME}}報',
1293 'enotif_reset' => '令為盡閱',
1294 'enotif_newpagetext' => '新灶',
1295 'enotif_impersonal_salutation' => '貴客',
1296 'changed' => '易',
1297 'created' => '撰',
1298 'enotif_subject' => '{{SITENAME}}簿{$PAGEEDITOR}{$CHANGEDORCREATED}{$PAGETITLE}',
1299 'enotif_lastvisited' => '自子出簿,有易見$1。',
1300 'enotif_lastdiff' => '欲閱此易,見$1。',
1301 'enotif_anon_editor' => '過客$1',
1302 'enotif_body' => '$WATCHINGUSERNAME鈞鑑
1303
1304 {$PAGEEDITDATE}{{SITENAME}}簿{$PAGEEDITOR}{$CHANGEDORCREATED}{$PAGETITLE},閱之見{$PAGETITLE_URL}。
1305
1306 $NEWPAGE
1307
1308 纂者彙:$PAGESUMMARY $PAGEMINOREDIT
1309 遣書($PAGEEDITOR_EMAIL)或訪齋($PAGEEDITOR_WIKI)聯繫之。
1310
1311 如不訪頁,哨報止也。可赴哨所令復之。
1312
1313 {{SITENAME}}敬上
1314
1315 --
1316 欲更哨令,惠訪{{fullurl:{{ns:special}}:Watchlist/edit}}
1317 饋助之,惠訪{{fullurl:{{ns:help}}:Contents}}',
1318
1319 # Delete/protect/revert
1320 'deletepage' => '刪頁',
1321 'confirm' => '准',
1322 'excontent' => "文乃'$1'",
1323 'excontentauthor' => "文乃'$1',乃[[Special:Contributions/$2|$2]]獨作。",
1324 'exblank' => '缺頁',
1325 'delete-confirm' => '刪"$1"',
1326 'delete-legend' => '刪',
1327 'historywarning' => '警示,此頁有誌:',
1328 'confirmdeletetext' => '欲刪此物與誌,知後果、合[[{{MediaWiki:Policy-url}}]]後再為之。',
1329 'actioncomplete' => '成矣',
1330 'deletedtext' => '"<nowiki>$1</nowiki>"刪矣,見誌刪於$2。',
1331 'deletedarticle' => '刪焉「[[$1]]」',
1332 'suppressedarticle' => '廢焉「[[$1]]」',
1333 'dellogpage' => '誌刪',
1334 'dellogpagetext' => '近刪如下:',
1335 'deletionlog' => '誌刪',
1336 'reverted' => '已還前審',
1337 'deletecomment' => '刪因:',
1338 'deleteotherreason' => '另/附之因:',
1339 'deletereasonotherlist' => '另因',
1340 'deletereason-dropdown' => '
1341 *常刪之因
1342 ** 作者之求
1343 ** 侵版權
1344 ** 破壞',
1345 'delete-edit-reasonlist' => '纂刪因',
1346 'delete-toobig' => '此頁含大誌,過$1修。刪頁限矣,防於{{SITENAME}}之亂也。',
1347 'delete-warning-toobig' => '此頁含大誌,過$1修。刪之可亂{{SITENAME}}之事也;續時留神之。',
1348 'rollback' => '退修',
1349 'rollback_short' => '退',
1350 'rollbacklink' => '退',
1351 'rollbackfailed' => '退未成',
1352 'cantrollback' => '退修不成,作者獨也。',
1353 'alreadyrolled' => '[[User:$2|$2]]([[User talk:$2|議]])作[[:$1]],退不成也。有易或已退焉。新纂者為[[User:$3|$3]]([[User talk:$3|議]])',
1354 'editcomment' => '贊曰"<i>$1</i>"', # only shown if there is an edit comment
1355 'revertpage' => '去[[Special:Contributions/$2|$2]]之作(欲言之,可至[[User talk:$2|此]]),復為[[User:$1|$1]]之本耳', # Additional available: $3: revid of the revision reverted to, $4: timestamp of the revision reverted to, $5: revid of the revision reverted from, $6: timestamp of the revision reverted from
1356 'rollback-success' => '去$1之作,復為$2之本耳。',
1357 'sessionfailure' => '登簿有變。為防盜簿,返前重取再為之。',
1358 'protectlogpage' => '誌緘',
1359 'protectlogtext' => '誌緘如下;近緘見[[Special:Protectedpages|此]] 。',
1360 'protectedarticle' => '緘焉"[[$1]]"',
1361 'modifiedarticleprotection' => '令"$1"',
1362 'unprotectedarticle' => '啟焉"[[$1]]"',
1363 'protect-title' => '更"$1"之緘',
1364 'protect-legend' => '准緘',
1365 'protectcomment' => '贊曰',
1366 'protectexpiry' => '屆期',
1367 'protect_expiry_invalid' => '屆期不明。',
1368 'protect_expiry_old' => '屆期已過。',
1369 'protect-unchain' => '准遷之',
1370 'protect-text' => '緘捆<strong><nowiki>$1</nowiki></strong>。',
1371 'protect-locked-blocked' => '簿禁,<strong>$1</strong>緘昔如下:',
1372 'protect-locked-dblock' => '庫鎖,<strong>$1</strong>緘昔如下:',
1373 'protect-locked-access' => '未准,<strong>$1</strong>緘昔如下:',
1374 'protect-cascadeon' => '取佐緘焉,迭牽此頁;{{PLURAL:$1|此|此}}頁啟篋,無反累焉。',
1375 'protect-default' => '(慣)',
1376 'protect-fallback' => "須''$1''准",
1377 'protect-level-autoconfirmed' => '禁無簿',
1378 'protect-level-sysop' => '惟有秩',
1379 'protect-summary-cascade' => '迭緘',
1380 'protect-expiring' => '$1(UTC)屆',
1381 'protect-cascade' => '援引緘,牽迭',
1382 'protect-cantedit' => '汝無動頁之護也,因汝無權纂之矣。',
1383 'restriction-type' => '准',
1384 'restriction-level' => '緘捆',
1385 'minimum-size' => '幅越',
1386 'maximum-size' => '幅弱:',
1387 'pagesize' => '(位元組)',
1388
1389 # Restrictions (nouns)
1390 'restriction-edit' => '纂',
1391 'restriction-move' => '遷',
1392 'restriction-create' => '建',
1393 'restriction-upload' => '貢',
1394
1395 # Restriction levels
1396 'restriction-level-sysop' => '全封',
1397 'restriction-level-autoconfirmed' => '半封',
1398 'restriction-level-all' => '有封',
1399
1400 # Undelete
1401 'undelete' => '覽刪',
1402 'undeletepage' => '覽刪並還之',
1403 'undeletepagetitle' => "'''如下含[[:$1]]刪之審'''。",
1404 'viewdeletedpage' => '覽刪',
1405 'undeletepagetext' => '如下已刪,備謄以還;曆滿乃清之。',
1406 'undeleteextrahelp' => "欲還題,撤核後令'''''還刪'''''。欲還某審,核之再令。欲清核、贊,令之'''''歸白'''''。",
1407 'undeleterevisions' => '審備$1',
1408 'undeletehistory' => '如還題,審亦隨焉;若存同題,還如誌,不以代焉。夫還而啟,註記之。',
1409 'undeleterevdel' => '新審不牽,難還也;銷、見之以篤還。',
1410 'undeletehistorynoadmin' => '文刪矣,何由如下;並示末纂者。詳文藏,惟有迭可閱。',
1411 'undelete-revision' => '自$2$3纂之$1審刪如下:',
1412 'undeleterevision-missing' => '審謬失;棄、還或鏈亡。',
1413 'undeletebtn' => '還',
1414 'undeletelink' => '還',
1415 'undeletereset' => '歸白',
1416 'undeletecomment' => '贊日',
1417 'undeletedarticle' => '還焉"[[$1]]"',
1418 'undeletedrevisions' => '$1審已還',
1419 'undeletedrevisions-files' => '$1審、$2檔已還',
1420 'undeletedfiles' => '$1檔已還',
1421 'cannotundelete' => '無以還檔;或復矣。',
1422 'undeletedpage' => "<big>'''$1還矣'''</big>
1423 近刪新還,見[[Special:Log/delete|刪還誌]]。",
1424 'undelete-header' => '欲覽近刪,見[[Special:Log/delete|誌刪]]。',
1425 'undelete-search-box' => '尋刪',
1426 'undelete-search-prefix' => '見頁始如',
1427 'undelete-search-submit' => '尋',
1428 'undelete-no-results' => '備本無合者也。',
1429 'undelete-filename-mismatch' => '$1之審名不合,無可還焉。',
1430 'undelete-bad-store-key' => '$1之審乃空,無可還焉。',
1431 'undelete-cleanup-error' => '冗檔$1,欲刪而有誤也。',
1432 'undelete-missing-filearchive' => '$1無尋,或已還矣。',
1433 'undelete-error-short' => '$1欲還而有誤也。',
1434 'undelete-error-long' => '還檔有誤。欲還者:\\n\\n$1\\n',
1435
1436 # Namespace form on various pages
1437 'namespace' => '名冊:',
1438 'invert' => '反相',
1439 'blanknamespace' => '主',
1440
1441 # Contributions
1442 'contributions' => '功績',
1443 'mycontris' => '吾績',
1444 'contribsub2' => '$1勛($2)',
1445 'nocontribs' => '無勛及也。',
1446 'uctop' => '(至頂)',
1447 'month' => '且不越',
1448 'year' => '年不越',
1449
1450 'sp-contributions-newbies' => '惟列新進',
1451 'sp-contributions-newbies-sub' => '予新進',
1452 'sp-contributions-blocklog' => '誌禁',
1453 'sp-contributions-search' => '問勛',
1454 'sp-contributions-username' => '簿名或IP址',
1455 'sp-contributions-submit' => '問',
1456
1457 # What links here
1458 'whatlinkshere' => '取佐',
1459 'whatlinkshere-title' => '$1取佐',
1460 'whatlinkshere-page' => '題',
1461 'linklistsub' => '(列取佐)',
1462 'linkshere' => "取佐'''[[:$1]]'''如下:",
1463 'nolinkshere' => "無頁取佐'''[[:$1]]'''。",
1464 'nolinkshere-ns' => "名冊內無頁取佐'''[[:$1]]'''。",
1465 'isredirect' => '渡',
1466 'istemplate' => '含',
1467 'isimage' => '檔佐',
1468 'whatlinkshere-prev' => '前$1',
1469 'whatlinkshere-next' => '次$1',
1470 'whatlinkshere-links' => '←佐',
1471 'whatlinkshere-hideredirs' => '$1轉',
1472 'whatlinkshere-hidetrans' => '$1含',
1473 'whatlinkshere-hidelinks' => '$1佐',
1474 'whatlinkshere-hideimages' => '$1檔佐',
1475 'whatlinkshere-filters' => '濾',
1476
1477 # Block/unblock
1478 'blockip' => '禁簿',
1479 'blockip-legend' => '禁簿',
1480 'blockiptext' => '函下禁纂,簿、址明判;[[{{MediaWiki:Policy-url}}|秉據]]如斯,立法克亂。指罪證行,了冤無憾。',
1481 'ipaddress' => 'IP址',
1482 'ipadressorusername' => 'IP或簿名',
1483 'ipbexpiry' => '限期',
1484 'ipbreason' => '指證',
1485 'ipbreasonotherlist' => '常犯',
1486 'ipbreason-dropdown' => '
1487 *如下道:
1488 ** 造假報
1489 ** 毀文貌
1490 ** 廣賈告
1491 ** 話胡鬧
1492 ** 恐嚇擾
1493 ** 污名號
1494 ** 名瀆道',
1495 'ipbanononly' => '惟禁匿',
1496 'ipbcreateaccount' => '禁增簿',
1497 'ipbemailban' => '禁郵捎',
1498 'ipbenableautoblock' => '屢禁此簿,新IP址、後繼亦如也。',
1499 'ipbsubmit' => '禁簿',
1500 'ipbother' => '別期',
1501 'ipboptions' => '二時:2 hours,一日:1 day,三日:3 days,一週:1 week,二週:2 weeks,一月:1 month,三月:3 months,六月:6 months,一年:1 year,永如:infinite', # display1:time1,display2:time2,...
1502 'ipbotheroption' => '它',
1503 'ipbotherreason' => '補證、加證曰',
1504 'ipbhidename' => '簿名隱乎誌禁、表禁、點簿。',
1505 'ipbwatchuser' => '哨該簿之齋與議',
1506 'badipaddress' => 'IP不格',
1507 'blockipsuccesssub' => '禁焉',
1508 'blockipsuccesstext' => '[[{{ns:special}}:Contributions/$1|$1]]禁焉。表禁<br />見[[{{ns:special}}:Ipblocklist|此]]。',
1509 'ipb-edit-dropdown' => '改證',
1510 'ipb-unblock-addr' => '赦$1',
1511 'ipb-unblock' => '赦簿、址',
1512 'ipb-blocklist-addr' => '見$1禁',
1513 'ipb-blocklist' => '列禁',
1514 'unblockip' => '赦簿',
1515 'unblockiptext' => '函下赦禁。',
1516 'ipusubmit' => '赦此址',
1517 'unblocked' => '[[User:$1|$1]]赦焉',
1518 'unblocked-id' => '禁$1赦焉',
1519 'ipblocklist' => '列禁簿、禁址',
1520 'ipblocklist-legend' => '尋禁簿',
1521 'ipblocklist-username' => '簿名、IP址:',
1522 'ipblocklist-submit' => '尋',
1523 'blocklistline' => '$1$2$3$4)',
1524 'infiniteblock' => '永如',
1525 'expiringblock' => '屆$1',
1526 'anononlyblock' => '惟匿者',
1527 'noautoblockblock' => '止自禁',
1528 'createaccountblock' => '禁增簿',
1529 'emailblock' => '郵禁焉',
1530 'ipblocklist-empty' => '無禁。',
1531 'ipblocklist-no-results' => '簿名、IP址未禁焉。',
1532 'blocklink' => '禁',
1533 'unblocklink' => '赦',
1534 'contribslink' => '勛',
1535 'autoblocker' => '近日$1"$2";同子IP址,故禁焉。',
1536 'blocklogpage' => '誌禁',
1537 'blocklogentry' => '禁[[$1]]屆$2$3',
1538 'blocklogtext' => '此誌禁赦;自禁不示。見[[Special:Ipblocklist|此]]列今禁者。',
1539 'unblocklogentry' => '$1赦焉',
1540 'block-log-flags-anononly' => '惟禁匿',
1541 'block-log-flags-nocreate' => '禁增簿',
1542 'block-log-flags-noautoblock' => '止自禁',
1543 'block-log-flags-noemail' => '郵禁焉',
1544 'range_block_disabled' => '未准有秩圍禁。',
1545 'ipb_expiry_invalid' => '屆期不明。',
1546 'ipb_already_blocked' => '"$1"早禁矣',
1547 'ipb_cant_unblock' => '有誤:禁$1無尋;或早赦矣。',
1548 'ipb_blocked_as_range' => '錯:該IP $1 無直禁也,無赦之。唯它在 $2 之範禁內,其範可赦之。',
1549 'ip_range_invalid' => 'IP址圍不格',
1550 'blockme' => '自禁',
1551 'proxyblocker' => '禁Proxy',
1552 'proxyblocksuccess' => '成矣。',
1553
1554 # Developer tools
1555 'lockdb' => '閉庫',
1556 'unlockdb' => '開庫',
1557 'lockdbtext' => '夫閉庫者,止撰編、凍簿註、休令哨、謝問庫也。篤欲行,事畢開之。',
1558 'unlockdbtext' => '夫開庫者,迎撰編、任註簿、喜令哨、隨問庫也;慎篤之。',
1559 'lockconfirm' => '篤閉之。',
1560 'unlockconfirm' => '篤開之。',
1561 'lockbtn' => '閉庫',
1562 'unlockbtn' => '開庫',
1563 'locknoconfirm' => '未篤焉。',
1564 'lockdbsuccesssub' => '庫已閉',
1565 'unlockdbsuccesssub' => '庫已開',
1566 'lockdbsuccesstext' => '庫閉矣。<br />檢畢切[[Special:Unlockdb|開之]]。',
1567 'unlockdbsuccesstext' => '庫開矣',
1568 'lockfilenotwritable' => '未准更鎖庫檔。欲開閉之,網頁伺服須得更也。',
1569 'databasenotlocked' => '庫未閉焉。',
1570
1571 # Move page
1572 'move-page' => '遷$1',
1573 'move-page-legend' => '遷頁',
1574 'movepagetext' => "函下遷頁,誌隨新往、舊題作渡、取佐不移。保佐正,防窮、斷渡。
1575
1576 囑之者,新題若非空、渡、缺誌,則舊'''不遷'''焉。存頁勿覆,而誤遷可悔也。
1577
1578 <b>警示</b>
1579 膾炙遷焉,禍生不測;戒慎行之。",
1580 'movearticle' => '遷文:',
1581 'movenologin' => '未登簿',
1582 'movenologintext' => '遷文須[[Special:Userlogin|登簿]]。',
1583 'movenotallowed' => '無准遷文也。',
1584 'newtitle' => '至新題:',
1585 'move-watch' => '派哨',
1586 'movepagebtn' => '遷文',
1587 'pagemovedsub' => '遷成矣',
1588 'movepage-moved' => "<big>'''「$1」已遷至「$2」'''</big>", # The two titles are passed in plain text as $3 and $4 to allow additional goodies in the message.
1589 'articleexists' => '此題早存,或名謬焉;請更之。',
1590 'cantmove-titleprotected' => '爾不可動頁至此,因新題已緘焉,防建之。',
1591 'talkexists' => "'''文遷成而議未移,蓋早存也;請併之。'''",
1592 'movedto' => '遷至',
1593 'movetalk' => '議並遷',
1594 'move-subpages' => '如可,同遷議',
1595 'move-talk-subpages' => '如可,同遷子議',
1596 'movepage-page-exists' => '頁$1已存矣,非自覆也。',
1597 'movepage-page-moved' => '頁$1$2矣。',
1598 'movepage-page-unmoved' => '頁$1$2不成。',
1599 'movepage-max-pages' => '上之$1頁遷矣同非自遷之下。',
1600 '1movedto2' => '[[$1]]遷至[[$2]]',
1601 '1movedto2_redir' => '[[$1]]遷至[[$2]]為渡',
1602 'movelogpage' => '誌遷',
1603 'movelogpagetext' => '頁遷如下:',
1604 'movereason' => '因',
1605 'revertmove' => '還',
1606 'delete_and_move' => '刪遷',
1607 'delete_and_move_text' => '==准刪==
1608
1609 往遷"[[$1]]"存,刪之以替乎?',
1610 'delete_and_move_confirm' => '刪之',
1611 'delete_and_move_reason' => '為遷而刪之',
1612 'selfmove' => '鄉遷同源,如未移也。',
1613 'immobile_namespace' => '鄉遷其一,名冊特異,不可遷也。',
1614 'imagenocrossnamespace' => '非勳檔至非檔名間',
1615 'imagetypemismatch' => '其新副檔名非配其類也',
1616
1617 # Export
1618 'export' => '出匯',
1619 'exporttext' => '文、誌纂、擇頁可編成XML,借MediaWiki[[Special:Import|入匯]他山]。欲出匯,函下題之,每列一題,任牽舊審、誌文;或獨帶末纂之述,以鏈表之,如以[[{{ns:special}}:Export/{{MediaWiki:mainpage}}]]匯"[[{{MediaWiki:mainpage}}]]"。',
1620 'exportcuronly' => '獨匯今審',
1621 'exportnohistory' => "----
1622 '''囑記,'''封匯全誌,因累甚也。",
1623 'export-submit' => '出匯',
1624 'export-addcattext' => '索門擇題:',
1625 'export-addcat' => '增',
1626 'export-download' => '備檔以載',
1627 'export-templates' => '含模',
1628
1629 # Namespace 8 related
1630 'allmessages' => '官話',
1631 'allmessagesname' => '話',
1632 'allmessagesdefault' => '慣文',
1633 'allmessagescurrent' => '今文',
1634 'allmessagestext' => '此列MediaWiki官話。
1635 如貢正宗MediaWiki本地化,[http://www.mediawiki.org/wiki/Localisation MediaWiki本地化]與[http://translatewiki.net Betawiki]閱之。',
1636 'allmessagesnotsupportedDB' => "'''\$wgUseDatabaseMessages'''閉庫,'''無纂也。",
1637 'allmessagesfilter' => '含辭:',
1638 'allmessagesmodified' => '見易',
1639
1640 # Thumbnails
1641 'thumbnail-more' => '展',
1642 'filemissing' => '喪檔',
1643 'thumbnail_error' => '縮圖$1有誤',
1644 'thumbnail_invalid_params' => '縮圖參數不合',
1645 'thumbnail_dest_directory' => '縮圖匣未可造',
1646
1647 # Special:Import
1648 'import' => '圖入匯',
1649 'importinterwiki' => '維基互匯',
1650 'import-interwiki-text' => '欲入匯,擇維基、揀題文,審時、纂者隨記也。互匯錄於[[Special:Log/import|誌入]]。',
1651 'import-interwiki-history' => '審、誌同匯',
1652 'import-interwiki-submit' => '入匯',
1653 'import-interwiki-namespace' => '入名冊:',
1654 'importtext' => '請[[Special:Export出匯]]儲之,再入匯於此。',
1655 'importstart' => '入匯…',
1656 'import-revision-count' => '有審$1',
1657 'importnopages' => '無可匯。',
1658 'importfailed' => '入匯有變:<nowiki>$1</nowiki>',
1659 'importunknownsource' => '入類不明',
1660 'importcantopen' => '入未可啟',
1661 'importbadinterwiki' => '維基內鏈壞',
1662 'importnotext' => '空檔或無文',
1663 'importsuccess' => '入匯成矣!',
1664 'importhistoryconflict' => '舊審沖,疑早存焉',
1665 'importnosources' => '互匯而未定入源,審、誌不予直進。',
1666 'importnofile' => '無匯入也。',
1667 'importuploaderrorsize' => '檔未入匯。幅越焉。',
1668 'importuploaderrorpartial' => '檔未入匯。檔部傳。',
1669 'importuploaderrortemp' => '檔未入匯。臨夾已失。',
1670 'import-parse-failure' => 'XML入匯語法敗矣',
1671 'import-noarticle' => '無頁入匯也!',
1672 'import-nonewrevisions' => '全審已入匯也。',
1673 'xml-error-string' => '$1 於行$2,欄$3 ($4字節): $5',
1674 'import-upload' => '貢XML',
1675
1676 # Import log
1677 'importlogpage' => '誌入',
1678 'importlogpagetext' => '秩入匯自他山之審。',
1679 'import-logentry-upload' => '[[$1]]上傳而匯',
1680 'import-logentry-upload-detail' => '有審$1',
1681 'import-logentry-interwiki' => '互匯$1',
1682 'import-logentry-interwiki-detail' => '$1審自$2',
1683
1684 # Tooltip help for the actions
1685 'tooltip-pt-userpage' => '述平生、紹身家、銘字號',
1686 'tooltip-pt-anonuserpage' => '君IP之舍',
1687 'tooltip-pt-mytalk' => '與眾論、往魚雁、湧文滔',
1688 'tooltip-pt-anontalk' => '此IP所修之議',
1689 'tooltip-pt-preferences' => '更符驛、排版式、投所好',
1690 'tooltip-pt-watchlist' => '收矚目、治眼線、賞萌茂',
1691 'tooltip-pt-mycontris' => '刻勛功、追作續、慰苦勞',
1692 'tooltip-pt-login' => '設書齋、錄功績、廣放哨',
1693 'tooltip-pt-anonlogin' => '設書齋、錄功績、廣放哨',
1694 'tooltip-pt-logout' => '凡事盡,乘雲飄',
1695 'tooltip-ca-talk' => '求異見、辯是非、妥紛擾',
1696 'tooltip-ca-edit' => '拓文意、校誤謬、潤辭藻',
1697 'tooltip-ca-addsection' => '有言議,添新要',
1698 'tooltip-ca-viewsource' => '文函緘,讀源老',
1699 'tooltip-ca-history' => '誌流衍、備謄本、修惡盜',
1700 'tooltip-ca-protect' => '謝撰纂,奏原調',
1701 'tooltip-ca-delete' => '撕書頁,棄於奧',
1702 'tooltip-ca-undelete' => '悔刪斷,奉回轎',
1703 'tooltip-ca-move' => '安居所,嚮正道',
1704 'tooltip-ca-watch' => '哨此報',
1705 'tooltip-ca-unwatch' => '撤此哨',
1706 'tooltip-search' => '索大典,籲自曉',
1707 'tooltip-search-go' => '確合契,躍步到',
1708 'tooltip-search-fulltext' => '尋通篇,列倣傚',
1709 'tooltip-p-logo' => '返卷首,訪露朝',
1710 'tooltip-n-mainpage' => '返卷首,訪露朝',
1711 'tooltip-n-portal' => '識百科、習施行、熟矩教',
1712 'tooltip-n-currentevents' => '知天下、順潮流、察脈絡',
1713 'tooltip-n-recentchanges' => '閱新易、聞脈搏、觀熱鬧',
1714 'tooltip-n-randompage' => '嚐鮮味,隨遊遨',
1715 'tooltip-n-help' => '解疑惑、點明燈、掛病號',
1716 'tooltip-n-sitesupport' => '濟資財、施續命、傳美皓',
1717 'tooltip-t-whatlinkshere' => '何美餚,佐此料',
1718 'tooltip-t-recentchangeslinked' => '足義友,借鏡照',
1719 'tooltip-feed-rss' => '本卷之RSS源',
1720 'tooltip-feed-atom' => '本卷之Atom源',
1721 'tooltip-t-contributions' => '同肩戰,苦功高',
1722 'tooltip-t-emailuser' => '言未猶,書信捎',
1723 'tooltip-t-upload' => '貢彩件、獻樂謠',
1724 'tooltip-t-specialpages' => '奇怪求,特查找',
1725 'tooltip-t-print' => '備印墨,整版貌',
1726 'tooltip-t-permalink' => '鏈緊焊,橋吊牢',
1727 'tooltip-ca-nstab-main' => '閱文稿',
1728 'tooltip-ca-nstab-user' => '返齋寮',
1729 'tooltip-ca-nstab-media' => '聽媒紹',
1730 'tooltip-ca-nstab-special' => '特查報,謝纂校',
1731 'tooltip-ca-nstab-project' => '探爐灶',
1732 'tooltip-ca-nstab-image' => '觀揮毫',
1733 'tooltip-ca-nstab-mediawiki' => '聞官耗',
1734 'tooltip-ca-nstab-template' => '尋模造',
1735 'tooltip-ca-nstab-help' => '助拳腳',
1736 'tooltip-ca-nstab-category' => '入門道',
1737 'tooltip-minoredit' => '正小錯,謙註校',
1738 'tooltip-save' => '葺修畢,儲之窖',
1739 'tooltip-preview' => '篤存儲,先草稿',
1740 'tooltip-diff' => '留筆過,觀入刀',
1741 'tooltip-compareselectedversions' => '揀二審,辨毀造',
1742 'tooltip-watch' => '哨此報',
1743 'tooltip-recreate' => '昔棄鄙,重起灶',
1744 'tooltip-upload' => '獻品備,伐步跑',
1745
1746 # Attribution
1747 'anonymous' => '{{SITENAME}}無簿者',
1748 'siteuser' => '{{SITENAME}}有簿者$1',
1749 'lastmodifiedatby' => '$1$2$3新易此頁。', # $1 date, $2 time, $3 user
1750 'othercontribs' => '$1主撰',
1751 'others' => '他',
1752 'siteusers' => '{{SITENAME}}有簿者$1',
1753 'creditspage' => '頁贊',
1754 'nocredits' => '本頁未有贊信也。',
1755
1756 # Spam protection
1757 'spamprotectiontitle' => '防賈濫',
1758 'spamprotectiontext' => '外鏈疑賈,存頁止焉。',
1759 'spamprotectionmatch' => '憑如下:$1',
1760 'spambot_username' => 'MediaWiki清濫',
1761 'spam_reverting' => '還新審之無鏈$1者。',
1762 'spam_blanking' => '審皆鏈$1,遂令白頁。',
1763
1764 # Info page
1765 'infosubtitle' => '頁註',
1766 'numedits' => '有纂$1',
1767 'numtalkedits' => '有議$1',
1768 'numwatchers' => '有哨$1',
1769 'numauthors' => '編者$1',
1770 'numtalkauthors' => '議者$1',
1771
1772 # Math options
1773 'mw_math_png' => '屢作PNG',
1774 'mw_math_simple' => '易為則作HTML,否則PNG',
1775 'mw_math_html' => '堪為則作HTML,否則PNG',
1776 'mw_math_source' => 'TeX依舊,純文覽器適也。',
1777 'mw_math_modern' => '今之覽器此薦。',
1778 'mw_math_mathml' => '實驗者,堪為則作MathML。',
1779
1780 # Patrolling
1781 'markaspatrolleddiff' => '派哨',
1782 'markaspatrolledtext' => '哨此報',
1783 'markedaspatrolled' => '派哨',
1784 'markedaspatrolledtext' => '此審哨矣。',
1785 'rcpatroldisabled' => '不哨近易',
1786 'rcpatroldisabledtext' => '近易之哨,未准行也。',
1787 'markedaspatrollederror' => '哨有誤',
1788 'markedaspatrollederrortext' => '揀一以哨。',
1789 'markedaspatrollederror-noautopatrol' => '己易不可哨。',
1790
1791 # Patrol log
1792 'patrol-log-page' => '誌哨',
1793 'patrol-log-line' => '令哨$2$1$3',
1794 'patrol-log-auto' => '(自行)',
1795
1796 # Image deletion
1797 'deletedrevision' => '刪舊審$1',
1798 'filedeleteerror-short' => '刪檔有誤:$1',
1799 'filedeleteerror-long' => '刪檔有誤:\\n\\n$1\\n',
1800 'filedelete-missing' => '"$1"不存,無可刪也。',
1801 'filedelete-old-unregistered' => '庫無舊審"$1"。',
1802 'filedelete-current-unregistered' => '庫無"$1"也。',
1803 'filedelete-archive-read-only' => '"$1"存匣,未准更之。',
1804
1805 # Browsing diffs
1806 'previousdiff' => '←前辨',
1807 'nextdiff' => '後辨→',
1808
1809 # Media information
1810 'mediawarning' => "'''警'''日:此檔疑惡,行之恐諜也。<hr />",
1811 'imagemaxsize' => '述檔頁惟列:',
1812 'thumbsize' => '縮圖幅',
1813 'widthheight' => '$1$2',
1814 'widthheightpage' => '$1$2,共$3頁',
1815 'svg-long-desc' => '(SVG檔,貌有像素$1$2,幅$3)',
1816 'show-big-image' => '全幅',
1817 'show-big-image-thumb' => '<small>縮圖幅有像素$1$2</small>',
1818
1819 # Special:Newimages
1820 'newimages' => '新圖之廊',
1821 'imagelisttext' => "下表乃按$2排之的'''$1'''檔。",
1822 'newimages-summary' => '此奇頁示最後呈上之檔也',
1823 'showhidebots' => '($1僕)',
1824 'noimages' => '無可見。',
1825 'ilsubmit' => '尋檔',
1826 'bydate' => '時序',
1827 'sp-newimages-showfrom' => '自$1 $2賞新檔',
1828
1829 # Video information, used by Language::formatTimePeriod() to format lengths in the above messages
1830 'video-dims' => '$1$2$3',
1831
1832 # Bad image list
1833 'bad_image_list' => '僅取表件,冠「*」者也。格式如下:
1834
1835 單列數鏈,首通壞檔;而後所鏈之文,允圖見於其內。',
1836
1837 # Metadata
1838 'metadata' => '補註',
1839 'metadata-help' => '此檔補註,製者所添,如相機、掃描之器;後若更檔,補註不誠也。',
1840 'metadata-expand' => '見詳',
1841 'metadata-collapse' => '藏詳',
1842 'metadata-fields' => '若藏詳,此下EXIF補註方現,否則藏焉。
1843 * make
1844 * model
1845 * datetimeoriginal
1846 * exposuretime
1847 * fnumber
1848 * focallength', # Do not translate list items
1849
1850 # EXIF tags
1851 'exif-imagewidth' => '寬',
1852 'exif-imagelength' => '長',
1853 'exif-datetime' => '文檔修訂之日期時辰',
1854 'exif-make' => '出廠',
1855 'exif-model' => '型號',
1856 'exif-datetimeoriginal' => '數據生成之日期時辰',
1857 'exif-datetimedigitized' => '數位化之日期時辰',
1858 'exif-exposuretime' => '曝光',
1859 'exif-fnumber' => '光圈',
1860 'exif-focallength' => '焦距',
1861
1862 # External editor support
1863 'edit-externally' => '以外部程式修此文',
1864 'edit-externally-help' => '請閱[http://meta.wikimedia.org/wiki/Help:External_editors 安裝指引]以知詳情。',
1865
1866 # 'all' in various places, this might be different for inflected languages
1867 'recentchangesall' => '全',
1868 'imagelistall' => '全',
1869 'watchlistall2' => '全',
1870 'namespacesall' => '全',
1871 'monthsall' => '全',
1872
1873 # E-mail address confirmation
1874 'confirmemail' => '核郵驛',
1875 'confirmemail_noemail' => '[[Special:Preferences|簿註]]有驛。',
1876 'confirmemail_send' => '遣核符',
1877 'confirmemail_sent' => '核符遣矣',
1878 'confirmemail_sendfailed' => '信未遣焉,請核郵驛。
1879
1880 郵者覆之:$1',
1881 'confirmemail_invalidated' => '核郵驛消也',
1882 'invalidateemail' => '消核郵驛',
1883
1884 # Scary transclusion
1885 'scarytranscludedisabled' => '[蓋跨共筆之轉碼者,莫之能用也]',
1886 'scarytranscludefailed' => '[歉哉,$1模不得]',
1887 'scarytranscludetoolong' => '[歉哉,網址過長]',
1888
1889 # Trackbacks
1890 'trackbackbox' => '<div id="mw_trackbacks">此文之引:
1891 $1
1892 </div>',
1893 'trackbackremove' => ' ([$1刪])',
1894 'trackbacklink' => '迴響',
1895 'trackbackdeleteok' => 'Trackback 刪矣。',
1896
1897 # Delete conflict
1898 'deletedwhileediting' => '警:纂中見刪。',
1899 'confirmrecreate' => "[[User:$1|$1]]([[User talk:$1|議]])刪之有由:
1900 ''$2''
1901 請審視之。",
1902 'recreate' => '復',
1903
1904 # HTML dump
1905 'redirectingto' => '渡至[[$1]]…',
1906
1907 # action=purge
1908 'confirm_purge' => '清謄本?
1909
1910 $1',
1911 'confirm_purge_button' => '准',
1912
1913 # AJAX search
1914 'searchcontaining' => "尋文含''$1''",
1915 'searchnamed' => "尋文名''$1''.",
1916 'articletitles' => "文首為''$1''",
1917 'hideresults' => '藏',
1918 'useajaxsearch' => '用AJAX尋之',
1919
1920 # Separators for various lists, etc.
1921 'comma-separator' => '、',
1922 'colon-separator' => ':',
1923
1924 # Multipage image navigation
1925 'imgmultipageprev' => '←前頁',
1926 'imgmultipagenext' => '次頁→',
1927 'imgmultigo' => '往',
1928 'imgmultigoto' => '往頁$1',
1929
1930 # Table pager
1931 'ascending_abbrev' => '升冪',
1932 'descending_abbrev' => '降冪',
1933 'table_pager_next' => '次頁',
1934 'table_pager_prev' => '前頁',
1935 'table_pager_first' => '首頁',
1936 'table_pager_last' => '末頁',
1937 'table_pager_limit' => '頁有物$1',
1938 'table_pager_limit_submit' => '往',
1939 'table_pager_empty' => '空',
1940
1941 # Auto-summaries
1942 'autosumm-blank' => '盡除之',
1943 'autosumm-replace' => "置為'$1'",
1944 'autoredircomment' => '渡至[[$1]]',
1945 'autosumm-new' => '新文:$1',
1946
1947 # Size units
1948 'size-bytes' => '$1 位元組',
1949
1950 # Live preview
1951 'livepreview-loading' => '遺藏…',
1952 'livepreview-ready' => '藏至矣。',
1953 'livepreview-failed' => '弗能即時示之!嘗以本法。',
1954 'livepreview-error' => '莫之連也:$1 "$2" 嘗以本法。',
1955
1956 # Friendlier slave lag warnings
1957 'lag-warn-normal' => '近$1秒新易者疑喪也。',
1958 'lag-warn-high' => '遣藏遲焉。近$1秒新易者疑喪也。',
1959
1960 # Watchlist editor
1961 'watchlistedit-numitems' => '不計議論,哨有題$1。',
1962 'watchlistedit-noitems' => '哨無題也。',
1963 'watchlistedit-normal-title' => '治哨站',
1964 'watchlistedit-normal-legend' => '撤之',
1965 'watchlistedit-normal-explain' => '盡列有哨。欲撤題,揀之再擊。亦[[Special:Watchlist/raw|治源哨]]也。',
1966 'watchlistedit-normal-submit' => '撤題',
1967 'watchlistedit-normal-done' => '$1題之哨已撤:',
1968 'watchlistedit-raw-title' => '治源哨',
1969 'watchlistedit-raw-legend' => '治源哨',
1970 'watchlistedit-raw-explain' => '盡列有哨。治此表以加減題;一行一題之。善,擊更哨。亦[[Special:Watchlist/edit|標準治哨]]也。',
1971 'watchlistedit-raw-titles' => '題:',
1972 'watchlistedit-raw-submit' => '更哨',
1973 'watchlistedit-raw-done' => '哨更矣。',
1974 'watchlistedit-raw-added' => '已添$1題:',
1975 'watchlistedit-raw-removed' => '已撤$1題:',
1976
1977 # Watchlist editing tools
1978 'watchlisttools-view' => '察易',
1979 'watchlisttools-edit' => '治哨站',
1980 'watchlisttools-raw' => '治源哨',
1981
1982 # Core parser functions
1983 'unknown_extension_tag' => '未明之擴標「$1」',
1984
1985 # Special:Version
1986 'version' => '版', # Not used as normal message but as header for the special page itself
1987 'version-extensions' => '裝展',
1988 'version-specialpages' => '奇頁',
1989 'version-parserhooks' => '語鈎',
1990 'version-variables' => '變數',
1991 'version-other' => '他',
1992 'version-mediahandlers' => '媒處',
1993 'version-hooks' => '鈎',
1994 'version-extension-functions' => '展函',
1995 'version-parser-extensiontags' => '語展標',
1996 'version-parser-function-hooks' => '語函鈎',
1997 'version-skin-extension-functions' => '面版展函',
1998 'version-hook-name' => '鈎名',
1999 'version-hook-subscribedby' => '用於',
2000 'version-version' => '版',
2001 'version-license' => '牌',
2002 'version-software' => '裝件',
2003 'version-software-product' => '品',
2004 'version-software-version' => '版',
2005
2006 # Special:Filepath
2007 'filepath' => '檔路',
2008 'filepath-page' => '檔名:',
2009 'filepath-submit' => '尋路',
2010 'filepath-summary' => '此奇頁取一檔之整路。圖以全解像示之,他檔會以有關之程式啟動也。
2011
2012 輸檔名之,不包「{{ns:image}}:」開頭也。',
2013
2014 # Special:FileDuplicateSearch
2015 'fileduplicatesearch' => '擇重檔',
2016 'fileduplicatesearch-summary' => '以重檔之切去查重也。
2017
2018 入名時無 "{{ns:image}}:" 首也。',
2019 'fileduplicatesearch-legend' => '尋重',
2020 'fileduplicatesearch-filename' => '名:',
2021 'fileduplicatesearch-submit' => '尋',
2022 'fileduplicatesearch-info' => '$1 × $2 像素<br />大小: $3<br />MIME類型: $4',
2023 'fileduplicatesearch-result-1' => '案 "$1" 無重也。',
2024 'fileduplicatesearch-result-n' => '案 "$1" 重有$2。',
2025
2026 # Special:SpecialPages
2027 'specialpages' => '特查',
2028 'specialpages-note' => '----
2029 * 準特查。
2030 * <span class="mw-specialpagerestricted">限特查。</span>',
2031 'specialpages-group-maintenance' => '護報',
2032 'specialpages-group-other' => '它之奇頁',
2033 'specialpages-group-login' => '登/增',
2034 'specialpages-group-changes' => '近易與誌',
2035 'specialpages-group-media' => '媒報兼呈',
2036 'specialpages-group-users' => '簿與權',
2037 'specialpages-group-highuse' => '高用頁',
2038 'specialpages-group-pages' => '頁列',
2039 'specialpages-group-pagetools' => '頁器',
2040 'specialpages-group-wiki' => 'Wiki訊與器',
2041 'specialpages-group-redirects' => '轉之特查',
2042 'specialpages-group-spam' => '反垃圾之器',
2043
2044 );