mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
13 lines
332 B
PHP
13 lines
332 B
PHP
|
|
<?php
|
|||
|
|
|
|||
|
|
return [
|
|||
|
|
'label' => 'IP 搜索',
|
|||
|
|
'placeholder' => '輸入要搜索的 IP,否則結果爲空',
|
|||
|
|
'last_access_ip' => '最近 IP',
|
|||
|
|
'last_access' => '最近訪問',
|
|||
|
|
'ip_count' => 'IP 數',
|
|||
|
|
'ip_last_access' => '此 IP 最近訪問',
|
|||
|
|
'user_added' => '加入時間',
|
|||
|
|
'invited_by' => '邀請者',
|
|||
|
|
];
|