2b0144b06409867c198b029df1f2a48ce810771c
[lhc/web/wiklou.git] / languages / messages / MessagesZh_classical.php
1 <?php
2 /**
3 * Old Chinese / Late Middle Chinese (文言)
4 * Based on http://zh-classical.wikipedia.org/w/index.php?title=Wikipedia:%E7%94%A8%E6%88%B6%E4%BB%8B%E9%9D%A2%E7%BF%BB%E8%AD%AF/MessagesZh_classical.php&oldid=30887
5 *
6 * @addtogroup Language
7 */
8
9 /**
10 * 風名。無稱者用英名。
11 */
12 $skinNames = array(
13 'standard' => '經典',
14 'nostalgia' => '懷古',
15 'cologneblue' => '古龍水藍',
16 'monobook' => '單書',
17 'myskin' => '吾風',
18 'chick' => '窈窕'
19 );
20
21 /**
22 * A list of date format preference keys which can be selected in user
23 * preferences. New preference keys can be added, provided they are supported
24 * by the language class's timeanddate(). Only the 5 keys listed below are
25 * supported by the wikitext converter (DateFormatter.php).
26 *
27 * The special key "default" is an alias for either dmy or mdy depending on
28 * $wgAmericanDates
29 */
30 $datePreferences = array(
31 'default',
32 'ISO 8601',
33 );
34
35 $defaultDateFormat = 'zh';
36
37 /**
38 * These are formats for dates generated by MediaWiki (as opposed to the wikitext
39 * DateFormatter). Documentation for the format string can be found in
40 * Language.php, search for sprintfDate.
41 *
42 * This array is automatically inherited by all subclasses. Individual keys can be
43 * overridden.
44 */
45 $dateFormats = array(
46 'zh time' => 'H時i分',
47 'zh date' => 'Y年n月j日 (l)',
48 'zh both' => 'Y年n月j日 (D) H時i分',
49 );
50
51 $linkTrail = '/^([a-z]+)(.*)$/sD';
52
53 $digitTransformTable = array(
54 '0' => '〇',
55 '1' => '一',
56 '2' => '二',
57 '3' => '三',
58 '4' => '四',
59 '5' => '五',
60 '6' => '六',
61 '7' => '七',
62 '8' => '八',
63 '9' => '九',
64 '.' => '點',
65 ',' => '',
66 );
67
68 #-------------------------------------------------------------------
69 # Default messages
70 #-------------------------------------------------------------------
71 # Allowed characters in keys are: A-Z, a-z, 0-9, underscore (_) and
72 # hyphen (-). If you need more characters, you may be able to change
73 # the regex in MagicWord::initRegex
74
75 $messages = array(
76 # User preference toggles
77 'tog-underline' => '通者墊之:',
78 'tog-highlightbroken' => '格不通<a href="" class="new">如斯</a>,替之以<a href="" class="internal">?</a>',
79 'tog-justify' => '齊各段',
80 'tog-hideminor' => '隱校文',
81 'tog-extendwatchlist' => '可用盡現監列',
82 'tog-usenewrc' => '近易更善本(JavaScript)',
83 'tog-numberheadings' => '自生章數',
84 'tog-showtoolbar' => '現多寶列(JavaScript)',
85 'tog-editondblclick' => '雙擊以修文(JavaScript)',
86 'tog-editsection' => '點[修]以修文',
87 'tog-editsectiononrightclick' => '右擊節標以修文(JavaScript)',
88 'tog-showtoc' => '越三章者現目次',
89 'tog-rememberpassword' => '符節通越',
90 'tog-editwidth' => '全幅',
91 'tog-watchcreations' => '哨吾撰',
92 'tog-watchdefault' => '哨吾纂',
93 'tog-minordefault' => '常為校',
94 'tog-previewontop' => '覽文至頂',
95 'tog-previewonfirst' => '先覽後修',
96 'tog-nocache' => '莫謄文',
97 'tog-enotifwatchlistpages' => '哨新遣函',
98 'tog-enotifusertalkpages' => '議新遣函',
99 'tog-enotifminoredits' => '校新遣函',
100 'tog-enotifrevealaddr' => '信內現吾址',
101 'tog-shownumberswatching' => '放哨有',
102 'tog-fancysig' => '署以本碼 (免自連)',
103 'tog-externaleditor' => '常以它器修文',
104 'tog-externaldiff' => '常以它器修異',
105 'tog-showjumplinks' => '"往"字可通',
106 'tog-uselivepreview' => '即覽(JavaScript),尚不穩',
107 'tog-forceeditsummary' => '缺概',
108 'tog-watchlisthideown' => '不哨吾文',
109 'tog-watchlisthidebots' => '不哨僕文',
110
111 'underline-always' => '恆',
112 'underline-never' => '絕',
113 'underline-default' => '予定',
114
115 'skinpreview' => '(預覽)',
116
117 # Dates
118 'sunday' => '週日',
119 'monday' => '週一',
120 'tuesday' => '週二',
121 'wednesday' => '週三',
122 'thursday' => '週四',
123 'friday' => '週五',
124 'saturday' => '週六',
125 'sun' => '日',
126 'mon' => '一',
127 'tue' => '二',
128 'wed' => '三',
129 'thu' => '四',
130 'fri' => '五',
131 'sat' => '六',
132 'january' => '一月',
133 'february' => '二月',
134 'march' => '三月',
135 'april' => '四月',
136 'may_long' => '五月',
137 'june' => '六月',
138 'july' => '七月',
139 'august' => '八月',
140 'september' => '九月',
141 'october' => '十月',
142 'november' => '十一月',
143 'december' => '十二月',
144 'january-gen' => '一月',
145 'february-gen' => '二月',
146 'march-gen' => '三月',
147 'april-gen' => '四月',
148 'may-gen' => '五月',
149 'june-gen' => '六月',
150 'july-gen' => '七月',
151 'august-gen' => '八月',
152 'september-gen' => '九月',
153 'october-gen' => '十月',
154 'november-gen' => '十一月',
155 'december-gen' => '十二月',
156 'jan' => '一月',
157 'feb' => '二月',
158 'mar' => '三月',
159 'apr' => '四月',
160 'may' => '五月',
161 'jun' => '六月',
162 'jul' => '七月',
163 'aug' => '八月',
164 'sep' => '九月',
165 'oct' => '十月',
166 'nov' => '十一月',
167 'dec' => '十二月',
168
169 # Bits of text used by many pages
170 'categories' => '類',
171 'pagecategories' => '$1類',
172 'category_header' => '"$1"文',
173 'subcategories' => '次類',
174 'category-media-header' => '"$1"媒',
175 'category-empty' => "''此類未包文媒也。''",
176
177 'mainpagetext' => "<big>'''媒維基安置矣'''</big>",
178 'mainpagedocfooter' => "欲識維基,見[http://meta.wikimedia.org/wiki/Help:Contents User's Guide]
179
180 == 始 ==
181
182 * [http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]
183 * [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]
184 * [http://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]",
185
186 'about' => '大典簡介',
187 'article' => '文',
188 'newwindow' => '(撰新頁)',
189 'cancel' => '捨',
190 'qbfind' => '尋',
191 'qbbrowse' => '覽',
192 'qbedit' => '修',
193 'qbpageoptions' => '此頁',
194 'qbpageinfo' => '內文',
195 'qbmyoptions' => '吾好',
196 'qbspecialpages' => '非凡頁',
197 'moredotdotdot' => '逾…',
198 'mypage' => '寒舍',
199 'mytalk' => '書房',
200 'anontalk' => '與(IP)私議',
201 'navigation' => '導',
202
203 # Metadata in edit box
204 'metadata_help' => '衍意:',
205
206 'errorpagetitle' => '誤',
207 'returnto' => '返$1。',
208 'tagline' => '語出維基大典,自由之大典矣',
209 'help' => '助',
210 'search' => '尋',
211 'searchbutton' => '尋',
212 'go' => '往',
213 'searcharticle' => '始',
214 'history' => '誌',
215 'history_short' => '誌',
216 'updatedmarker' => '新也',
217 'info_short' => '快訊',
218 'printableversion' => '印本',
219 'permalink' => '恆通',
220 'print' => '印',
221 'edit' => '纂',
222 'editthispage' => '纂',
223 'delete' => '刪',
224 'deletethispage' => '刪',
225 'undelete_short' => '還$1已刪',
226 'protect' => '錮',
227 'protectthispage' => '錮此頁',
228 'unprotect' => '赦',
229 'unprotectthispage' => '赦此頁',
230 'newpage' => '新頁',
231 'talkpage' => '參議此文',
232 'talkpagelinktext' => '議',
233 'specialpage' => '奇頁',
234 'personaltools' => '家私',
235 'postcomment' => '增一參議',
236 'articlepage' => '閱內文',
237 'talk' => '議',
238 'views' => '覽',
239 'toolbox' => '多寶格',
240 'userpage' => '簿',
241 'projectpage' => '計畫頁',
242 'imagepage' => '覽圖',
243 'mediawikipage' => '觀媒',
244 'templatepage' => '鑄模',
245 'viewhelppage' => '助文',
246 'categorypage' => '分類',
247 'viewtalkpage' => '見議',
248 'otherlanguages' => '他山',
249 'redirectedfrom' => '(轉自$1)',
250 'redirectpagesub' => '轉',
251 'lastmodifiedat' => '此頁$1$2方易。', # $1 date, $2 time
252 'viewcount' => '此頁$1閱矣',
253 'protectedpage' => '此頁錮矣',
254 'jumpto' => '往:',
255 'jumptonavigation' => '嚮',
256 'jumptosearch' => '索',
257
258 # 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).
259 'aboutsite' => '關於 {{SITENAME}}',
260 'aboutpage' => 'Project:相關',
261 'bugreports' => '稟明錯漏',
262 'bugreportspage' => 'Project:錯漏集',
263 'copyright' => '文悉釋以$1。',
264 'copyrightpagename' => '{{SITENAME}}版權',
265 'copyrightpage' => 'Project:版權',
266 'currentevents' => '世事',
267 'currentevents-url' => '天下大事',
268 'disclaimers' => '免責告示',
269 'disclaimerpage' => 'Project:免責告示',
270 'edithelp' => '助',
271 'edithelppage' => '{{ns:help}}:修',
272 'faq' => '頻答問',
273 'faqpage' => 'Project:頻答問集',
274 'helppage' => 'Help:目錄',
275 'mainpage' => '卷首',
276 'policy-url' => 'Project:策',
277 'portal' => '市集',
278 'portal-url' => 'Project:市集',
279 'privacy' => '隱私通例',
280 'privacypage' => 'Project:隱私通例',
281 'sitesupport' => '捐助',
282 'sitesupport-url' => 'Project:捐助集',
283
284 'badaccess' => '子未逮',
285 'badaccess-group0' => '子未逮,歉限之。',
286 'badaccess-group1' => '子非$1,歉限之',
287
288 'versionrequired' => '$1媒維基務安之',
289 'versionrequiredtext' => '$1媒維基務安之,見[[Special:Version|版]]。',
290
291 'ok' => '可',
292 'pagetitle' => '$1 - {{SITENAME}}',
293 'retrievedfrom' => '取自"$1"',
294 'youhavenewmessages' => '子有$1$2)',
295 'newmessageslink' => '新訊',
296 'newmessagesdifflink' => '變更',
297 'editsection' => '纂',
298 'editold' => '纂',
299 'editsectionhint' => '纂 $1',
300 'toc' => '章',
301 'showtoc' => '示',
302 'hidetoc' => '藏',
303 'thisisdeleted' => '還$1或閱之?',
304 'viewdeleted' => '閱$1之?',
305 'restorelink' => '$1已刪',
306
307 # Short words for each namespace, by default used in the 'article' tab in monobook
308 'nstab-main' => '文',
309 'nstab-user' => '齋',
310 'nstab-media' => '雅',
311 'nstab-special' => '奇',
312 'nstab-project' => '策',
313 'nstab-image' => '檔',
314 'nstab-mediawiki' => '要',
315 'nstab-template' => '模',
316 'nstab-help' => '助',
317 'nstab-category' => '類',
318
319 # Main script and global functions
320 'nosuchaction' => '無可為',
321 'nosuchactiontext' => '查無此址',
322 'nosuchspecialpage' => '查無奇頁',
323 'nospecialpagetext' => '查無奇頁,見[[{{ns:special}}:Specialpages]]。',
324
325 # General errors
326 'error' => '有誤',
327 'databaseerror' => '庫藏有誤',
328 'dberrortext' => '庫藏問語誤,或軟體有錯。
329 末語道:
330 <blockquote><tt>$1</tt></blockquote>
331 內此函式"<tt>$2</tt>".
332 MySQL報有誤"<tt>$3: $4</tt>"。',
333 'dberrortextcl' => '庫藏問語有誤,末語道:
334 "$1"
335 內此函式"$2".
336 MySQL報有誤"$3: $4"',
337 'noconnect' => '歉哉有變,莫能問庫藏。<br />
338 $1',
339 'nodb' => '莫能擇$1庫',
340 'cachederror' => '此為謄本,恐不新也',
341 'laggedslavemode' => '警兆,此頁不新',
342 'readonly' => '鎖庫藏',
343 'enterlockreason' => '何鎖?另附開赦之日。',
344 'readonlytext' => '或因檢修之故,庫藏鎖矣。莫可撰,亦莫可纂。鎖者告曰:「$1」',
345 'missingarticle' => '未見"$1",或舊、或刪。若非此情,軟體恐錯,請上報網址。',
346 'internalerror' => '內誤',
347 'internalerror_info' => '內誤:$1',
348 'filecopyerror' => '"$1"未可謄至"$2"。',
349 'filerenameerror' => '"$1"名未可更為"$2"。',
350 'filedeleteerror' => '"$1"未可刪。',
351 'directorycreateerror' => '"$1"之目莫能立也。',
352 'filenotfound' => '未見"$1"。',
353 'fileexistserror' => '"$1"檔莫之能書︰蓋因其檔已在',
354 'unexpected' => '異數,"$1"="$2"。',
355 'formerror' => '有誤:表未可呈',
356 'badarticleerror' => '此頁莫為之',
357 'cannotdelete' => '此頁或刪矣,不復為之',
358 'badtitle' => '無此題',
359 'badtitletext' => '或別、或缺、或違、或他山謬通,此題不存。',
360 'perfdisabled' => '歉哉,此舉累甚,他恐不得,故封也。',
361 'perfcached' => '下為謄本,恐不新。',
362 'perfcachedts' => '下為謄本,$1已新之。',
363 'wrong_wfQuery_params' => 'wfQuery()參數有誤<br />
364 函式: $1<br />
365 問語: $2',
366 'viewsource' => '案碼',
367 'viewsourcefor' => '$1',
368 'protectedinterface' => '此頁司版面,錮之以遠濫。',
369 'editinginterface' => "'''警示:'''此頁司版面,一人易之眾人動,懇請戒慎之。",
370 'sqlhidden' => '藏SQL問語',
371 'cascadeprotected' => "這頁已錮,因註\"連環錮\"之{{PLURAL:$1|一|多}}頁有:
372 $2",
373 'namespaceprotected' => "舉凡'''$1'''者,爾無權耳,莫之能修。",
374 'customcssjsprotected' => '爾無權耳,莫之能修,含他之喜好也。',
375 'ns-specialprotected' => '{{ns:special}}領域之頁無修也。',
376
377 # Login and logout pages
378 'logouttitle' => '去簿',
379 'logouttext' => '<strong>子去簿矣</strong><br />
380 子可匿名還覽{{SITENAME}},或復登同簿、異簿。瀏覽器謄本未清,文舊,留意之。',
381 'welcomecreation' => '== $1大駕光臨! ==
382 子簿已增,可更[[Special:Preferences|簿註]]。',
383 'loginpagetitle' => '合符節',
384 'yourname' => '名',
385 'yourpassword' => '符節',
386 'yourpasswordagain' => '復核符節',
387 'remembermypassword' => '記之',
388 'loginproblem' => '<b>登簿有誤</b><br />請再之',
389 'alreadyloggedin' => '<strong>$1登簿矣</strong><br />',
390 'login' => '登簿',
391 'loginprompt' => '登簿{{SITENAME}}須cookies,請釋之。',
392 'userlogin' => '登簿/增簿',
393 'logout' => '去簿',
394 'userlogout' => '去簿',
395 'notloggedin' => '尚未登簿',
396 'nologin' => '$1無簿乎?',
397 'nologinlink' => '增簿',
398 'createaccount' => '增簿',
399 'gotaccount' => '$1有簿矣乎?',
400 'gotaccountlink' => '登簿',
401 'createaccountmail' => '同電郵',
402 'badretype' => '符節不合',
403 'userexists' => '簿名存矣,請更之',
404 'youremail' => '電郵:',
405 'username' => '簿名:',
406 'uid' => '名:',
407 'yourrealname' => '實名:',
408 'yourlanguage' => '語言:',
409 'yourvariant' => '變字:',
410 'yournick' => '號:',
411 'email' => '電郵',
412 'prefs-help-realname' => '本名可略也。若爾供,則用以註汝之作。',
413 'loginerror' => '登簿有誤',
414 'prefs-help-email' => '電郵可略也。以此通他人,或於共議處匿論。',
415 'nocookiesnew' => '簿已增而未登。登簿{{SITENAME}}須cookies,請釋之後登。',
416 'nocookieslogin' => '登簿{{SITENAME}}須cookies,請釋之後登。',
417 'noname' => '簿名缺',
418 'loginsuccesstitle' => '登簿成矣',
419 'loginsuccess' => "'''$1'''登簿{{SITENAME}}矣",
420 'nosuchuser' => '查無"$1",請核之或增簿。',
421 'nosuchusershort' => '查無"$1",請核之。',
422 'nouserspecified' => '須簿名',
423 'wrongpassword' => '符節不合,請核之。',
424 'wrongpasswordempty' => '缺符節,請補之。',
425 'passwordtooshort' => '符節過短,須逾$1字,且跟簿異。',
426 'mailmypassword' => '遣吾符節',
427 'passwordremindertitle' => '符節遣自{{SITENAME}}',
428 'passwordremindertext' => '$1求遣{{SITENAME}}($4)"$2"符節於此,係"$3"。
429
430 若非汝求,或省更之,略之即可。',
431 'noemail' => '"$1"無存址',
432 'passwordsent' => '符節遣$1矣",請復登之。',
433 'eauthentsent' => '核文遣矣。子循以核之,簿方可活。',
434 'mailerror' => '$1信未遣之',
435 'acct_creation_throttle_hit' => '歉哉,$1在矣,不可復增。',
436 'emailauthenticated' => '$1郵驛證矣',
437 'emailnotauthenticated' => '郵驛<strong>未證</strong>,下不遺書。',
438 'noemailprefs' => '下需郵驛:',
439 'emailconfirmlink' => '請考郵驛',
440 'invalidemailaddress' => '驛址不格,請正之或空白。',
441 'accountcreated' => '簿增矣',
442 'accountcreatedtext' => '$1簿增矣',
443
444 # Edit page toolbar
445 'bold_sample' => '粗體',
446 'bold_tip' => '粗體',
447 'italic_sample' => '斜體',
448 'italic_tip' => '斜體',
449 'link_sample' => '通',
450 'link_tip' => '通內',
451 'extlink_tip' => '冠http://以通外',
452 'headline_sample' => '題',
453 'headline_tip' => '二題',
454 'math_sample' => '此書方程式',
455 'math_tip' => '數學方程式(LaTeX)',
456 'nowiki_sample' => '此不排版',
457 'nowiki_tip' => '不排維基之版',
458 'image_tip' => '嵌圖',
459 'media_tip' => '通影音檔',
460 'sig_tip' => '署之與時',
461 'hr_tip' => '縱線,慎用之',
462
463 # Edit pages
464 'summary' => '概',
465 'subject' => '題',
466 'minoredit' => '此乃小改',
467 'watchthis' => '派哨',
468 'savearticle' => '儲存',
469 'preview' => '預覽',
470 'showpreview' => '預覽',
471 'showlivepreview' => '即覽',
472 'showdiff' => '示異',
473 'anoneditwarning' => "'''警:'''子未登簿,IP將誌。",
474 'missingsummary' => "''''醒:'''子未概之,復存之則文倍焉。",
475 'missingcommenttext' => '請贊之',
476 'blockedtitle' => '子見禁',
477 'blockedtext' => "<big>'''子名、IP見禁。'''</big>
478
479 禁者$1也,因''$2''故。
480
481 * 始之時為:$8
482 * 終之時為:$6
483 * 見禁之人:$7
484
485 存惑可詢$1,或[[{{MediaWiki:grouppage-sysop}}|有秩]],[[Special:Preferences|簿註]]無驛則信不遣。
486 另,子IP為$3,其禁號為#$5。詢時切附之。",
487 'autoblockedtext' => "爾之IP或簿自禁,因簿先用,禁者$1也。
488 因故:
489
490 :\'\'$2\'\'
491
492 * 始之時為:$8
493 * 終之時為:$6
494
495 存惑可詢$1,或[[{{MediaWiki:grouppage-sysop}}|有秩]],[[Special:Preferences|簿註]]無驛則信不遣。
496 另,子禁號為#$5。詢時切附之。",
497 'blockedtext-concise' => '$7,爾簿或IP同之,禁者$1也。因$2故。終之時為$6。存惑可詢$1,或有秩,簿註無驛則信不遣。另,子IP為$3,其禁號為#$5。詢時切附之。',
498 'autoblockedtext-concise' => '爾之IP或簿自禁,因簿先用,禁者$1也。因$2故。終之時為$6。存惑可詢$1,或有秩,簿註無驛則信不遣。另,子IP為$3,其禁號為#$5。詢時切附之。',
499 'blockedoriginalsource' => "'''$1'''本源如下:",
500 'blockededitsource' => "子'''$1纂文'''如下:",
501 'whitelistedittitle' => '登簿以纂',
502 'whitelistedittext' => '$1後方可纂文。',
503 'whitelistreadtitle' => '登簿以閱',
504 'whitelistreadtext' => '[[Special:Userlogin|登簿]]後方可閱。',
505 'whitelistacctitle' => '拒增此簿',
506 'whitelistacctext' => '欲增此簿,[[Special:Userlogin|登簿]]求允',
507 'confirmedittitle' => '證驛以纂',
508 'confirmedittext' => '驛證方可纂文。請見[[Special:Preferences|簿註]]。',
509 'loginreqtitle' => '須登簿',
510 'loginreqlink' => '登簿',
511 'loginreqpagetext' => '$1以覽它頁。',
512 'accmailtitle' => '符節傳矣',
513 'accmailtext' => '"$1"符節傳$2矣',
514 'newarticle' => '撰',
515 'newarticletext' => '此頁尚缺。欲補,撰於下,有惑見[[{{ns:help}}:Contents|助]]。
516 誤入者,返前即可。',
517 'anontalkpagetext' => "----''此乃匿名論壇,為未簿或不簿者設,所言俱錄IP以辨人焉。然IP不獨有,恐生亂象,不喜請[[Special:Userlogin|登簿]]以遠之。",
518 'noarticletext' => '此頁無文。子可 [[{{ns:special}}:Search/{{PAGENAME}}|尋同題]],或[{{fullurl:{{FULLPAGENAME}}|action=edit}} 撰新文]。',
519 'clearyourcache' => "'''註:'''重取頁面,文方新焉。
520 '''Mozilla / Firefox / Safari:'''押''Shift''並點''重新載入'',或合鍵''Ctrl-Shift-R''(Apple Mac為''Cmd-Shift-R'')。
521 '''IE:'''押''Ctrl''並點''重新整理'',或合鍵''Ctrl-F5''。
522 '''Konqueror:'''點''Reload''即可,或押''F5''。
523 '''Opera:'''須至''Tools→Preferences''清謄本。",
524 'usercssjsyoucanpreview' => '<strong>訣:</strong>CSS/JS應先預覽而後存。',
525 'usercsspreview' => "'''預覽CSS,尚未儲焉。'''",
526 'userjspreview' => "'''預覽JavaScript,尚未儲焉。'''",
527 'userinvalidcssjstitle' => "'''警:'''\"\$1\"無此面版。自製者,全名務小寫,如User:Foo/monobook.css 而非User:Foo/Monobook.css",
528 'updated' => '(新)',
529 'note' => '<strong>註</strong>',
530 'previewnote' => '<strong>此乃預覽,尚未儲焉。</strong>',
531 'session_fail_preview' => '<strong>歉哉有變,子纂未存焉,請再之。如復不成,簿重登焉。</strong>',
532 'session_fail_preview_html' => "<strong>歉哉有變,子纂未存焉</strong>
533
534 ''此維基亦合純HTML,除預覽以遠惡JavaScript侵。''
535 <strong>纂文若合,請再之。如復不成,簿重登焉。</strong>",
536 'token_suffix_mismatch' => '<strong>君修見拒,蓋因代理之故,亂事見兮。</strong>',
537 'importing' => '匯入$1',
538 'editing' => '纂$1',
539 'editinguser' => '<b>$1</b>正纂之',
540 'editingsection' => '纂節$1',
541 'editingcomment' => '贊$1',
542 'editconflict' => '纂沖$1',
543 'explainconflict' => '子纂與他人沖,上者時也,下者子也,望子合之。
544 註,<b>惟</b>上文儲焉<br />',
545 'yourtext' => '子也',
546 'storedversion' => '時也',
547 'nonunicodebrowser' => '<strong>警:子之瀏覽器不允萬國碼,以十六進位數代之,以保纂可也。</strong>',
548 'editingold' => "<strong>'''警'''子纂已舊。如強儲之,則新易盡失矣。</strong>",
549 'yourdiff' => '異',
550 'copyrightwarning' => '{{SITENAME}}全文皆循$2,詳見$1。若不喜己文它變,但去可矣。文務親撰,或謄公本,
551 <strong>萬勿盜版!</strong>',
552 'copyrightwarning2' => '{{SITENAME}}全文,允眾人撰、纂、刪、校。如不喜己文它變,但去可矣。<br />
553 文務親撰,或謄公本,如$1。<strong>萬勿盜版!</strong>',
554 'longpagewarning' => '<strong>警:此頁長$1仟位元組,逾卅二,瀏覽器恐不盡堪,望子縮之、斷之。<strong>',
555 'longpageerror' => '<strong>警:子文長$1仟位元組,越限$2,未能儲焉。</strong>',
556 'readonlywarning' => '<strong>警:檢修之故,庫藏鎖,存儲封矣。子自備之而後用。</strong>',
557 'protectedpagewarning' => '<strong>警:庫藏鎖矣,惟有秩得纂之。</strong>',
558 'semiprotectedpagewarning' => "'''註'''庫藏鎖矣,惟登簿得纂之。",
559 'templatesused' => '此文所用之模:',
560 'nocreatetitle' => '新題見禁',
561 'nocreatetext' => '新題見禁,惟舊可修。可赦之以[[Special:Userlogin|登簿、增簿]]。',
562 'nocreate-loggedin' => '爾無權創新頁。',
563 'permissionserrors' => '權錯',
564 'permissionserrorstext' => '據下{{PLURAL:$1|因|因}},爾無權作動:',
565 'recreate-deleted-warn' => "'''警:爾重創先前頁。'''
566
567 爾應慮適篡此頁。
568 便,頁刪下供也:",
569
570 # Account creation failure
571 'cantcreateaccounttitle' => '新簿莫增',
572 'cantcreateaccounttext' => '子之IP <b>$1</b> 疑嘗惡,故見封。',
573
574 # History pages
575 'revhistory' => '頁誌',
576 'viewpagelogs' => '誌審',
577 'nohistory' => '此題無誌',
578 'revnotfound' => '此本覓不得',
579 'revnotfoundtext' => '君所求之舊本覓不得,請君核所使之網址。',
580 'loadhist' => '正取誌…',
581 'currentrev' => '今審',
582 'revisionasof' => '$1審',
583 'previousrevision' => '←舊本',
584 'nextrevision' => '新本→',
585 'currentrevisionlink' => '今審',
586 'cur' => '今',
587 'next' => '後',
588 'last' => '易',
589 'orig' => '本',
590 'page_first' => '首',
591 'page_last' => '末',
592 'histlegend' => '辨異:擇二孔後,按Enter、或點下鈕以辨之。<br />
593 釋,(今):與今審辨;(新):與前審辨, M:校',
594 'deletedrev' => '[刪矣]',
595 'histfirst' => '初',
596 'histlast' => '末',
597 'historysize' => '($1位元組)',
598 'historyempty' => '(空)',
599
600 # Revision feed
601 'history-feed-title' => '誌審',
602 'history-feed-description' => '維基誌審',
603 'history-feed-item-nocomment' => '$1$2', # user at time
604 'history-feed-empty' => '此頁不存,或刪、或更。類[[Special:Search|由此尋]]',
605
606 # Revision deletion
607 'rev-deleted-comment' => '(此註刪矣)',
608 'rev-deleted-user' => '(此簿刪矣)',
609 'rev-deleted-text-permission' => '<div class="mw-warning plainlinks">
610 此審刪矣,詳見[{{fullurl:Special:Log/delete|page={{PAGENAMEE}}}}誌刪].
611 </div>',
612 'rev-deleted-text-view' => '<div class="mw-warning plainlinks">
613 此審刪矣,惟有秩可見之,詳見[{{fullurl:Special:Log/delete|page={{PAGENAMEE}}}} 誌刪].
614 </div>',
615 'rev-delundel' => '見/藏',
616 'revisiondelete' => '刪、還審',
617 'revdelete-nooldid-title' => '無此審。',
618 'revdelete-nooldid-text' => '審未擇,不可為之。',
619 'revdelete-selected' => '審[[:$1]]已擇$2。',
620 'revdelete-text' => '刪審雖見誌,其文摒公眾,惟有秩可得之。無規則有秩可復還焉。',
621 'revdelete-legend' => '審,規之以:',
622 'revdelete-hide-text' => '藏審文',
623 'revdelete-hide-comment' => '藏贊',
624 'revdelete-hide-user' => '簿、IP以藏',
625 'revdelete-log' => '誌贊:',
626 'revdelete-submit' => '擇審使之',
627
628 # Diffs
629 'difference' => '(辨異)',
630 'loadingrev' => '取審以辨…',
631 'lineno' => '列$1:',
632 'editcurrent' => '纂今審',
633 'selectnewerversionfordiff' => '擇一新以辨',
634 'selectolderversionfordiff' => '擇一舊以辨',
635 'compareselectedversions' => '辨所擇',
636 'editundo' => '返',
637
638 # Search results
639 'searchresults' => '得尋',
640 'searchresulttext' => '何索{{SITENAME}},詳見[[{{MediaWiki:helppage}}|{{int:help}}]]。',
641 'searchsubtitle' => "'''[[:$1]]'''尋焉",
642 'searchsubtitleinvalid' => "'''$1'''索焉",
643 'badquery' => '問尋有誤',
644 'badquerytext' => '無尋也,蓋字節短於三,或謬焉。請更之再試。',
645 'matchtotals' => '"$1"者,合$2題與$3文',
646 'noexactmatch' => "'''無題曰\"\$1\"'''。子可[[:\$1|撰之]]。",
647 'titlematches' => '合題',
648 'notitlematches' => '無題合',
649 'textmatches' => '合文',
650 'notextmatches' => '無文合',
651 'prevn' => '前$1',
652 'nextn' => '次$1',
653 'viewprevnext' => '見($1)($2)($3)。',
654 'showingresults' => '見<b>$1</b>尋,自<b>$2</b>始:',
655 'showingresultsnum' => '見<b>$3</b>尋,自<b>$2</b>始:',
656 'powersearch' => '索',
657
658 # Preferences page
659 'preferences' => '簿註',
660 'mypreferences' => '簿註',
661 'prefsnologin' => '未登簿',
662 'prefsnologintext' => '註記須[[Special:Userlogin|登簿]]。',
663 'prefsreset' => '簿註重謄',
664 'changepassword' => '易符節',
665 'skin' => '面版',
666 'math' => '數學',
667 'dateformat' => '日期格式',
668 'datedefault' => '原註',
669 'datetime' => '日期時間',
670 'math_failure' => '譯不成',
671 'math_unknown_error' => '未知之誤',
672 'math_unknown_function' => '未知函式',
673 'math_lexing_error' => '律有誤',
674 'math_syntax_error' => '語法有誤',
675 'prefs-personal' => '概簿',
676 'prefs-rc' => '近易',
677 'prefs-watchlist' => '哨站',
678 'prefs-watchlist-days' => '哨報有日長',
679 'prefs-watchlist-edits' => '哨站有易多',
680 'prefs-misc' => '雜',
681 'saveprefs' => '儲',
682 'resetprefs' => '重置',
683 'oldpassword' => '舊符節:',
684 'newpassword' => '新符節:',
685 'retypenew' => '重察新符節:',
686 'textboxsize' => '在修',
687 'rows' => '行:',
688 'columns' => '列:',
689 'searchresultshead' => '索',
690 'resultsperpage' => '頁有尋:',
691 'contextlines' => '尋有列:',
692 'contextchars' => '列有文:',
693 'recentchangescount' => '近易有題:',
694 'savedprefs' => '簿註書矣',
695 'timezonelegend' => '時區',
696 'timezonetext' => '與伺服器偏時有',
697 'localtime' => '本地時',
698 'timezoneoffset' => '偏¹',
699 'servertime' => '伺服器時',
700 'guesstimezone' => '瀏覽器填之',
701 'allowemail' => '予收信',
702 'default' => '予定',
703 'files' => '檔',
704
705 # User rights
706 'userrights-lookup-user' => '司社',
707 'userrights-user-editname' => '簿名:',
708 'editusergroup' => '治社',
709 'userrights-editusergroup' => '治社',
710 'saveusergroups' => '定之',
711 'userrights-groupsmember' => '有員:',
712 'userrights-groupsavailable' => '社可治有:',
713 'userrights-groupshelp' => '揀社以增員、減員,未揀者不變也。欲略之,押Ctrl並左擊。',
714
715 # Groups
716 'group' => '社:',
717 'group-bot' => '僕',
718 'group-sysop' => '有秩',
719 'group-bureaucrat' => '門下',
720 'group-all' => '(眾)',
721
722 'group-bot-member' => '僕',
723 'group-sysop-member' => '有秩',
724 'group-bureaucrat-member' => '門下',
725
726 'grouppage-bot' => '{{ns:project}}:僕',
727 'grouppage-sysop' => '{{ns:project}}:有秩',
728 'grouppage-bureaucrat' => '{{ns:project}}:門下',
729
730 # User rights log
731 'rightsnone' => '(凡)',
732
733 # Recent changes
734 'nchanges' => '$1易',
735 'recentchanges' => '近易',
736 'recentchangestext' => '大典新易,悉列於此。',
737 'rcnote' => '下為自<strong>$3</strong>起,<strong>$2</strong>日內<strong>$1</strong>近易也。',
738 'rcnotefrom' => '下為自<b>$2</b至<b>$1</b>之易也。',
739 'rclistfrom' => '自$1起之易也',
740 'rcshowhideminor' => '$1校',
741 'rcshowhidebots' => '$1僕',
742 'rcshowhideliu' => '$1簿',
743 'rcshowhideanons' => '$1匿名',
744 'rcshowhidepatr' => '$1哨',
745 'rcshowhidemine' => '$1吾纂',
746 'rclinks' => '$2日內$1近易。<br />$3',
747 'diff' => '辨',
748 'hist' => '誌',
749 'hide' => '藏',
750 'show' => '示',
751 'minoreditletter' => '校',
752 'newpageletter' => '新',
753 'boteditletter' => '僕',
754 'number_of_watching_users_pageview' => '[放有$1哨]',
755 'rc_categories_any' => '任',
756
757 # Recent changes linked
758 'recentchangeslinked' => '鍵出文',
759
760 # Upload
761 'upload' => '進獻',
762 'uploadbtn' => '進獻',
763 'reupload' => '復獻之',
764 'reuploaddesc' => '返載獻',
765 'uploadnologin' => '未登簿',
766 'uploadnologintext' => '[[Special:Userlogin|登簿]]始可進獻',
767 'upload_directory_read_only' => '目錄$1禁入,無可獻。',
768 'uploaderror' => '進獻有變',
769 'uploadtext' => "下表以獻,[[Special:Imagelist|載獻]]覽之。或見[[Special:Log/upload|誌獻]]。
770 欲嵌頁中,是格通之:
771 '''<nowiki>[[</nowiki>{{ns:image}}:File.jpg]]'''、
772 '''<nowiki>[[</nowiki>{{ns:image}}:File.png|名]]'''或
773 '''<nowiki>[[</nowiki>{{ns:media}}:File.ogg]]'''",
774 'uploadlog' => '誌獻',
775 'uploadlogpage' => '誌獻',
776 'uploadlogpagetext' => '近獻如下:',
777 'filename' => '名',
778 'filedesc' => '概',
779 'fileuploadsummary' => '概:',
780 'filestatus' => '授權',
781 'filesource' => '源',
782 'uploadedfiles' => '進獻',
783 'ignorewarning' => '強儲之。',
784 'ignorewarnings' => '警略。',
785 'minlength1' => '名務逾一字元。',
786 'illegalfilename' => '名"$1"不格,更之再焉。',
787 'badfilename' => '更名"$1。"。',
788 'large-file' => '檔長$2仟位元組,不逾$1為佳。',
789 'emptyfile' => '無以獻,疑謬名也,請核之。',
790 'fileexists' => '$1存矣,欲蓋之則再也。',
791 'successfulupload' => '君成功置檔案於此',
792 'sourcefilename' => '源名',
793 'destfilename' => '欲置檔名',
794 'watchthisupload' => '派哨',
795
796 'license-nopreview' => '(預覽無視也)',
797
798 # Image list
799 'ilsubmit' => '尋',
800 'byname' => '以名',
801 'bydate' => '以日',
802 'bysize' => '以量',
803 'imgdelete' => '刪',
804 'imgdesc' => '述',
805 'imgfile' => '檔',
806 'filehist' => '檔案沿革',
807 'filehist-help' => '擊日時,察時現檔。',
808 'filehist-deleteall' => '刪全',
809 'filehist-deleteone' => '刪此',
810 'filehist-revert' => '還',
811 'filehist-current' => '現',
812 'filehist-datetime' => '日時',
813 'filehist-user' => '薄',
814 'filehist-dimensions' => '度',
815 'filehist-filesize' => '檔量',
816 'filehist-comment' => '注',
817 'imagelinks' => '通',
818 'shareduploadwiki' => '欲知更多,請詳閱$1。',
819 'shareduploadwiki-linktext' => '文件描述頁',
820 'imagelist_date' => '時',
821 'imagelist_name' => '名',
822 'imagelist_user' => '簿',
823 'imagelist_size' => '量(位元組)',
824 'imagelist_description' => '述',
825 'imagelist_search_for' => '以圖名尋:',
826
827 # File reversion
828 'filerevert' => '還$1',
829 'filerevert-legend' => '還檔',
830 'filerevert-intro' => '<span class="plainlinks">汝還\'\'\'[[Media:$1|$1]]\'\'\'至[在$2$3$4版本]。</span>',
831 'filerevert-comment' => '注:',
832 'filerevert-defaultcomment' => '已還至在$1$2之版矣',
833 'filerevert-submit' => '還',
834 'filerevert-success' => '<span class="plainlinks">\'\'\'[[Media:$1|$1]]\'\'\'已還[在$2$3$4版本]矣。</span>',
835 'filerevert-badversion' => '此檔之時印無本地之前版也。',
836
837 # Unwatched pages
838 'unwatchedpages' => '無哨',
839
840 # Statistics
841 'statistics' => '統計',
842 'sitestats' => '{{SITENAME}}統計',
843 'userstats' => '統計有簿者',
844 'sitestatstext' => "庫藏共'''$1'''頁,除議、釋、芻文、轉與不濟者,有足文$2、獻品'''$8'''。
845 自大典始焉,閱頁'''$3''',纂文'''$4'''。均之則每頁'''$5'''覽,每文'''$6'''纂。
846 [http://meta.wikimedia.org/wiki/Help:Job_queue job queue]長'''$7'''",
847 'userstatstext' => "有[[Special:Listusers|簿]]者'''$1''',中有'''$2'''人有$5之權,計有百分之'''$4'''。",
848 'statistics-mostpopular' => '首博之頁',
849
850 'disambiguations' => '釋義',
851
852 'doubleredirects' => '複轉',
853
854 'brokenredirects' => '斷轉',
855 'brokenredirectstext' => '不通',
856
857 # Miscellaneous special pages
858 'nbytes' => '$1位元組',
859 'ncategories' => '$1門',
860 'nlinks' => '$1通',
861 'nmembers' => '$1簿',
862 'nrevisions' => '$1審',
863 'nviews' => '$1閱',
864 'lonelypages' => '孤頁',
865 'lonelypagestext' => '此頁無通',
866 'uncategorizedpages' => '門無屬',
867 'uncategorizedcategories' => '此門未屬焉',
868 'uncategorizedimages' => '圖無屬',
869 'unusedcategories' => '此圖未屬焉',
870 'popularpages' => '膾炙',
871 'wantedcategories' => '缺門',
872 'wantedpages' => '缺頁',
873 'mostrevisions' => '首審之文',
874 'allpages' => '全頁',
875 'randompage' => '清風翻書',
876 'shortpages' => '短頁',
877 'longpages' => '長頁',
878 'listusers' => '盡列有簿',
879 'specialpages' => '奇頁',
880 'spheading' => '眾可觀之非凡頁',
881 'restrictedpheading' => '含禁忌之非凡頁',
882 'newpages' => '新頁',
883 'newpages-username' => '名:',
884 'ancientpages' => '舊頁',
885 'intl' => '通他語',
886 'move' => '遷',
887 'movethispage' => '遷此頁',
888
889 'categoriespagetext' => '大典有門:',
890 'version' => '版',
891
892 # Special:Log
893 'specialloguserlabel' => '有簿:',
894 'speciallogtitlelabel' => '題:',
895 'log' => '誌',
896 'logempty' => '無是項存稿。',
897
898 # Special:Allpages
899 'nextpage' => '次頁,$1',
900 'allpagesfrom' => '見頁自:',
901 'allarticles' => '全文',
902 'allinnamespace' => '全頁($1領域者)',
903 'allnotinnamespace' => '全頁(非$1領域者)',
904 'allpagesprev' => '前',
905 'allpagesnext' => '次',
906 'allpagessubmit' => '往',
907 'allpagesprefix' => '見頁冠以:',
908
909 # Special:Listusers
910 'listusersfrom' => '列有簿自:',
911 'listusers-submit' => '示',
912
913 # E-mail user
914 'mailnologin' => '無驛',
915 'mailnologintext' => '君須[[Special:Userlogin|登簿]],方可遺書。
916 並在[[Special:Preferences|喜好]]之內,書電郵之址,方能電郵他人。',
917 'emailuser' => '遺是君書',
918 'emailpage' => '遺書',
919 'defemailsubject' => '{{SITENAME}}有信',
920 'noemailtitle' => '無驛',
921 'emailfrom' => '自',
922 'emailto' => '至',
923 'emailsubject' => '題',
924 'emailmessage' => '訊',
925 'emailsend' => '遣',
926 'emailsent' => '信遣矣',
927 'emailsenttext' => '信遣矣',
928
929 # Watchlist
930 'watchlist' => '哨站',
931 'watchlistfor' => "('''$1'''之哨)",
932 'nowatchlist' => '無哨',
933 'watchlistanontext' => '$1以治哨',
934 'watchlistcount' => "'''含議,有哨$1'''",
935 'watchnologin' => '未登簿',
936 'watchnologintext' => '[[Special:Userlogin|登簿]]以治哨。',
937 'addedwatch' => '派哨',
938 'addedwatchtext' => "加哨\"[[:\$1]]\"。後有易、議者可見於[[Special:Watchlist|哨站]],或'''粗體'''醒於[[Special:Recentchanges|列近易]]。
939
940 後如欲撤之,點側欄之\"撤哨\"即可。",
941 'removedwatch' => '撤哨',
942 'removedwatchtext' => '"[[:$1]]"哨已撤。',
943 'watch' => '哨',
944 'watchthispage' => '派哨',
945 'unwatch' => '無哨',
946 'unwatchthispage' => '撤哨',
947 'notanarticle' => '此頁非文',
948 'watchnochange' => '皆無易也',
949 'watchlist-details' => '共有$1哨,不含議論。',
950 'wlheader-enotif' => '*准報信。',
951 'wlheader-showupdated' => "*有易者'''粗體'''。",
952 'watchlistcontains' => '哨有$1頁',
953 'iteminvalidname' => "'$1'謬名",
954 'wlnote' => '前<b>$2</b>時有$1者易',
955 'wlshowlast' => '下為自$1小時;$2天;$3之纂。',
956 'wlsaved' => '此為哨站錄本',
957 'watchlist-show-bots' => '示僕',
958 'watchlist-hide-bots' => '藏僕',
959 'watchlist-show-own' => '示吾纂',
960 'watchlist-hide-own' => '藏吾纂',
961 'watchlist-show-minor' => '示校',
962 'watchlist-hide-minor' => '藏校',
963
964 'enotif_mailer' => '{{SITENAME}}報',
965 'enotif_reset' => '記之通閱',
966 'enotif_newpagetext' => '新頁',
967 'changed' => '易矣',
968 'created' => '撰矣',
969 'enotif_subject' => '{$PAGEEDITDATE}{{SITENAME}}有文{$PAGETITLE}為{$PAGEEDITOR}{$CHANGEDORCREATED}',
970 'enotif_lastvisited' => '新易見$1',
971 'enotif_body' => '$WATCHINGUSERNAME鈞鑑,
972 {$PAGEEDITDATE}{{SITENAME}}有文{$PAGETITLE}為{$PAGEEDITOR}{$CHANGEDORCREATED},詳見{$PAGETITLE_URL}。
973
974 $NEWPAGE
975
976 編者略:$PAGESUMMARY $PAGEMINOREDIT
977
978 聯繫之以
979 電郵:$PAGEEDITOR_EMAIL
980 維基:$PAGEEDITOR_WIKI
981
982 後有哨報,悉照此例遣,或訪維基更之。
983
984 {{SITENAME}}敬上
985
986 --
987 哨報,見{{fullurl:{{ns:special}}:Watchlist/edit}}。
988 饋之、助之,見{{fullurl:{{ns:help}}:Contents}}',
989
990 # Delete/protect/revert
991 'deletepage' => '刪頁',
992 'confirm' => '准',
993 'excontent' => "文乃:'$1'",
994 'excontentauthor' => "文乃:'$1' (而[[Special:Contributions/$2|$2]]者,為僅有之與者也)",
995 'exblank' => '缺頁',
996 'confirmdelete' => '准刪',
997 'deletesub' => '("$1",正刪之)',
998 'historywarning' => '警:欲刪之頁有誌:',
999 'confirmdeletetext' => '子若欲久刪此物與其誌,知後果、合[[{{MediaWiki:policy-url}}]]後再為之。',
1000 'actioncomplete' => '已矣',
1001 'deletedtext' => '"$1"刪矣,見誌於$2。',
1002 'deletedarticle' => '"[[$1]]"刪矣',
1003 'dellogpage' => '誌刪',
1004 'dellogpagetext' => '近刪一覽。',
1005 'deletionlog' => '誌刪',
1006 'reverted' => '還',
1007 'deletecomment' => '註刪',
1008 'rollback' => '退修',
1009 'rollback_short' => '退',
1010 'rollbacklink' => '退',
1011 'rollbackfailed' => '退敗',
1012 'alreadyrolled' => '退至[[User:$2|$2]]([[User talk:$2|議]])對[[$1]]不可也;某君已編修或回退此文。
1013
1014 最終編修自[[User:$3|$3]]([[User talk:$3|議]])。',
1015 'editcomment' => '贊:"<i>$1</i>"', # only shown if there is an edit comment
1016 'revertpage' => '蓋[[Special:Contributions/$2|$2]] ([[User talk:$2|議]])者,所修無理,故去之,復為[[User:$1|$1]]之本耳',
1017 'rollback-success' => '蓋$1者,所修無理,故去之,復為$2之本耳。',
1018 'protectlogpage' => '誌錮',
1019 'protectlogtext' => '誌錮赦如下:',
1020 'protectedarticle' => '"[[$1]]"有錮',
1021 'unprotectedarticle' => '"[[$1]]"有赦',
1022 'protectsub' => '(正錮"$1")',
1023 'confirmprotect' => '准錮',
1024 'protectcomment' => '錮之有由:',
1025 'unprotectsub' => '(正赦"$1")',
1026 'protect-unchain' => '准遷之',
1027 'protect-text' => '錮級可見<strong>$1</strong>',
1028 'protect-default' => '(予定)',
1029 'protect-level-autoconfirmed' => '驅無簿',
1030 'protect-level-sysop' => '惟有秩',
1031
1032 # Restrictions (nouns)
1033 'restriction-edit' => '纂',
1034 'restriction-move' => '遷',
1035
1036 # Undelete
1037 'undelete' => '覽已刪',
1038 'undeletepage' => '覽已刪並還之',
1039 'viewdeletedpage' => '覽已刪',
1040 'undeletepagetext' => '列已刪如下。有複存可還之,常清。',
1041 'undeleterevisions' => '有審$1',
1042 'undeletebtn' => '還',
1043 'undeletereset' => '重置',
1044 'undeletecomment' => '贊:',
1045 'undeletedarticle' => '"[[$1]]"還矣',
1046 'undeletedrevisions' => '$1審還矣',
1047 'undeletedrevisions-files' => '$1$2檔還矣',
1048 'undeletedfiles' => '$1檔還矣',
1049 'cannotundelete' => '無以還檔,或早復矣。',
1050 'undeletedpage' => "<big>'''$1還矣'''</big>
1051 見[[Special:Log/delete|刪還誌]]",
1052 'undelete-filename-mismatch' => '欲復之檔名有誤,故無以復$1',
1053 'undelete-bad-store-key' => '$1之檔,蓋本無之,故無之復也。',
1054 'undelete-cleanup-error' => '"$1"存檔,蓋被誤刪耳。',
1055 'undelete-missing-filearchive' => '$1者,無以復,蓋或已復矣。',
1056 'undelete-error-short' => '欲復檔時,見誤也:$1',
1057 'undelete-error-long' => '夫復檔時,見誤耳:
1058
1059 $1',
1060
1061 # Namespace form on various pages
1062 'namespace' => '名集:',
1063 'invert' => '逆擇',
1064
1065 # Contributions
1066 'contributions' => '功績',
1067 'mycontris' => '吾績',
1068 'contribsub2' => '$1之功績 ($2)',
1069 'nocontribs' => '尺斯無易',
1070 'ucnote' => '近<b>$2</b>有<b>$1</b>新易。',
1071 'uclinks' => ' 近$1易,近$2日',
1072 'uctop' => ' (頂)',
1073 'month' => '自該月 (或先於其者):',
1074 'year' => '自該年 (或先於其者):',
1075
1076 'sp-contributions-newest' => '末',
1077 'sp-contributions-oldest' => '首',
1078 'sp-contributions-newer' => '後$1',
1079 'sp-contributions-older' => '前$1',
1080 'sp-contributions-newbies' => '僅列初來之人',
1081 'sp-contributions-newbies-sub' => '予新進',
1082 'sp-contributions-blocklog' => '誌禁',
1083 'sp-contributions-search' => '尋往績',
1084 'sp-contributions-username' => 'IP或簿名:',
1085 'sp-contributions-submit' => '尋',
1086
1087 'sp-newimages-showfrom' => '賞新圖,自$1',
1088
1089 # What links here
1090 'whatlinkshere' => '何通此',
1091 'notargettitle' => '無向',
1092 'linklistsub' => '(表通)',
1093 'linkshere' => "下文通'''[[:$1]]''':",
1094 'nolinkshere' => "無頁通'''[[:$1]]'''.",
1095 'nolinkshere-ns' => "名集中無頁通'''[[:$1]]'''.",
1096 'isredirect' => '導',
1097 'istemplate' => '含',
1098 'whatlinkshere-prev' => '前$1通',
1099 'whatlinkshere-next' => '次$1通',
1100 'whatlinkshere-links' => '← 通',
1101
1102 # Block/unblock
1103 'blockip' => '禁簿',
1104 'ipaddress' => 'IP址',
1105 'ipadressorusername' => 'IP或簿名',
1106 'ipbexpiry' => '限期',
1107 'ipbreason' => '緣',
1108 'ipbanononly' => '禁名匿',
1109 'ipbcreateaccount' => '禁增簿',
1110 'ipbsubmit' => '禁此簿',
1111 'ipbother' => '它時',
1112 'ipboptions' => '二時:2 hours,一日:1 day,三日:3 days,一週:1 week,二週:2 weeks,一月:1 month,三月:3 months,六月:6 months,一年:1 year,永:infinite',
1113 'ipbotheroption' => '他',
1114 'badipaddress' => 'IP不格',
1115 'blockipsuccesssub' => '見禁',
1116 'blockipsuccesstext' => '[[{{ns:Special}}:Contributions/$1|$1]]見禁<br />見[[{{ns:Special}}:Ipblocklist|誌禁]]',
1117 'unblockip' => '赦禁簿',
1118 'unblockiptext' => '以下表赦禁簿、IP:',
1119 'ipusubmit' => '赦此址',
1120 'unblocked' => '[[User:$1|$1]]見赦。',
1121 'ipblocklist' => '列禁簿、禁IP:',
1122 'ipblocklist-legend' => '尋禁簿',
1123 'ipblocklist-username'=> '簿或IP:',
1124 'blocklistline' => '$1,$2$3$4)',
1125 'infiniteblock' => '永',
1126 'expiringblock' => '過$1',
1127 'anononlyblock' => '惟名匿',
1128 'createaccountblock' => '禁增簿',
1129 'ipblocklist-empty' => '誌空也。',
1130 'blocklink' => '禁',
1131 'unblocklink' => '赦',
1132 'contribslink' => '功績',
1133 'autoblocker' => '近日"[[User:$1|$1]]"用子IP"\'\'\'$2\'\'\'",故禁',
1134 'blocklogpage' => '誌禁',
1135 'blocklogentry' => '禁[[$1]]至$2 $3',
1136 'unblocklogentry' => '赦$1',
1137 'ipb_expiry_invalid' => '限期不格。',
1138 'ipb_already_blocked' => '"$1"早禁矣',
1139 'proxyblocksuccess' => '已矣',
1140
1141 # Developer tools
1142 'lockdb' => '鎖庫藏',
1143 'unlockdb' => '解庫藏',
1144 'lockconfirm' => '篤欲鎖之',
1145 'unlockconfirm' => '篤欲解之',
1146 'lockbtn' => '鎖',
1147 'unlockbtn' => '解',
1148 'lockdbsuccesssub' => '庫藏鎖矣',
1149 'unlockdbsuccesssub' => '庫藏解矣',
1150 'lockdbsuccesstext' => '庫藏鎖矣。<br />檢修後務[[Special:Unlockdb|解之]]。',
1151 'unlockdbsuccesstext' => '庫藏解矣',
1152 'databasenotlocked' => '庫藏未鎖',
1153
1154 # Move page
1155 'movepage' => '遷文',
1156 'movearticle' => '遷此文:',
1157 'movenologin' => '未登簿',
1158 'movenologintext' => '遷文須[[Special:Userlogin|登簿]]。',
1159 'movenotallowed' => '爾無遷頁之權也。',
1160 'newtitle' => '至新題:',
1161 'move-watch' => '哨',
1162 'movepagebtn' => '遷此頁',
1163 'pagemovedsub' => '成',
1164 'movepage-moved' => "<big>'''「$1」遷「$2」矣'''</big>", # The two titles are passed in plain text as $3 and $4 to allow additional goodies in the message.
1165 'articleexists' => '此頁復存,或名謬焉。請更之。',
1166 'movedto' => '遷至',
1167 'movetalk' => '並遷其議',
1168 'talkpagemoved' => '其議已並遷。',
1169 'talkpagenotmoved' => '其議<strong>未</strong>並遷。',
1170 '1movedto2' => '[[$1]]遷[[$2]]矣',
1171 '1movedto2_redir' => '[[$1]]遷[[$2]]矣',
1172 'movelogpage' => '誌遷',
1173 'movelogpagetext' => '有遷如下:',
1174 'movereason' => '因',
1175 'revertmove' => '還',
1176 'delete_and_move' => '刪並遷',
1177
1178 # Export
1179 'export-download' => '供存文',
1180
1181 # Namespace 8 related
1182 'allmessages' => '官訊',
1183 'allmessagesname' => '名',
1184 'allmessagesdefault' => '予定文',
1185 'allmessagescurrent' => '今文',
1186 'allmessagestext' => '此為MediaWiki領域處所含之系統訊息一覽。',
1187 'allmessagesfilter' => '濾訊名:',
1188 'allmessagesmodified' => '見曾易',
1189
1190 # Thumbnails
1191 'thumbnail-more' => '放',
1192 'missingimage' => '<b>失圖</b><br /><i>$1</i>',
1193 'filemissing' => '檔已失。',
1194
1195 # Special:Import
1196 'import-interwiki-submit' => '匯入',
1197 'importstart' => '正匯入…',
1198 'import-revision-count' => '共$1審',
1199 'importnopages' => '無可匯。',
1200 'importfailed' => '匯入有變:$1',
1201 'importsuccess' => '匯入成矣!',
1202
1203 # Import log
1204 'import-logentry-upload-detail' => '共$1審',
1205 'import-logentry-interwiki-detail' => '$1審自$2',
1206
1207 # Tooltip help for the actions
1208 'tooltip-search' => '索{{SITENAME}}',
1209 'tooltip-minoredit' => '此為校文',
1210 'tooltip-save' => '儲簿註',
1211 'tooltip-preview' => '預覽,儲前務覽之',
1212 'tooltip-diff' => '覽易者',
1213 'tooltip-compareselectedversions' => '二揀辨異',
1214 'tooltip-watch' => '派哨',
1215 'tooltip-recreate' => '重建之',
1216
1217 # Attribution
1218 'anonymous' => '{{SITENAME}}無簿',
1219 'siteuser' => '{{SITENAME}}有簿$1',
1220 'lastmodifiedatby' => '是頁由$3近易於$1 $2。', # $1 date, $2 time, $3 user
1221 'and' => '與',
1222 'othercontribs' => '$1主撰',
1223 'others' => '它',
1224 'siteusers' => '{{SITENAME}}有簿$1',
1225
1226 # Spam protection
1227 'listingcontinuesabbrev' => '續',
1228
1229 # Info page
1230 'infosubtitle' => '頁註',
1231 'numedits' => '有纂$1',
1232 'numtalkedits' => '有議$1',
1233 'numwatchers' => '有哨$1',
1234 'numauthors' => '文有$1編者',
1235 'numtalkauthors' => '議有$1與會',
1236
1237 # Patrolling
1238 'markaspatrolleddiff' => '派哨',
1239 'markaspatrolledtext' => '派哨',
1240 'markedaspatrolled' => '派哨',
1241 'markedaspatrolledtext' => '此審哨矣',
1242 'rcpatroldisabled' => '不哨近易',
1243 'markedaspatrollederror' => '未可哨',
1244 'markedaspatrollederrortext' => '揀之方可哨',
1245
1246 # Image deletion
1247 'deletedrevision' => '刪舊審$1。',
1248 'filedeleteerror-short' => '去檔時,見誤耳:$1',
1249 'filedeleteerror-long' => '刪檔時,見誤耳:
1250
1251 $1',
1252 'filedelete-missing' => '"$1"無以復,蓋因本無之。',
1253 'filedelete-old-unregistered' => '古檔 "$1" 者,資料庫所無也。',
1254 'filedelete-current-unregistered' => '"$1" 者,資料庫所無也。',
1255 'filedelete-archive-read-only' => '"$1"之目,莫之能書。',
1256
1257 # Browsing diffs
1258 'previousdiff' => '前辨',
1259 'nextdiff' => '後辨',
1260
1261 # Media information
1262 'widthheight' => '長$1$2',
1263
1264 'newimages' => '新圖廊',
1265 'showhidebots' => '($1僕)',
1266 'noimages' => '無',
1267
1268 # Bad image list
1269 'bad_image_list' => '根式篡:
1270
1271 列示項(以 * 始)以慮也。首鏈必連壞圖也。
1272 然,同行之鏈慮作例外,即圖可於文中示也。',
1273
1274 # Metadata
1275 'metadata' => '衍義',
1276 'metadata-help' => '斯檔也,所有之訊,蓋由數碼相機、掃描器之物所加,以數碼之。
1277
1278 倘嘗易之,衍義之果,或有異也。',
1279 'metadata-expand' => '示其詳',
1280 'metadata-collapse' => '藏其詳',
1281 'metadata-fields' => '在EXIF衍義表毀時,兹列之訊,無有不示,他者則藏。
1282 * 相機製造商
1283 * 相機型號
1284 * 本之時日
1285 * 曝光時間
1286 * 光圈(F值)
1287 * 焦距',
1288
1289 # EXIF tags
1290 'exif-imagewidth' => '寬',
1291 'exif-imagelength' => '長',
1292 'exif-datetime' => '文檔修訂之日期時辰',
1293 'exif-datetimeoriginal' => '數據生成之日期時辰',
1294 'exif-datetimedigitized' => '數位化之日期時辰',
1295
1296 # External editor support
1297 'edit-externally' => '以外部程式修此文',
1298 'edit-externally-help' => '請閱[http://meta.wikimedia.org/wiki/Help:External_editors 安裝指引]以知詳情。',
1299
1300 # 'all' in various places, this might be different for inflected languages
1301 'recentchangesall' => '全',
1302 'imagelistall' => '全',
1303 'watchlistall2' => '全',
1304 'namespacesall' => '全',
1305 'monthsall' => '全',
1306
1307 # E-mail address confirmation
1308 'confirmemail' => '核郵驛',
1309 'confirmemail_noemail' => '[[Special:Preferences|簿註]]有驛。',
1310 'confirmemail_send' => '遣核符',
1311 'confirmemail_sent' => '核符遣矣',
1312 'confirmemail_sendfailed' => '信未遣焉,請核郵驛。
1313
1314 郵者覆之:$1',
1315
1316 # Scary transclusion
1317 'scarytranscludedisabled' => '[蓋跨共筆之轉碼者,莫之能用也]',
1318 'scarytranscludefailed' => '[歉哉,$1模不得]',
1319 'scarytranscludetoolong' => '[歉哉,網址過長]',
1320
1321 # Trackbacks
1322 'trackbackbox' => '<div id="mw_trackbacks">
1323 此文之引:<br />
1324 $1
1325 </div>',
1326 'trackbackremove' => ' ([$1刪])',
1327 'trackbacklink' => '迴響',
1328 'trackbackdeleteok' => 'Trackback 刪矣。',
1329
1330 # Delete conflict
1331 'deletedwhileediting' => '警:纂中見刪。',
1332 'confirmrecreate' => "[[User:$1|$1]]([[User talk:$1|議]])刪之有由:
1333 ''$2''
1334 請審視之。",
1335 'recreate' => '復',
1336
1337 # HTML dump
1338 'redirectingto' => '轉至[[$1]]…',
1339
1340 # action=purge
1341 'confirm_purge' => '清謄本?
1342
1343 $1',
1344 'confirm_purge_button' => '准',
1345
1346 'youhavenewmessagesmulti' => '新訊於$1',
1347
1348 'searchcontaining' => "尋文含''$1''",
1349 'searchnamed' => "尋文名''$1''.",
1350 'articletitles' => "文首為''$1''",
1351 'hideresults' => '藏',
1352
1353 'loginlanguagelabel' => '語:$1',
1354
1355 # Multipage image navigation
1356 'imgmultipageprev' => '←前頁',
1357 'imgmultipagenext' => '次頁→',
1358 'imgmultigo' => '往',
1359 'imgmultigotopre' => '往第',
1360 'imgmultigotopost' => '頁',
1361 'imgmultiparseerror' => '斯圖也,類毀矣,故{{SITENAME}}無以得其表。',
1362
1363 # Table pager
1364 'ascending_abbrev' => '升冪',
1365 'descending_abbrev' => '降冪',
1366 'table_pager_next' => '次頁',
1367 'table_pager_prev' => '前頁',
1368 'table_pager_first' => '首頁',
1369 'table_pager_last' => '末頁',
1370 'table_pager_limit' => '頁有物$1',
1371 'table_pager_limit_submit' => '往',
1372 'table_pager_empty' => '空',
1373
1374 # Auto-summaries
1375 'autosumm-blank' => '盡除之',
1376 'autosumm-replace' => "置為'$1'",
1377 'autoredircomment' => '轉至[[$1]]',
1378 'autosumm-new' => '新文:$1',
1379
1380 # Size units
1381 'size-bytes' => '$1 位元組',
1382 'size-kilobytes' => '$1 KB',
1383 'size-megabytes' => '$1 MB',
1384 'size-gigabytes' => '$1 GB',
1385
1386 # Live preview
1387 'livepreview-loading' => '在示…',
1388 'livepreview-ready' => '在示… 成!',
1389 'livepreview-failed' => '弗能即時示之!嘗以本法。',
1390 'livepreview-error' => '莫之連也:$1 "$2" 嘗以本法。',
1391
1392 # Friendlier slave lag warnings
1393 'lag-warn-normal' => '凡易新於$1秒者,或無之示矣。',
1394 'lag-warn-high' => '蓋因資料庫延誤,凡易新於$1秒者,或無之示矣。',
1395
1396 # Watchlist editor
1397 'watchlistedit-numitems' => '不計議論,爾哨計有題$1。',
1398 'watchlistedit-noitems' => '爾哨無題也。',
1399 'watchlistedit-clear-title' => '清哨',
1400 'watchlistedit-clear-legend' => '清哨',
1401 'watchlistedit-clear-confirm' => '清整哨也。篤撤之?亦[[Special:Watchlist/edit|治哨站]]也。',
1402 'watchlistedit-clear-submit' => '清',
1403 'watchlistedit-clear-done' => '爾哨已清。整題已去之。',
1404 'watchlistedit-normal-title' => '治哨站',
1405 'watchlistedit-normal-legend' => '從哨站撤之',
1406 'watchlistedit-normal-explain' => '此列有哨之題。要除題,揀之,擊撤題。亦[[Special:Watchlist/raw|治源哨]]或[[Special:Watchlist/clear|清哨]]也。',
1407 'watchlistedit-normal-submit' => '撤題',
1408 'watchlistedit-normal-done' => '$1題之哨已撤:',
1409 'watchlistedit-raw-title' => '治源哨',
1410 'watchlistedit-raw-legend' => '治源哨',
1411 'watchlistedit-raw-explain' => '此列有哨之題,治此表以加減題;一行一題之。善,擊更哨。亦[[Special:Watchlist/edit|標準治哨]]也。',
1412 'watchlistedit-raw-titles' => '題:',
1413 'watchlistedit-raw-submit' => '更哨',
1414 'watchlistedit-raw-done' => '爾哨已更也。',
1415 'watchlistedit-raw-added' => '已添$1題:',
1416 'watchlistedit-raw-removed' => '已撤$1題:',
1417
1418 # Watchlist editing tools
1419 'watchlisttools-view' => '察易',
1420 'watchlisttools-edit' => '治哨站',
1421 'watchlisttools-raw' => '治源哨',
1422 'watchlisttools-clear' => '清哨',
1423
1424 );
1425
1426