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