diff options
author | Andreas Gohr <andi@splitbrain.org> | 2014-03-05 15:25:20 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2014-03-05 15:25:20 +0100 |
commit | 1b876e64690e8bbbdc1eb747d2d29bc19803e745 (patch) | |
tree | b1c016c48f584d23620961a8a3c7068fde1c4aa9 | |
parent | 5fc8e2cfee706ae311a4ec4c2b57aa8515bf42e9 (diff) | |
parent | 9a9ddee0317986914ffa1990917c4267b04b5370 (diff) | |
download | dokuwiki-1b876e64690e8bbbdc1eb747d2d29bc19803e745.tar.gz dokuwiki-1b876e64690e8bbbdc1eb747d2d29bc19803e745.zip |
Merge pull request #585 from dokuwiki-translate/lang_update_90
Translation update (zh)
-rw-r--r-- | inc/lang/zh/lang.php | 1 | ||||
-rw-r--r-- | lib/plugins/extension/lang/zh/lang.php | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/inc/lang/zh/lang.php b/inc/lang/zh/lang.php index 57110bae3..8777c65a5 100644 --- a/inc/lang/zh/lang.php +++ b/inc/lang/zh/lang.php @@ -21,6 +21,7 @@ * @author anjianshi <anjianshi@gmail.com> * @author oott123 <ip.192.168.1.1@qq.com> * @author Cupen <Cupenoruler@foxmail.com> + * @author xiqingongzi <Xiqingongzi@Gmail.com> */ $lang['encoding'] = 'utf-8'; $lang['direction'] = 'ltr'; diff --git a/lib/plugins/extension/lang/zh/lang.php b/lib/plugins/extension/lang/zh/lang.php index b5d77b1dd..b9db01540 100644 --- a/lib/plugins/extension/lang/zh/lang.php +++ b/lib/plugins/extension/lang/zh/lang.php @@ -4,6 +4,7 @@ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * * @author Cupen <Cupenoruler@foxmail.com> + * @author xiqingongzi <Xiqingongzi@Gmail.com> */ $lang['menu'] = '扩展管理器'; $lang['tab_plugins'] = '安装插件'; @@ -31,3 +32,19 @@ $lang['extensionby'] = '<strong>%s</strong> by %s'; $lang['screenshot'] = '%s 的截图'; $lang['popularity'] = '人气: %s%%'; $lang['homepage_link'] = '文档'; +$lang['bugs_features'] = '错误'; +$lang['tags'] = '标签:'; +$lang['author_hint'] = '搜索这个作者的插件'; +$lang['installed'] = '已安装的:'; +$lang['downloadurl'] = '下载地址:'; +$lang['repository'] = '版本库:'; +$lang['unknown'] = '<em>未知的</em>'; +$lang['installed_version'] = '已安装版本:'; +$lang['install_date'] = '您的最后一次升级:'; +$lang['donate'] = '喜欢?'; +$lang['donate_action'] = '捐给作者一杯咖啡钱!'; +$lang['repo_retry'] = '重试'; +$lang['status'] = '现状:'; +$lang['status_installed'] = '已安装的'; +$lang['status_plugin'] = '插件'; +$lang['status_template'] = '模板'; |