mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
Refactor IP History
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'label' => 'IP History',
|
||||
'access' => 'Access time',
|
||||
'access_begin' => 'Access time begin',
|
||||
'access_end' => 'Access time end',
|
||||
'access_tooltip' => 'The actual time was within one hour prior to this.',
|
||||
'uri' => 'URI',
|
||||
'count' => 'Count',
|
||||
'ip_location' => 'Location',
|
||||
];
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'label' => 'IP 历史',
|
||||
'access' => '访问时间',
|
||||
'access_begin' => '访问时间开始',
|
||||
'access_end' => '访问时间结束',
|
||||
'access_tooltip' => '实际时间在此之前 1 小时内',
|
||||
'uri' => '访问路径',
|
||||
'count' => '访问次数',
|
||||
'ip_location' => '地理位置',
|
||||
];
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'label' => 'IP 歷史',
|
||||
'access' => '訪問時間',
|
||||
'access_begin' => '訪問時間開始',
|
||||
'access_end' => '訪問時間結束',
|
||||
'access_tooltip' => '實際時間在此之前 1 小時內',
|
||||
'uri' => '訪問路徑',
|
||||
'count' => '訪問次數',
|
||||
'ip_location' => '地理位置',
|
||||
];
|
||||
Reference in New Issue
Block a user