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