init
This commit is contained in:
59
app/lang/en.php
Executable file
59
app/lang/en.php
Executable 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',
|
||||
'' => '',
|
||||
'' => '',
|
||||
'' => '',
|
||||
'' => '',
|
||||
'' => '',
|
||||
'' => '',
|
||||
'' => '',
|
||||
'' => '',
|
||||
'' => '',
|
||||
'' => '',
|
||||
'' => '',
|
||||
'' => '',
|
||||
'' => '',
|
||||
'' => '',
|
||||
'' => '',
|
||||
'' => '',
|
||||
'' => '',
|
||||
'' => '',
|
||||
'' => '',
|
||||
'' => '',
|
||||
'' => '',
|
||||
'' => '',
|
||||
'' => '',
|
||||
'' => '',
|
||||
'' => '',
|
||||
'' => '',
|
||||
'' => '',
|
||||
'' => '',
|
||||
'' => '',
|
||||
'' => '',
|
||||
'' => '',
|
||||
'' => '',
|
||||
'' => '',
|
||||
'' => '',
|
||||
'' => '',
|
||||
];
|
||||
Reference in New Issue
Block a user