why.xingtongworld.com项目
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.0 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'=>'省',
'city'=>'市(地区)',
'town'=>'镇(区)',
'not logged'=>'您还没有登录!',
'success'=>'成功!',
'failed'=>'失败!',
'save success'=>'保存成功!',
'save failed'=>'保存失败!',
'old pwd empty'=>'原始密码不能为空!',
'old pwd not correct'=>'原始密码不正确!',
'new pwd empty'=>'新密码不能为空!',
'pwd not same'=>'新密码与确认密码不一致!',
'new pwd the same as old pwd'=>'新密码不能和原始密码相同!',
'revise success'=>'修改成功!',
'revise failed'=>'修改失败!',
'avatar update success'=>'头像更新成功!',
'avatar update failed'=>'头像更新失败!',
'submission mode incorrect'=>'提交方式不正确!',
'operation not valid'=>'此操作无效!',
'verifiy incorrect'=>'验证码错误!',
'pwd empty'=>'密码不能为空!',
'username or pwd incorrect'=>'用户名或者密码错误,重新输入!',
'login success'=>'登陆成功!',
'login failed'=>'登陆失败!',
'email empty'=>'邮箱不能为空!',
'email format incorrect'=>'邮箱格式不正确!',
'repassword empty'=>'重复密码不能为空!',
'repassword incorrect'=>'确认密码不正确!',
'parameter error'=>'参数错误!',
'pwd'=>'密码',
'delete'=>'删除',
'title'=>'标题',
'description'=>'描述',
'operation'=>'操作',
'save'=>'保存',
'edit'=>'编辑',
'admin manage'=>'后台管理',
];