From 36dccdcd9085dd2e120b1c2276ef25dea11c54c7 Mon Sep 17 00:00:00 2001 From: kuma <kuma000@qq.com> Date: Sat, 25 Feb 2017 14:01:12 +0100 Subject: [PATCH] translation update --- inc/lang/zh/lang.php | 1 + inc/lang/zh/stopwords.txt | 8 ++++---- lib/plugins/config/lang/zh/lang.php | 3 +++ 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/inc/lang/zh/lang.php b/inc/lang/zh/lang.php index 96c6fd4d9..645a713b0 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 bc6eb48ae..759d4707d 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 60662c060..5463f50d2 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'; -- GitLab