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

13 lines
332 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return [
'label' => 'IP 搜索',
'placeholder' => '输入要搜索的 IP否则结果为空',
'last_access_ip' => '最近 IP',
'last_access' => '最近访问',
'ip_count' => 'IP 数',
'ip_last_access' => '此 IP 最近访问',
'user_added' => '加入时间',
'invited_by' => '邀请者',
];