1<?php 2/** 3 * Chinese Simplified language file 4 * 5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * @author ZDYX <zhangduyixiong@gmail.com> 7 */ 8 9// settings must be present and set appropriately for the language 10$lang['encoding'] = 'utf-8'; 11$lang['direction'] = 'ltr'; 12 13// for admin plugins, the menu prompt to be displayed in the admin menu 14// if set here, the plugin doesn't need to override the getMenuText() method 15$lang['menu'] = '待审核的评论'; 16 17$lang['discussion'] = '评论'; //新版已经修正TOC 问题,翻译之。 18$lang['comment'] = '评论'; 19$lang['comments'] = '评论'; 20$lang['nocomments'] = '无评论'; 21$lang['url'] = '个人主页'; 22$lang['address'] = '通信地址'; 23$lang['date'] = '评论日期'; 24$lang['entercomment'] = '请输入您的评论'; 25$lang['wikisyntax'] = '可以使用维基语法'; 26$lang['older'] = '更早的评论'; 27$lang['newer'] = '更晚的评论'; 28$lang['btn_reply'] = '回复'; 29$lang['btn_hide'] = '隐藏'; 30$lang['btn_show'] = '显示'; 31$lang['btn_change'] = '修改'; 32$lang['statuschanged'] = '讨论状态变化了'; 33$lang['wordblock'] = '您的评论由于类似垃圾评论而被阻止发表。'; 34$lang['moderation'] = '你的评论已添加并且等待审核。'; 35$lang['mail_newcomment'] = '新评论'; 36$lang['subscribe'] = '订阅评论'; 37$lang['noguests'] = '你需要登录发表评论。'; 38 39$lang['status'] = '状态'; 40$lang['off'] = '关'; 41$lang['open'] = '开'; 42$lang['closed'] = '关闭'; 43 44$lang['reply'] = '条回复'; 45$lang['replies'] = '条回复'; 46$lang['newthread'] = '新讨论主题'; 47$lang['toggle_display'] = '隐藏/显示评论'; 48 49//Setup VIM: ex: et ts=2 enc=utf-8 : 50