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