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