From 34ae4fb17a6ecc79b09b32e229bc01aabf276239 Mon Sep 17 00:00:00 2001 From: lempel <riverlempel@hotmail.com> Date: Sun, 28 Jan 2018 16:41:18 +0100 Subject: [PATCH] translation update --- lib/plugins/extension/lang/zh/lang.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/plugins/extension/lang/zh/lang.php b/lib/plugins/extension/lang/zh/lang.php index c603a87d9..622a007b4 100644 --- a/lib/plugins/extension/lang/zh/lang.php +++ b/lib/plugins/extension/lang/zh/lang.php @@ -3,6 +3,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * + * @author lempel <riverlempel@hotmail.com> * @author Cupen <Cupenoruler@foxmail.com> * @author xiqingongzi <Xiqingongzi@Gmail.com> * @author qinghao <qingxianhao@gmail.com> @@ -70,6 +71,7 @@ $lang['status_template'] = '模æ¿'; $lang['status_bundled'] = '内建'; $lang['msg_enabled'] = 'æ’件 %s å·²å¯ç”¨'; $lang['msg_disabled'] = 'æ’件 %s å·²ç¦ç”¨'; +$lang['msg_delete_success'] = '%s 扩展没有安装'; $lang['msg_delete_failed'] = 'å¸è½½æ‰©å±• %s 失败'; $lang['msg_template_install_success'] = 'æ¨¡æ¿ %s 安装æˆåŠŸ'; $lang['msg_template_update_success'] = 'æ¨¡æ¿ %s æ›´æ–°æˆåŠŸ'; -- GitLab