(bug 45922) Fix arbitrary inconsistency in page title and headings for message accmai...
[lhc/web/wiklou.git] / languages / messages / MessagesLzh.php
1 <?php
2 /** Literary Chinese (文言)
3 *
4 * See MessagesQqq.php for message documentation incl. usage of parameters
5 * To improve a translation please visit http://translatewiki.net
6 *
7 * @ingroup Language
8 * @file
9 *
10 * @author Itsmine
11 * @author Justincheng12345
12 * @author Omnipaedista
13 * @author Shinjiman
14 * @author Simon Shek
15 * @author Super Wang
16 */
17
18 $specialPageAliases = array(
19 'Activeusers' => array( '躍簿' ),
20 'Allmessages' => array( '官話' ),
21 'Allpages' => array( '全典' ),
22 'Ancientpages' => array( '陳年' ),
23 'Blankpage' => array( '白頁' ),
24 'Booksources' => array( '書海' ),
25 'BrokenRedirects' => array( '斷渡' ),
26 'Categories' => array( '類' ),
27 'ChangePassword' => array( '易符節' ),
28 'ComparePages' => array( '較頁' ),
29 'Confirmemail' => array( '核郵驛' ),
30 'Contributions' => array( '功績' ),
31 'CreateAccount' => array( '增簿' ),
32 'Deadendpages' => array( '此無路也' ),
33 'DeletedContributions' => array( '已刪之積' ),
34 'Disambiguations' => array( '釋義' ),
35 'DoubleRedirects' => array( '窮渡' ),
36 'EditWatchlist' => array( '治哨站' ),
37 'Emailuser' => array( '遺書' ),
38 'Export' => array( '出匯' ),
39 'Fewestrevisions' => array( '鮮察' ),
40 'FileDuplicateSearch' => array( '擇重檔' ),
41 'Filepath' => array( '檔路' ),
42 'Import' => array( '圖入匯' ),
43 'Invalidateemail' => array( '消核郵驛' ),
44 'BlockList' => array( '列禁簿、禁址' ),
45 'LinkSearch' => array( '尋網連' ),
46 'Listfiles' => array( '見檔' ),
47 'Listgrouprights' => array( '權任一覽' ),
48 'Listredirects' => array( '表轉' ),
49 'Listusers' => array( '點簿' ),
50 'Lockdb' => array( '閉庫' ),
51 'Log' => array( '誌' ),
52 'Lonelypages' => array( '孤寡' ),
53 'Longpages' => array( '長言' ),
54 'MergeHistory' => array( '併頁之誌' ),
55 'MIMEsearch' => array( '篩檔' ),
56 'Mostcategories' => array( '跨船' ),
57 'Mostimages' => array( '名檔' ),
58 'Mostlinked' => array( '好料' ),
59 'Mostlinkedcategories' => array( '豪門' ),
60 'Mostlinkedtemplates' => array( '美模' ),
61 'Mostrevisions' => array( '屢審' ),
62 'Movepage' => array( '遷' ),
63 'Mycontributions' => array( '吾績' ),
64 'Newimages' => array( '新圖之廊' ),
65 'Newpages' => array( '新灶' ),
66 'Preferences' => array( '簿註' ),
67 'Prefixindex' => array( '依名索引' ),
68 'Protectedpages' => array( '頁錮' ),
69 'Randompage' => array( '清風翻書' ),
70 'Randomredirect' => array( '任渡' ),
71 'Recentchanges' => array( '近易' ),
72 'Recentchangeslinked' => array( '援引' ),
73 'Search' => array( '尋' ),
74 'Shortpages' => array( '短篇' ),
75 'Specialpages' => array( '特查' ),
76 'Statistics' => array( '彙統' ),
77 'Uncategorizedcategories' => array( '問栓' ),
78 'Uncategorizedimages' => array( '候裱' ),
79 'Uncategorizedpages' => array( '欲訂' ),
80 'Uncategorizedtemplates' => array( '待蘸' ),
81 'Undelete' => array( '覽刪' ),
82 'Unlockdb' => array( '開庫' ),
83 'Unusedcategories' => array( '樞鏽' ),
84 'Unusedimages' => array( '色褪' ),
85 'Unusedtemplates' => array( '墨乾' ),
86 'Unwatchedpages' => array( '無哨頁' ),
87 'Upload' => array( '進獻' ),
88 'UploadStash' => array( '貢貯' ),
89 'Userlogin' => array( '登簿' ),
90 'Userlogout' => array( '去簿' ),
91 'Userrights' => array( '秉治權任' ),
92 'Version' => array( '版' ),
93 'Wantedcategories' => array( '求門' ),
94 'Wantedfiles' => array( '求檔' ),
95 'Wantedpages' => array( '徵頁' ),
96 'Wantedtemplates' => array( '徵模' ),
97 'Watchlist' => array( '哨站' ),
98 'Whatlinkshere' => array( '取佐' ),
99 'Withoutinterwiki' => array( '孤語' ),
100 );
101
102 /**
103 * A list of date format preference keys which can be selected in user
104 * preferences. New preference keys can be added, provided they are supported
105 * by the language class's timeanddate(). Only the 5 keys listed below are
106 * supported by the wikitext converter (DateFormatter.php).
107 *
108 * The special key "default" is an alias for either dmy or mdy depending on
109 * $wgAmericanDates
110 */
111 $datePreferences = array(
112 'default',
113 'ISO 8601',
114 );
115
116 $defaultDateFormat = 'zh';
117
118 /**
119 * These are formats for dates generated by MediaWiki (as opposed to the wikitext
120 * DateFormatter). Documentation for the format string can be found in
121 * Language.php, search for sprintfDate.
122 *
123 * This array is automatically inherited by all subclasses. Individual keys can be
124 * overridden.
125 */
126 $dateFormats = array(
127 'zh time' => 'H時i分',
128 'zh date' => 'Y年n月j日 (l)',
129 'zh both' => 'Y年n月j日 (D) H時i分',
130 );
131
132 $linkTrail = '/^([a-z]+)(.*)$/sD';
133
134 $digitTransformTable = array(
135 '0' => '〇',
136 '1' => '一',
137 '2' => '二',
138 '3' => '三',
139 '4' => '四',
140 '5' => '五',
141 '6' => '六',
142 '7' => '七',
143 '8' => '八',
144 '9' => '九',
145 '.' => '點',
146 ',' => '',
147 );
148
149 $messages = array(
150 # User preference toggles
151 'tog-underline' => '鏈墊線:',
152 'tog-justify' => '齊段落',
153 'tog-hideminor' => '隱近校',
154 'tog-hidepatrolled' => '隱近巡',
155 'tog-newpageshidepatrolled' => '隱新巡',
156 'tog-extendwatchlist' => '展列見變',
157 'tog-usenewrc' => '青出近易(JavaScript)',
158 'tog-numberheadings' => '生章數',
159 'tog-showtoolbar' => '多寶列見(JavaScript)',
160 'tog-editondblclick' => '纂頁雙擊(JavaScript)',
161 'tog-editsection' => '纂段擊鏈',
162 'tog-editsectiononrightclick' => '纂段右擊標(JavaScript)',
163 'tog-showtoc' => '四章見目',
164 'tog-rememberpassword' => '符節通越(達至$1日)',
165 'tog-watchcreations' => '哨己撰',
166 'tog-watchdefault' => '哨己纂',
167 'tog-watchmoves' => '派哨予吾遷之頁',
168 'tog-watchdeletion' => '派哨至吾除之頁',
169 'tog-minordefault' => '慣為校',
170 'tog-previewontop' => '頂草覽',
171 'tog-previewonfirst' => '覽首修',
172 'tog-nocache' => '莫謄文',
173 'tog-enotifwatchlistpages' => '哨新,遣函',
174 'tog-enotifusertalkpages' => '議新,遣函',
175 'tog-enotifminoredits' => '校新,遣函',
176 'tog-enotifrevealaddr' => '列余址於書內',
177 'tog-shownumberswatching' => '放哨有',
178 'tog-oldsig' => '覽原署名:',
179 'tog-fancysig' => '署以本碼待之(免自連)',
180 'tog-externaleditor' => '它器修文(高人用,需設之。[//www.mediawiki.org/wiki/Manual:External_editors 閱。])',
181 'tog-externaldiff' => '它器修異(高人用,需設之。[//www.mediawiki.org/wiki/Manual:External_editors 閱。])',
182 'tog-showjumplinks' => '鏈往字',
183 'tog-uselivepreview' => '即覽嚐鮮(JavaScript)',
184 'tog-forceeditsummary' => '漏概醒之',
185 'tog-watchlisthideown' => '不哨己文',
186 'tog-watchlisthidebots' => '不哨僕文',
187 'tog-watchlisthideminor' => '不哨小纂',
188 'tog-watchlisthideliu' => '不哨有簿',
189 'tog-watchlisthideanons' => '不哨無簿',
190 'tog-watchlisthidepatrolled' => '不哨已巡',
191 'tog-ccmeonemails' => '凡所遺書,請存副本。',
192 'tog-diffonly' => '異下無示頁',
193 'tog-showhiddencats' => '示隱類',
194 'tog-noconvertlink' => '非轉鍵題',
195 'tog-norollbackdiff' => '轉後略異',
196
197 'underline-always' => '恆',
198 'underline-never' => '絕',
199 'underline-default' => '慣',
200
201 # Font style option in Special:Preferences
202 'editfont-style' => '纂字樣:',
203 'editfont-default' => '慣',
204 'editfont-monospace' => '固字',
205 'editfont-sansserif' => '哥特字',
206 'editfont-serif' => '宋明字',
207
208 # Dates
209 'sunday' => '週日',
210 'monday' => '週一',
211 'tuesday' => '週二',
212 'wednesday' => '週三',
213 'thursday' => '週四',
214 'friday' => '週五',
215 'saturday' => '週六',
216 'sun' => '日',
217 'mon' => '一',
218 'tue' => '二',
219 'wed' => '三',
220 'thu' => '四',
221 'fri' => '五',
222 'sat' => '六',
223 'january' => '一月',
224 'february' => '二月',
225 'march' => '三月',
226 'april' => '四月',
227 'may_long' => '五月',
228 'june' => '六月',
229 'july' => '七月',
230 'august' => '八月',
231 'september' => '九月',
232 'october' => '十月',
233 'november' => '十一月',
234 'december' => '十二月',
235 'january-gen' => '一月',
236 'february-gen' => '二月',
237 'march-gen' => '三月',
238 'april-gen' => '四月',
239 'may-gen' => '五月',
240 'june-gen' => '六月',
241 'july-gen' => '七月',
242 'august-gen' => '八月',
243 'september-gen' => '九月',
244 'october-gen' => '十月',
245 'november-gen' => '十一月',
246 'december-gen' => '十二月',
247 'jan' => '一月',
248 'feb' => '二月',
249 'mar' => '三月',
250 'apr' => '四月',
251 'may' => '五月',
252 'jun' => '六月',
253 'jul' => '七月',
254 'aug' => '八月',
255 'sep' => '九月',
256 'oct' => '十月',
257 'nov' => '十一月',
258 'dec' => '十二月',
259
260 # Categories related messages
261 'pagecategories' => '$1類',
262 'category_header' => '「$1」中之頁',
263 'subcategories' => '次類',
264 'category-media-header' => '「$1」中之媒',
265 'category-empty' => "''無頁或媒也。''",
266 'hidden-categories' => '$1隱類',
267 'hidden-category-category' => '隱類',
268 'category-subcat-count' => '{{PLURAL:$2|門有戶壹。|門有戶$1,有$2戶也。}}',
269 'category-subcat-count-limited' => '門有戶$1。',
270 'category-article-count' => '{{PLURAL:$2|門有頁壹。|門有頁$1,有$2頁也。}}',
271 'category-article-count-limited' => '門有頁$1。',
272 'category-file-count' => '{{PLURAL:$2|門有檔壹。|門有檔$1,有$2檔也。}}',
273 'category-file-count-limited' => '門有檔$1。',
274 'listingcontinuesabbrev' => '續',
275 'index-category' => '已索之頁',
276 'noindex-category' => '未索之頁',
277 'broken-file-category' => '帶壞檔之頁',
278
279 'about' => '述',
280 'article' => '文',
281 'newwindow' => '啟窗',
282 'cancel' => '捨',
283 'moredotdotdot' => '見逾',
284 'mypage' => '寒舍',
285 'mytalk' => '書房',
286 'anontalk' => '與(IP)私議',
287 'navigation' => '導',
288 'and' => '與',
289
290 # Cologne Blue skin
291 'qbfind' => '尋',
292 'qbbrowse' => '覽',
293 'qbedit' => '纂',
294 'qbpageoptions' => '此頁',
295 'qbmyoptions' => '吾好',
296 'qbspecialpages' => '非凡',
297 'faq' => '頻答問',
298 'faqpage' => 'Project:頻答問',
299
300 # Vector skin
301 'vector-action-addsection' => '入題',
302 'vector-action-delete' => '刪',
303 'vector-action-move' => '遷',
304 'vector-action-protect' => '緘',
305 'vector-action-undelete' => '覽刪',
306 'vector-action-unprotect' => '啟',
307 'vector-simplesearch-preference' => '增尋之案(限Vector皮)',
308 'vector-view-create' => '立',
309 'vector-view-edit' => '纂',
310 'vector-view-history' => '覽史',
311 'vector-view-view' => '閱',
312 'vector-view-viewsource' => '覽源',
313 'actions' => '動',
314 'namespaces' => '名集',
315 'variants' => '變字',
316
317 'errorpagetitle' => '誤',
318 'returnto' => '返$1。',
319 'tagline' => '語出{{SITENAME}}',
320 'help' => '助',
321 'search' => '尋',
322 'searchbutton' => '尋',
323 'go' => '往',
324 'searcharticle' => '始',
325 'history' => '誌',
326 'history_short' => '誌',
327 'updatedmarker' => '新也',
328 'printableversion' => '印本',
329 'permalink' => '恆鏈',
330 'print' => '印',
331 'view' => '察',
332 'edit' => '纂',
333 'create' => '立',
334 'editthispage' => '纂',
335 'create-this-page' => '立',
336 'delete' => '刪',
337 'deletethispage' => '刪',
338 'undelete_short' => '還$1已刪',
339 'viewdeleted_short' => '察$1已刪',
340 'protect' => '緘',
341 'protect_change' => '易',
342 'protectthispage' => '緘封',
343 'unprotect' => '啟',
344 'unprotectthispage' => '啟函',
345 'newpage' => '新頁',
346 'talkpage' => '參議此文',
347 'talkpagelinktext' => '議',
348 'specialpage' => '特查',
349 'personaltools' => '家私',
350 'postcomment' => '評',
351 'articlepage' => '閱內文',
352 'talk' => '議',
353 'views' => '覽',
354 'toolbox' => '多寶',
355 'userpage' => '簿',
356 'projectpage' => '計畫',
357 'imagepage' => '述',
358 'mediawikipage' => '觀訊',
359 'templatepage' => '鑄模',
360 'viewhelppage' => '助文',
361 'categorypage' => '分類',
362 'viewtalkpage' => '見議',
363 'otherlanguages' => '他山',
364 'redirectedfrom' => '(渡自$1)',
365 'redirectpagesub' => '渡',
366 'lastmodifiedat' => '此頁於$1$2方易。',
367 'viewcount' => '此頁$1閱矣',
368 'protectedpage' => '此頁錮矣',
369 'jumpto' => '往:',
370 'jumptonavigation' => '嚮',
371 'jumptosearch' => '尋',
372 'view-pool-error' => '歉也,伺服器超負矣。
373 多簿查頁。
374 欲試候之。
375
376 $1',
377 'pool-timeout' => '待鎖超時',
378 'pool-queuefull' => '池隊滿之',
379 'pool-errorunknown' => '未明之錯',
380
381 # 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).
382 'aboutsite' => '述{{SITENAME}}',
383 'aboutpage' => 'Project:述',
384 'copyright' => '文奉$1行。',
385 'copyrightpage' => '{{ns:project}}:版權',
386 'currentevents' => '世事',
387 'currentevents-url' => 'Project:世事',
388 'disclaimers' => '免責宣',
389 'disclaimerpage' => 'Project:免責宣',
390 'edithelp' => '助纂塾',
391 'edithelppage' => 'Help:纂',
392 'helppage' => 'Help:目錄',
393 'mainpage' => '卷首',
394 'mainpage-description' => '卷首',
395 'policy-url' => 'Project:策',
396 'portal' => '市集',
397 'portal-url' => 'Project:市集',
398 'privacy' => '隱私通例',
399 'privacypage' => 'Project:隱私通例',
400
401 'badaccess' => '子未逮',
402 'badaccess-group0' => '子未逮,歉限之。',
403 'badaccess-groups' => '子未逮,歉限之有{{PLURAL:$2|一|多}}:$1',
404
405 'versionrequired' => '惠置$1媒維基',
406 'versionrequiredtext' => '惠置$1媒維基,見[[Special:Version|版]]。',
407
408 'ok' => '可',
409 'retrievedfrom' => '取自"$1"',
410 'youhavenewmessages' => '有$1書至子書房也。($2)',
411 'newmessageslink' => '新訊',
412 'newmessagesdifflink' => '變更',
413 'youhavenewmessagesfromusers' => '子有 $1 自 {{PLURAL:$3|another user|$3 簿戶也}} ($2)。',
414 'youhavenewmessagesmanyusers' => '子有 $1 自多簿戶 ( $2 )',
415 'youhavenewmessagesmulti' => '新訊於$1',
416 'editsection' => '纂',
417 'editold' => '纂',
418 'viewsourceold' => '察源碼',
419 'editlink' => '纂',
420 'viewsourcelink' => '察源碼',
421 'editsectionhint' => '纂 $1',
422 'toc' => '章',
423 'showtoc' => '示',
424 'hidetoc' => '藏',
425 'collapsible-collapse' => '摺',
426 'collapsible-expand' => '展',
427 'thisisdeleted' => '還$1或閱之?',
428 'viewdeleted' => '閱$1之?',
429 'restorelink' => '$1已刪',
430 'feedlinks' => '源︰',
431 'feed-unavailable' => '聯合源無視也',
432 'site-rss-feed' => '$1之RSS源',
433 'site-atom-feed' => '$1之Atom源',
434 'page-rss-feed' => '「$1」之RSS源',
435 'page-atom-feed' => '「$1」之Atom源',
436 'red-link-title' => '$1(查無此頁)',
437
438 # Short words for each namespace, by default used in the namespace tab in monobook
439 'nstab-main' => '文',
440 'nstab-user' => '齋',
441 'nstab-media' => '雅',
442 'nstab-special' => '奇',
443 'nstab-project' => '策',
444 'nstab-image' => '檔',
445 'nstab-mediawiki' => '訊',
446 'nstab-template' => '模',
447 'nstab-help' => '助',
448 'nstab-category' => '類',
449
450 # Main script and global functions
451 'nosuchaction' => '無可為',
452 'nosuchactiontext' => '無此址',
453 'nosuchspecialpage' => '無此特查',
454 'nospecialpagetext' => '<strong>無此特查。</strong>
455
456 見[[Special:SpecialPages|{{int:specialpages}}]]。',
457
458 # General errors
459 'error' => '有誤',
460 'databaseerror' => '庫藏誤然',
461 'dberrortext' => '問庫語誤,或軟體瑕焉。
462 末語道:
463 <blockquote><tt>$1</tt></blockquote>
464 內此函式"<tt>$2</tt>".
465 庫藏報有誤"<tt>$3: $4</tt>"。',
466 'dberrortextcl' => '庫藏問語有誤,末道:
467 "$1"
468 內此函式"$2".
469 庫藏報有誤"$3: $4"',
470 'laggedslavemode' => '警示,此頁不新',
471 'readonly' => '鎖庫藏',
472 'enterlockreason' => '何以鎖之?何日啟之?',
473 'readonlytext' => '鎖者曰:「$1」,庫藏鎖矣,撰纂謝焉。',
474 'missing-article' => '或舊、或刪,未見昔者"$1" $2
475
476 若非此故,恐有瑕焉,惠呈此址也。',
477 'missingarticle-rev' => '(審號:$1)',
478 'missingarticle-diff' => '(異:$1$2)',
479 'internalerror' => '家誤',
480 'internalerror_info' => '家誤:$1',
481 'fileappenderrorread' => '當附時無讀 "$1",未可為也。',
482 'fileappenderror' => '"$2"附"$1",未可為也。',
483 'filecopyerror' => '"$1"謄"$2",未可為也。',
484 'filerenameerror' => '"$2"替"$1"名,未可為也。',
485 'filedeleteerror' => '"$1"未可刪也。',
486 'directorycreateerror' => '立目"$1",未可為也。',
487 'filenotfound' => '"$1"未見。',
488 'fileexistserror' => '"$1"存焉,未可儲也。',
489 'unexpected' => '異數,"$1"="$2"。',
490 'formerror' => '有誤:表不可呈',
491 'badarticleerror' => '此頁莫為之',
492 'cannotdelete' => '頁或檔"$1"刪矣,不復為之。',
493 'badtitle' => '無此題',
494 'badtitletext' => '或別、或缺、或違、或他山謬鏈,此題不存也。',
495 'perfcached' => '下為謄本,恐不新也。 A maximum of {{PLURAL:$1|one result is|$1 results are}} available in the cache.',
496 'perfcachedts' => '下為謄本,$1新之。 A maximum of {{PLURAL:$4|one result is|$4 results are}} available in the cache.',
497 'wrong_wfQuery_params' => 'wfQuery()參數謬然<br />
498 函式: $1<br />
499 問語: $2',
500 'viewsource' => '覽源',
501 'actionthrottled' => '無為',
502 'actionthrottledtext' => '基反垃圾之量,於短時中限欲,爾之上限已過。數分後再試之。',
503 'protectedpagetext' => '該頁被錮無纂也。',
504 'viewsourcetext' => '爾可視及複之本頁之原始碼。',
505 'protectedinterface' => '此頁司版,錮之以遠濫。',
506 'editinginterface' => "'''警示:'''此頁司版,一髮牽身,惠慎之。如譯之,可慮[//translatewiki.net/wiki/Main_Page?setlang=zh-hant translatewiki.net]也,為MediaWiki軟件本地化之計劃也。",
507 'sqlhidden' => '(SQL隱然)',
508 'cascadeprotected' => '此頁"迭緘"矣。$1頁牽連如下:
509 $2',
510 'namespaceprotected' => "子權未逮,莫能纂'''$1'''。",
511 'ns-specialprotected' => '奇頁禁纂也。',
512 'titleprotected' => "緘焉自[[User:$1|$1]]防建也。因''$2''也。",
513 'invalidtitle-knownnamespace' => '無效卷題,含名域"$2"與文本"$3"',
514 'exception-nologin' => '尚未登簿',
515
516 # Virus scanner
517 'virus-badscanner' => "壞設:不明之病掃:''$1''",
518 'virus-scanfailed' => '敗掃(碼$1)',
519 'virus-unknownscanner' => '不明之反毒:',
520
521 # Login and logout pages
522 'logouttext' => "'''子去簿矣'''
523
524 子可匿名還覽{{SITENAME}},或<span class='plainlinks'>[$1 復登]</span>同簿、異簿。
525 未清謄本,覽器文舊,且慎之。",
526 'yourname' => '名',
527 'yourpassword' => '符節',
528 'yourpasswordagain' => '復核節',
529 'remembermypassword' => '吾之簿通越(達至$1日)',
530 'securelogin-stick-https' => '登後仍以HTTPS通接',
531 'externaldberror' => '認庫之錯或禁更爾之外簿。',
532 'login' => '登簿',
533 'nav-login-createaccount' => '登簿、增簿',
534 'loginprompt' => '登簿{{SITENAME}}須cookies,請准之。',
535 'userlogin' => '登簿、增簿',
536 'userloginnocreate' => '登簿',
537 'logout' => '去簿',
538 'userlogout' => '去簿',
539 'notloggedin' => '尚未登簿',
540 'nologin' => '無簿乎?往$1。',
541 'nologinlink' => '增簿',
542 'createaccount' => '增簿',
543 'gotaccount' => '有簿矣哉?往$1。',
544 'gotaccountlink' => '登簿',
545 'userlogin-resetlink' => '君忘登簿所需爾?',
546 'createaccountmail' => '同郵',
547 'createaccountreason' => '因:',
548 'badretype' => '符節不合也。',
549 'userexists' => '簿名存矣,惠更之',
550 'loginerror' => '登簿誤然',
551 'createaccounterror' => '無增簿:$1',
552 'nocookiesnew' => '{{SITENAME}}簿增而未登,惠准cookies後再登之。',
553 'nocookieslogin' => '登簿{{SITENAME}}須cookies,惠准之後登。',
554 'nocookiesfornew' => '簿未建,眾乃未定源之。
555 爾乃開之,重載再乃一試。',
556 'noname' => '缺簿名,或不格也。',
557 'loginsuccesstitle' => '登簿成矣',
558 'loginsuccess' => "'''$1'''登{{SITENAME}}矣",
559 'nosuchuser' => '查無此人。',
560 'nosuchusershort' => '查無"$1",惠核之。',
561 'nouserspecified' => '簿名須也',
562 'login-userblocked' => '此簿已被封。登無簿也。',
563 'wrongpassword' => '符節不合,惠核之。',
564 'wrongpasswordempty' => '缺符節,惠補之。',
565 'passwordtooshort' => '符節莫逾$1字。',
566 'password-name-match' => '符節與簿名異也。',
567 'password-login-forbidden' => '此簿與符節之用乃禁之。',
568 'mailmypassword' => '遣吾符節',
569 'passwordremindertitle' => '新臨符節自{{SITENAME}}',
570 'passwordremindertext' => '$1求遣{{SITENAME}}($4):"$2"之臨符節為"$3"。日到有$5
571
572 子若罔須或省更之,如舊即可。',
573 'noemail' => '"$1"無存郵也。',
574 'noemailcreate' => '爾需乙郵也',
575 'passwordsent' => '新節已遣$1",惠鑒復登之。',
576 'blocked-mailpassword' => '爾之IP已錮,密復無用之,以之濫也。',
577 'eauthentsent' => '核文遣矣。惠循核之,簿方活也。',
578 'throttled-mailpassword' => '密記已寄之於$1時前。
579 防濫,單一密記短至$1時寄之。',
580 'mailerror' => '信失遣如下:$1',
581 'acct_creation_throttle_hit' => '一日之內,但許一註。',
582 'emailauthenticated' => '$2 $3郵驛證矣',
583 'emailnotauthenticated' => '郵驛<strong>未證</strong>,下不遺書。',
584 'noemailprefs' => '郵驛設而用之。',
585 'emailconfirmlink' => '惠考郵驛',
586 'invalidemailaddress' => '驛址不格,惠正略之。',
587 'cannotchangeemail' => '電郵地址不可改于此wiki',
588 'accountcreated' => '簿增矣',
589 'accountcreatedtext' => '$1簿增矣',
590 'createaccount-title' => '於{{SITENAME}}增簿',
591 'createaccount-text' => '有人於{{SITENAME}}用爾之電郵增名為 "$2" 之簿 ($4),符節為 "$3" 。汝應登,再改符節也。
592
593 如簿誤增,爾可略之。',
594 'usernamehasherror' => '簿名無含切細符也',
595 'login-throttled' => '爾多試於此簿登中。
596 請候再試之。',
597 'loginlanguagelabel' => '語:$1',
598 'suspicious-userlogout' => '爾欲無離也,可由壞瀏覽器或快枝代理呈送之。',
599
600 # Email sending
601 'php-mail-error-unknown' => '於 PHP mail() 參數現錯',
602
603 # Change password dialog
604 'resetpass' => '變符',
605 'resetpass_announce' => '爾乃過郵之臨符登之。要完登,汝乃需設新符節:',
606 'resetpass_text' => '<!-- 加字 -->',
607 'resetpass_header' => '改簿符',
608 'oldpassword' => '舊符節:',
609 'newpassword' => '新符節:',
610 'retypenew' => '重察新符節:',
611 'resetpass_submit' => '設符再登',
612 'resetpass_success' => '爾之符節已改!
613 現登簿中...',
614 'resetpass_forbidden' => '無改符節',
615 'resetpass-no-info' => '爾須登簿後方進此頁。',
616 'resetpass-submit-loggedin' => '改符節',
617 'resetpass-submit-cancel' => '消',
618 'resetpass-wrong-oldpass' => '無效之臨符或現符。
619 爾或改符,或求新臨符。',
620 'resetpass-temp-password' => '臨符節:',
621
622 # Special:PasswordReset
623 'passwordreset' => '重設符節',
624 'passwordreset-legend' => '重設符節',
625
626 # Edit page toolbar
627 'bold_sample' => '粗體',
628 'bold_tip' => '粗體',
629 'italic_sample' => '斜體',
630 'italic_tip' => '斜體',
631 'link_sample' => '鏈',
632 'link_tip' => '鏈內',
633 'extlink_sample' => 'http://www.example.com 鍵 題',
634 'extlink_tip' => '冠http://以鏈外',
635 'headline_sample' => '題',
636 'headline_tip' => '二題',
637 'nowiki_sample' => '此不排版',
638 'nowiki_tip' => '不排維基之版',
639 'image_tip' => '嵌檔',
640 'media_tip' => '鏈檔',
641 'sig_tip' => '署名刻時',
642 'hr_tip' => '縱線,慎用之',
643
644 # Edit pages
645 'summary' => '概:',
646 'subject' => '題:',
647 'minoredit' => '令校',
648 'watchthis' => '派哨',
649 'savearticle' => '存儲',
650 'preview' => '草覽',
651 'showpreview' => '草覽',
652 'showlivepreview' => '即覽',
653 'showdiff' => '示異',
654 'anoneditwarning' => "'''警示:'''子未登簿,IP將誌。",
655 'anonpreviewwarning' => "''子未登簿,IP將誌。''",
656 'missingsummary' => "'''醒示:'''子未概之,復「{{int:savearticle}}」則文倍焉。",
657 'missingcommenttext' => '請贊之',
658 'missingcommentheader' => "'''醒示:'''子未概標之,復「{{int:savearticle}}」則文倍焉。",
659 'summary-preview' => '覽概:',
660 'subject-preview' => '覽題:',
661 'blockedtitle' => '子見禁',
662 'blockedtext' => "'''子名、IP見禁。'''禁者$1也,因''$2''故。
663
664 * 始之時為:$8
665 * 終之時為:$6
666 * 見禁之人:$7
667
668 存惑可詢$1,或[[{{MediaWiki:Grouppage-sysop}}|有秩]],[[Special:Preferences|簿註]]無驛則信不遣。另,子IP為$3,其禁號為#$5。詢時切附之。",
669 'autoblockedtext' => "爾之IP或簿自禁,因簿先用,禁者$1也。因故::\\'\\'$2\\'\\'
670
671 * 始之時為:$8
672 * 終之時為:$6
673 * 見禁之人:$7
674
675 存惑可詢$1,或[[{{MediaWiki:Grouppage-sysop}}|有秩]],[[Special:Preferences|簿註]]無驛則信不遣。另,子用IP $3,禁號為#$5。詢時切附之。",
676 'whitelistedittext' => '$1後方可纂文。',
677 'confirmedittext' => '驛證方可纂文。惠見[[Special:Preferences|簿註]]。',
678 'nosuchsectiontitle' => '無尋節',
679 'nosuchsectiontext' => '爾纂之節無存也。
680 機以察時遷或刪之。',
681 'loginreqtitle' => '須登簿',
682 'loginreqlink' => '登簿',
683 'loginreqpagetext' => '$1以覽它頁。',
684 'accmailtitle' => '符節傳矣',
685 'accmailtext' => '"$1"符節至$2矣',
686 'newarticle' => '撰',
687 'newarticletext' => '此頁尚缺。欲補,撰於下,有惑見[[{{MediaWiki:Helppage}}|助]]。
688 誤入者,返前即可。',
689 'anontalkpagetext' => "----''此匿論也,為未簿或不簿者設,IP俱錄以辨人焉。然IP不獨,恐生亂象,不喜惠[[Special:UserLogin/signup|增]][[Special:UserLogin|登簿]]遠之。",
690 'noarticletext' => '查無此文。[[Special:Search/{{PAGENAME}}|尋題]],
691 <span class="plainlinks">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} 尋誌],
692 或[{{fullurl:{{FULLPAGENAME}}|action=edit}} 纂頁]</span>。',
693 'noarticletext-nopermission' => '查無此文。[[Special:Search/{{PAGENAME}}|尋題]],或<span class="plainlinks">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} 尋誌]</span>。',
694 'userpage-userdoesnotexist' => '「<nowiki>$1</nowiki>」之簿未增也。請建纂本頁前查之。',
695 'userpage-userdoesnotexist-view' => '「$1」之簿未增也。',
696 'blocked-notice-logextract' => '該簿現鎖也。
697 下列之記鎖,以察之:',
698 'clearyourcache' => "'''註:'''重取頁面,文方新焉。
699 '''Mozilla / Firefox / Safari:'''押''Shift''並點''重新載入'',或合鍵''Ctrl-F5''或''Ctrl-R''(Mac為''Command-R'')。
700 '''Konqueror:'''點''Reload'',或押''F5''。
701 :''Opera:'''須至''Tools→Preferences''清謄本。
702 '''Internet Explorer:'''押''Ctrl''並點''重新整理'',或合鍵''Ctrl-F5''。",
703 'usercssyoucanpreview' => "'''訣:'''CSS應先「{{int:showpreview}}」而後存。",
704 'userjsyoucanpreview' => "'''訣:'''JavaScript應先「{{int:showpreview}}」而後存。",
705 'usercsspreview' => "'''預覽簿CSS。'''
706 '''尚未儲焉!'''",
707 'userjspreview' => "'''預覽簿JavaScript。'''
708 '''尚未儲焉!'''",
709 'sitecsspreview' => "'''預覽此CSS。'''
710 '''尚未儲焉!'''",
711 'sitejspreview' => "'''預覽此JavaScript。'''
712 '''尚未儲焉!'''",
713 'userinvalidcssjstitle' => "'''警:'''\"\$1\"無此面版。自製者,全名務小寫,如{{ns:user}}:Foo/vector.css 而非{{ns:user}}:Foo/Vector.css",
714 'updated' => '(新)',
715 'note' => "'''註'''",
716 'previewnote' => "'''此乃預覽,尚未儲焉。'''",
717 'continue-editing' => '續纂',
718 'session_fail_preview' => "'''歉哉有變,子纂未存焉,惠再之。如復不成,[[Special:UserLogout|重登]]再試也。'''",
719 'session_fail_preview_html' => "'''歉哉有變,子纂未存焉'''
720
721 ''此維基亦合純HTML,除預覽以遠惡JavaScript侵。''
722 '''纂文若合,惠再之。如復不成,簿[[Special:UserLogout|重登]]焉。'''",
723 'token_suffix_mismatch' => "'''君修見拒,蓋因代理之故,亂事見兮。'''",
724 'editing' => '纂$1',
725 'creating' => '撰$1',
726 'editingsection' => '纂節$1',
727 'editingcomment' => '贊$1',
728 'editconflict' => '纂沖$1',
729 'explainconflict' => "子纂與他人沖,上者時也,下者子也,望子合之。
730 註,'''{{int:savearticle}}'''上文儲焉",
731 'yourtext' => '子也',
732 'storedversion' => '時也',
733 'nonunicodebrowser' => "'''警示:覽器不識萬國碼,以十六進位數代之,以保纂可也。'''",
734 'editingold' => "''''''警示'''子纂舊然。強儲之,則新易失焉。'''",
735 'yourdiff' => '異',
736 'copyrightwarning' => "{{SITENAME}}全文皆循$2,詳見$1。不喜他纂,但去可矣。文務親撰,或謄公本,
737 '''萬勿盜版!'''",
738 'copyrightwarning2' => "{{SITENAME}}全文,允眾人撰、纂、刪、校。不喜他纂,但去可矣。<br />
739 文務親撰,或謄公本,如$1。'''萬勿盜版!'''",
740 'longpageerror' => "'''警示:文長$1仟位元組,越幅$2,未能儲焉。'''",
741 'readonlywarning' => "'''警示:修庫藏,存儲謝焉。惠謄文備用之。'''
742
743 鎖者曰:「$1」",
744 'protectedpagewarning' => "'''警示:庫藏錮矣,惟有秩纂之。'''
745 近誌下曰參詳之:",
746 'semiprotectedpagewarning' => "'''註記'''庫藏錮矣,惟登簿纂之。
747 近誌下曰參詳之:",
748 'cascadeprotectedwarning' => "'''警示:'''此頁錮矣,唯有秩纂之,乃因{{PLURAL:$1|一|多}}頁連誅之:",
749 'titleprotectedwarning' => "'''警告:此頁錮矣,乃需[[Special:ListGroupRights|權]]用之。'''
750 近誌下曰參詳之:",
751 'templatesused' => '此文用模:',
752 'template-protected' => '(錮)',
753 'template-semiprotected' => '(半錮)',
754 'hiddencategories' => '此頁屬隱類之員有$1:',
755 'nocreatetext' => '舊題可修,新題謝焉。[[Special:UserLogin|登簿、增簿]]以逮權也。',
756 'nocreate-loggedin' => '子權未逮,新頁謝焉。',
757 'sectioneditnotsupported-title' => '不纂持節',
758 'sectioneditnotsupported-text' => '此頁不持纂節也。',
759 'permissionserrors' => '權未逮也',
760 'permissionserrorstext' => '子權未逮,有{{PLURAL:$1|因|因}}如下:',
761 'permissionserrorstext-withaction' => '子權未逮,有{{PLURAL:$1|因|因}}如$2:',
762 'recreate-moveddeleted-warn' => "'''留意:刪文復造,惠慎纂。'''
763 誌刪遷如下:",
764 'moveddeleted-notice' => '此頁刪矣。
765 此頁之誌刪遷參留之。',
766 'log-fulllog' => '閱誌全',
767 'edit-hook-aborted' => '鈎纂消矣。
768 無解也。',
769 'edit-gone-missing' => '無更頁。
770 刪之也。',
771 'edit-conflict' => '纂突。',
772 'edit-no-change' => '爾之纂已略,由字無改也。',
773 'edit-already-exists' => '不建新頁。
774 已存也。',
775
776 # Parser/template warnings
777 'expensive-parserfunction-warning' => '警:頁有多貴功呼。
778
779 其須少$2呼,現有$1呼。',
780 'expensive-parserfunction-category' => '頁有多貴功呼',
781 'post-expand-template-inclusion-warning' => '警:含模過大也。
782 一些模板將不會包含。',
783 'post-expand-template-inclusion-category' => '模含上限已超之頁',
784 'post-expand-template-argument-warning' => '警:此頁有至少一模數展大。
785 數略之。',
786 'post-expand-template-argument-category' => '含略模數之頁',
787 'parser-template-loop-warning' => '測迴模:[[$1]]',
788 'parser-template-recursion-depth-warning' => '已超迴模限深($1)',
789 'language-converter-depth-warning' => '已超字變限深($1)',
790
791 # "Undo" feature
792 'undo-success' => '此審可返也。查確然完之。',
793 'undo-failure' => '中審之異,此審無返也。',
794 'undo-norev' => '其審無存或刪,此審無返也。',
795 'undo-summary' => '返[[Special:Contributions/$2|$2]]([[User talk:$2|書]])之審$1',
796
797 # Account creation failure
798 'cantcreateaccounttitle' => '新簿謝焉',
799 'cantcreateaccount-text' => "[[User:$3|S3]]因''$2''故,封子IP <b>$1</b>。",
800
801 # History pages
802 'viewpagelogs' => '覽誌',
803 'nohistory' => '此題無誌',
804 'currentrev' => '今審',
805 'currentrev-asof' => '$1之今審',
806 'revisionasof' => '$1審',
807 'revision-info' => '本版日期︰$1;作者︰$2',
808 'previousrevision' => '←舊',
809 'nextrevision' => '新→',
810 'currentrevisionlink' => '今審',
811 'cur' => '辨今',
812 'next' => '後',
813 'last' => '前',
814 'page_first' => '首',
815 'page_last' => '末',
816 'histlegend' => "辨異:既擇二孔,按Enter、或點下鈕以辨之。<br />
817 釋義:'''({{int:cur}})'''與今審辨;'''({{int:last}})'''與前審辨;'''{{int:minoreditletter}}''',令校",
818 'history-fieldset-title' => '誌覽',
819 'history-show-deleted' => '只刪',
820 'histfirst' => '初',
821 'histlast' => '末',
822 'historysize' => '($1位元組)',
823 'historyempty' => '(空)',
824
825 # Revision feed
826 'history-feed-title' => '誌審',
827 'history-feed-description' => '維基誌審',
828 'history-feed-item-nocomment' => '$1$2',
829 'history-feed-empty' => '此頁不存,或刪、或更。類由此[[Special:Search|尋]]',
830
831 # Revision deletion
832 'rev-deleted-comment' => '(此註刪矣)',
833 'rev-deleted-user' => '(此簿刪矣)',
834 'rev-deleted-event' => '(此誌刪矣)',
835 'rev-deleted-user-contribs' => '[簿名或IP地址已除 - 從貢藏纂]',
836 'rev-deleted-text-permission' => "此審'''刪'''矣,詳見[{{fullurl:{{#Special:Log}}/delete|page={{PAGENAMEE}}}}誌刪]。",
837 'rev-deleted-text-unhide' => "此審'''刪'''矣,詳見[{{fullurl:{{#Special:Log}}/delete|page={{PAGENAMEE}}}}誌刪]。
838 有秩仍看者,[$1 看此審]也。",
839 'rev-suppressed-text-unhide' => "此審'''廢'''矣,詳見[{{fullurl:{{#Special:Log}}/suppress|page={{PAGENAMEE}}}}誌廢]。
840 有秩仍看者,[$1 看此審]也。",
841 'rev-deleted-text-view' => "此審'''刪'''矣,惟有秩可見之,詳見[{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} 誌刪]。",
842 'rev-suppressed-text-view' => "此審'''廢'''矣,惟有秩可見之,詳見[{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} 誌廢]。",
843 'rev-deleted-no-diff' => "此審'''刪'''矣,無視之審也。
844 詳見[{{fullurl:{{#Special:Log}}/delete|page={{PAGENAMEE}}}}誌刪]。",
845 'rev-suppressed-no-diff' => "此審'''刪'''矣,爾無視此審也。",
846 'rev-deleted-unhide-diff' => "此審'''刪'''矣,
847 詳見[{{fullurl:{{#Special:Log}}/delete|page={{PAGENAMEE}}}}誌刪]。
848 有秩仍看者,[$1 看此審]也。",
849 'rev-suppressed-unhide-diff' => "此審'''廢'''矣,
850 詳見[{{fullurl:{{#Special:Log}}/suppress|page={{PAGENAMEE}}}}誌廢]。
851 有秩仍看者,[$1 看此審]也。",
852 'rev-deleted-diff-view' => "此二孔之一審'''刪'''矣,惟有秩可見之,詳見[{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} 誌刪]。",
853 'rev-suppressed-diff-view' => "此二孔之一審'''廢'''矣,惟有秩可見之,詳見[{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} 誌廢]。",
854 'rev-delundel' => '見/藏',
855 'rev-showdeleted' => '見',
856 'revisiondelete' => '刪、還審',
857 'revdelete-nooldid-title' => '無此審。',
858 'revdelete-nooldid-text' => '審未擇,審未存,爾隱現審,不可為之。',
859 'revdelete-nologtype-title' => '無誌類',
860 'revdelete-nologtype-text' => '爾未定誌類以為之。',
861 'revdelete-nologid-title' => '無效之誌項',
862 'revdelete-nologid-text' => '爾未定標誌項以為之或其無存也。',
863 'revdelete-no-file' => '指之檔無存也。',
864 'revdelete-show-file-confirm' => '爾察於$2 $3刪「$1」檔之審?',
865 'revdelete-show-file-submit' => '善',
866 'revdelete-selected' => "'''審[[:$1]]已擇$2:'''",
867 'logdelete-selected' => "'''已擇誌$1:'''",
868 'revdelete-text' => "'''刪審雖見誌,其文摒公眾,惟有秩可得之。'''無規則有秩可復還焉。",
869 'revdelete-confirm' => '爾確作之,解之果焉,合之[[{{MediaWiki:Policy-url}}|策]]矣。',
870 'revdelete-suppress-text' => "'''限'''於此壓:
871 * 無適之個訊
872 *: ''地、號、保等之。''",
873 'revdelete-legend' => '見,規之以',
874 'revdelete-hide-text' => '藏審文',
875 'revdelete-hide-image' => '藏檔容',
876 'revdelete-hide-comment' => '藏摘',
877 'revdelete-hide-user' => '簿、IP址以藏',
878 'revdelete-hide-restricted' => '廢有秩與簿之事',
879 'revdelete-radio-same' => '(無改)',
880 'revdelete-radio-set' => '可',
881 'revdelete-radio-unset' => '否',
882 'revdelete-suppress' => '廢有秩與簿之事',
883 'revdelete-unsuppress' => '復審解限',
884 'revdelete-log' => '因:',
885 'revdelete-submit' => '擇{{PLURAL:$1|審}}使之',
886 'revdelete-success' => "'''見審已更也。'''",
887 'revdelete-failure' => "'''見審無更也:'''
888 $1",
889 'logdelete-success' => "'''見事已設也。'''",
890 'logdelete-failure' => "'''見事無設也:'''
891 $1",
892 'revdel-restore' => '動見之',
893 'revdel-restore-deleted' => '已刪之審',
894 'revdel-restore-visible' => '可見之審',
895 'pagehist' => '頁史',
896 'deletedhist' => '刪史',
897 'revdelete-hide-current' => '錯藏於$1 $2項:現之審也,無藏之。',
898 'revdelete-show-no-access' => '錯示於$1 $2項:「限」之項,爾無通行權也。',
899 'revdelete-modify-no-access' => '錯改於$1 $2項:「限」之項,爾無通行權也。',
900 'revdelete-modify-missing' => '錯改項ID $1:失庫!',
901 'revdelete-no-change' => '警:於$1 $2之項求示設也。',
902 'revdelete-concurrent-change' => '錯改於$1 $2項:眾改之設,乃另之改。查誌。',
903 'revdelete-only-restricted' => '藏期於 $1 $2 之項:爾無廢有秩見之項,而無選另廢項也。',
904 'revdelete-reason-dropdown' => '*常因
905 ** 侵權
906 ** 無合之人料
907 ** 無合之簿
908 ** 隱謗譏',
909 'revdelete-otherreason' => '它附因:',
910 'revdelete-reasonotherlist' => '它因',
911 'revdelete-edit-reasonlist' => '纂刪因',
912 'revdelete-offender' => '審著:',
913
914 # Suppression log
915 'suppressionlog' => '誌廢',
916 'suppressionlogtext' => '下乃刪及錮物之列也。
917 [[Special:IPBlockList|IP之錮]]有現之閱。',
918
919 # History merging
920 'mergehistory' => '併頁之誌',
921 'mergehistory-header' => "此頁講汝併一源頁之誌至二頁也。
922 認之易繼留該頁之前誌也。
923
924 '''以源頁之現誌必會保持。'''",
925 'mergehistory-box' => '併二頁之誌:',
926 'mergehistory-from' => '源頁:',
927 'mergehistory-into' => '到頁:',
928 'mergehistory-list' => '可併之誌',
929 'mergehistory-merge' => '下[[:$1]]之誌可併至[[:$2]]。用選鈕欄以併只於定時前所建之誌。留心用導連將重設本欄也。',
930 'mergehistory-go' => '示可併之誌',
931 'mergehistory-submit' => '併誌',
932 'mergehistory-empty' => '無誌可併',
933 'mergehistory-success' => '[[:$1]]之$3誌已併至[[:$2]]。',
934 'mergehistory-fail' => '併誌無進也,該頁及時間參數請重檢也。',
935 'mergehistory-no-source' => '源頁$1無存也。',
936 'mergehistory-no-destination' => '到頁$1無存也。',
937 'mergehistory-invalid-source' => '源頁之題須效之。',
938 'mergehistory-invalid-destination' => '到頁之題須效之。',
939 'mergehistory-autocomment' => '併[[:$1]]至[[:$2]]',
940 'mergehistory-comment' => '併[[:$1]]至[[:$2]]:$3',
941 'mergehistory-same-destination' => '源頁和到頁無同也',
942 'mergehistory-reason' => '因:',
943
944 # Merge log
945 'mergelog' => '誌併',
946 'pagemerge-logentry' => '併咗[[$1]]至[[$2]] (訂至$3)',
947 'revertmerge' => '悔併',
948 'mergelogpagetext' => '下乃近頁之誌併至二頁之表也。',
949
950 # Diffs
951 'history-title' => '$1之誌',
952 'difference-title' => '$1各本之异',
953 'difference-title-multipage' => '$1$2之异',
954 'difference-multipage' => '(辨頁)',
955 'lineno' => '第$1行:',
956 'compareselectedversions' => '辨二擇',
957 'showhideselectedversions' => '示/藏之擇',
958 'editundo' => '悔',
959 'diff-multi' => '($2作未示之審有$1)',
960 'diff-multi-manyusers' => '($2多作未示之審有$1)',
961
962 # Search results
963 'searchresults' => '得尋',
964 'searchresults-title' => '"$1"得尋',
965 'searchresulttext' => '何索{{SITENAME}},詳見[[{{MediaWiki:Helppage}}|{{int:help}}]]。',
966 'searchsubtitle' => "'''[[:$1]]'''尋焉([[Special:Prefixindex/$1|『$1』之全首頁]]{{int:pipe-separator}}[[Special:WhatLinksHere/$1|『$1』之全取佐]])",
967 'searchsubtitleinvalid' => "'''$1'''尋焉",
968 'toomanymatches' => '多配應之,試異詢也',
969 'titlematches' => '合題',
970 'notitlematches' => '無題合',
971 'textmatches' => '合文',
972 'notextmatches' => '無文合',
973 'prevn' => '前{{PLURAL:$1|$1}}',
974 'nextn' => '次{{PLURAL:$1|$1}}',
975 'viewprevnext' => '見($1 {{int:pipe-separator}} $2)($3)',
976 'searchmenu-legend' => '尋選',
977 'searchmenu-exists' => "'''在此wiki中有頁為\"[[:\$1]]\"。'''",
978 'searchmenu-new' => "'''在此wiki上建頁\"[[:\$1]]\"!'''",
979 'searchhelp-url' => 'Help:目錄',
980 'searchmenu-prefix' => '[[Special:PrefixIndex/$1|查此首之頁]]',
981 'searchprofile-articles' => '容',
982 'searchprofile-project' => '助題',
983 'searchprofile-images' => '媒',
984 'searchprofile-everything' => '全',
985 'searchprofile-advanced' => '進',
986 'searchprofile-articles-tooltip' => '在$1中尋',
987 'searchprofile-project-tooltip' => '在$1中尋',
988 'searchprofile-images-tooltip' => '尋檔',
989 'searchprofile-everything-tooltip' => '尋全(含議)',
990 'searchprofile-advanced-tooltip' => '自定名集中尋',
991 'search-result-size' => '$1 $2字)',
992 'search-result-category-size' => '{{PLURAL:$1|一員|員有$1}}({{PLURAL:$2|一子類有|子類有$2}},{{PLURAL:$3|檔有一|檔有$3}})',
993 'search-result-score' => '關:$1%',
994 'search-redirect' => '(轉 $1)',
995 'search-section' => '(節 $1)',
996 'search-suggest' => '爾否解之:$1',
997 'search-interwiki-caption' => '結義金蘭',
998 'search-interwiki-default' => '結果有$1:',
999 'search-interwiki-more' => '(多)',
1000 'search-relatedarticle' => '關',
1001 'mwsuggest-disable' => '停AJAX議',
1002 'searcheverything-enable' => '尋全名集',
1003 'searchrelated' => '關',
1004 'searchall' => '全',
1005 'showingresults' => "見'''$1'''尋,自'''$2'''始:",
1006 'showingresultsnum' => "見'''$3'''尋,自'''$2'''始:",
1007 'showingresultsheader' => "見'''$4''',{{PLURAL:$5|'''$1''''''$3'''之尋|'''$1 - $2''',共'''$3'''之尋}}",
1008 'nonefound' => "'''注''':部名冊預尋也。。試''all:''尋全名刪之頁(含議模等),或可用要之名冊為前綴也。",
1009 'search-nonefound' => '詢中無結。',
1010 'powersearch' => '尋',
1011 'powersearch-legend' => '尋',
1012 'powersearch-ns' => '尋名集:',
1013 'powersearch-redir' => '轉表',
1014 'powersearch-field' => '尋',
1015 'powersearch-togglelabel' => '核:',
1016 'powersearch-toggleall' => '全',
1017 'powersearch-togglenone' => '無',
1018 'search-external' => '外尋',
1019 'searchdisabled' => '{{SITENAME}}因性能而停用之。可Gooogle查之,乃之過時也。',
1020
1021 # Quickbar
1022 'qbsettings-none' => '無',
1023
1024 # Preferences page
1025 'preferences' => '簿註',
1026 'mypreferences' => '簿註',
1027 'prefs-edits' => '數計:',
1028 'prefsnologin' => '未登簿',
1029 'prefsnologintext' => '註記須<span class="plainlinks">[{{fullurl:{{#Special:UserLogin}}|returnto=$1}} 登簿]</span>。',
1030 'changepassword' => '易符節',
1031 'prefs-skin' => '面版',
1032 'skin-preview' => '草覽',
1033 'datedefault' => '原註',
1034 'prefs-datetime' => '日時',
1035 'prefs-personal' => '概簿',
1036 'prefs-rc' => '近易',
1037 'prefs-watchlist' => '哨站',
1038 'prefs-watchlist-days' => '哨報有日',
1039 'prefs-watchlist-days-max' => 'Maximum $1 {{PLURAL:$1|day|days}}',
1040 'prefs-watchlist-edits' => '哨站有易',
1041 'prefs-watchlist-edits-max' => '最多之量:一千',
1042 'prefs-watchlist-token' => '哨幣:',
1043 'prefs-misc' => '雜',
1044 'prefs-resetpass' => '更符節',
1045 'prefs-email' => '傳書',
1046 'prefs-rendering' => '觀',
1047 'saveprefs' => '儲',
1048 'resetprefs' => '棄',
1049 'restoreprefs' => '重修',
1050 'prefs-editing' => '在修',
1051 'prefs-edit-boxsize' => '修框尺',
1052 'rows' => '行:',
1053 'columns' => '列:',
1054 'searchresultshead' => '尋',
1055 'resultsperpage' => '頁示尋',
1056 'stub-threshold' => '<a href="#" class="stub">短頁連</a>格式門檻(位元組):',
1057 'stub-threshold-disabled' => '禁',
1058 'recentchangesdays' => '近易示日:',
1059 'recentchangesdays-max' => '最大有$1',
1060 'recentchangescount' => '修著凡幾︰',
1061 'prefs-help-recentchangescount' => '含近易、史與誌。',
1062 'prefs-help-watchlist-token' => '添匙參爾之RSS哨。
1063 且人知匙,可閱矣之,擇全之值也。
1064 任成之值,爾可選之:$1',
1065 'savedprefs' => '簿註書矣',
1066 'timezonelegend' => '時區:',
1067 'localtime' => '本地時:',
1068 'timezoneuseserverdefault' => '用伺服器之預定',
1069 'timezoneuseoffset' => '它(定偏)',
1070 'timezoneoffset' => '偏¹:',
1071 'servertime' => '伺服器時:',
1072 'guesstimezone' => '瀏覽器填之',
1073 'timezoneregion-africa' => '非洲',
1074 'timezoneregion-america' => '美洲',
1075 'timezoneregion-antarctica' => '南極洲',
1076 'timezoneregion-arctic' => '北極',
1077 'timezoneregion-asia' => '亞洲',
1078 'timezoneregion-atlantic' => '大西洋',
1079 'timezoneregion-australia' => '澳洲',
1080 'timezoneregion-europe' => '歐洲',
1081 'timezoneregion-indian' => '印度洋',
1082 'timezoneregion-pacific' => '太平洋',
1083 'allowemail' => '允遺書',
1084 'prefs-searchoptions' => '尋項',
1085 'prefs-namespaces' => '名集',
1086 'defaultns' => '則尋之名集:',
1087 'default' => '予定',
1088 'prefs-files' => '檔',
1089 'prefs-custom-css' => '定之CSS',
1090 'prefs-custom-js' => '定之JavaScript',
1091 'prefs-common-css-js' => '共CSS/JavaScript於面版:',
1092 'prefs-reset-intro' => '爾用頁重設至預之設。無修之也。',
1093 'prefs-emailconfirm-label' => '確郵:',
1094 'prefs-textboxsize' => '纂框量',
1095 'youremail' => '郵:',
1096 'username' => '簿名:',
1097 'uid' => '編號︰',
1098 'prefs-memberingroups' => '{{PLURAL:$1|一|權任}}:',
1099 'prefs-registration' => '注簿時辰:',
1100 'yourrealname' => '本名:',
1101 'yourlanguage' => '語言:',
1102 'yourvariant' => '變字:',
1103 'yournick' => '新署名︰',
1104 'prefs-help-signature' => '論版以論事以「<nowiki>~~~~</nowiki>」署名之,換爾之署名與時辰也。',
1105 'badsig' => '無效之自畫。
1106 查HTML籤之。',
1107 'badsiglength' => '署名宜簡。',
1108 'yourgender' => '性別︰',
1109 'gender-unknown' => '未',
1110 'gender-male' => '男',
1111 'gender-female' => '女',
1112 'email' => '郵',
1113 'prefs-help-realname' => '可用署也,選填之。',
1114 'prefs-help-email' => '電郵地址,雖非必要,惟失符節之時,重設者須寄於此。',
1115 'prefs-help-email-others' => '亦無被知之聯也。',
1116 'prefs-help-email-required' => '郵須也。',
1117 'prefs-info' => '基',
1118 'prefs-i18n' => '萬國',
1119 'prefs-signature' => '簽',
1120 'prefs-dateformat' => '日格',
1121 'prefs-timeoffset' => '偏時',
1122 'prefs-advancedediting' => '進',
1123 'prefs-advancedrc' => '進',
1124 'prefs-advancedrendering' => '進',
1125 'prefs-advancedsearchoptions' => '進',
1126 'prefs-advancedwatchlist' => '進',
1127 'prefs-displayrc' => '示項',
1128 'prefs-displaysearchoptions' => '示項',
1129 'prefs-displaywatchlist' => '示項',
1130 'prefs-diffs' => '異',
1131
1132 # User preference: email validation using jQuery
1133 'email-address-validity-valid' => '電郵有效之',
1134 'email-address-validity-invalid' => '貢一效之電郵',
1135
1136 # User rights
1137 'userrights' => '秉治權任',
1138 'userrights-lookup-user' => '司社',
1139 'userrights-user-editname' => '簿名:',
1140 'editusergroup' => '治社',
1141 'editinguser' => "正纂簿'''[[User:$1|$1]]''' ([[User talk:$1|{{int:talkpagelinktext}}]]{{int:pipe-separator}}[[Special:Contributions/$1|{{int:contribslink}}]]) 之權",
1142 'userrights-editusergroup' => '治社',
1143 'saveusergroups' => '定之',
1144 'userrights-groupsmember' => '有員:',
1145 'userrights-groupsmember-auto' => '固有員:',
1146 'userrights-groups-help' => '足下可為者有二︰
1147
1148 *賦其權,此其一也;
1149 *去其職,此其二也。
1150
1151 *而星號在前者,一旦賦予,不可去也,宜慎焉。',
1152 'userrights-reason' => '因:',
1153 'userrights-no-interwiki' => '爾無權改他山wiki之簿權也。',
1154 'userrights-nodatabase' => '資料庫$1無存或非本地也。',
1155 'userrights-nologin' => '爾以有秩乲簿[[Special:UserLogin|登]]後以定簿之權也。',
1156 'userrights-notallowed' => '爾之簿無權定簿之權也。',
1157 'userrights-changeable-col' => '爾所管轄',
1158 'userrights-unchangeable-col' => '非爾所轄',
1159 'userrights-irreversible-marker' => '$1*',
1160
1161 # Groups
1162 'group' => '社:',
1163 'group-user' => '簿',
1164 'group-autoconfirmed' => '自證其簿',
1165 'group-bot' => '僕',
1166 'group-sysop' => '有秩',
1167 'group-bureaucrat' => '門下',
1168 'group-suppress' => '監',
1169 'group-all' => '(眾)',
1170
1171 'group-user-member' => '簿',
1172 'group-autoconfirmed-member' => '自證其簿',
1173 'group-bot-member' => '僕',
1174 'group-sysop-member' => '有秩',
1175 'group-bureaucrat-member' => '門下',
1176 'group-suppress-member' => '監',
1177
1178 'grouppage-user' => '{{ns:project}}:簿',
1179 'grouppage-autoconfirmed' => '{{ns:project}}:自證其簿',
1180 'grouppage-bot' => '{{ns:project}}:僕',
1181 'grouppage-sysop' => '{{ns:project}}:有秩',
1182 'grouppage-bureaucrat' => '{{ns:project}}:門下',
1183 'grouppage-suppress' => '{{ns:project}}:監',
1184
1185 # Rights
1186 'right-read' => '閱頁',
1187 'right-edit' => '纂頁',
1188 'right-createpage' => '建頁(議不含)',
1189 'right-createtalk' => '建議頁',
1190 'right-createaccount' => '增簿',
1191 'right-minoredit' => '示小改',
1192 'right-move' => '遷頁',
1193 'right-move-subpages' => '連遷子頁',
1194 'right-move-rootuserpages' => '遷根齋',
1195 'right-movefile' => '遷檔',
1196 'right-suppressredirect' => '遷頁時無增源之轉',
1197 'right-upload' => '貢獻品物',
1198 'right-reupload' => '蓋現之品物',
1199 'right-reupload-own' => '蓋同簿之品物',
1200 'right-reupload-shared' => '於本無視共媒物庫上之品物',
1201 'right-upload_by_url' => '由URL貢品物',
1202 'right-purge' => '無確認頁除網存',
1203 'right-autoconfirmed' => '纂半錮之頁',
1204 'right-bot' => '視自動之程序',
1205 'right-nominornewtalk' => '小改無發新信之示',
1206 'right-apihighlimits' => '於API查頂上',
1207 'right-writeapi' => '用寫之API',
1208 'right-delete' => '刪頁面',
1209 'right-bigdelete' => '刪大史之頁',
1210 'right-deleterevision' => '刪與反刪頁之審',
1211 'right-deletedhistory' => '看刪之項,無關之字',
1212 'right-deletedtext' => '看刪之項,審關之字',
1213 'right-browsearchive' => '尋刪之頁',
1214 'right-undelete' => '反刪頁',
1215 'right-suppressrevision' => '看與復由有秩藏之審',
1216 'right-suppressionlog' => '看私之誌',
1217 'right-block' => '鎖他簿無編',
1218 'right-blockemail' => '鎖簿無電郵',
1219 'right-hideuser' => '鎖簿名,予藏眾',
1220 'right-ipblock-exempt' => '繞IP鎖、自鎖與圍鎖',
1221 'right-proxyunbannable' => '繞Proxy之自鎖',
1222 'right-unblockself' => '自解鎖',
1223 'right-protect' => '改錮級與纂錮頁',
1224 'right-editprotected' => '纂錮頁(無連錮)',
1225 'right-editinterface' => '纂要',
1226 'right-editusercssjs' => '纂他簿之CSS與JavaScript檔',
1227 'right-editusercss' => '纂他簿之CSS檔',
1228 'right-edituserjs' => '纂他簿之JavaScript檔',
1229 'right-rollback' => '速復上簿頁之纂',
1230 'right-markbotedits' => '標復纂為機纂',
1231 'right-noratelimit' => '無率之上限',
1232 'right-import' => '由它wiki匯入頁',
1233 'right-importupload' => '由品貢匯入頁',
1234 'right-patrol' => '示它纂作已巡查',
1235 'right-autopatrol' => '將己纂自示為已巡查',
1236 'right-patrolmarks' => '察近巡查記之易',
1237 'right-unwatchedpages' => '看未哨之頁',
1238 'right-mergehistory' => '併頁之史',
1239 'right-userrights' => '纂簿權',
1240 'right-userrights-interwiki' => '纂另wiki他簿之權',
1241 'right-siteadmin' => '鎖與解鎖資料庫',
1242 'right-override-export-depth' => '出有五層深之頁',
1243 'right-sendemail' => '擬書傳予他簿',
1244
1245 # Special:Log/newusers
1246 'newuserlogpage' => '誌簿',
1247 'newuserlogpagetext' => '此為誌簿之記也',
1248
1249 # User rights log
1250 'rightslog' => '職權志',
1251
1252 # Associated actions - in the sentence "You do not have permission to X"
1253 'action-read' => '閱此頁',
1254 'action-edit' => '纂此頁',
1255 'action-createpage' => '建此頁',
1256 'action-createtalk' => '建論頁',
1257 'action-createaccount' => '增簿',
1258 'action-minoredit' => '示纂為小',
1259 'action-move' => '移頁',
1260 'action-move-subpages' => '移頁和其字頁',
1261 'action-move-rootuserpages' => '移根齋',
1262 'action-movefile' => '移檔',
1263 'action-upload' => '貢檔',
1264 'action-reupload' => '蓋現檔',
1265 'action-reupload-shared' => '蓋庫檔',
1266 'action-upload_by_url' => '自URL貢檔',
1267 'action-writeapi' => '寫API',
1268 'action-delete' => '刪頁',
1269 'action-deleterevision' => '刪審',
1270 'action-deletedhistory' => '看此頁之刪史',
1271 'action-browsearchive' => '尋刪頁',
1272 'action-undelete' => '反刪此頁',
1273 'action-suppressrevision' => '查復是次之隱訂',
1274 'action-suppressionlog' => '看此誌私',
1275 'action-block' => '禁簿纂',
1276 'action-protect' => '更頁錮',
1277 'action-import' => '自另wiki入此頁',
1278 'action-importupload' => '自貢入此頁',
1279 'action-patrol' => '示他纂為巡',
1280 'action-autopatrol' => '示己纂為巡',
1281 'action-unwatchedpages' => '查無哨',
1282 'action-mergehistory' => '併此頁之史',
1283 'action-userrights' => '纂全權',
1284 'action-userrights-interwiki' => '纂他wiki上之權',
1285 'action-siteadmin' => '鎖及解鎖其庫',
1286
1287 # Recent changes
1288 'nchanges' => '$1易',
1289 'recentchanges' => '近易',
1290 'recentchanges-legend' => '近易項',
1291 'recentchanges-summary' => '共筆揮新,悉列於此。',
1292 'recentchanges-feed-description' => '跟wiki源之近易。',
1293 'recentchanges-label-newpage' => '此纂開新頁',
1294 'recentchanges-label-minor' => '此乃細纂',
1295 'recentchanges-label-bot' => '此乃機纂',
1296 'recentchanges-label-unpatrolled' => '是纂未巡',
1297 'rcnote' => "下為自$4$5起,'''$2'''日內'''$1'''近易也。",
1298 'rcnotefrom' => "下為自'''$2'''至'''$1'''之易也。",
1299 'rclistfrom' => '自$1起之易也',
1300 'rcshowhideminor' => '$1校',
1301 'rcshowhidebots' => '$1僕',
1302 'rcshowhideliu' => '$1簿',
1303 'rcshowhideanons' => '$1匿名',
1304 'rcshowhidepatr' => '$1哨',
1305 'rcshowhidemine' => '$1吾纂',
1306 'rclinks' => '$2日內$1近易。<br />$3',
1307 'diff' => '辨',
1308 'hist' => '誌',
1309 'hide' => '藏',
1310 'show' => '示',
1311 'minoreditletter' => '校',
1312 'newpageletter' => '新',
1313 'boteditletter' => '僕',
1314 'number_of_watching_users_pageview' => '[放有$1哨]',
1315 'rc_categories_any' => '任',
1316 'newsectionsummary' => '/* $1 */ 新節',
1317 'rc-enhanced-expand' => '示細(要 JavaScript)',
1318 'rc-enhanced-hide' => '藏細',
1319
1320 # Recent changes linked
1321 'recentchangeslinked' => '援引',
1322 'recentchangeslinked-feed' => '援引',
1323 'recentchangeslinked-toolbox' => '援引',
1324 'recentchangeslinked-title' => '「$1」援引近易',
1325 'recentchangeslinked-noresult' => '限期內無近易。',
1326 'recentchangeslinked-summary' => "此奇頁乃列''由''頁援之近易(或對類之員)。
1327 有[[Special:Watchlist|爾有哨]]者'''粗體'''。",
1328 'recentchangeslinked-page' => '頁名:',
1329 'recentchangeslinked-to' => '示援頁',
1330
1331 # Upload
1332 'upload' => '進獻',
1333 'uploadbtn' => '進獻',
1334 'reuploaddesc' => '消進乃返載獻',
1335 'upload-tryagain' => '呈改檔述',
1336 'uploadnologin' => '未登簿',
1337 'uploadnologintext' => '[[Special:UserLogin|登簿]]始可進獻',
1338 'upload_directory_missing' => '目錄$1已失,無建之。',
1339 'upload_directory_read_only' => '目錄$1禁入,無可獻。',
1340 'uploaderror' => '進獻有變',
1341 'upload-recreate-warning' => "'''警:同名之檔曾刪或遷之。'''
1342
1343 此頁之誌刪與移於此示之以參詳也:",
1344 'uploadtext' => "下表以獻,[[Special:FileList|載獻]]覽之。或見[[Special:Log/upload|誌獻]]與[[Special:Log/delete|誌刪]]。
1345 欲嵌頁中,是格鏈之其一:
1346 * '''<code><nowiki>[[</nowiki>{{ns:file}}:File.jpg]]</code>'''用此整獻
1347 * '''<code><nowiki>[[</nowiki>{{ns:file}}:File.png||200px|thumb|left|名]]</code>'''以二百像素置左框置『名』
1348 * '''<code><nowiki>[[</nowiki>{{ns:media}}:File.ogg]]</code>'''直連獻,無示獻",
1349 'upload-permitted' => '可之物類:$1。',
1350 'upload-preferred' => '議之物類:$1。',
1351 'upload-prohibited' => '禁之物類:$1。',
1352 'uploadlog' => '誌獻',
1353 'uploadlogpage' => '誌獻',
1354 'uploadlogpagetext' => '近獻如下。
1355 看[[Special:NewFiles|新畫獻]]示獻功。',
1356 'filename' => '名',
1357 'filedesc' => '概',
1358 'fileuploadsummary' => '概:',
1359 'filereuploadsummary' => '動:',
1360 'filestatus' => '授權:',
1361 'filesource' => '源:',
1362 'uploadedfiles' => '進獻',
1363 'ignorewarning' => '強儲之',
1364 'ignorewarnings' => '警略。',
1365 'minlength1' => '名務逾一字元。',
1366 'illegalfilename' => '名"$1"不格,更之再焉。',
1367 'badfilename' => '更名"$1。"。',
1368 'filetype-mime-mismatch' => '檔展名「.$1」無配偵檔之MIME類($2)。',
1369 'filetype-badmime' => '「$1」之MIME類物檔案不能獻之。',
1370 'filetype-bad-ie-mime' => '因 Internet Explorer 偵作「$1」不貢也。它乃有危險之類也。',
1371 'filetype-unwanted-type' => "'''「.$1」'''乃無需之物類也。
1372 議之物類有{{PLURAL:$3|一|多}}$2也。",
1373 'filetype-banned-type' => "'''「.$1」'''乃無允之物類也。
1374 允之物類有{{PLURAL:$3|一|多}}$2也。",
1375 'filetype-missing' => '檔名無後綴也(如「.jpg」)。',
1376 'empty-file' => '爾貢之檔乃是空也。',
1377 'file-too-large' => '爾貢之檔過大也。',
1378 'filename-tooshort' => '檔名過短也。',
1379 'filetype-banned' => '此類檔已被禁也。',
1380 'verification-error' => '檔未証也。',
1381 'hookaborted' => '爾嘗之改被擴展鈎棄也。',
1382 'illegal-filename' => '檔名乃為非法也。',
1383 'overwrite' => '無蓋現有之檔也。',
1384 'unknown-error' => '未知錯誤已發也。',
1385 'tmp-create-error' => '無建臨檔也。',
1386 'tmp-write-error' => '臨檔案寫錯也。',
1387 'large-file' => '檔長$2仟位元組,不逾$1為佳。',
1388 'emptyfile' => '無以獻,疑謬名也,惠核之。',
1389 'fileexists' => '<strong>[[:$1]]</strong>存矣,欲蓋之則再也。 [[$1|thumb]]',
1390 'filepageexists' => '此檔之述於<strong>[[:$1]]</strong>存矣,檔未存也。爾入述無存也。要現之,爾需纂之。',
1391 'file-exists-duplicate' => '此檔乃重檔{{PLURAL:$1|一|數}}:',
1392 'file-deleted-duplicate' => '此檔([[:$1]])前刪。爾需查刪錄再貢之。',
1393 'uploadwarning' => '慎焉!',
1394 'uploadwarning-text' => '改下檔述再試之。',
1395 'savefile' => '存之',
1396 'uploadedimage' => '進獻"[[$1]]"',
1397 'overwroteimage' => '新置「[[$1]]」矣',
1398 'copyuploaddisabled' => '由URL之貢被禁也。',
1399 'uploadfromurl-queued' => '爾之貢已排之。',
1400 'uploaddisabledtext' => '檔之貢被禁也。',
1401 'php-uploaddisabledtext' => 'PHP之貢被禁也。查 file_uploads 之。',
1402 'uploadvirus' => '此檔含毒也!
1403 詳:$1',
1404 'upload-source' => '源檔',
1405 'sourcefilename' => '源名:',
1406 'sourceurl' => '源址:',
1407 'destfilename' => '欲置檔名:',
1408 'upload-maxfilesize' => '檔限:$1',
1409 'upload-description' => '檔述',
1410 'upload-options' => '貢項',
1411 'watchthisupload' => '派哨',
1412 'filename-bad-prefix' => "獻檔以'''「$1」'''首,常由相機瞎造,惠更述之。",
1413 'upload-success-subj' => '檔案安矣',
1414 'upload-success-msg' => '爾自[$2]之貢安矣,見於此:[[:{{ns:file}}:$1]]',
1415 'upload-failure-subj' => '貢問',
1416 'upload-failure-msg' => '爾自[$2]之貢現問也:
1417
1418 $1',
1419 'upload-warning-subj' => '貢警',
1420 'upload-warning-msg' => '爾自[$2]之貢出問。爾可回[[Special:Upload/stash/$1|貢表]]修此問。',
1421
1422 'upload-too-many-redirects' => '網址含多轉',
1423 'upload-unknown-size' => '未知之積',
1424 'upload-http-error' => '發一HTTP之錯:$1',
1425
1426 # Special:UploadStash
1427 'uploadstash' => '貢貯',
1428 'uploadstash-summary' => '此頁乃已貢物(正貢)但未發wiki之地也。非貢之本人乃無視也。',
1429 'uploadstash-clear' => '清貯',
1430 'uploadstash-nofiles' => '爾無貯貢也。',
1431 'uploadstash-badtoken' => '此動作無行也,或爾之幣已過。再試之。',
1432 'uploadstash-errclear' => '清貢無功也。',
1433 'uploadstash-refresh' => '重載貢表',
1434
1435 # img_auth script messages
1436 'img-auth-accessdenied' => '無通',
1437 'img-auth-nopathinfo' => 'PATH_INFO失之。
1438 爾之伺服器無此資料也。
1439 以CGI之本耳,無img_auth矣。
1440 閱https://www.mediawiki.org/wiki/Manual:Image_Authorization。',
1441 'img-auth-notindir' => '求之徑無存貢錄中。',
1442 'img-auth-badtitle' => '於「$1」無建效題也。',
1443 'img-auth-nologinnWL' => '爾未登簿,「$1」無在白名中。',
1444 'img-auth-nofile' => '檔「$1」無存也。',
1445 'img-auth-isdir' => '爾試問錄「$1」。
1446 只問檔也。',
1447 'img-auth-streaming' => '流「$1」中。',
1448 'img-auth-public' => 'img_auth.php之功能乃由共wiki出貢。
1449 此wiki為公共wiki是也。
1450 保強,img_auth.php已停矣。',
1451 'img-auth-noread' => '簿無權讀「$1」也。',
1452
1453 # HTTP errors
1454 'http-invalid-url' => '無效之網址:$1',
1455 'http-invalid-scheme' => '有「$1」之網址無持也',
1456 'http-request-error' => '未知之錯令HTTP求時錯之。',
1457 'http-read-error' => 'HTTP讀錯。',
1458 'http-timed-out' => 'HTTP求之過時也。',
1459 'http-curl-error' => '取網址現錯之:$1',
1460 'http-host-unreachable' => '無達網址之。',
1461 'http-bad-status' => 'HTTP求時現問:$1 $2',
1462
1463 # Some likely curl errors. More could be added from <http://curl.haxx.se/libcurl/c/libcurl-errors.html>
1464 'upload-curl-error6' => '無達網址也',
1465 'upload-curl-error6-text' => '無達所指之網址也。再試其正,乃正常也。',
1466 'upload-curl-error28' => '貢超時也',
1467 'upload-curl-error28-text' => '網站應之長也。再試其而行之。乃以閑以試之。',
1468
1469 'license' => '權:',
1470 'license-header' => '權',
1471 'nolicense' => '無選',
1472 'license-nopreview' => '(謝草覽)',
1473 'upload_source_url' => '(乃一公共可達之網址)',
1474 'upload_source_file' => '(本機之件)',
1475
1476 # Special:ListFiles
1477 'listfiles-summary' => '此奇頁示檔之全呈也。
1478 設最後之檔呈示於表頂。
1479 點題改其列之。',
1480 'listfiles_search_for' => '以媒名尋:',
1481 'imgfile' => '檔',
1482 'listfiles' => '見檔',
1483 'listfiles_thumb' => '縮',
1484 'listfiles_date' => '時',
1485 'listfiles_name' => '名',
1486 'listfiles_user' => '簿',
1487 'listfiles_size' => '幅(位元組)',
1488 'listfiles_description' => '述',
1489 'listfiles_count' => '擇',
1490
1491 # File description page
1492 'file-anchor-link' => '檔',
1493 'filehist' => '檔史',
1494 'filehist-help' => '揀日尋檔。',
1495 'filehist-deleteall' => '全刪',
1496 'filehist-deleteone' => '刪',
1497 'filehist-revert' => '還',
1498 'filehist-current' => '今',
1499 'filehist-datetime' => '時',
1500 'filehist-thumb' => '縮',
1501 'filehist-thumbtext' => '於$1之縮',
1502 'filehist-nothumb' => '無縮',
1503 'filehist-user' => '薄',
1504 'filehist-dimensions' => '度',
1505 'filehist-filesize' => '檔幅',
1506 'filehist-comment' => '註',
1507 'filehist-missing' => '失檔',
1508 'imagelinks' => '檔所繫者',
1509 'linkstoimage' => '下頁連本檔有$1:',
1510 'linkstoimage-more' => '連檔有多於$1
1511 下表示連檔之首$1
1512 [[Special:WhatLinksHere/$2|整表]]可供之閱也。',
1513 'nolinkstoimage' => '無頁連本檔也。',
1514 'morelinkstoimage' => '閱檔[[Special:WhatLinksHere/$1|接]]。',
1515 'duplicatesoffile' => '下檔重此檔有$1([[Special:FileDuplicateSearch/$2|詳]]):',
1516 'sharedupload' => '此檔為$1之共傳,可另項用也。',
1517 'sharedupload-desc-there' => '此檔為$1之共傳,可另項用也。
1518 詳閱[$2 檔述]。',
1519 'sharedupload-desc-here' => '此檔為$1之共傳,可另項用也。
1520 於共庫上[$2 檔述]之示。',
1521 'filepage-nofile' => '查無此檔。',
1522 'filepage-nofile-link' => '查無此檔,爾可[$1 貢焉]。',
1523 'uploadnewversion-linktext' => '更新此檔',
1524 'shared-repo-name-wikimediacommons' => '維基共享',
1525
1526 # File reversion
1527 'filerevert' => '還$1',
1528 'filerevert-legend' => '還檔',
1529 'filerevert-intro' => "'''[[Media:$1|$1]]'''欲還回$2$3之版$4。",
1530 'filerevert-comment' => '因:',
1531 'filerevert-defaultcomment' => '還$1$2之版矣',
1532 'filerevert-submit' => '還',
1533 'filerevert-success' => "'''[[Media:$1|$1]]''',$2$3之版$4還矣。",
1534 'filerevert-badversion' => '該日無版也。',
1535
1536 # File deletion
1537 'filedelete' => '刪$1',
1538 'filedelete-legend' => '刪檔',
1539 'filedelete-intro' => "欲刪'''[[Media:$1|$1]]'''。",
1540 'filedelete-intro-old' => "欲刪'''[[Media:$1|$1]]'''$2$3之版$4。",
1541 'filedelete-comment' => '因:',
1542 'filedelete-submit' => '刪',
1543 'filedelete-success' => "'''$1'''刪矣。",
1544 'filedelete-success-old' => "'''[[Media:$1|$1]]'''$2$3之版刪矣。",
1545 'filedelete-nofile' => "無'''$1'''也。",
1546 'filedelete-nofile-old' => "無合'''$1'''藏也。",
1547 'filedelete-otherreason' => '另/附之因:',
1548 'filedelete-reason-otherlist' => '另因',
1549 'filedelete-reason-dropdown' => '
1550 *常刪之因
1551 ** 侵版權
1552 ** 重檔',
1553 'filedelete-edit-reasonlist' => '纂刪因',
1554 'filedelete-maintenance' => '護當禁刪復檔也。',
1555
1556 # MIME search
1557 'mimesearch' => '篩檔',
1558 'mimesearch-summary' => '此頁可以MIME篩檔.格仿「文類/次類」,如<code>image/jpeg</code>。',
1559 'mimetype' => 'MIME類有:',
1560 'download' => '載下',
1561
1562 # Unwatched pages
1563 'unwatchedpages' => '無哨頁',
1564
1565 # List redirects
1566 'listredirects' => '表轉',
1567
1568 # Unused templates
1569 'unusedtemplates' => '墨乾',
1570 'unusedtemplatestext' => '此表閒模,篤刪前惠考支鏈。',
1571 'unusedtemplateswlh' => '支鏈',
1572
1573 # Random page
1574 'randompage' => '風掀',
1575 'randompage-nopages' => '下列{{PLURAL:$2|名集}}中無頁也:$1',
1576
1577 # Random redirect
1578 'randomredirect' => '任渡',
1579 'randomredirect-nopages' => '「$1」名冊內無渡也。',
1580
1581 # Statistics
1582 'statistics' => '彙統',
1583 'statistics-header-pages' => '頁彙統',
1584 'statistics-header-edits' => '纂彙統',
1585 'statistics-header-views' => '閱彙統',
1586 'statistics-header-users' => '有簿彙統',
1587 'statistics-header-hooks' => '他彙統',
1588 'statistics-articles' => '容頁',
1589 'statistics-pages' => '頁',
1590 'statistics-pages-desc' => 'wiki上之全頁,含議、轉等',
1591 'statistics-files' => '已貢',
1592 'statistics-edits' => '自{{SITENAME}}設之頁纂數',
1593 'statistics-edits-average' => '每頁均纂數',
1594 'statistics-views-total' => '閱總',
1595 'statistics-views-total-desc' => '不包無存之頁與奇頁之閱數',
1596 'statistics-views-peredit' => '每纂閱數',
1597 'statistics-users' => '註[[Special:ListUsers|簿]]',
1598 'statistics-users-active' => '活簿',
1599 'statistics-users-active-desc' => '早$1日前更動之簿',
1600 'statistics-mostpopular' => '燴炙',
1601
1602 'disambiguations' => '釋義',
1603 'disambiguationspage' => 'Template:弭誤解',
1604 'disambiguations-text' => '頁下引[[MediaWiki:Disambiguationspage]]模,求釋義,宜正題之。',
1605
1606 'doubleredirects' => '窮渡',
1607 'doubleredirectstext' => '頁下窮渡,迭列以示。首尾宿合,宜正渡之。
1608 <del>劃</del>已解之。',
1609 'double-redirect-fixed-move' => '[[$1]]遷畢,現渡至[[$2]]',
1610 'double-redirect-fixer' => '修渡',
1611
1612 'brokenredirects' => '斷渡',
1613 'brokenredirectstext' => '頁下斷渡。',
1614 'brokenredirects-edit' => '替',
1615 'brokenredirects-delete' => '刪',
1616
1617 'withoutinterwiki' => '孤語',
1618 'withoutinterwiki-summary' => '頁下無鏈他語。',
1619 'withoutinterwiki-legend' => '首',
1620 'withoutinterwiki-submit' => '示',
1621
1622 'fewestrevisions' => '鮮察',
1623
1624 # Miscellaneous special pages
1625 'nbytes' => '$1位元組',
1626 'ncategories' => '$1門',
1627 'nlinks' => '$1鏈',
1628 'nmembers' => '$1戶',
1629 'nrevisions' => '$1審',
1630 'nviews' => '$1閱',
1631 'nimagelinks' => '用以頁有$1',
1632 'ntransclusions' => '用以頁有$1',
1633 'lonelypages' => '孤寡',
1634 'lonelypagestext' => '頁下無鏈或含',
1635 'uncategorizedpages' => '欲訂',
1636 'uncategorizedcategories' => '問栓',
1637 'uncategorizedimages' => '候裱',
1638 'uncategorizedtemplates' => '待蘸',
1639 'unusedcategories' => '樞鏽',
1640 'unusedimages' => '色褪',
1641 'popularpages' => '膾炙',
1642 'wantedcategories' => '求門',
1643 'wantedpages' => '徵頁',
1644 'wantedpages-badtitle' => '結組無題: $1',
1645 'wantedfiles' => '求檔',
1646 'wantedtemplates' => '徵模',
1647 'mostlinked' => '好料',
1648 'mostlinkedcategories' => '豪門',
1649 'mostlinkedtemplates' => '美模',
1650 'mostcategories' => '跨船',
1651 'mostimages' => '名檔',
1652 'mostrevisions' => '屢審',
1653 'prefixindex' => '以鏈外查',
1654 'shortpages' => '短篇',
1655 'longpages' => '長言',
1656 'deadendpages' => '此無路也',
1657 'protectedpages' => '頁錮',
1658 'protectedpages-indef' => '只示無期之錮',
1659 'protectedpages-cascade' => '只示連串之錮',
1660 'listusers' => '點簿',
1661 'listusers-editsonly' => '只示有纂之簿',
1662 'listusers-creationsort' => '按先後列之',
1663 'usereditcount' => '$1纂',
1664 'usercreated' => '建於$1$2',
1665 'newpages' => '新灶',
1666 'newpages-username' => '簿名:',
1667 'ancientpages' => '陳年',
1668 'move' => '遷',
1669 'movethispage' => '遷此頁',
1670 'unusedimagestext' => '下檔存也,未嵌於其頁之。
1671 他站可以網址鏈檔,故下列並非盡閒,註記之。',
1672 'unusedcategoriestext' => '以下空門,無依可活。',
1673 'notargettitle' => '落靶',
1674 'notargettext' => '簿、頁未定,無可為之。',
1675 'nopagetitle' => '落靶之頁',
1676 'nopagetext' => '頁未定,無可為之。',
1677 'pager-newer-n' => '新$1次',
1678 'pager-older-n' => '陳$1次',
1679 'suppress' => '監',
1680 'querypage-disabled' => '此奇頁基以效,故停之。',
1681
1682 # Book sources
1683 'booksources' => '書海',
1684 'booksources-search-legend' => '舀書海',
1685 'booksources-go' => '往',
1686 'booksources-text' => '有賈售新舊書,或有助焉。茲列如下:',
1687 'booksources-invalid-isbn' => '供之ISBN無確,查始複之誤。',
1688
1689 # Special:Log
1690 'specialloguserlabel' => '簿:',
1691 'speciallogtitlelabel' => '標:',
1692 'log' => '誌',
1693 'all-logs-page' => '眾誌',
1694 'alllogstext' => '眾{{SITENAME}}之誌有合者,俱併版見。擇門、選簿、限疆以裁之。',
1695 'logempty' => '無合誌也。',
1696 'log-title-wildcard' => '題以此始者,取之',
1697
1698 # Special:AllPages
1699 'allpages' => '全典',
1700 'alphaindexline' => '自$1$2',
1701 'nextpage' => '次頁($1)',
1702 'prevpage' => '先頁($1)',
1703 'allpagesfrom' => '始頁:',
1704 'allpagesto' => '末頁:',
1705 'allarticles' => '全典',
1706 'allinnamespace' => '全$1名冊',
1707 'allnotinnamespace' => '非$1名冊',
1708 'allpagesprev' => '前',
1709 'allpagesnext' => '次',
1710 'allpagessubmit' => '往',
1711 'allpagesprefix' => '冠頁以:',
1712 'allpagesbadtitle' => '或冠有他語、他山、或含禁字,題標不格。',
1713 'allpages-bad-ns' => '無"$1"名冊',
1714
1715 # Special:Categories
1716 'categories' => '類',
1717 'categoriespagetext' => '大典{{PLURAL:$1|類中}}有頁或媒。
1718 [[Special:UnusedCategories|未類]]無示之。
1719 閱[[Special:WantedCategories|需類]]也。',
1720 'categoriesfrom' => '示此項起之類:',
1721 'special-categories-sort-count' => '排數',
1722 'special-categories-sort-abc' => '排字',
1723
1724 # Special:DeletedContributions
1725 'deletedcontributions' => '已刪之積',
1726 'deletedcontributions-title' => '所棄之事',
1727 'sp-deletedcontributions-contribs' => '積',
1728
1729 # Special:LinkSearch
1730 'linksearch' => '尋網連',
1731 'linksearch-pat' => '尋址:',
1732 'linksearch-ns' => '名集:',
1733 'linksearch-ok' => '尋',
1734 'linksearch-text' => '用似"*.wikipedia.org"之萬字。<br />
1735 援之議:<code>$1</code>',
1736 'linksearch-line' => '$1$2',
1737 'linksearch-error' => '萬字僅用於機之始也。',
1738
1739 # Special:ListUsers
1740 'listusersfrom' => '始簿:',
1741 'listusers-submit' => '見',
1742 'listusers-noresult' => '尋無簿。',
1743 'listusers-blocked' => '(已禁)',
1744
1745 # Special:ActiveUsers
1746 'activeusers' => '躍簿',
1747 'activeusers-intro' => '此乃為近$1天內之躍簿也。',
1748 'activeusers-count' => '$3天內之$1易',
1749 'activeusers-from' => '示簿始於:',
1750 'activeusers-hidebots' => '藏僕',
1751 'activeusers-hidesysops' => '藏有秩',
1752 'activeusers-noresult' => '無簿矣。',
1753
1754 # Special:ListGroupRights
1755 'listgrouprights' => '權任一覽',
1756 'listgrouprights-summary' => '此所列述,諸職所司也,各有異同。欲知其詳,請閱[[{{MediaWiki:Listgrouprights-helppage}}|此文]]。',
1757 'listgrouprights-key' => '* <span class="listgrouprights-granted">權授矣</span>
1758 * <span class="listgrouprights-revoked">權撤矣</span>',
1759 'listgrouprights-group' => '組',
1760 'listgrouprights-rights' => '權',
1761 'listgrouprights-helppage' => 'Help:組權',
1762 'listgrouprights-members' => '(社員表)',
1763 'listgrouprights-addgroup' => '加{{PLURAL:$2|一|多}}組:$1',
1764 'listgrouprights-removegroup' => '除{{PLURAL:$2|一|多}}組:$1',
1765 'listgrouprights-addgroup-all' => '加全組',
1766 'listgrouprights-removegroup-all' => '除全組',
1767 'listgrouprights-addgroup-self' => '加自之{{PLURAL:$2|一|多}}組:$1',
1768 'listgrouprights-removegroup-self' => '除自之{{PLURAL:$2|一|多}}組:$1',
1769 'listgrouprights-addgroup-self-all' => '加自之全組',
1770 'listgrouprights-removegroup-self-all' => '除自之全組',
1771
1772 # Email user
1773 'mailnologin' => '無驛',
1774 'mailnologintext' => '[[Special:UserLogin|登簿]]置郵,方可捎書。',
1775 'emailuser' => '捎君',
1776 'emailpage' => '捎書',
1777 'emailpagetext' => '表下捎焉,以郵制君。
1778 署[[Special:Preferences|子簿郵]]以候往返。',
1779 'usermailererror' => '驛報有誤:',
1780 'defemailsubject' => '{{SITENAME}}來書',
1781 'usermaildisabled' => '無他人之郵',
1782 'usermaildisabledtext' => '無發電郵於wiki上之他戶也',
1783 'noemailtitle' => '無郵',
1784 'noemailtext' => '此君無郵。',
1785 'nowikiemailtitle' => '無許之郵',
1786 'nowikiemailtext' => '此君謝收郵之。',
1787 'email-legend' => '發郵至{{SITENAME}}之另一簿',
1788 'emailfrom' => '自:',
1789 'emailto' => '致:',
1790 'emailsubject' => '題:',
1791 'emailmessage' => '訊:',
1792 'emailsend' => '遣',
1793 'emailccme' => '謄複本。',
1794 'emailccsubject' => '致$1複本:$2',
1795 'emailsent' => '書遣矣',
1796 'emailsenttext' => '書遣矣',
1797 'emailuserfooter' => '此捎由$1$2經{{SITENAME}}之「捎君」發矣。',
1798
1799 # User Messenger
1800 'usermessage-summary' => '留系信。',
1801 'usermessage-editor' => '系信',
1802
1803 # Watchlist
1804 'watchlist' => '哨站',
1805 'mywatchlist' => '哨站',
1806 'watchlistfor2' => '$1之哨 $2',
1807 'nowatchlist' => '無哨',
1808 'watchlistanontext' => '$1以治哨',
1809 'watchnologin' => '未登簿',
1810 'watchnologintext' => '[[Special:UserLogin|登簿]]以治哨。',
1811 'addedwatchtext' => "\"[[:\$1]]\"哨派矣。後有易、議者可見於[[Special:Watchlist|哨站]],且'''粗體'''列於[[Special:RecentChanges|近易]]。",
1812 'removedwatchtext' => '"[[:$1]]"[[Special:Watchlist|哨]]撤矣。',
1813 'watch' => '派哨',
1814 'watchthispage' => '哨此報',
1815 'unwatch' => '撤哨',
1816 'unwatchthispage' => '撤此哨',
1817 'notanarticle' => '此頁非文',
1818 'notvisiblerev' => '上中異簿之審已刪矣',
1819 'watchnochange' => '皆無易也',
1820 'watchlist-details' => '哨上有$1,不含議論。',
1821 'wlheader-enotif' => '*准報信。',
1822 'wlheader-showupdated' => "*易者'''粗體'''。",
1823 'watchmethod-recent' => '哨近易。',
1824 'watchmethod-list' => '報近易…',
1825 'watchlistcontains' => '共$1哨。',
1826 'iteminvalidname' => "'$1'謬名。",
1827 'wlnote' => '近<b>$2</b>時有$1者易。',
1828 'wlshowlast' => '見近$1時、$2天、$3時易',
1829 'watchlist-options' => '哨項',
1830
1831 # Displayed when you click the "watch" button and it is in the process of watching
1832 'watching' => '出陣…',
1833 'unwatching' => '收兵…',
1834
1835 'enotif_mailer' => '{{SITENAME}}報',
1836 'enotif_reset' => '令為盡閱',
1837 'enotif_impersonal_salutation' => '貴客',
1838 'enotif_lastvisited' => '自子出簿,有易見$1。',
1839 'enotif_lastdiff' => '欲閱此易,見$1。',
1840 'enotif_anon_editor' => '過客$1',
1841 'enotif_body' => '$WATCHINGUSERNAME鈞鑑
1842
1843 $PAGEEDITDATE{{SITENAME}}簿$PAGEEDITOR$CHANGEDORCREATED$PAGETITLE,閱審之見$PAGETITLE_URL
1844
1845 $NEWPAGE
1846
1847 纂者彙:$PAGESUMMARY $PAGEMINOREDIT
1848 遣書($PAGEEDITOR_EMAIL)或訪齋($PAGEEDITOR_WIKI)聯繫之。
1849
1850 如不訪頁,哨報止也。可赴哨所令復之。
1851
1852 {{SITENAME}}敬上
1853
1854 --
1855 欲更哨令,惠訪{{canonicalurl:{{#special:EditWatchlist}}}}
1856
1857 欲刪之頁,惠訪$UNWATCHURL
1858
1859 饋助之,惠訪{{canonicalurl:{{MediaWiki:Helppage}}}}',
1860 'created' => '撰',
1861 'changed' => '易',
1862
1863 # Delete
1864 'deletepage' => '刪頁',
1865 'confirm' => '准',
1866 'excontent' => '文乃「$1」',
1867 'excontentauthor' => '文乃「$1」,乃「[[Special:Contributions/$2|$2]]」獨作。',
1868 'exbeforeblank' => '清文前乃為:「$1」',
1869 'exblank' => '缺頁',
1870 'delete-confirm' => '刪"$1"',
1871 'delete-legend' => '刪',
1872 'historywarning' => '警示,此頁約有誌$1:',
1873 'confirmdeletetext' => '欲刪此物與誌,知後果、合[[{{MediaWiki:Policy-url}}]]後再為之。',
1874 'actioncomplete' => '成矣',
1875 'actionfailed' => '未竟',
1876 'deletedtext' => '"$1"刪矣,見誌刪於$2。',
1877 'dellogpage' => '誌刪',
1878 'dellogpagetext' => '近刪如下:',
1879 'deletionlog' => '誌刪',
1880 'reverted' => '已還前審',
1881 'deletecomment' => '因:',
1882 'deleteotherreason' => '另/附之因:',
1883 'deletereasonotherlist' => '另因',
1884 'deletereason-dropdown' => '*常刪之因
1885 ** 作者之求
1886 ** 侵版權
1887 ** 破壞',
1888 'delete-edit-reasonlist' => '纂刪因',
1889 'delete-toobig' => '此頁含大誌,過$1修。刪頁限矣,防於{{SITENAME}}之亂也。',
1890 'delete-warning-toobig' => '此頁含大誌,過$1修。刪之可亂{{SITENAME}}之事也;續時留神之。',
1891
1892 # Rollback
1893 'rollback' => '反正',
1894 'rollback_short' => '正',
1895 'rollbacklink' => '正',
1896 'rollbackfailed' => '未能反正',
1897 'cantrollback' => '獨一作者,無以反正。',
1898 'alreadyrolled' => '[[User:$2|$2]]([[User talk:$2|議]] | [[Special:Contributions/$2|{{int:contribslink}}]])作[[:$1]],退不成也。有易或已退焉。新纂者為[[User:$3|$3]]([[User talk:$3|議]] | [[Special:Contributions/$3|{{int:contribslink}}]])',
1899 'editcomment' => "贊曰\"''\$1''\"",
1900 'revertpage' => '去[[Special:Contributions/$2|$2]]之作(欲言之,可至[[User talk:$2|此]])為[[User:$1|$1]]之本耳',
1901 'revertpage-nouser' => '去(刪簿)之作為[[User:$1|$1]]之本耳',
1902 'rollback-success' => '去$1之作,復為$2之本耳。',
1903
1904 # Edit tokens
1905 'sessionfailure-title' => '登段敗也',
1906 'sessionfailure' => '登簿有變。為防盜簿,返前重取再為之。',
1907
1908 # Protect
1909 'protectlogpage' => '誌緘',
1910 'protectlogtext' => '誌緘如下;近緘見[[Special:ProtectedPages|此]] 。',
1911 'protectedarticle' => '緘焉"[[$1]]"',
1912 'modifiedarticleprotection' => '令"$1"',
1913 'unprotectedarticle' => '啟焉"[[$1]]"',
1914 'movedarticleprotection' => '自「[[$2]]」至「[[$1]]」之錮改矣',
1915 'protect-title' => '更"$1"之緘',
1916 'prot_1movedto2' => '[[$1]]遷至[[$2]]',
1917 'protect-legend' => '准緘',
1918 'protectcomment' => '贊因',
1919 'protectexpiry' => '屆期',
1920 'protect_expiry_invalid' => '屆期不明。',
1921 'protect_expiry_old' => '屆期已過。',
1922 'protect-unchain-permissions' => '解鎖更遠之項',
1923 'protect-text' => "緘捆'''$1'''。",
1924 'protect-locked-blocked' => "簿禁,'''$1'''緘昔如下:",
1925 'protect-locked-dblock' => "庫鎖,'''$1'''緘昔如下:",
1926 'protect-locked-access' => "未准,'''$1'''緘昔如下:",
1927 'protect-cascadeon' => '取佐緘焉,迭牽此頁;{{PLURAL:$1|此|此}}頁啟篋,無反累焉。',
1928 'protect-default' => '允全簿',
1929 'protect-fallback' => "須''$1''准",
1930 'protect-level-autoconfirmed' => '禁無簿',
1931 'protect-level-sysop' => '惟有秩',
1932 'protect-summary-cascade' => '迭緘',
1933 'protect-expiring' => '$1(UTC)屆',
1934 'protect-expiry-indefinite' => '無屆',
1935 'protect-cascade' => '援引緘,牽迭',
1936 'protect-cantedit' => '汝無動頁之護也,因汝無權纂之矣。',
1937 'protect-othertime' => '它時:',
1938 'protect-othertime-op' => '它時',
1939 'protect-existing-expiry' => '現屆時:$2 $3',
1940 'protect-otherreason' => '它/附之理:',
1941 'protect-otherreason-op' => '它理',
1942 'protect-dropdown' => '*通錮之理
1943 ** 多破
1944 ** 多灌
1945 ** 反產之戰纂
1946 ** 高量之頁',
1947 'protect-edit-reasonlist' => '纂護之理',
1948 'protect-expiry-options' => '半時:1 hour,一日:1 day,一週:1 week,兩週:2 weeks,一月:1 month,三月:3 months,六月:6 months,一年:1 year,永久:infinite',
1949 'restriction-type' => '准',
1950 'restriction-level' => '緘捆',
1951 'minimum-size' => '幅越',
1952 'maximum-size' => '幅弱:',
1953 'pagesize' => '(位元組)',
1954
1955 # Restrictions (nouns)
1956 'restriction-edit' => '纂',
1957 'restriction-move' => '遷',
1958 'restriction-create' => '建',
1959 'restriction-upload' => '貢',
1960
1961 # Restriction levels
1962 'restriction-level-sysop' => '全封',
1963 'restriction-level-autoconfirmed' => '半封',
1964 'restriction-level-all' => '有封',
1965
1966 # Undelete
1967 'undelete' => '覽刪',
1968 'undeletepage' => '覽刪並還之',
1969 'undeletepagetitle' => "'''如下含[[:$1]]刪之審'''。",
1970 'viewdeletedpage' => '覽刪',
1971 'undeletepagetext' => '如下之$1頁已刪,備謄以還;曆滿乃清之。',
1972 'undelete-fieldset-title' => '復審',
1973 'undeleteextrahelp' => "欲還題,撤核後令'''''{{int:undeletebtn}}'''''。
1974 欲還某審,核之再令。
1975 欲清核、贊,令之'''''{{int:undeletereset}}'''''。",
1976 'undeleterevisions' => '審備$1',
1977 'undeletehistory' => '如還題,審亦隨焉;若存同題,還如誌,不以代焉。',
1978 'undeleterevdel' => '新審不牽,難還也;銷、見之以篤還。',
1979 'undeletehistorynoadmin' => '文刪矣,何由如下;並示末纂者。詳文藏,惟有迭可閱。',
1980 'undelete-revision' => '自$4$5$3纂之$1審刪如下:',
1981 'undeleterevision-missing' => '審謬失;棄、還或鏈亡。',
1982 'undeletebtn' => '還',
1983 'undeletelink' => '察焉,以定還否',
1984 'undeleteviewlink' => '察',
1985 'undeletereset' => '歸白',
1986 'undeleteinvert' => '反相',
1987 'undeletecomment' => '因:',
1988 'undeletedrevisions' => '$1審已還',
1989 'undeletedrevisions-files' => '$1審、$2檔已還',
1990 'undeletedfiles' => '$1檔已還',
1991 'cannotundelete' => '無以還檔;或復矣。',
1992 'undeletedpage' => "'''$1還矣'''
1993 近刪新還,見[[Special:Log/delete|刪還誌]]。",
1994 'undelete-header' => '欲覽近刪,見[[Special:Log/delete|誌刪]]。',
1995 'undelete-search-box' => '尋刪',
1996 'undelete-search-prefix' => '見頁始如',
1997 'undelete-search-submit' => '尋',
1998 'undelete-no-results' => '備本無合者也。',
1999 'undelete-filename-mismatch' => '$1之審名不合,無可還焉。',
2000 'undelete-bad-store-key' => '$1之審乃空,無可還焉。',
2001 'undelete-cleanup-error' => '冗檔$1,欲刪而有誤也。',
2002 'undelete-missing-filearchive' => '$1無尋,或已還矣。',
2003 'undelete-error-short' => '$1欲還而有誤也。',
2004 'undelete-error-long' => '還檔有誤。欲還者:
2005
2006 $1',
2007 'undelete-show-file-confirm' => '汝乃確視於 $2 $3 之「<nowiki>$1</nowiki>」的已刪之審嗎?',
2008 'undelete-show-file-submit' => '是',
2009
2010 # Namespace form on various pages
2011 'namespace' => '名冊:',
2012 'invert' => '反相',
2013 'blanknamespace' => '主',
2014
2015 # Contributions
2016 'contributions' => '功績',
2017 'contributions-title' => '$1之功績',
2018 'mycontris' => '吾績',
2019 'contribsub2' => '$1勛($2)',
2020 'nocontribs' => '無勛及也。',
2021 'uctop' => '(至頂)',
2022 'month' => '且不越',
2023 'year' => '年不越',
2024
2025 'sp-contributions-newbies' => '惟列新進',
2026 'sp-contributions-newbies-sub' => '予新進',
2027 'sp-contributions-newbies-title' => '新進之功績',
2028 'sp-contributions-blocklog' => '誌禁',
2029 'sp-contributions-deleted' => '已刪之積',
2030 'sp-contributions-uploads' => '貢',
2031 'sp-contributions-logs' => '誌',
2032 'sp-contributions-talk' => '議',
2033 'sp-contributions-userrights' => '秉治權任',
2034 'sp-contributions-blocked-notice' => '此簿現禁。
2035 近誌禁之項如下示之:',
2036 'sp-contributions-blocked-notice-anon' => '此IP址現禁。
2037 近誌禁之項如下示之:',
2038 'sp-contributions-search' => '問勛',
2039 'sp-contributions-username' => '簿名或IP址',
2040 'sp-contributions-toponly' => '僅示至新審之纂',
2041 'sp-contributions-submit' => '問',
2042
2043 # What links here
2044 'whatlinkshere' => '取佐',
2045 'whatlinkshere-title' => '「$1」取佐',
2046 'whatlinkshere-page' => '題',
2047 'linkshere' => "取佐'''[[:$1]]'''如下:",
2048 'nolinkshere' => "無頁取佐'''[[:$1]]'''。",
2049 'nolinkshere-ns' => "名冊內無頁取佐'''[[:$1]]'''。",
2050 'isredirect' => '渡',
2051 'istemplate' => '含',
2052 'isimage' => '檔佐',
2053 'whatlinkshere-prev' => '前$1',
2054 'whatlinkshere-next' => '次$1',
2055 'whatlinkshere-links' => '←佐',
2056 'whatlinkshere-hideredirs' => '$1轉',
2057 'whatlinkshere-hidetrans' => '$1含',
2058 'whatlinkshere-hidelinks' => '$1佐',
2059 'whatlinkshere-hideimages' => '$1檔佐',
2060 'whatlinkshere-filters' => '濾',
2061
2062 # Block/unblock
2063 'blockip' => '禁簿',
2064 'blockip-title' => '禁簿',
2065 'blockip-legend' => '禁簿',
2066 'blockiptext' => '函下禁纂,簿、址明判;[[{{MediaWiki:Policy-url}}|秉據]]如斯,立法克亂。指罪證行,了冤無憾。',
2067 'ipadressorusername' => 'IP或簿名',
2068 'ipbexpiry' => '限期',
2069 'ipbreason' => '指證',
2070 'ipbreasonotherlist' => '常犯',
2071 'ipbreason-dropdown' => '*如下道:
2072 ** 造假報
2073 ** 毀文貌
2074 ** 廣賈告
2075 ** 話胡鬧
2076 ** 恐嚇擾
2077 ** 污名號
2078 ** 名瀆道',
2079 'ipbcreateaccount' => '禁增簿',
2080 'ipbemailban' => '禁郵捎',
2081 'ipbenableautoblock' => '屢禁此簿,新IP址、後繼亦如也。',
2082 'ipbsubmit' => '禁簿',
2083 'ipbother' => '別期',
2084 'ipboptions' => '二時:2 hours,一日:1 day,三日:3 days,一週:1 week,二週:2 weeks,一月:1 month,三月:3 months,六月:6 months,一年:1 year,永如:infinite',
2085 'ipbotheroption' => '它',
2086 'ipbotherreason' => '補證、加證曰',
2087 'ipbhidename' => '簿名隱乎纂與表',
2088 'ipbwatchuser' => '哨該簿之齋與議',
2089 'ipb-change-block' => '用此設重禁此簿',
2090 'badipaddress' => 'IP不格',
2091 'blockipsuccesssub' => '禁焉',
2092 'blockipsuccesstext' => '[[Special:Contributions/$1|$1]]禁焉。表禁<br />見[[Special:BlockList|此]]。',
2093 'ipb-edit-dropdown' => '改證',
2094 'ipb-unblock-addr' => '赦$1',
2095 'ipb-unblock' => '赦簿、址',
2096 'ipb-blocklist' => '列禁',
2097 'ipb-blocklist-contribs' => '$1勛績',
2098 'unblockip' => '赦簿',
2099 'unblockiptext' => '函下赦禁。',
2100 'ipusubmit' => '赦此址',
2101 'unblocked' => '[[User:$1|$1]]赦焉',
2102 'unblocked-id' => '禁$1赦焉',
2103 'ipblocklist' => '列禁簿、禁址',
2104 'ipblocklist-legend' => '尋禁簿',
2105 'ipblocklist-submit' => '尋',
2106 'ipblocklist-localblock' => '本禁',
2107 'ipblocklist-otherblocks' => '他{{PLURAL:$1|禁|禁}}',
2108 'infiniteblock' => '永如',
2109 'expiringblock' => '屆$1 $2',
2110 'anononlyblock' => '惟匿者',
2111 'noautoblockblock' => '止自禁',
2112 'createaccountblock' => '禁增簿',
2113 'emailblock' => '郵禁焉',
2114 'blocklist-nousertalk' => '禁其議',
2115 'ipblocklist-empty' => '無禁。',
2116 'ipblocklist-no-results' => '簿名、IP址未禁焉。',
2117 'blocklink' => '禁',
2118 'unblocklink' => '赦',
2119 'change-blocklink' => '更',
2120 'contribslink' => '勛',
2121 'autoblocker' => '近日$1"$2";同子IP址,故禁焉。',
2122 'blocklogpage' => '誌禁',
2123 'blocklog-showlog' => '此簿曾被禁。誌禁示下:',
2124 'blocklog-showsuppresslog' => '此簿曾被禁隱。誌廢示下:',
2125 'blocklogentry' => '禁[[$1]]屆$2$3',
2126 'reblock-logentry' => '改[[$1]]之禁,屆$2$3',
2127 'blocklogtext' => '此誌禁赦;自禁不示。見[[Special:BlockList|此]]列今禁者。',
2128 'unblocklogentry' => '$1赦焉',
2129 'block-log-flags-anononly' => '惟禁匿',
2130 'block-log-flags-nocreate' => '禁增簿',
2131 'block-log-flags-noautoblock' => '止自禁',
2132 'block-log-flags-noemail' => '郵禁焉',
2133 'block-log-flags-nousertalk' => '禁己議',
2134 'block-log-flags-angry-autoblock' => '強自封用也',
2135 'block-log-flags-hiddenname' => '藏簿名',
2136 'range_block_disabled' => '未准有秩圍禁。',
2137 'ipb_expiry_invalid' => '屆期不明。',
2138 'ipb_expiry_temp' => '藏簿禁封必為長久也。',
2139 'ipb_hide_invalid' => '無壓簿以多纂之故。',
2140 'ipb_already_blocked' => '"$1"早禁矣',
2141 'ipb-needreblock' => '$1已被禁矣。爾是否改此置?',
2142 'ipb-otherblocks-header' => '他{{PLURAL:$1|禁|禁}}',
2143 'ipb_cant_unblock' => '有誤:禁$1無尋;或早赦矣。',
2144 'ipb_blocked_as_range' => '錯:該IP $1 無直禁也,無赦之。唯它在 $2 之範禁內,其範可赦之。',
2145 'ip_range_invalid' => 'IP址圍不格',
2146 'ip_range_toolarge' => '大於 /$1 之禁段乃無容也。',
2147 'blockme' => '自禁',
2148 'proxyblocker' => '禁Proxy',
2149 'proxyblocksuccess' => '成矣。',
2150 'cant-block-while-blocked' => '爾然被禁,勿施於人。',
2151 'cant-see-hidden-user' => '簿禁或藏矣。
2152 爾無藏之權,無視纂禁也。',
2153 'ipbblocked' => '爾無鎖或鎖他簿,因你自封也',
2154 'ipbnounblockself' => '你無解封自身也',
2155
2156 # Developer tools
2157 'lockdb' => '閉庫',
2158 'unlockdb' => '開庫',
2159 'lockdbtext' => '夫閉庫者,止撰編、凍簿註、休令哨、謝問庫也。篤欲行,事畢開之。',
2160 'unlockdbtext' => '夫開庫者,迎撰編、任註簿、喜令哨、隨問庫也;慎篤之。',
2161 'lockconfirm' => '篤閉之。',
2162 'unlockconfirm' => '篤開之。',
2163 'lockbtn' => '閉庫',
2164 'unlockbtn' => '開庫',
2165 'locknoconfirm' => '未篤焉。',
2166 'lockdbsuccesssub' => '庫已閉',
2167 'unlockdbsuccesssub' => '庫已開',
2168 'lockdbsuccesstext' => '庫閉矣。<br />檢畢切[[Special:UnlockDB|開之]]。',
2169 'unlockdbsuccesstext' => '庫開矣',
2170 'lockfilenotwritable' => '未准更鎖庫檔。欲開閉之,網頁伺服須得更也。',
2171 'databasenotlocked' => '庫未閉焉。',
2172
2173 # Move page
2174 'move-page' => '遷$1',
2175 'move-page-legend' => '遷頁',
2176 'movepagetext' => "函下遷頁,誌隨新往、舊題作渡、取佐欲移。保佐正,[[Special:DoubleRedirects|防窮]]、[[Special:BrokenRedirects|斷渡]]。
2177
2178 囑之者,新題若非空、渡、缺誌,則舊'''不遷'''焉。存頁勿覆,而誤遷可悔也。
2179
2180 '''警示!'''
2181 膾炙遷焉,禍生不測;戒慎行之。",
2182 'movepagetext-noredirectfixer' => "函下遷頁,誌隨新往、舊題作渡、取佐欲移。欲查[[Special:DoubleRedirects|防窮]]、[[Special:BrokenRedirects|斷渡]]之。
2183
2184 囑之者,新題若非空、渡、缺誌,則舊'''不遷'''焉。存頁勿覆,而誤遷可悔也。
2185
2186 '''警示!'''
2187 膾炙遷焉,禍生不測;戒慎行之。",
2188 'movearticle' => '遷文:',
2189 'moveuserpage-warning' => "'''警:'''爾將遷頁齋。注之遷齋後之簿名乃為''無''變也。",
2190 'movenologin' => '未登簿',
2191 'movenologintext' => '遷文須[[Special:UserLogin|登簿]]。',
2192 'movenotallowed' => '無准遷檔也。',
2193 'cant-move-user-page' => '無動自齋(除字頁)。',
2194 'cant-move-to-user-page' => '無動至齋(除字頁)。',
2195 'newtitle' => '至新題:',
2196 'move-watch' => '派哨至自與至之頁',
2197 'movepagebtn' => '遷文',
2198 'pagemovedsub' => '遷成矣',
2199 'movepage-moved' => "'''「$1」已遷至「$2」'''",
2200 'movepage-moved-redirect' => '一渡已建。',
2201 'movepage-moved-noredirect' => '建渡已押。',
2202 'articleexists' => '此題早存,或名謬焉;請更之。',
2203 'cantmove-titleprotected' => '爾不可動頁至此,因新題已緘焉,防建之。',
2204 'talkexists' => "'''文遷成而議未移,蓋早存也;請併之。'''",
2205 'movedto' => '遷至',
2206 'movetalk' => '議並遷',
2207 'move-subpages' => '遷議(上至$1)',
2208 'move-talk-subpages' => '遷子議(上至$1)',
2209 'movepage-page-exists' => '頁$1已存矣,非自覆也。',
2210 'movepage-page-moved' => '頁$1$2矣。',
2211 'movepage-page-unmoved' => '頁$1$2不成。',
2212 'movepage-max-pages' => '上之$1頁遷矣同非自遷之下。',
2213 'movelogpage' => '誌遷',
2214 'movelogpagetext' => '頁遷如下:',
2215 'movereason' => '因',
2216 'revertmove' => '還',
2217 'delete_and_move' => '刪遷',
2218 'delete_and_move_text' => '==准刪==
2219
2220 往遷"[[:$1]]"存,刪之以替乎?',
2221 'delete_and_move_confirm' => '刪之',
2222 'delete_and_move_reason' => '為遷而刪之',
2223 'selfmove' => '鄉遷同源,如未移也。',
2224 'immobile-source-namespace' => '名集「$1」上無動',
2225 'immobile-target-namespace' => '無移至「$1」中',
2226 'immobile-target-namespace-iw' => '無移至垮維基,此乃無效也。',
2227 'immobile-source-page' => '此頁無動也。',
2228 'immobile-target-page' => '無動至標之標題。',
2229 'imagenocrossnamespace' => '非動檔至非檔名間',
2230 'nonfile-cannot-move-to-file' => '非動非檔至檔名間',
2231 'imagetypemismatch' => '其新副檔名非配其類也',
2232 'imageinvalidfilename' => '標之檔名乃無效也',
2233 'fix-double-redirects' => '更指原題之任渡',
2234 'move-leave-redirect' => '留渡',
2235 'protectedpagemovewarning' => "'''警:'''本頁已錮,有秩移之。
2236 近誌下曰參詳之:",
2237 'semiprotectedpagemovewarning' => "'''注:'''本頁已錮,注簿移之。
2238 近誌下曰參詳之:",
2239 'move-over-sharedrepo' => '== 檔存也 ==
2240 [[:$1]]於共存存也,遷標題,蓋共檔之。',
2241 'file-exists-sharedrepo' => '同名之檔已存於共也。
2242 請擇其另名之。',
2243
2244 # Export
2245 'export' => '出匯',
2246 'exporttext' => '文、誌纂、擇頁可編成XML,借MediaWiki[[Special:Import|入匯]他山]。欲出匯,函下題之,每列一題,任牽舊審、誌文;或獨帶末纂之述,以鏈表之,如以[[{{#Special:Export}}/{{MediaWiki:Mainpage}}]]匯"[[{{MediaWiki:Mainpage}}]]"。',
2247 'exportcuronly' => '獨匯今審',
2248 'exportnohistory' => "----
2249 '''囑記,'''封匯全誌,因累甚也。",
2250 'export-submit' => '出匯',
2251 'export-addcattext' => '索門擇題:',
2252 'export-addcat' => '增',
2253 'export-addnstext' => '索名集擇題:',
2254 'export-addns' => '增',
2255 'export-download' => '備檔以載',
2256 'export-templates' => '含模',
2257
2258 # Namespace 8 related
2259 'allmessages' => '官話',
2260 'allmessagesname' => '話',
2261 'allmessagesdefault' => '慣話文',
2262 'allmessagescurrent' => '今話文',
2263 'allmessagestext' => '此列MediaWiki官話。
2264 如貢正宗MediaWiki本地化,[//www.mediawiki.org/wiki/Localisation MediaWiki本地化]與[//translatewiki.net translatewiki.net]閱之。',
2265 'allmessagesnotsupportedDB' => "'''\$wgUseDatabaseMessages'''閉庫,'''無纂也。",
2266 'allmessages-filter-legend' => '濾',
2267 'allmessages-filter' => '以易濾:',
2268 'allmessages-filter-unmodified' => '無易',
2269 'allmessages-filter-all' => '全',
2270 'allmessages-filter-modified' => '有易',
2271 'allmessages-prefix' => '以前綴濾:',
2272 'allmessages-language' => '言:',
2273 'allmessages-filter-submit' => '始',
2274
2275 # Thumbnails
2276 'thumbnail-more' => '展',
2277 'filemissing' => '喪檔',
2278 'thumbnail_error' => '縮圖$1有誤',
2279 'thumbnail_invalid_params' => '縮圖參數不合',
2280 'thumbnail_dest_directory' => '縮圖匣未可造',
2281 'thumbnail_image-type' => '圖類未支也',
2282 'thumbnail_gd-library' => '未完之GD設:功遺$1',
2283 'thumbnail_image-missing' => '檔遺:$1',
2284
2285 # Special:Import
2286 'import' => '圖入匯',
2287 'importinterwiki' => '維基互匯',
2288 'import-interwiki-text' => '欲入匯,擇維基、揀題文,審時、纂者隨記也。互匯錄於[[Special:Log/import|誌入]]。',
2289 'import-interwiki-source' => '來源wiki/頁:',
2290 'import-interwiki-history' => '審、誌同匯',
2291 'import-interwiki-submit' => '入匯',
2292 'import-interwiki-namespace' => '入名集:',
2293 'import-upload-filename' => '檔名:',
2294 'import-comment' => '註:',
2295 'importtext' => '請[[Special:Export|出匯]]儲之。
2296 再入匯於此。',
2297 'importstart' => '入匯…',
2298 'import-revision-count' => '有審$1',
2299 'importnopages' => '無可匯。',
2300 'imported-log-entries' => '已匯誌項有$1。',
2301 'importfailed' => '入匯有變:<nowiki>$1</nowiki>',
2302 'importunknownsource' => '入類不明',
2303 'importcantopen' => '入未可啟',
2304 'importbadinterwiki' => '維基內鏈壞',
2305 'importnotext' => '空檔或無文',
2306 'importsuccess' => '入匯成矣!',
2307 'importhistoryconflict' => '舊審沖,疑早存焉',
2308 'importnosources' => '互匯而未定入源,審、誌不予直進。',
2309 'importnofile' => '無匯入也。',
2310 'importuploaderrorsize' => '檔未入匯。幅越焉。',
2311 'importuploaderrorpartial' => '檔未入匯。檔部傳。',
2312 'importuploaderrortemp' => '檔未入匯。臨夾已失。',
2313 'import-parse-failure' => 'XML入匯語法敗矣',
2314 'import-noarticle' => '無頁入匯也!',
2315 'import-nonewrevisions' => '全審已入匯也。',
2316 'xml-error-string' => '$1 於行$2,欄$3 $4字節): $5',
2317 'import-upload' => '貢XML',
2318 'import-token-mismatch' => '節遺。再嘗之。',
2319 'import-invalid-interwiki' => '無乃定之wiki匯入。',
2320
2321 # Import log
2322 'importlogpage' => '誌入',
2323 'importlogpagetext' => '秩入匯自他山之審。',
2324 'import-logentry-upload' => '[[$1]]上傳而匯',
2325 'import-logentry-upload-detail' => '有審$1',
2326 'import-logentry-interwiki' => '互匯$1',
2327 'import-logentry-interwiki-detail' => '$1審自$2',
2328
2329 # Tooltip help for the actions
2330 'tooltip-pt-userpage' => '述平生、紹身家、銘字號',
2331 'tooltip-pt-anonuserpage' => '君IP之舍',
2332 'tooltip-pt-mytalk' => '與眾論、往魚雁、湧文滔',
2333 'tooltip-pt-anontalk' => '此IP所修之議',
2334 'tooltip-pt-preferences' => '更符驛、排版式、投所好',
2335 'tooltip-pt-watchlist' => '收矚目、治眼線、賞萌茂',
2336 'tooltip-pt-mycontris' => '刻勛功、追作續、慰苦勞',
2337 'tooltip-pt-login' => '設書齋、錄功績、廣放哨',
2338 'tooltip-pt-anonlogin' => '設書齋、錄功績、廣放哨',
2339 'tooltip-pt-logout' => '凡事盡,乘雲飄',
2340 'tooltip-ca-talk' => '求異見、辯是非、妥紛擾',
2341 'tooltip-ca-edit' => '拓文意、校誤謬、潤辭藻',
2342 'tooltip-ca-addsection' => '有言議,添新要',
2343 'tooltip-ca-viewsource' => '文函緘,讀源老',
2344 'tooltip-ca-history' => '誌流衍、備謄本、修惡盜',
2345 'tooltip-ca-protect' => '謝撰纂,奏原調',
2346 'tooltip-ca-unprotect' => '和原調,以撰纂',
2347 'tooltip-ca-delete' => '撕書頁,棄於奧',
2348 'tooltip-ca-undelete' => '悔刪斷,奉回轎',
2349 'tooltip-ca-move' => '安居所,嚮正道',
2350 'tooltip-ca-watch' => '哨此報',
2351 'tooltip-ca-unwatch' => '撤此哨',
2352 'tooltip-search' => '索大典,籲自曉',
2353 'tooltip-search-go' => '確合契,躍步到',
2354 'tooltip-search-fulltext' => '尋通篇,列倣傚',
2355 'tooltip-p-logo' => '返卷首,訪露朝',
2356 'tooltip-n-mainpage' => '返卷首,訪露朝',
2357 'tooltip-n-mainpage-description' => '返卷首,訪露朝',
2358 'tooltip-n-portal' => '識百科、習施行、熟矩教',
2359 'tooltip-n-currentevents' => '知天下、順潮流、察脈絡',
2360 'tooltip-n-recentchanges' => '閱新易、聞脈搏、觀熱鬧',
2361 'tooltip-n-randompage' => '嚐鮮味,隨遊遨',
2362 'tooltip-n-help' => '解疑惑、點明燈、掛病號',
2363 'tooltip-t-whatlinkshere' => '何美餚,佐此料',
2364 'tooltip-t-recentchangeslinked' => '足義友,借鏡照',
2365 'tooltip-feed-rss' => '本卷之RSS源',
2366 'tooltip-feed-atom' => '本卷之Atom源',
2367 'tooltip-t-contributions' => '同肩戰,苦功高',
2368 'tooltip-t-emailuser' => '言未猶,書信捎',
2369 'tooltip-t-upload' => '貢彩件、獻樂謠',
2370 'tooltip-t-specialpages' => '奇怪求,特查找',
2371 'tooltip-t-print' => '備印墨,整版貌',
2372 'tooltip-t-permalink' => '鏈緊焊,橋吊牢',
2373 'tooltip-ca-nstab-main' => '閱文稿',
2374 'tooltip-ca-nstab-user' => '返齋寮',
2375 'tooltip-ca-nstab-media' => '聽媒紹',
2376 'tooltip-ca-nstab-special' => '特查報,謝纂校',
2377 'tooltip-ca-nstab-project' => '探爐灶',
2378 'tooltip-ca-nstab-image' => '觀揮毫',
2379 'tooltip-ca-nstab-mediawiki' => '聞官耗',
2380 'tooltip-ca-nstab-template' => '尋模造',
2381 'tooltip-ca-nstab-help' => '助拳腳',
2382 'tooltip-ca-nstab-category' => '入門道',
2383 'tooltip-minoredit' => '正小錯,謙註校',
2384 'tooltip-save' => '葺修畢,儲之窖',
2385 'tooltip-preview' => '篤存儲,先草稿',
2386 'tooltip-diff' => '留筆過,觀入刀',
2387 'tooltip-compareselectedversions' => '揀二審,辨毀造',
2388 'tooltip-watch' => '哨此報',
2389 'tooltip-recreate' => '昔棄鄙,重起灶',
2390 'tooltip-upload' => '獻品備,伐步跑',
2391 'tooltip-rollback' => '『返』乃反之上貢也。',
2392 'tooltip-undo' => '『復』乃開表加因也。',
2393 'tooltip-preferences-save' => '存註',
2394 'tooltip-summary' => '輸一短摘',
2395
2396 # Stylesheets
2397 'common.css' => '/* 此之 CSS 用於全面也 */',
2398 'standard.css' => '/* 此之 CSS 用於經典面之簿也 */',
2399 'nostalgia.css' => '/* 此之 CSS 用於懷古面之簿也 */',
2400 'cologneblue.css' => '/* 此之 CSS 用於馨藍面之簿也 */',
2401 'monobook.css' => '/* 此之 CSS 用於單書面之簿也 */',
2402 'myskin.css' => '/* 此之 CSS 用於吾風面之簿也 */',
2403 'chick.css' => '/* 此之 CSS 用於窈窕面之簿也 */',
2404 'simple.css' => '/* 此之 CSS 用於簡明面之簿也 */',
2405 'modern.css' => '/* 此之 CSS 用於時髦面之簿也 */',
2406 'vector.css' => '/* 此之 CSS 用於動力面之簿也 */',
2407 'print.css' => '/* 此之 CSS 用於印之出力也 */',
2408 'handheld.css' => '/* 此之 CSS 用於 $wgHandheldStyle 之手置面也 */',
2409
2410 # Scripts
2411 'common.js' => '/* 此之JavaScript將載於全簿之頁。 */',
2412 'standard.js' => '/* 此之JavaScript將載於用經典面之簿 */',
2413 'nostalgia.js' => '/* 此之JavaScript將載於用懷古面之簿 */',
2414 'cologneblue.js' => '/* 此之JavaScript將載於用馨藍面之簿 */',
2415 'monobook.js' => '/* 此之JavaScript將載於用單書面之簿 */',
2416 'myskin.js' => '/* 此之JavaScript將載於用吾風面之簿 */',
2417 'chick.js' => '/* 此之JavaScript將載於用窈窕面之簿 */',
2418 'simple.js' => '/* 此之JavaScript將載於用簡明面之簿 */',
2419 'modern.js' => '/* 此之JavaScript將載於用時髦面之簿 */',
2420 'vector.js' => '/* 此之JavaScript將載於用動力面之簿 */',
2421
2422 # Attribution
2423 'anonymous' => '{{SITENAME}}無{{PLURAL:$1|簿|簿}}者',
2424 'siteuser' => '{{SITENAME}}有簿者$1',
2425 'anonuser' => '{{SITENAME}}有匿簿者$1',
2426 'lastmodifiedatby' => '$1$2$3新易此頁。',
2427 'othercontribs' => '$1主撰',
2428 'others' => '他',
2429 'siteusers' => '{{SITENAME}}有{{PLURAL:$2|簿|簿}}者$1',
2430 'anonusers' => '{{SITENAME}}有匿{{PLURAL:$2|簿|簿}}者$1',
2431 'creditspage' => '頁贊',
2432 'nocredits' => '本頁未有贊信也。',
2433
2434 # Spam protection
2435 'spamprotectiontitle' => '防賈濫',
2436 'spamprotectiontext' => '外鏈疑賈。
2437 存頁止焉。',
2438 'spamprotectionmatch' => '憑如下:$1',
2439 'spambot_username' => 'MediaWiki清濫',
2440 'spam_reverting' => '還新審之無鏈$1者。',
2441 'spam_blanking' => '審皆鏈$1,遂令白頁。',
2442
2443 # Skin names
2444 'skinname-standard' => '經典',
2445 'skinname-nostalgia' => '懷古',
2446 'skinname-cologneblue' => '馨藍',
2447 'skinname-monobook' => '單書',
2448 'skinname-myskin' => '吾風',
2449 'skinname-chick' => '窈窕',
2450 'skinname-simple' => '簡明',
2451 'skinname-modern' => '時髦',
2452 'skinname-vector' => '動力',
2453
2454 # Patrolling
2455 'markaspatrolleddiff' => '派哨',
2456 'markaspatrolledtext' => '哨此報',
2457 'markedaspatrolled' => '派哨',
2458 'markedaspatrolledtext' => '[[:$1]]之審哨矣。',
2459 'rcpatroldisabled' => '不哨近易',
2460 'rcpatroldisabledtext' => '近易之哨,未准行也。',
2461 'markedaspatrollederror' => '哨有誤',
2462 'markedaspatrollederrortext' => '揀一以哨。',
2463 'markedaspatrollederror-noautopatrol' => '己易不可哨。',
2464
2465 # Patrol log
2466 'patrol-log-page' => '誌哨',
2467 'patrol-log-header' => '此乃誌哨也。',
2468 'log-show-hide-patrol' => '$1誌巡',
2469
2470 # Image deletion
2471 'deletedrevision' => '刪舊審$1',
2472 'filedeleteerror-short' => '刪檔有誤:$1',
2473 'filedeleteerror-long' => '刪檔有誤:
2474
2475 $1',
2476 'filedelete-missing' => '"$1"不存,無可刪也。',
2477 'filedelete-old-unregistered' => '庫無舊審"$1"。',
2478 'filedelete-current-unregistered' => '庫無"$1"也。',
2479 'filedelete-archive-read-only' => '"$1"存匣,未准更之。',
2480
2481 # Browsing diffs
2482 'previousdiff' => '←前辨',
2483 'nextdiff' => '後辨→',
2484
2485 # Media information
2486 'mediawarning' => "'''警''':此檔型疑惡。行之恐諜也。",
2487 'imagemaxsize' => "述檔頁惟列:<br />''(用於檔)''",
2488 'thumbsize' => '縮圖幅',
2489 'widthheight' => '$1$2',
2490 'widthheightpage' => '$1$2,共$3頁',
2491 'file-info' => '大小:$1,MIME類型:$2',
2492 'file-info-size' => '像素$1$2,大小:$3,MIME類型:$4',
2493 'file-nohires' => '無以更晰。',
2494 'svg-long-desc' => 'SVG檔,貌有像素$1$2,幅$3',
2495 'show-big-image' => '全幅',
2496 'file-info-gif-looped' => '循',
2497 'file-info-gif-frames' => '$1幀',
2498 'file-info-png-looped' => '循',
2499 'file-info-png-repeat' => '放有$1矣',
2500 'file-info-png-frames' => '$1幀',
2501
2502 # Special:NewFiles
2503 'newimages' => '新圖之廊',
2504 'imagelisttext' => "下表乃按$2排之的'''$1'''檔。",
2505 'newimages-summary' => '此奇頁示最後呈上之檔也。',
2506 'newimages-legend' => '濾',
2507 'newimages-label' => '名(或其部):',
2508 'showhidebots' => '($1僕)',
2509 'noimages' => '無可見。',
2510 'ilsubmit' => '尋檔',
2511 'bydate' => '時序',
2512 'sp-newimages-showfrom' => '自$1 $2賞新檔',
2513
2514 # Video information, used by Language::formatTimePeriod() to format lengths in the above messages
2515 'video-dims' => '$1$2$3',
2516
2517 # Bad image list
2518 'bad_image_list' => '僅取表件,冠「*」者也。格式如下:
2519
2520 單列數鏈,首通壞檔;而後所鏈之文,允圖見於其內。',
2521
2522 # Metadata
2523 'metadata' => '補註',
2524 'metadata-help' => '此檔補註,製者所添,如相機、掃描之器;後若更檔,補註不誠也。',
2525 'metadata-expand' => '見詳',
2526 'metadata-collapse' => '藏詳',
2527 'metadata-fields' => '若藏詳,此下EXIF補註方現,否則藏焉。
2528 * make
2529 * model
2530 * datetimeoriginal
2531 * exposuretime
2532 * fnumber
2533 * isospeedratings
2534 * focallength
2535 * artist
2536 * copyright
2537 * imagedescription
2538 * gpslatitude
2539 * gpslongitude
2540 * gpsaltitude',
2541
2542 # EXIF tags
2543 'exif-imagewidth' => '寬',
2544 'exif-imagelength' => '長',
2545 'exif-photometricinterpretation' => '像素構成',
2546 'exif-datetime' => '文檔修訂之日期時辰',
2547 'exif-make' => '出廠',
2548 'exif-model' => '型號',
2549 'exif-artist' => '作者',
2550 'exif-exifversion' => 'Exif版本',
2551 'exif-datetimeoriginal' => '數據生成之日期時辰',
2552 'exif-datetimedigitized' => '數位化之日期時辰',
2553 'exif-exposuretime' => '曝光',
2554 'exif-exposuretime-format' => '$1 秒 ($2)',
2555 'exif-fnumber' => '光圈',
2556 'exif-aperturevalue' => '光圈',
2557 'exif-brightnessvalue' => '光度',
2558 'exif-flash' => '閃光燈',
2559 'exif-focallength' => '焦距',
2560 'exif-flashenergy' => '閃光燈能量',
2561 'exif-contrast' => '對比',
2562 'exif-saturation' => '飽和度',
2563 'exif-sharpness' => '清晰度',
2564
2565 'exif-meteringmode-255' => '其他',
2566
2567 # Flash modes
2568 'exif-flash-fired-0' => '閃無火',
2569 'exif-flash-fired-1' => '閃開火',
2570 'exif-flash-return-0' => '無閃測',
2571 'exif-flash-return-2' => '閃無測光',
2572 'exif-flash-return-3' => '閃測光',
2573 'exif-flash-mode-1' => '強開閃',
2574 'exif-flash-mode-2' => '強閉閃',
2575 'exif-flash-mode-3' => '自模',
2576 'exif-flash-function-1' => '無閃',
2577 'exif-flash-redeye-1' => '紅退模',
2578
2579 'exif-focalplaneresolutionunit-2' => '吋',
2580
2581 'exif-gaincontrol-0' => '無',
2582
2583 # Pseudotags used for GPSDestDistanceRef
2584 'exif-gpsdestdistance-k' => '千米',
2585 'exif-gpsdestdistance-m' => '哩',
2586 'exif-gpsdestdistance-n' => '浬',
2587
2588 # External editor support
2589 'edit-externally' => '以外部程式修此文',
2590 'edit-externally-help' => '(請閱[//www.mediawiki.org/wiki/Manual:External_editors 安裝指引]以知詳情)',
2591
2592 # 'all' in various places, this might be different for inflected languages
2593 'watchlistall2' => '全',
2594 'namespacesall' => '全',
2595 'monthsall' => '全',
2596 'limitall' => '全',
2597
2598 # Email address confirmation
2599 'confirmemail' => '核郵驛',
2600 'confirmemail_noemail' => '[[Special:Preferences|簿註]]有驛。',
2601 'confirmemail_send' => '遣核符',
2602 'confirmemail_sent' => '核符遣矣',
2603 'confirmemail_sendfailed' => '{{SITENAME}}信未遣焉,請核郵驛。
2604
2605 郵者覆之:$1',
2606 'confirmemail_body' => '持IP $1之人(亦為汝)於{{SITENAME}}建簿"$2",並呈電郵位址。
2607
2608 確此簿屬爾,並用{{SITENAME}}之電郵。
2609 於瀏覽器上開此連:
2610
2611 $3
2612
2613 如汝之簿*未*增,
2614 於瀏覽器上開此連消確:
2615
2616 $5
2617
2618 確碼於$4過之。',
2619 'confirmemail_body_changed' => '持IP $1之人(亦為汝)於{{SITENAME}}改簿"$2"之電郵。
2620
2621 確此簿屬爾,並用{{SITENAME}}之電郵。
2622 於瀏覽器上開此連:
2623
2624 $3
2625
2626 如此簿*非*爾之,
2627 於瀏覽器上開此連消確:
2628
2629 $5
2630
2631 確碼於$4過之。',
2632 'confirmemail_invalidated' => '核郵驛消也',
2633 'invalidateemail' => '消核郵驛',
2634
2635 # Scary transclusion
2636 'scarytranscludedisabled' => '[蓋跨共筆之轉碼者,莫之能用也]',
2637 'scarytranscludefailed' => '[$1模不得]',
2638 'scarytranscludetoolong' => '[網址過長]',
2639
2640 # Delete conflict
2641 'deletedwhileediting' => '警:纂中見刪。',
2642 'confirmrecreate' => "[[User:$1|$1]]([[User talk:$1|議]])刪之有由:
2643 ''$2''
2644 請爾審視之。",
2645 'recreate' => '復',
2646
2647 # action=purge
2648 'confirm_purge_button' => '准',
2649 'confirm-purge-top' => '清謄本?',
2650 'confirm-purge-bottom' => '清頁會清謄本以迫示近審。',
2651
2652 # Separators for various lists, etc.
2653 'semicolon-separator' => ';',
2654 'comma-separator' => '、',
2655 'colon-separator' => ':',
2656 'pipe-separator' => '|',
2657 'word-separator' => '',
2658 'ellipsis' => '……',
2659
2660 # Multipage image navigation
2661 'imgmultipageprev' => '←前頁',
2662 'imgmultipagenext' => '次頁→',
2663 'imgmultigo' => '往',
2664 'imgmultigoto' => '往頁$1',
2665
2666 # Table pager
2667 'ascending_abbrev' => '升冪',
2668 'descending_abbrev' => '降冪',
2669 'table_pager_next' => '次頁',
2670 'table_pager_prev' => '前頁',
2671 'table_pager_first' => '首頁',
2672 'table_pager_last' => '末頁',
2673 'table_pager_limit' => '頁有物$1',
2674 'table_pager_limit_label' => '頁之物︰',
2675 'table_pager_limit_submit' => '往',
2676 'table_pager_empty' => '空',
2677
2678 # Auto-summaries
2679 'autosumm-blank' => '盡除之',
2680 'autosumm-replace' => '置為「$1」',
2681 'autoredircomment' => '渡至[[$1]]',
2682 'autosumm-new' => '新文「$1」',
2683
2684 # Size units
2685 'size-bytes' => '$1 位元組',
2686
2687 # Live preview
2688 'livepreview-loading' => '遺藏…',
2689 'livepreview-ready' => '藏至矣。',
2690 'livepreview-failed' => '弗能即時示之!
2691 嘗以本法。',
2692 'livepreview-error' => '莫之連也:$1 "$2"。
2693 嘗以本法。',
2694
2695 # Friendlier slave lag warnings
2696 'lag-warn-normal' => '近$1秒新易者疑喪也。',
2697 'lag-warn-high' => '遣藏遲焉。近$1秒新易者疑喪也。',
2698
2699 # Watchlist editor
2700 'watchlistedit-numitems' => '不計議論,哨有題$1。',
2701 'watchlistedit-noitems' => '哨無題也。',
2702 'watchlistedit-normal-title' => '治哨站',
2703 'watchlistedit-normal-legend' => '撤之',
2704 'watchlistedit-normal-explain' => '盡列有哨。欲撤題,揀之再擊『{{int:Watchlistedit-normal-submit}}』。亦[[Special:EditWatchlist/raw|治源哨]]也。',
2705 'watchlistedit-normal-submit' => '撤題',
2706 'watchlistedit-normal-done' => '$1題之哨已撤:',
2707 'watchlistedit-raw-title' => '治源哨',
2708 'watchlistedit-raw-legend' => '治源哨',
2709 'watchlistedit-raw-explain' => '盡列有哨。治此表以加減題;一行一題之。善,擊{{int:Watchlistedit-raw-submit}}。亦[[Special:EditWatchlist|標準治哨]]也。',
2710 'watchlistedit-raw-titles' => '題:',
2711 'watchlistedit-raw-submit' => '更哨',
2712 'watchlistedit-raw-done' => '哨更矣。',
2713 'watchlistedit-raw-added' => '已添$1題:',
2714 'watchlistedit-raw-removed' => '已撤$1題:',
2715
2716 # Watchlist editing tools
2717 'watchlisttools-view' => '察易',
2718 'watchlisttools-edit' => '治哨站',
2719 'watchlisttools-raw' => '治源哨',
2720
2721 # Core parser functions
2722 'unknown_extension_tag' => '未明之擴標「$1」',
2723 'duplicate-defaultsort' => '警:預之排鍵「$2」蓋前之排鍵「$1」。',
2724
2725 # Special:Version
2726 'version' => '版',
2727 'version-extensions' => '裝展',
2728 'version-specialpages' => '奇頁',
2729 'version-parserhooks' => '語鈎',
2730 'version-variables' => '變數',
2731 'version-antispam' => '垃圾之防',
2732 'version-skins' => '皮',
2733 'version-other' => '他',
2734 'version-mediahandlers' => '媒處',
2735 'version-hooks' => '鈎',
2736 'version-extension-functions' => '展函',
2737 'version-parser-extensiontags' => '語展標',
2738 'version-parser-function-hooks' => '語函鈎',
2739 'version-hook-name' => '鈎名',
2740 'version-hook-subscribedby' => '用於',
2741 'version-version' => '(版 $1)',
2742 'version-license' => '牌',
2743 'version-poweredby-credits' => "此 Wiki 以 '''[//www.mediawiki.org/ MediaWiki]''' 之驅,權 © 2001-$1 $2。",
2744 'version-poweredby-others' => '其他',
2745 'version-license-info' => 'MediaWiki乃自由軟件;爾依自由軟件基金會之GNU通用公共授權之款,就此本程序再發佈及/或修;依之二版(自選之)或後之。
2746
2747 MediaWiki乃為用之發,無擔之責也;亦無售目之默擔也。參GNU通用公共授權之詳。
2748
2749 爾乃收附本程序之[{{SERVER}}{{SCRIPTPATH}}/COPYING GNU通用公共授權副本];如無者,致函至自由軟件基金會:51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA,或[//www.gnu.org/licenses/old-licenses/gpl-2.0.html 閱之]。',
2750 'version-software' => '裝件',
2751 'version-software-product' => '品',
2752 'version-software-version' => '版',
2753
2754 # Special:FilePath
2755 'filepath' => '檔路',
2756 'filepath-page' => '檔名:',
2757 'filepath-submit' => '往',
2758 'filepath-summary' => '此奇頁取一檔之整路。圖以全解像示之,他檔會以有關之程式啟動也。',
2759
2760 # Special:FileDuplicateSearch
2761 'fileduplicatesearch' => '擇重檔',
2762 'fileduplicatesearch-summary' => '以重檔之切去查重也。',
2763 'fileduplicatesearch-legend' => '尋重',
2764 'fileduplicatesearch-filename' => '名:',
2765 'fileduplicatesearch-submit' => '尋',
2766 'fileduplicatesearch-info' => '像素$1$2<br />大小:$3<br />MIME類型:$4',
2767 'fileduplicatesearch-result-1' => '案 "$1" 無重也。',
2768 'fileduplicatesearch-result-n' => '案 "$1" 重有$2。',
2769
2770 # Special:SpecialPages
2771 'specialpages' => '特查',
2772 'specialpages-note' => '----
2773 * 準特查。
2774 * <strong class="mw-specialpagerestricted">限特查。</strong>',
2775 'specialpages-group-maintenance' => '護報',
2776 'specialpages-group-other' => '它之奇頁',
2777 'specialpages-group-login' => '登/增',
2778 'specialpages-group-changes' => '近易與誌',
2779 'specialpages-group-media' => '媒報兼呈',
2780 'specialpages-group-users' => '簿與權',
2781 'specialpages-group-highuse' => '高用頁',
2782 'specialpages-group-pages' => '頁列',
2783 'specialpages-group-pagetools' => '頁器',
2784 'specialpages-group-wiki' => 'Wiki訊與器',
2785 'specialpages-group-redirects' => '轉之特查',
2786 'specialpages-group-spam' => '反垃圾之器',
2787
2788 # Special:BlankPage
2789 'blankpage' => '白頁',
2790 'intentionallyblankpage' => '此頁為白也,試速之用',
2791
2792 # External image whitelist
2793 'external_image_whitelist' => ' #同留<pre>
2794 #下(中之//)乃正表式
2795 #乃外(連)圖配之
2796 #配乃成像,非配則成連
2797 #有 # 之為注
2798 #無為大小之異也
2799
2800 #入正表式。同留</pre>',
2801
2802 # Special:Tags
2803 'tags-tag' => '標名',
2804 'tags-edit' => '纂',
2805
2806 # Special:ComparePages
2807 'comparepages' => '較頁',
2808 'compare-selector' => '較頁之審',
2809 'compare-page1' => '頁一',
2810 'compare-page2' => '頁二',
2811 'compare-rev1' => '審一',
2812 'compare-rev2' => '審二',
2813 'compare-submit' => '較',
2814
2815 # HTML forms
2816 'htmlform-invalid-input' => '爾之輸問也',
2817 'htmlform-select-badoption' => '爾之值為非效之。',
2818 'htmlform-int-invalid' => '爾之值為非整數也。',
2819 'htmlform-float-invalid' => '爾之值為非數字也。',
2820 'htmlform-int-toolow' => '爾之值比$1以低',
2821 'htmlform-int-toohigh' => '爾之值比$1以高',
2822 'htmlform-required' => '此值必填之',
2823 'htmlform-submit' => '呈',
2824 'htmlform-reset' => '復',
2825 'htmlform-selectorother-other' => '他',
2826
2827 # SQLite database support
2828 'sqlite-has-fts' => '$1 含全文之尋',
2829 'sqlite-no-fts' => '$1 不含全文之尋',
2830
2831 # New logging system
2832 'revdelete-restricted' => '應限至有秩',
2833 'revdelete-unrestricted' => '除限自有秩',
2834 'rightsnone' => '(凡)',
2835
2836 );