60 lines
1.5 KiB
PHP
Executable File
60 lines
1.5 KiB
PHP
Executable File
<?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',
|
|
'' => '',
|
|
'' => '',
|
|
'' => '',
|
|
'' => '',
|
|
'' => '',
|
|
'' => '',
|
|
'' => '',
|
|
'' => '',
|
|
'' => '',
|
|
'' => '',
|
|
'' => '',
|
|
'' => '',
|
|
'' => '',
|
|
'' => '',
|
|
'' => '',
|
|
'' => '',
|
|
'' => '',
|
|
'' => '',
|
|
'' => '',
|
|
'' => '',
|
|
'' => '',
|
|
'' => '',
|
|
'' => '',
|
|
'' => '',
|
|
'' => '',
|
|
'' => '',
|
|
'' => '',
|
|
'' => '',
|
|
'' => '',
|
|
'' => '',
|
|
'' => '',
|
|
'' => '',
|
|
'' => '',
|
|
'' => '',
|
|
'' => '',
|
|
];
|