You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
419 B
15 lines
419 B
<?php |
|
// ================================================================== |
|
// 中文语言 |
|
// ================================================================== |
|
|
|
return [ |
|
'lists title' => '后台操作日志数据列表', |
|
'request type' => '请求方式', |
|
'route title' => '路由标题', |
|
'administrator' => '管理员', |
|
'request url' => '路由地址', |
|
'request param' => '请求参数', |
|
|
|
]; |
|
|
|
|