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'=>'Too frequent operation!',
|
|
'cancel collection success'=>'Cancel collection success!',
|
|
'cancel collection failed'=>'Cancel collection failed!',
|
|
'comment not open'=>'Comment not open!',
|
|
'comment success'=>'Comment success!',
|
|
'comment failed'=>'Comment failed!',
|
|
'member not exist'=>'This member does not exist!',
|
|
'message success'=>'Message success!',
|
|
'message failed'=>'Message failed!',
|
|
'keywords empty'=>'Keywords cannot be empty!',
|
|
'username empty'=>'Phone/email/username can not be empty!',
|
|
'user disabled'=>'This user has been disabled!',
|
|
'activation code generation failed'=>'Activation code generation failed!',
|
|
'email not the same as registered email'=>'Email is not the same as registered email!',
|
|
'emal text'=>'Hello,#username#<br>Please click or copy the link below for password reset:<br>',
|
|
'pwd reset'=>'Password reset',
|
|
'activated'=>'Your account has been activated, no need to activate again!',
|
|
'no registered email'=>'Your have not register email, can not activate your account!',
|
|
'send active email success'=>'The activation mail sent successfully, please check your email and activate!',
|
|
'send active email failed'=>'The activation mail sent failed, please try again later!',
|
|
'send pwd reset email success'=>'The password reset mail sent successfully, please check your email and reset!',
|
|
'send pwd reset email failed'=>'The password reset mail sent failed, please try again later!',
|
|
'pwd reset success'=>'Password reset success,please login again!',
|
|
'pwd reset failed'=>'Password reset failed!',
|
|
'pwd length'=>'Password length of 5, the largest 20 !',
|
|
'pwd reset hash empty'=>'Password reset hash can not be empty!',
|
|
'pwd reset hash incorrect'=>'Password reset hash incorrect!',
|
|
'username format incorrect'=>'Username contains "{:stripChar}" and other illegal characters!',
|
|
'username exists'=>'Username or email already exists!',
|
|
'register success'=>'Register success!',
|
|
'register failed'=>'Register failed!',
|
|
'active failed'=>'Active failed!',
|
|
'active success'=>'Active success!',
|
|
'bound already'=>'You have already bound this account!',
|
|
'bound other account'=>'This account has been bound by the other account!',
|
|
'bind success'=>'Bind success!',
|
|
'bind failed'=>'Bind failed!',
|
|
'get qq info failed'=>'Get qq info failed',
|
|
'get sina weibo info failed'=>'Get sina weibo info failed',
|
|
'favorite failed'=>'Favorite failed!',
|
|
'favorite success'=>'Favorite success!',
|
|
'favorited already'=>'Favorited already!',
|
|
'dolike success'=>'Dolike success!',
|
|
'dolike already'=>'Dolike already!',
|
|
];
|
|
|