Skip to content

Commit 8aea337

Browse files
tzbkkdokuwiki-translate
authored andcommitted
translation update
1 parent b06deeb commit 8aea337

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

lib/plugins/extension/lang/zh/lang.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
/**
44
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
55
*
6+
* @author Haolin Xue <[email protected]>
67
* @author Luna Shirase <[email protected]>
78
* @author Mr_Fang <[email protected]>
89
* @author chuachua <[email protected]>
@@ -77,6 +78,8 @@
7778
$lang['msg_disabled'] = '插件 %s 已禁用';
7879
$lang['msg_delete_success'] = '%s 扩展没有安装';
7980
$lang['msg_delete_failed'] = '卸载扩展 %s 失败';
81+
$lang['msg_install_success'] = '成功安装拓展 %s';
82+
$lang['msg_update_success'] = '成功更新拓展 %s';
8083
$lang['msg_upload_failed'] = '上传文件失败';
8184
$lang['msg_nooverwrite'] = '扩展名 %s 已存在,因此不会被覆盖;要覆盖,请选中覆盖选项。';
8285
$lang['missing_dependency'] = '缺少或者被禁用的依赖: %s';
@@ -103,3 +106,7 @@
103106
$lang['repo_badresponse'] = '插件库返回无效响应。';
104107
$lang['repo_error'] = '无法连接到扩展库。请确定您的服务器可以连接 www.dokuwiki.org 并检查您的代理设置。';
105108
$lang['nossl'] = '您的 PHP 似乎不支持 SSL,这将导致无法下载多数 DokuWiki 扩展。';
109+
$lang['popularity_high'] = '这是最流行的拓展之一';
110+
$lang['popularity_medium'] = '这个拓展很流行';
111+
$lang['popularity_low'] = '这个拓展获得了很多人的兴趣';
112+
$lang['details'] = '细节';

lib/plugins/usermanager/lang/zh/lang.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
/**
44
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
55
*
6+
* @author Haolin Xue <[email protected]>
67
* @author Phy <[email protected]>
78
* @author ZDYX <[email protected]>
89
* @author http://www.chinese-tools.com/tools/converter-tradsimp.html
@@ -47,6 +48,7 @@
4748
$lang['nonefound'] = '没有找到用户。数据库中共有 %d 名用户。';
4849
$lang['delete_ok'] = '%d 个用户删除成功';
4950
$lang['delete_fail'] = '%d 个用户删除失败。';
51+
$lang['delete_fail_self'] = '你不能删除你自己';
5052
$lang['update_ok'] = '用户更新成功';
5153
$lang['update_fail'] = '用户更新失败';
5254
$lang['update_exists'] = '用户名更改失败,您指定的用户名(%s)已存在(其他更改将立即生效)。';

0 commit comments

Comments
 (0)