Files
nexusphp/resources/lang/en/ip-search.php
xiaomlove ec66dca358 IP Search
2025-10-21 03:22:55 +07:00

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',
];