Remove unused $miserMode in SpecialStatistics
[lhc/web/wiklou.git] / languages / messages / MessagesLzh.php
1 <?php
2 /** Literary Chinese (文言)
3 *
4 * To improve a translation please visit https://translatewiki.net
5 *
6 * @ingroup Language
7 * @file
8 *
9 * @author C933103
10 * @author Itsmine
11 * @author Justincheng12345
12 * @author Omnipaedista
13 * @author Shinjiman
14 * @author Simon Shek
15 * @author StephDC
16 * @author Super Wang
17 * @author Xiaomingyan
18 * @author Yanteng3
19 */
20
21 $specialPageAliases = [
22 'Activeusers' => [ '躍簿' ],
23 'Allmessages' => [ '官話' ],
24 'Allpages' => [ '全典' ],
25 'Ancientpages' => [ '陳年' ],
26 'Blankpage' => [ '白頁' ],
27 'Booksources' => [ '書海' ],
28 'BrokenRedirects' => [ '斷渡' ],
29 'Categories' => [ '類' ],
30 'ChangeEmail' => [ '易郵' ],
31 'ChangePassword' => [ '易符節' ],
32 'ComparePages' => [ '較頁' ],
33 'Confirmemail' => [ '核郵驛' ],
34 'Contributions' => [ '功績' ],
35 'CreateAccount' => [ '增簿' ],
36 'Deadendpages' => [ '此無路也' ],
37 'DeletedContributions' => [ '已刪之積' ],
38 'Diff' => [ '異' ],
39 'DoubleRedirects' => [ '窮渡' ],
40 'EditWatchlist' => [ '治哨站' ],
41 'Emailuser' => [ '遺書' ],
42 'Export' => [ '出匯' ],
43 'Fewestrevisions' => [ '鮮察' ],
44 'FileDuplicateSearch' => [ '擇重檔' ],
45 'Filepath' => [ '檔路' ],
46 'Import' => [ '圖入匯' ],
47 'Invalidateemail' => [ '消核郵驛' ],
48 'BlockList' => [ '列禁簿、禁址' ],
49 'LinkSearch' => [ '尋網連' ],
50 'Listfiles' => [ '見檔' ],
51 'Listgrouprights' => [ '權任一覽' ],
52 'Listredirects' => [ '表轉' ],
53 'Listusers' => [ '點簿' ],
54 'Lockdb' => [ '閉庫' ],
55 'Log' => [ '誌' ],
56 'Lonelypages' => [ '孤寡' ],
57 'Longpages' => [ '長言' ],
58 'MergeHistory' => [ '併頁之誌' ],
59 'MIMEsearch' => [ '篩檔' ],
60 'Mostcategories' => [ '跨船' ],
61 'Mostimages' => [ '名檔' ],
62 'Mostlinked' => [ '好料' ],
63 'Mostlinkedcategories' => [ '豪門' ],
64 'Mostlinkedtemplates' => [ '美模' ],
65 'Mostrevisions' => [ '屢審' ],
66 'Movepage' => [ '遷' ],
67 'Mycontributions' => [ '吾績' ],
68 'Mypage' => [ '吾頁' ],
69 'Mytalk' => [ '吾書房' ],
70 'Newimages' => [ '新圖之廊' ],
71 'Newpages' => [ '新灶' ],
72 'Preferences' => [ '簿註' ],
73 'Prefixindex' => [ '依名索引' ],
74 'Protectedpages' => [ '頁錮' ],
75 'Randompage' => [ '清風翻書' ],
76 'Randomredirect' => [ '任渡' ],
77 'Recentchanges' => [ '近易' ],
78 'Recentchangeslinked' => [ '援引' ],
79 'Search' => [ '尋' ],
80 'Shortpages' => [ '短篇' ],
81 'Specialpages' => [ '特查' ],
82 'Statistics' => [ '彙統' ],
83 'Uncategorizedcategories' => [ '問栓' ],
84 'Uncategorizedimages' => [ '候裱' ],
85 'Uncategorizedpages' => [ '欲訂' ],
86 'Uncategorizedtemplates' => [ '待蘸' ],
87 'Undelete' => [ '覽刪' ],
88 'Unlockdb' => [ '開庫' ],
89 'Unusedcategories' => [ '樞鏽' ],
90 'Unusedimages' => [ '色褪' ],
91 'Unusedtemplates' => [ '墨乾' ],
92 'Unwatchedpages' => [ '無哨頁' ],
93 'Upload' => [ '進獻' ],
94 'UploadStash' => [ '貢貯' ],
95 'Userlogin' => [ '登簿' ],
96 'Userlogout' => [ '去簿' ],
97 'Userrights' => [ '秉治權任' ],
98 'Version' => [ '版' ],
99 'Wantedcategories' => [ '求門' ],
100 'Wantedfiles' => [ '求檔' ],
101 'Wantedpages' => [ '徵頁' ],
102 'Wantedtemplates' => [ '徵模' ],
103 'Watchlist' => [ '哨站' ],
104 'Whatlinkshere' => [ '取佐' ],
105 'Withoutinterwiki' => [ '孤語' ],
106 ];
107
108 /**
109 * A list of date format preference keys which can be selected in user
110 * preferences. New preference keys can be added, provided they are supported
111 * by the language class's timeanddate(). Only the 5 keys listed below are
112 * supported by the wikitext converter (DateFormatter.php).
113 *
114 * The special key "default" is an alias for either dmy or mdy depending on
115 * $wgAmericanDates
116 */
117 $datePreferences = [
118 'default',
119 'ISO 8601',
120 ];
121
122 $defaultDateFormat = 'zh';
123
124 /**
125 * These are formats for dates generated by MediaWiki (as opposed to the wikitext
126 * DateFormatter). Documentation for the format string can be found in
127 * Language.php, search for sprintfDate.
128 *
129 * This array is automatically inherited by all subclasses. Individual keys can be
130 * overridden.
131 */
132 $dateFormats = [
133 'zh time' => 'H時i分',
134 'zh date' => 'Y年n月j日 (l)',
135 'zh both' => 'Y年n月j日 (D) H時i分',
136 ];
137
138 $digitTransformTable = [
139 '0' => '〇',
140 '1' => '一',
141 '2' => '二',
142 '3' => '三',
143 '4' => '四',
144 '5' => '五',
145 '6' => '六',
146 '7' => '七',
147 '8' => '八',
148 '9' => '九',
149 '.' => '點',
150 ',' => '',
151 ];
152