diff --git a/inc/lang/zh/lang.php b/inc/lang/zh/lang.php index 96c6fd4d9b3a672008943ae0cdb94dfa157e370b..645a713b0b4a1b7808792e55c9df51b2cba25b3a 100644 --- a/inc/lang/zh/lang.php +++ b/inc/lang/zh/lang.php @@ -30,6 +30,7 @@ * @author tai <tai_tang@126.com> * @author é«˜åš <bobnemo1983@gmail.com> * @author hznupeter <qiujiongtao@163.com> + * @author kuma <kuma000@qq.com> */ $lang['encoding'] = 'utf-8'; $lang['direction'] = 'ltr'; diff --git a/inc/lang/zh/stopwords.txt b/inc/lang/zh/stopwords.txt index bc6eb48aea08f241e220bc59d6d6851acfb8e381..759d4707dd2ca213283fda1cfe172468053fe234 100644 --- a/inc/lang/zh/stopwords.txt +++ b/inc/lang/zh/stopwords.txt @@ -1,7 +1,7 @@ -# This is a list of words the indexer ignores, one word per line -# When you edit this file be sure to use UNIX line endings (single newline) -# No need to include words shorter than 3 chars - these are ignored anyway -# This list is based upon the ones found at http://www.ranks.nl/stopwords/ +# 这是一个索引器忽略的å•è¯åˆ—表,æ¯è¡Œä¸€ä¸ªå•è¯ +# å½“ä½ ç¼–è¾‘è¿™ä¸ªæ–‡ä»¶ä¸€å®šè¦ä½¿ç”¨UNIX行结尾(å•æ¢è¡Œç¬¦) +# ä¸éœ€è¦åŒ…括å—çŸäºŽ3å—符——这些都被忽略 +# 这个列表是基于æ¤æ”¹è¿›çš„ http://www.ranks.nl/stopwords/ about are and diff --git a/lib/plugins/config/lang/zh/lang.php b/lib/plugins/config/lang/zh/lang.php index 60662c0603ed80669fc3b33a9e7110cdd629310c..5463f50d233763aa148ba0ded000866b75ae4459 100644 --- a/lib/plugins/config/lang/zh/lang.php +++ b/lib/plugins/config/lang/zh/lang.php @@ -20,6 +20,7 @@ * @author tai <tai_tang@126.com> * @author é«˜åš <bobnemo1983@gmail.com> * @author hznupeter <qiujiongtao@163.com> + * @author kuma <kuma000@qq.com> */ $lang['menu'] = 'é…置设置'; $lang['error'] = '由于éžæ³•å‚数,设置没有更新。请检查您åšçš„改动并é‡æ–°æ交。 @@ -156,6 +157,8 @@ $lang['renderer_xhtml'] = 'ä¸»ç»´åŸºé¡µé¢ (xhtml) 输出使用的渲染' $lang['renderer__core'] = '%s(DokuWiki å†…æ ¸ï¼‰'; $lang['renderer__plugin'] = '%s(æ’件)'; $lang['dnslookups'] = 'Dokuwiki 将会查询用户编辑页é¢çš„远程 IP 地å€çš„主机å。如果您的 DNS æœåŠ¡å™¨æ¯”较缓慢或者ä¸å·¥ä½œï¼Œæˆ–者您ä¸æƒ³è¦è¿™ä¸ªåŠŸèƒ½ï¼Œè¯·ç¦ç”¨æ¤é€‰é¡¹ã€‚'; +$lang['jquerycdn'] = 'jQueryå’ŒjQuery UI脚本文件应该从CDNåŠ è½½å—? +è¿™å¢žåŠ äº†é¢å¤–çš„HTTP请求,ä½†æ–‡ä»¶åŠ è½½æ›´å¿«,用户å¯èƒ½å·²ç»ç¼“å˜äº†ã€‚'; $lang['jquerycdn_o_0'] = '没有CDN,åªæœ‰æœ¬åœ°åº“。'; $lang['jquerycdn_o_jquery'] = '在code.jquery.com上的CDN'; $lang['jquerycdn_o_cdnjs'] = '在cdnjs.com上的CDN';