summaryrefslogtreecommitdiff
path: root/languages/messages/MessagesZh_hk.php
diff options
context:
space:
mode:
Diffstat (limited to 'languages/messages/MessagesZh_hk.php')
-rw-r--r--languages/messages/MessagesZh_hk.php111
1 files changed, 67 insertions, 44 deletions
diff --git a/languages/messages/MessagesZh_hk.php b/languages/messages/MessagesZh_hk.php
index 82062591..ee10aa51 100644
--- a/languages/messages/MessagesZh_hk.php
+++ b/languages/messages/MessagesZh_hk.php
@@ -7,67 +7,76 @@
* @ingroup Language
* @file
*
+ * @author Kayau
* @author PhiLiP
* @author Wong128hk
+ * @author Yukiseaside
* @author Yuyu
*/
$fallback = 'zh-hant';
+$fallback8bitEncoding = 'Big5-HKSCS';
+
$messages = array(
# User preference toggles
'tog-watchlisthidebots' => '監視列表中隱藏機械人的編輯',
-'tog-norollbackdiff' => '進行回退後略過差異比較',
# Dates
-'sunday' => '星期日',
-'monday' => '星期一',
-'tuesday' => '星期二',
-'wednesday' => '星期三',
-'thursday' => '星期四',
-'friday' => '星期五',
-'saturday' => '星期六',
-'sun' => '日',
-'mon' => '一',
-'tue' => '二',
-'wed' => '三',
-'thu' => '四',
-'fri' => '五',
-'sat' => '六',
-'january' => '1月',
-'february' => '2月',
-'march' => '3月',
-'april' => '4月',
-'may_long' => '5月',
-'june' => '6月',
-'july' => '7月',
-'august' => '8月',
-'september' => '9月',
-'october' => '10月',
-'november' => '11月',
-'december' => '12月',
-'january-gen' => '一月',
-'february-gen' => '二月',
-'march-gen' => '三月',
-'april-gen' => '四月',
-'may-gen' => '五月',
-'june-gen' => '六月',
-'july-gen' => '七月',
-'august-gen' => '八月',
-'september-gen' => '九月',
-'october-gen' => '十月',
-'november-gen' => '十一月',
-'december-gen' => '十二月',
-'jan' => '1月',
+'january' => '一月',
+'february' => '二月',
+'march' => '三月',
+'april' => '四月',
+'may_long' => '五月',
+'june' => '六月',
+'july' => '七月',
+'august' => '八月',
+'september' => '九月',
+'october' => '十月',
+'november' => '十一月',
+'december' => '十二月',
+
+'navigation' => '導航',
+'tagline' => '從 {{SITENAME}}',
+'search' => '搜尋',
+'searchbutton' => '搜尋',
+'searcharticle' => '進入',
'printableversion' => '可打印版',
+'permalink' => '永久連接',
'print' => '打印',
+'edit' => '編輯',
+'talkpagelinktext' => '對話',
+'personaltools' => '個人工具',
+'toolbox' => '工具箱',
+'jumpto' => '跳到:',
+'jumptonavigation' => '導航',
# All link text and link target definitions of links into project namespace that get used by other message strings, with the exception of user group pages (see grouppage) and the disambiguation template definition (see disambiguations).
+'aboutsite' => '關於 {{SITENAME}}',
+'aboutpage' => 'Project:關於我們',
+'mainpage' => '首頁',
'portal' => '社群入口',
'privacy' => '私隱政策',
'privacypage' => 'Project:私隱政策',
+'editsectionhint' => '編輯段落: $1',
+'red-link-title' => '$1 (頁面不存在)',
+
+# Login and logout pages
+'nav-login-createaccount' => '登入/創造帳戶',
+
+# Revision deletion
+'revdelete-suppress-text' => "壓制'''只'''應用於以下的情況:
+* 不合適的個人資料
+*: ''地址、電話號碼、身份證號碼等。''",
+
+# Diffs
+'editundo' => '回退',
+
+# Search results
+'search-mwsuggest-disabled' => '沒有意見',
+
# Groups
'group-bot' => '機械人',
@@ -76,15 +85,29 @@ $messages = array(
'grouppage-bot' => '{{ns:project}}:機械人',
# Recent changes
-'rcshowhidebots' => '$1機械人的編輯',
+'recentchanges-legend-bot' => '$1 - 機械人編輯',
+'recentchanges-label-bot' => '這次編輯是由機械人進行',
+'rcshowhidebots' => '$1機械人的編輯',
-# Move page
-'move-redirect-suppressed' => '已禁止重新定向',
+# Special:ActiveUsers
+'activeusers-hidebots' => '隱藏機械人',
+
+# Block/unblock
+'contribslink' => '貢獻',
# Tooltip help for the actions
-'tooltip-t-print' => '這個頁面的可打印版本',
+'tooltip-search' => '搜尋 {{SITENAME}}',
+'tooltip-search-go' => '若是真有其頁,則進入相同名字的頁面',
+'tooltip-search-fulltext' => '在此頁面內搜尋此文字',
+'tooltip-n-mainpage' => '回到首頁',
+'tooltip-n-mainpage-description' => '回到首頁',
+'tooltip-n-randompage' => '跳到一個隨機抽取的頁面',
+'tooltip-t-print' => '這個頁面的可打印版本',
# Special:NewFiles
'showhidebots' => '($1機械人)',
+# Special:SpecialPages
+'specialpages' => '特殊頁面',
+
);