MediaWiki  1.33.0
MessagesLzh.php
Go to the documentation of this file.
1 <?php
21 $fallback = 'zh-hant'; // T125373
22 
24  'Activeusers' => [ '躍簿' ],
25  'Allmessages' => [ '官話' ],
26  'Allpages' => [ '全典' ],
27  'Ancientpages' => [ '陳年' ],
28  'Blankpage' => [ '白頁' ],
29  'Booksources' => [ '書海' ],
30  'BrokenRedirects' => [ '斷渡' ],
31  'Categories' => [ '類' ],
32  'ChangeEmail' => [ '易郵' ],
33  'ChangePassword' => [ '易符節' ],
34  'ComparePages' => [ '較頁' ],
35  'Confirmemail' => [ '核郵驛' ],
36  'Contributions' => [ '功績' ],
37  'CreateAccount' => [ '增簿' ],
38  'Deadendpages' => [ '此無路也' ],
39  'DeletedContributions' => [ '已刪之積' ],
40  'Diff' => [ '異' ],
41  'DoubleRedirects' => [ '窮渡' ],
42  'EditWatchlist' => [ '治哨站' ],
43  'Emailuser' => [ '遺書' ],
44  'Export' => [ '出匯' ],
45  'Fewestrevisions' => [ '鮮察' ],
46  'FileDuplicateSearch' => [ '擇重檔' ],
47  'Filepath' => [ '檔路' ],
48  'Import' => [ '圖入匯' ],
49  'Invalidateemail' => [ '消核郵驛' ],
50  'BlockList' => [ '列禁簿、禁址' ],
51  'LinkSearch' => [ '尋網連' ],
52  'Listfiles' => [ '見檔' ],
53  'Listgrouprights' => [ '權任一覽' ],
54  'Listredirects' => [ '表轉' ],
55  'Listusers' => [ '點簿' ],
56  'Lockdb' => [ '閉庫' ],
57  'Log' => [ '誌' ],
58  'Lonelypages' => [ '孤寡' ],
59  'Longpages' => [ '長言' ],
60  'MergeHistory' => [ '併頁之誌' ],
61  'MIMEsearch' => [ '篩檔' ],
62  'Mostcategories' => [ '跨船' ],
63  'Mostimages' => [ '名檔' ],
64  'Mostlinked' => [ '好料' ],
65  'Mostlinkedcategories' => [ '豪門' ],
66  'Mostlinkedtemplates' => [ '美模' ],
67  'Mostrevisions' => [ '屢審' ],
68  'Movepage' => [ '遷' ],
69  'Mycontributions' => [ '吾績' ],
70  'Mypage' => [ '吾頁' ],
71  'Mytalk' => [ '吾書房' ],
72  'Newimages' => [ '新圖之廊' ],
73  'Newpages' => [ '新灶' ],
74  'Preferences' => [ '簿註' ],
75  'Prefixindex' => [ '依名索引' ],
76  'Protectedpages' => [ '頁錮' ],
77  'Randompage' => [ '清風翻書' ],
78  'Randomredirect' => [ '任渡' ],
79  'Recentchanges' => [ '監修', '近易' ],
80  'Recentchangeslinked' => [ '援引' ],
81  'Search' => [ '尋' ],
82  'Shortpages' => [ '短篇' ],
83  'Specialpages' => [ '特查' ],
84  'Statistics' => [ '彙統' ],
85  'Uncategorizedcategories' => [ '問栓' ],
86  'Uncategorizedimages' => [ '候裱' ],
87  'Uncategorizedpages' => [ '欲訂' ],
88  'Uncategorizedtemplates' => [ '待蘸' ],
89  'Undelete' => [ '覽刪' ],
90  'Unlockdb' => [ '開庫' ],
91  'Unusedcategories' => [ '樞鏽' ],
92  'Unusedimages' => [ '色褪' ],
93  'Unusedtemplates' => [ '墨乾' ],
94  'Unwatchedpages' => [ '無哨頁' ],
95  'Upload' => [ '進獻' ],
96  'UploadStash' => [ '貢貯' ],
97  'Userlogin' => [ '登簿' ],
98  'Userlogout' => [ '去簿' ],
99  'Userrights' => [ '秉治權任' ],
100  'Version' => [ '版' ],
101  'Wantedcategories' => [ '求門' ],
102  'Wantedfiles' => [ '求檔' ],
103  'Wantedpages' => [ '徵頁' ],
104  'Wantedtemplates' => [ '徵模' ],
105  'Watchlist' => [ '哨站' ],
106  'Whatlinkshere' => [ '取佐' ],
107  'Withoutinterwiki' => [ '孤語' ],
108 ];
109 
120  'default',
121  'ISO 8601',
122 ];
123 
125 
135  'zh time' => 'H時i分',
136  'zh date' => 'Y年n月j日 (l)',
137  'zh both' => 'Y年n月j日 (D) H時i分',
138 ];
139 
141  '0' => '〇',
142  '1' => '一',
143  '2' => '二',
144  '3' => '三',
145  '4' => '四',
146  '5' => '五',
147  '6' => '六',
148  '7' => '七',
149  '8' => '八',
150  '9' => '九',
151 ];
152 
154  '.' => '點',
155  ',' => '',
156 ];
$fallback
$fallback
Definition: MessagesLzh.php:21
$separatorTransformTable
$separatorTransformTable
Definition: MessagesLzh.php:153
$specialPageAliases
$specialPageAliases
Definition: MessagesLzh.php:23
$digitTransformTable
$digitTransformTable
Definition: MessagesLzh.php:140
php
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency which acts as the top level factory for services in MediaWiki which can be used to gain access to default instances of various services MediaWikiServices however also allows new services to be defined and default services to be redefined Services are defined or redefined by providing a callback the instantiator that will return a new instance of the service When it will create an instance of MediaWikiServices and populate it with the services defined in the files listed by thereby bootstrapping the DI framework Per $wgServiceWiringFiles lists includes ServiceWiring php
Definition: injection.txt:35
$dateFormats
$dateFormats
These are formats for dates generated by MediaWiki (as opposed to the wikitext DateFormatter).
Definition: MessagesLzh.php:134
$defaultDateFormat
$defaultDateFormat
Definition: MessagesLzh.php:124
$datePreferences
$datePreferences
A list of date format preference keys which can be selected in user preferences.
Definition: MessagesLzh.php:119