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.
51 lines
2.1 KiB
51 lines
2.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 [
|
|
'province'=>'province',
|
|
'city'=>'city',
|
|
'town'=>'town',
|
|
'not logged'=>'You are not logged in!',
|
|
'success'=>'Success!',
|
|
'failed'=>'Failed!',
|
|
'save success'=>'Save success!',
|
|
'save failed'=>'Save failed!',
|
|
'old pwd empty'=>'The original password can not be empty!',
|
|
'old pwd not correct'=>'The old password is incorrect!',
|
|
'new pwd empty'=>'The new password can not be empty!',
|
|
'pwd not same'=>'New and confirmed passwords are not the same!',
|
|
'new pwd the same as old pwd'=>'The new password cannot be the same as the original password!',
|
|
'revise success'=>'Revise success!',
|
|
'revise failed'=>'Revise failed!',
|
|
'avatar update success'=>'Avatar update success!',
|
|
'avatar update failed'=>'Avatar update failed!',
|
|
'submission mode incorrect'=>'Submission mode is not correct!',
|
|
'operation not valid'=>'This operation is not valid!',
|
|
'verifiy incorrect'=>'Verifiy incorrect!',
|
|
'pwd empty'=>'Password can not be empty!',
|
|
'username or pwd incorrect'=>'Username or password error, Please reinput!',
|
|
'login success'=>'Login success!',
|
|
'login failed'=>'Login failed!',
|
|
'email empty'=>'Email can not be empty!',
|
|
'email format incorrect'=>'Email format is incorrect!',
|
|
'repassword empty'=>'Repassword can not be empty!',
|
|
'repassword incorrect'=>'Repassword incorrect!',
|
|
'parameter error'=>'Parameter error!',
|
|
'pwd'=>'Password',
|
|
'delete'=>'Delete',
|
|
'title'=>'Title',
|
|
'description'=>'Description',
|
|
'operation'=>'Operation',
|
|
'save'=>'Save',
|
|
'edit'=>'Edit',
|
|
'admin manage'=>'Admin manage',
|
|
];
|
|
|