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