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

19 lines
626 B
PHP

<?php
/**
* Simplified 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'] = '已更新';