Merge "Use Parsoid v3 API; emulate the RESTBase v1 API"
[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 = array(
22 'Activeusers' => array( '躍簿' ),
23 'Allmessages' => array( '官話' ),
24 'Allpages' => array( '全典' ),
25 'Ancientpages' => array( '陳年' ),
26 'Blankpage' => array( '白頁' ),
27 'Booksources' => array( '書海' ),
28 'BrokenRedirects' => array( '斷渡' ),
29 'Categories' => array( '類' ),
30 'ChangeEmail' => array( '易郵' ),
31 'ChangePassword' => array( '易符節' ),
32 'ComparePages' => array( '較頁' ),
33 'Confirmemail' => array( '核郵驛' ),
34 'Contributions' => array( '功績' ),
35 'CreateAccount' => array( '增簿' ),
36 'Deadendpages' => array( '此無路也' ),
37 'DeletedContributions' => array( '已刪之積' ),
38 'Diff' => array( '異' ),
39 'DoubleRedirects' => array( '窮渡' ),
40 'EditWatchlist' => array( '治哨站' ),
41 'Emailuser' => array( '遺書' ),
42 'Export' => array( '出匯' ),
43 'Fewestrevisions' => array( '鮮察' ),
44 'FileDuplicateSearch' => array( '擇重檔' ),
45 'Filepath' => array( '檔路' ),
46 'Import' => array( '圖入匯' ),
47 'Invalidateemail' => array( '消核郵驛' ),
48 'BlockList' => array( '列禁簿、禁址' ),
49 'LinkSearch' => array( '尋網連' ),
50 'Listfiles' => array( '見檔' ),
51 'Listgrouprights' => array( '權任一覽' ),
52 'Listredirects' => array( '表轉' ),
53 'Listusers' => array( '點簿' ),
54 'Lockdb' => array( '閉庫' ),
55 'Log' => array( '誌' ),
56 'Lonelypages' => array( '孤寡' ),
57 'Longpages' => array( '長言' ),
58 'MergeHistory' => array( '併頁之誌' ),
59 'MIMEsearch' => array( '篩檔' ),
60 'Mostcategories' => array( '跨船' ),
61 'Mostimages' => array( '名檔' ),
62 'Mostlinked' => array( '好料' ),
63 'Mostlinkedcategories' => array( '豪門' ),
64 'Mostlinkedtemplates' => array( '美模' ),
65 'Mostrevisions' => array( '屢審' ),
66 'Movepage' => array( '遷' ),
67 'Mycontributions' => array( '吾績' ),
68 'Mypage' => array( '吾頁' ),
69 'Mytalk' => array( '吾書房' ),
70 'Newimages' => array( '新圖之廊' ),
71 'Newpages' => array( '新灶' ),
72 'Preferences' => array( '簿註' ),
73 'Prefixindex' => array( '依名索引' ),
74 'Protectedpages' => array( '頁錮' ),
75 'Randompage' => array( '清風翻書' ),
76 'Randomredirect' => array( '任渡' ),
77 'Recentchanges' => array( '近易' ),
78 'Recentchangeslinked' => array( '援引' ),
79 'Search' => array( '尋' ),
80 'Shortpages' => array( '短篇' ),
81 'Specialpages' => array( '特查' ),
82 'Statistics' => array( '彙統' ),
83 'Uncategorizedcategories' => array( '問栓' ),
84 'Uncategorizedimages' => array( '候裱' ),
85 'Uncategorizedpages' => array( '欲訂' ),
86 'Uncategorizedtemplates' => array( '待蘸' ),
87 'Undelete' => array( '覽刪' ),
88 'Unlockdb' => array( '開庫' ),
89 'Unusedcategories' => array( '樞鏽' ),
90 'Unusedimages' => array( '色褪' ),
91 'Unusedtemplates' => array( '墨乾' ),
92 'Unwatchedpages' => array( '無哨頁' ),
93 'Upload' => array( '進獻' ),
94 'UploadStash' => array( '貢貯' ),
95 'Userlogin' => array( '登簿' ),
96 'Userlogout' => array( '去簿' ),
97 'Userrights' => array( '秉治權任' ),
98 'Version' => array( '版' ),
99 'Wantedcategories' => array( '求門' ),
100 'Wantedfiles' => array( '求檔' ),
101 'Wantedpages' => array( '徵頁' ),
102 'Wantedtemplates' => array( '徵模' ),
103 'Watchlist' => array( '哨站' ),
104 'Whatlinkshere' => array( '取佐' ),
105 'Withoutinterwiki' => array( '孤語' ),
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 = array(
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 = array(
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 = array(
139 '0' => '〇',
140 '1' => '一',
141 '2' => '二',
142 '3' => '三',
143 '4' => '四',
144 '5' => '五',
145 '6' => '六',
146 '7' => '七',
147 '8' => '八',
148 '9' => '九',
149 '.' => '點',
150 ',' => '',
151 );
152