website_jukni/dokuwiki/lib/plugins/searchindex/lang/zh-tw/lang.php
2017-12-29 15:51:59 +01:00

21 lines
617 B
PHP

<?php
/**
* Traditional Chinese language file
*/
$lang['menu'] = '搜尋索引管理器';
$lang['update'] = '更新索引';
$lang['update_tip'] = '只更新搜尋索引 (通常較快)';
$lang['rebuild'] = '重建索引';
$lang['rebuild_tip'] = '刪除並重新建立搜尋索引';
$lang['js']['indexing'] = '正在索引:';
$lang['js']['done'] = '完成索引。';
$lang['js']['pages'] = '找到 %d 個頁面。';
$lang['js']['clearing'] = '清除索引...';
$lang['js']['finding'] = '尋找頁面...';
$lang['js']['notindexed'] = '已略過:已是最新';
$lang['js']['indexed'] = '已更新';