MediaWiki REL1_31
MessagesZh_tw.php
Go to the documentation of this file.
1<?php
25$fallback = 'zh-hant, zh-hans';
26
28 NS_USER => '使用者',
29 NS_USER_TALK => '使用者討論',
30 NS_HELP => '使用說明',
31 NS_HELP_TALK => '使用說明討論',
32];
33
35 'Image' => NS_FILE,
36 'Image_talk' => NS_FILE_TALK,
37 "圖片" => NS_FILE,
38 "圖片討論" => NS_FILE_TALK,
39];
40
42 'Allmessages' => [ '所有訊息' ],
43 'Ancientpages' => [ '最舊頁面' ],
44 'Block' => [ '封鎖使用者' ],
45 'CreateAccount' => [ '建立帳號' ],
46 'FileDuplicateSearch' => [ '搜尋重復檔案' ],
47 'Invalidateemail' => [ '無法識別的電郵位址' ],
48 'LinkSearch' => [ '搜尋網頁連結' ],
49 'Listfiles' => [ '檔案清單' ],
50 'Listredirects' => [ '重新導向頁面清單' ],
51 'Lockdb' => [ '鎖定資料庫' ],
52 'MIMEsearch' => [ 'MIME搜尋' ],
53 'Newimages' => [ '新增檔案' ],
54 'Randomredirect' => [ '隨機重新導向頁面' ],
55 'Recentchanges' => [ '近期變動' ],
56 'Revisiondelete' => [ '刪除或恢復版本' ],
57 'Unblock' => [ '解除封鎖' ],
58 'Unlockdb' => [ '解除資料庫鎖定' ],
59 'Unwatchedpages' => [ '未被監視的頁面' ],
60 'Userrights' => [ '使用者權限' ],
61 'Watchlist' => [ '監視清單' ],
62 'Whatlinkshere' => [ '連入頁面' ],
63 'Withoutinterwiki' => [ '沒有跨語言連結的頁面' ],
64];
65
67 'default',
68 'minguo',
69 'minguo shorttext',
70 'minguo text',
71 'minguo fulltext',
72 'CNS 7648',
73 'CNS 7648 compact',
74 'ISO 8601',
75];
76
78
80 'zh time' => 'H:i',
81 'zh date' => 'Y年n月j日 (l)',
82 'zh both' => 'Y年n月j日 (D) H:i',
83
84 'minguo time' => 'H:i',
85 'minguo date' => 'xoY年n月j日 (l)',
86 'minguo both' => 'xoY年n月j日 (D) H:i',
87
88 'minguo shorttext time' => 'H:i',
89 'minguo shorttext date' => '民xoY年n月j日 (l)',
90 'minguo shorttext both' => '民xoY年n月j日 (D) H:i',
91
92 'minguo text time' => 'H:i',
93 'minguo text date' => '民國xoY年n月j日 (l)',
94 'minguo text both' => '民國xoY年n月j日 (D) H:i',
95
96 'minguo fulltext time' => 'H:i',
97 'minguo fulltext date' => '中華民國xoY年n月j日 (l)',
98 'minguo fulltext both' => '中華民國xoY年n月j日 (D) H:i',
99
100 'CNS 7648 time' => 'H:i',
101 'CNS 7648 date' => '"R.O.C." xoY-m-d (l)',
102 'CNS 7648 both' => '"R.O.C." xoY-m-d (D) H:i',
103
104 'CNS 7648 compact time' => 'H:i',
105 'CNS 7648 compact date' => '"ROC" xoY-m-d (l)',
106 'CNS 7648 compact both' => '"ROC" xoY-m-d (D) H:i',
107];
$fallback
$defaultDateFormat
$dateFormats
$namespaceAliases
$datePreferences
$namespaceNames
$specialPageAliases
const NS_HELP
Definition Defines.php:86
const NS_USER
Definition Defines.php:76
const NS_FILE
Definition Defines.php:80
const NS_FILE_TALK
Definition Defines.php:81
const NS_HELP_TALK
Definition Defines.php:87
const NS_USER_TALK
Definition Defines.php:77
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:37