MediaWiki REL1_35
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:82
const NS_USER
Definition Defines.php:72
const NS_FILE
Definition Defines.php:76
const NS_FILE_TALK
Definition Defines.php:77
const NS_HELP_TALK
Definition Defines.php:83
const NS_USER_TALK
Definition Defines.php:73