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