122 lines
13 KiB
PHP
122 lines
13 KiB
PHP
<?php
|
||
return [
|
||
'Please login first' => '请先登录!',
|
||
'No background menu, please contact super administrator!' => '无后台菜单,请联系超级管理员!',
|
||
'You have already logged in. There is no need to log in again~' => '您已经登录过了,无需重复登录~',
|
||
'Login succeeded!' => '登录成功!',
|
||
'Incorrect user name or password!' => '用户名或密码不正确!',
|
||
'Login' => '登录',
|
||
'Logout' => '注销登录',
|
||
'Please input correct password' => '请输入正确的密码',
|
||
'You have no permission' => '没有权限操作!',
|
||
'Username' => '用户名',
|
||
'Password' => '密码',
|
||
'Nickname' => '昵称',
|
||
'Email' => '邮箱',
|
||
'Mobile' => '手机号',
|
||
'Captcha' => '验证码',
|
||
'CaptchaId' => '验证码ID',
|
||
'Please enter the correct verification code' => '请输入正确的验证码!',
|
||
'Captcha error' => '验证码错误!',
|
||
'Parameter %s can not be empty' => '参数%s不能为空',
|
||
'Record not found' => '记录未找到',
|
||
'No rows were added' => '未添加任何行',
|
||
'No rows were deleted' => '未删除任何行',
|
||
'No rows updated' => '未更新任何行',
|
||
'Update successful' => '更新成功!',
|
||
'Added successfully' => '添加成功!',
|
||
'Deleted successfully' => '删除成功!',
|
||
'Parameter error' => '参数错误!',
|
||
'Please use the %s field to sort before operating' => '请使用 %s 字段排序后再操作',
|
||
'File uploaded successfully' => '文件上传成功!',
|
||
'No files were uploaded' => '没有文件被上传',
|
||
'The uploaded file format is not allowed' => '上传的文件格式未被允许',
|
||
'The uploaded image file is not a valid image' => '上传的图片文件不是有效的图像',
|
||
'The uploaded file is too large (%sMiB), Maximum file size:%sMiB' => '上传的文件太大(%sM),最大文件大小:%sM',
|
||
'No files have been uploaded or the file size exceeds the upload limit of the server' => '没有文件被上传或文件大小超出服务器上传限制!',
|
||
'Topic format error' => '上传存储子目录格式错误!',
|
||
'Driver %s not supported' => '不支持的驱动:%s',
|
||
'Unknown' => '未知',
|
||
// 权限类语言包-s
|
||
'Super administrator' => '超级管理员',
|
||
'No permission' => '无权限',
|
||
'%first% etc. %count% items' => '%first% 等 %count% 项',
|
||
'Please select rules' => '请选择权限',
|
||
'You cannot modify your own management group!' => '不能修改自己所在的管理组!',
|
||
'You need to have all permissions of this group to operate this group~' => '您需要拥有该分组的所有权限才可以操作该分组~',
|
||
'You need to have all the permissions of the group and have additional permissions before you can operate the group~' => '您需要拥有该分组的所有权限且还有额外权限时,才可以操作该分组~',
|
||
'Role group has all your rights, please contact the upper administrator to add or do not need to add!' => '角色组拥有您的全部权限,请联系上级管理员添加或无需添加!',
|
||
'The group permission node exceeds the range that can be allocated' => '分组权限节点超出可分配范围,请刷新重试~',
|
||
'Account not exist' => '帐户不存在',
|
||
'Account disabled' => '帐户已禁用',
|
||
'Token login failed' => '令牌登录失败',
|
||
'Username is incorrect' => '用户名不正确',
|
||
'Please try again after 1 day' => '登录失败次数超限,请在1天后再试',
|
||
'Password is incorrect' => '密码不正确',
|
||
'You are not logged in' => '你没有登录',
|
||
// 权限类语言包-e
|
||
// 时间格式化-s
|
||
'%d second%s ago' => '%d秒前',
|
||
'%d minute%s ago' => '%d分钟前',
|
||
'%d hour%s ago' => '%d小时前',
|
||
'%d day%s ago' => '%d天前',
|
||
'%d week%s ago' => '%d周前',
|
||
'%d month%s ago' => '%d月前',
|
||
'%d year%s ago' => '%d年前',
|
||
'%d second%s after' => '%d秒后',
|
||
'%d minute%s after' => '%d分钟后',
|
||
'%d hour%s after' => '%d小时后',
|
||
'%d day%s after' => '%d天后',
|
||
'%d week%s after' => '%d周后',
|
||
'%d month%s after' => '%d月后',
|
||
'%d year%s after' => '%d年后',
|
||
// 时间格式化-e
|
||
'Cache cleaned~' => '缓存已清理,请刷新后台~',
|
||
'Please delete the child element first, or use batch deletion' => '请首先删除子元素,或使用批量删除!',
|
||
'Configuration write failed: %s' => '配置写入失败:%s',
|
||
'Token expiration' => '登录态过期,请重新登录!',
|
||
'Method not allowed' => '方法不允许',
|
||
'Variable name' => '变量名',
|
||
'type' => '类型',
|
||
'title' => '标题',
|
||
'name' => '名称',
|
||
'user_id' => '用户ID',
|
||
'score' => '积分',
|
||
'memo' => '备注',
|
||
'money' => '金额',
|
||
'Rollback successful' => '回滚成功!',
|
||
'No rows were rolled back' => '未回滚任何行',
|
||
'Avatar modified successfully!' => '头像修改成功!',
|
||
'Failed to load cloud data' => '加载云端数据失败',
|
||
'Log start' => '日志开始',
|
||
'Parse field data' => '解析字段数据',
|
||
'Generate check' => '生成校验',
|
||
'Install module' => '安装模块',
|
||
'Change module state' => '修改模块状态',
|
||
'Uninstall module' => '卸载模块',
|
||
'Upload module' => '上传模块',
|
||
'upload' => '上传',
|
||
'Data table does not exist' => '数据表不存在',
|
||
'Change terminal config' => '修改终端配置',
|
||
'Failed to modify the terminal configuration. Please modify the configuration file manually:%s' => '修改终端配置失败,请手动修改配置文件:%s',
|
||
'Clear cache' => '清除缓存',
|
||
'The current page configuration item was updated successfully' => '当前页配置项更新成功!',
|
||
'This is a test email' => '这是一封测试邮件',
|
||
'Congratulations, receiving this email means that your email service has been configured correctly' => '恭喜,收到此邮件说明您的邮件服务已配置正确',
|
||
'Test mail sent successfully~' => '测试邮件发送成功~',
|
||
'Name' => '名称',
|
||
'Data Fields' => '数据字段',
|
||
'Controller' => '控制器',
|
||
'Data Table' => '数据表',
|
||
'Primary Key' => '主键',
|
||
'Restore successful' => '恢复成功!',
|
||
'No rows were restore' => '未恢复任何行',
|
||
'%d records and files have been deleted' => '已删除%d条记录和文件',
|
||
'Please input correct username' => '请输入正确的用户名',
|
||
'Group Name Arr' => '分组名称数组',
|
||
'Push succeeded' => '推送成功',
|
||
'Manual push failed' => '手动推送失败',
|
||
'PlayX API not configured' => 'PlayX 接口未配置',
|
||
'Current grant status cannot be manually pushed' => '当前发放状态不可手动推送',
|
||
'Order status must be PENDING' => '订单状态须为处理中',
|
||
]; |