27 lines
943 B
PHP
Executable File
27 lines
943 B
PHP
Executable File
<?php
|
|
|
|
return [
|
|
// 自定义
|
|
'online' => '在线',
|
|
'main navigation' => '主导航',
|
|
'article management' => '文章管理',
|
|
//错误验证提示
|
|
'illegal request' => '非法请求',
|
|
'no permission to operate' => '您没有操作权限,请联系超级管理员分配权限',
|
|
'required field' => '必填项',
|
|
'can not be empty' => '不能为空',
|
|
'this value already exists' => '该值已经存在',
|
|
'operation error' => '操作错误',
|
|
//'incorrect operation' => '数据有误,请检查后再操作',
|
|
'incorrect operation' => '数据有误,请检查后再操作',
|
|
'failure' => '失败',
|
|
'success' => '成功',
|
|
'error' => '错误',
|
|
'unknown error' => '未知错误',
|
|
'operation failed' => '操作失败',
|
|
'operation successed' => '操作成功',
|
|
'illegal request' => '非法请求',
|
|
'user name' => '用户名称',
|
|
'user password' => '用户密码',
|
|
];
|