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