跳转到内容

维基百科:用戶介面翻譯/MessagesZh hk.php

本页使用了标题或全文手工转换
维基百科,自由的百科全书

这是Wikipedia:用戶介面翻譯/MessagesZh hk.php当前版本,由SunAfterRain留言 | 贡献编辑于2020年11月22日 (日) 14:02。这个网址是本页该版本的固定链接。

(差异) ←上一修订 | 最后版本 (差异) | 下一修订→ (差异)

<?php
/**
  * Chinese (Hong Kong) (中文 (香港))
  *
  * @addtogroup Language
  */

$fallback = 'zh-hant';

$messages = array(
# User preference toggles
'tog-watchlisthidebots' => '監視列表中隱藏機械人的編輯',

'printableversion' => '可打印版',
'print'            => '打印',

# 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).
'privacy'     => '私隱政策',
'privacypage' => 'Project:私隱政策',

# Groups
'group-bot' => '機械人',

'group-bot-member' => '機械人',

'grouppage-bot' => '{{ns:project}}:機械人',

# Recent changes
'rcshowhidebots' => '$1機械人的編輯',

# Watchlist
'watchlist-show-bots' => '顯示機械人的編輯',
'watchlist-hide-bots' => '隱藏機械人的編輯',

# Tooltip help for the actions
'tooltip-t-print' => '這個頁面的可打印版本',

# Special:Newimages
'showhidebots' => '($1機械人)',

);