Files
nexusphp/resources/lang/ja/ip-log.php
2026-02-01 01:26:00 +07:00

13 lines
347 B
PHP

<?php
return [
'label' => 'IPの履歴',
'access' => 'アクセス時間',
'access_begin' => 'アクセス時間開始',
'access_end' => 'アクセス時間終了',
'access_tooltip' => '実際の時間はこれの1時間前にあった。',
'uri' => 'URI',
'count' => 'カウント',
'ip_location' => '場所',
];