skycaiji/SkycaijiApp/lang/zh-cn.php

19 lines
813 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
/*
|--------------------------------------------------------------------------
| SkyCaiji (蓝天采集器)
|--------------------------------------------------------------------------
| Copyright (c) 2018 http://www.skycaiji.com All rights reserved.
|--------------------------------------------------------------------------
| 使用协议 http://www.skycaiji.com/licenses
|--------------------------------------------------------------------------
*/
return array(
'appname'=>'蓝天采集器',
'user_error_username'=>'用户名必须由3-15个字符组成',
'user_error_has_username'=>'用户名已经存在!',
'user_error_password'=>'密码必须由6-20位字母、数字和特殊字符组成',
'user_error_repassword'=>'确认密码和密码不一致!',
);
?>