diff options
author | Phy <git@phy25.com> | 2023-03-06 12:52:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-06 12:52:13 -0500 |
commit | 67854df690c2b989433f4e25ac8d589a71a8eedc (patch) | |
tree | 446518c6d3a921d5d067a9ffa84fe3c4f4c1dc57 /inc | |
parent | bfef05d72b83f1c1ab75787b4f4e03ab5513f3d5 (diff) | |
parent | 24fc7b34de4b016831c01ad7f057af153ca0644d (diff) | |
download | dokuwiki-67854df690c2b989433f4e25ac8d589a71a8eedc.tar.gz dokuwiki-67854df690c2b989433f4e25ac8d589a71a8eedc.zip |
Merge pull request #3904 from dokuwiki-translate/lang_update_585_1678085733
Translation update (zh)
Diffstat (limited to 'inc')
-rw-r--r-- | inc/lang/zh/lang.php | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/inc/lang/zh/lang.php b/inc/lang/zh/lang.php index a76c56179..7eca63a9b 100644 --- a/inc/lang/zh/lang.php +++ b/inc/lang/zh/lang.php @@ -3,6 +3,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * + * @author better <betterzhubo@live.com> * @author 小李 <szsd5257@foxmail.com> * @author VinnieChow <zsz33@qq.com> * @author Lakejason0 <lakesarchive@outlook.com> @@ -85,16 +86,16 @@ $lang['btn_deleteuser'] = '移除我的账户'; $lang['btn_img_backto'] = '返回到 %s'; $lang['btn_mediaManager'] = '在媒体管理器中查看'; $lang['loggedinas'] = '登录为:'; -$lang['user'] = '账号'; +$lang['user'] = '用户名'; $lang['pass'] = '密码'; $lang['newpass'] = '请输入新密码'; $lang['oldpass'] = '请输入当前密码'; $lang['passchk'] = '请再输一次'; $lang['remember'] = '记住我'; -$lang['fullname'] = '昵称'; +$lang['fullname'] = '全名'; $lang['email'] = 'E-Mail'; $lang['profile'] = '用户信息'; -$lang['badlogin'] = '对不起,账号或密码错误。'; +$lang['badlogin'] = '对不起,用户名或密码错误。'; $lang['badpassconfirm'] = '对不起,密码错误'; $lang['minoredit'] = '细微修改'; $lang['draftdate'] = '草稿自动保存于'; @@ -159,7 +160,7 @@ $lang['search_past_year'] = '去年'; $lang['search_sort_by_hits'] = '按照点击率排序'; $lang['search_sort_by_mtime'] = '按照最新更新时间排序'; $lang['regmissing'] = '对不起,您必须填写所有的字段。'; -$lang['reguexists'] = '对不起,该账号已经存在。'; +$lang['reguexists'] = '对不起,该用户名已经存在。'; $lang['regsuccess'] = '新用户已建立,密码将通过电子邮件发送给您。'; $lang['regsuccess2'] = '新用户已建立'; $lang['regfail'] = '用户不能被创建。'; @@ -170,7 +171,7 @@ $lang['regpwmail'] = '您的 DokuWiki 密码'; $lang['reghere'] = '还没有账号?立即注册'; $lang['profna'] = '本维基不允许修改个人信息'; $lang['profnochange'] = '没有改动,不进行操作。'; -$lang['profnoempty'] = '不允许使用空的账号或邮件地址。'; +$lang['profnoempty'] = '不允许使用空的用户名或邮件地址。'; $lang['profchanged'] = '用户信息更新成功。'; $lang['profnodelete'] = '这个 wiki 不支持删除用户'; $lang['profdeleteuser'] = '删除账号'; |