维基百科:用户界面翻译/MessagesZh tw.php

<?php
/**
  * Chinese (Taiwan) (中文 (台灣))
  *
  * @addtogroup Language
  */

$fallback = 'zh-hant';

$messages = array(
'projectpage' => '查看計畫頁面',

# Short words for each namespace, by default used in the 'article' tab in monobook
'nstab-project' => '計畫頁面',

# Tooltip help for the actions
'tooltip-n-portal' => '關於本計畫、你可以做什麼、應該如何做',

);