mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
H&R add create time filter and bulk delete
This commit is contained in:
@@ -41,6 +41,8 @@ return [
|
||||
'client' => 'Client',
|
||||
'reason' => 'Reason',
|
||||
'change' => 'Change',
|
||||
'created_at_begin' => 'Created at begin',
|
||||
'created_at_end' => 'Created at end',
|
||||
'setting' => [
|
||||
'nav_text' => 'Setting',
|
||||
'backup' => [
|
||||
|
||||
@@ -42,6 +42,8 @@ return [
|
||||
'reason' => '原因',
|
||||
'change' => '修改',
|
||||
'create' => '创建',
|
||||
'created_at_begin' => '创建时间开始',
|
||||
'created_at_end' => '创建时间结束',
|
||||
'setting' => [
|
||||
'nav_text' => '设置',
|
||||
'backup' => [
|
||||
|
||||
@@ -41,6 +41,8 @@ return [
|
||||
'client' => '客戶端',
|
||||
'reason' => '原因',
|
||||
'change' => '修改',
|
||||
'created_at_begin' => '創建時間開始',
|
||||
'created_at_end' => '創建時間結束',
|
||||
'setting' => [
|
||||
'nav_text' => '設置',
|
||||
'backup' => [
|
||||
|
||||
Reference in New Issue
Block a user