骏飞影业微信小程序API
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.
 
 
 
 
 

52 lines
2.1 KiB

<?php
// +----------------------------------------------------------------------
// | 中文语言包
// +----------------------------------------------------------------------
return [
// 通用
'category not found' => '未找到对应栏目',
'please input keywords' => '请输入关键词',
'captcha error' => '验证码错误',
'edit success' => '修改成功',
'no data' => '暂无数据',
'all' => '全部',
'return to previous page' => '返回上一页',
'jump now' => '立即跳转',
// 跳转页
'jump tips' => '跳转提示',
'the page will' => '页面将在',
'jump in seconds' => '秒后自动跳转',
// 用户中心
'password error' => '帐号或密码错误',
'login success' => '登录成功',
'user disabled' => '用户已被禁用',
'password length error' => '密码长度不能低于 %d 位',
'password disaccord' => '两次输入的密码不一致',
'email registered' => '邮箱已被注册',
'register success' => '注册成功',
'register error' => '注册失败',
'register empty' => '请输入邮箱、密码和确认密码',
'old password error' => '原密码输入有误',
'password change success' => '密码修改成功',
'mobile number exists' => '手机号已存在',
// 阅读权限
'need login' => '请先登录',
'user type not enough' => '需要 %s 以上等级用户才可查看',
// 留言
'input required' => '%s 为必填项',
'need to check' => '%s 为必选项',
'message success' => '留言成功',
'message error' => '留言失败',
// 邮件发送
'email title' => 'SIYUCMS提醒:您的网站有新的留言',
'email format error' => '邮箱格式有误',
'email send success' => '邮件发送成功',
'email send error' => '邮件发送失败',
];