summaryrefslogtreecommitdiff
path: root/languages/messages/MessagesZh_tw.php
blob: 2a79ea9a0527fac9c8ae6e693f18cf6e46d161d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<?php
/** Chinese (Taiwan) (‪中文(台灣)‬)
 *
 * To improve a translation please visit https://translatewiki.net
 *
 * @ingroup Language
 * @file
 *
 * @author Alexsh
 * @author Andrew971218
 * @author BobChao
 * @author Ianbu
 * @author Jidanni
 * @author Mark85296341
 * @author Pbdragonwang
 * @author PhiLiP
 * @author Roc michael
 * @author Shizhao
 * @author Urhixidur
 * @author Wong128hk
 * @author Zerng07
 * @author לערי ריינהארט
 */

$fallback = 'zh-hant, zh-hans';

$namespaceNames = array(
	NS_USER             => '使用者',
	NS_USER_TALK        => '使用者討論',
	NS_HELP             => '使用說明',
	NS_HELP_TALK        => '使用說明討論',
);

$namespaceAliases = array(
	'Image' => NS_FILE,
	'Image_talk' => NS_FILE_TALK,
	"圖片" => NS_FILE,
	"圖片討論" => NS_FILE_TALK,
);

$specialPageAliases = array(
	'Allmessages'               => array( '所有訊息' ),
	'Ancientpages'              => array( '最舊頁面' ),
	'Block'                     => array( '封鎖使用者' ),
	'CreateAccount'             => array( '建立帳號' ),
	'FileDuplicateSearch'       => array( '搜尋重復檔案' ),
	'Invalidateemail'           => array( '無法識別的電郵位址' ),
	'LinkSearch'                => array( '搜尋網頁連結' ),
	'Listfiles'                 => array( '檔案清單' ),
	'Listredirects'             => array( '重新導向頁面清單' ),
	'Lockdb'                    => array( '鎖定資料庫' ),
	'MIMEsearch'                => array( 'MIME搜尋' ),
	'Newimages'                 => array( '新增檔案' ),
	'Randomredirect'            => array( '隨機重新導向頁面' ),
	'Recentchanges'             => array( '近期變動' ),
	'Revisiondelete'            => array( '刪除或恢復版本' ),
	'Unblock'                   => array( '解除封鎖' ),
	'Unlockdb'                  => array( '解除資料庫鎖定' ),
	'Unwatchedpages'            => array( '未被監視的頁面' ),
	'Userrights'                => array( '使用者權限' ),
	'Watchlist'                 => array( '監視清單' ),
	'Whatlinkshere'             => array( '連入頁面' ),
	'Withoutinterwiki'          => array( '沒有跨語言連結的頁面' ),
);

$datePreferences = array(
	'default',
	'minguo',
	'minguo shorttext',
	'minguo text',
	'minguo fulltext',
	'CNS 7648',
	'CNS 7648 compact',
	'ISO 8601',
);

$defaultDateFormat = 'zh';

$dateFormats = array(
	'zh time'                => 'H:i',
	'zh date'                => 'Y年n月j日 (l)',
	'zh both'                => 'Y年n月j日 (D) H:i',

	'minguo time'            => 'H:i',
	'minguo date'            => 'xoY年n月j日 (l)',
	'minguo both'            => 'xoY年n月j日 (D) H:i',

	'minguo shorttext time'  => 'H:i',
	'minguo shorttext date'  => '民xoY年n月j日 (l)',
	'minguo shorttext both'  => '民xoY年n月j日 (D) H:i',

	'minguo text time'       => 'H:i',
	'minguo text date'       => '民國xoY年n月j日 (l)',
	'minguo text both'       => '民國xoY年n月j日 (D) H:i',

	'minguo fulltext time'   => 'H:i',
	'minguo fulltext date'   => '中華民國xoY年n月j日 (l)',
	'minguo fulltext both'   => '中華民國xoY年n月j日 (D) H:i',

	'CNS 7648 time'          => 'H:i',
	'CNS 7648 date'          => '"R.O.C." xoY-m-d (l)',
	'CNS 7648 both'          => '"R.O.C." xoY-m-d (D) H:i',

	'CNS 7648 compact time'  => 'H:i',
	'CNS 7648 compact date'  => '"ROC" xoY-m-d (l)',
	'CNS 7648 compact both'  => '"ROC" xoY-m-d (D) H:i',
);