mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
13 lines
346 B
PHP
13 lines
346 B
PHP
<?php
|
|
|
|
return [
|
|
'label' => 'IP Search',
|
|
'placeholder' => 'Enter the IP to search; otherwise results will be empty',
|
|
'last_access_ip' => 'Latest IP',
|
|
'last_access' => 'Last access',
|
|
'ip_count' => 'IP count',
|
|
'ip_last_access' => 'This IP last accessed',
|
|
'user_added' => 'Join time',
|
|
'invited_by' => 'Invited by',
|
|
];
|