You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
3.1 KiB
58 lines
3.1 KiB
<?php
|
|
// +----------------------------------------------------------------------
|
|
// | ThinkPHP [ WE CAN DO IT JUST THINK ]
|
|
// +----------------------------------------------------------------------
|
|
// | Copyright (c) 2006~2016 http://thinkphp.cn All rights reserved.
|
|
// +----------------------------------------------------------------------
|
|
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
|
|
// +----------------------------------------------------------------------
|
|
// | Author: liu21st <liu21st@gmail.com>
|
|
// +----------------------------------------------------------------------
|
|
|
|
// 语言包zh-cn文件
|
|
return [
|
|
'frequent operation'=>'操作太频繁,请喝杯咖啡后再试!',
|
|
'cancel collection success'=>'取消收藏成功!',
|
|
'cancel collection failed'=>'取消收藏失败!',
|
|
'comment not open'=>'未开启评论功能!',
|
|
'comment success'=>'评论成功!',
|
|
'comment failed'=>'评论失败!',
|
|
'member not exist'=>'用户不存在!',
|
|
'message success'=>'留言成功!',
|
|
'message failed'=>'留言失败!',
|
|
'keywords empty'=>'关键词不能为空!',
|
|
'username empty'=>'手机号/邮箱/用户名不能为空!',
|
|
'user disabled'=>'该用户已被禁用!',
|
|
'activation code generation failed'=>'激活码生成失败!',
|
|
'email not the same as registered email'=>'邮箱与注册邮箱不一致!',
|
|
'emal text'=>'#username#,您好!<br>请复制下面验证码进行密码重置(如果不是本人操作,请忽略本邮件):<br>',
|
|
'pwd reset'=>'密码重置',
|
|
'activated'=>'您的账号已经激活,无需再次激活!',
|
|
'no registered email'=>'您的账号未设置邮箱,无法激活!',
|
|
'send active email success'=>'激活邮件发送成功,请查收邮件并激活!',
|
|
'send active email failed'=>'激活邮件发送失败,请尝试登录后,手动发送激活邮件!',
|
|
'send pwd reset email failed'=>'密码重置邮件发送失败,请尝试登录后,手动发送密码重置邮件!',
|
|
'send pwd reset email success'=>'密码重置邮件发送成功,请查收邮件并点击连接重置!',
|
|
'pwd reset success'=>'密码重置成功,请登录!',
|
|
'pwd reset failed'=>'密码重置失败!',
|
|
'pwd length'=>'密码长度最小5位,最大20位!',
|
|
'pwd reset hash empty'=>'重设密码激活码不能空!',
|
|
'pwd reset hash incorrect'=>'重置码无效!',
|
|
'username format incorrect'=>'用户名中包含 {:stripChar} 等非法字符!',
|
|
'username exists'=>'用户名或者该邮箱已经存在!',
|
|
'register success'=>'会员注册成功!',
|
|
'register failed'=>'会员注册失败!',
|
|
'active failed'=>'会员激活失败!',
|
|
'active success'=>'会员激活成功!',
|
|
'bound already'=>'您之前已经绑定过此账号!',
|
|
'bound other account'=>'该帐号已被本站其他账号绑定!',
|
|
'bind success'=>'绑定成功!',
|
|
'bind failed'=>'绑定失败!',
|
|
'get qq info failed'=>'获取腾讯QQ用户信息失败',
|
|
'get sina weibo info failed'=>'获取新浪微博用户信息失败',
|
|
'favorite failed'=>'收藏失败!',
|
|
'favorite success'=>'收藏成功!',
|
|
'favorited already'=>'亲,您已收藏过啦!',
|
|
'dolike success'=>'点赞成功!',
|
|
'dolike already'=>'已点过赞了!',
|
|
];
|
|
|