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