2 /** Chinese (Taiwan) (中文(台灣))
4 * See MessagesQqq.php for message documentation incl. usage of parameters
5 * To improve a translation please visit http://translatewiki.net
11 * @author Andrew971218
15 * @author Mark85296341
16 * @author Pbdragonwang
23 * @author לערי ריינהארט
26 $fallback = 'zh-hant, zh-hans';
28 $namespaceNames = array(
30 NS_USER_TALK
=> '使用者討論',
32 NS_HELP_TALK
=> '使用說明討論',
35 $namespaceAliases = array(
37 'Image_talk' => NS_FILE_TALK
,
39 "圖片討論" => NS_FILE_TALK
,
42 $specialPageAliases = array(
43 'Ancientpages' => array( '最舊頁面' ),
44 'Block' => array( '查封用戶' ),
45 'FileDuplicateSearch' => array( '搜索重復文件' ),
46 'Invalidateemail' => array( '無法識別的電郵地址' ),
47 'LinkSearch' => array( '搜索網頁鏈接' ),
48 'Listredirects' => array( '重定向頁面列表' ),
49 'Lockdb' => array( '鎖定數據庫' ),
50 'MIMEsearch' => array( 'MIME搜索' ),
51 'Randomredirect' => array( '隨機重定向頁面' ),
52 'Recentchanges' => array( '近期變動' ),
53 'Revisiondelete' => array( '刪除或恢復版本' ),
54 'Unblock' => array( '解除封鎖' ),
55 'Unlockdb' => array( '解除數據庫鎖定' ),
56 'Unwatchedpages' => array( '未被監視的頁面' ),
57 'Userrights' => array( '用戶權限' ),
58 'Withoutinterwiki' => array( '沒有跨語言鏈接的頁面' ),
61 $datePreferences = array(
72 $defaultDateFormat = 'zh';
76 'zh date' => 'Y年n月j日 (l)',
77 'zh both' => 'Y年n月j日 (D) H:i',
79 'minguo time' => 'H:i',
80 'minguo date' => 'xoY年n月j日 (l)',
81 'minguo both' => 'xoY年n月j日 (D) H:i',
83 'minguo shorttext time' => 'H:i',
84 'minguo shorttext date' => '民xoY年n月j日 (l)',
85 'minguo shorttext both' => '民xoY年n月j日 (D) H:i',
87 'minguo text time' => 'H:i',
88 'minguo text date' => '民國xoY年n月j日 (l)',
89 'minguo text both' => '民國xoY年n月j日 (D) H:i',
91 'minguo fulltext time' => 'H:i',
92 'minguo fulltext date' => '中華民國xoY年n月j日 (l)',
93 'minguo fulltext both' => '中華民國xoY年n月j日 (D) H:i',
95 'CNS 7648 time' => 'H:i',
96 'CNS 7648 date' => '"R.O.C." xoY-m-d (l)',
97 'CNS 7648 both' => '"R.O.C." xoY-m-d (D) H:i',
99 'CNS 7648 compact time' => 'H:i',
100 'CNS 7648 compact date' => '"ROC" xoY-m-d (l)',
101 'CNS 7648 compact both' => '"ROC" xoY-m-d (D) H:i',