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