This commit is contained in:
2024-10-29 14:04:59 +08:00
commit 48bf3e6f33
2839 changed files with 762707 additions and 0 deletions

59
app/lang/en.php Executable file
View File

@@ -0,0 +1,59 @@
<?php
return [
'online' => 'online',
'main navigation' => 'main navigation',
'article management' => 'article management',
//错误验证提示
'no permission to operate' => 'You do not have permission to operate, please contact the super administrator to assign permissions',
'required field' => 'required field',
'can not be empty' => 'can not be empty',
'this value already exists' => 'this value already exists',
'operation error' => 'operation error',
//'incorrect operation' => 'The data is incorrect, please check and then operate',
'incorrect operation' => 'The data is incorrect, please check and then operate',
'failure' => 'failure',
'success' => 'success',
'error' => 'error',
'unknown error' => 'unknown error',
'operation failed' => 'operation failed',
'operation successed' => 'operation successed',
'illegal request' => 'Illegal request',
'user name' => 'user name',
'user password' => 'user password',
'' => '',
'' => '',
'' => '',
'' => '',
'' => '',
'' => '',
'' => '',
'' => '',
'' => '',
'' => '',
'' => '',
'' => '',
'' => '',
'' => '',
'' => '',
'' => '',
'' => '',
'' => '',
'' => '',
'' => '',
'' => '',
'' => '',
'' => '',
'' => '',
'' => '',
'' => '',
'' => '',
'' => '',
'' => '',
'' => '',
'' => '',
'' => '',
'' => '',
'' => '',
'' => '',
];

26
app/lang/zh-cn.php Executable file
View File

@@ -0,0 +1,26 @@
<?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' => '用户密码',
];