mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-13 11:50:53 +08:00
13 lines
343 B
PHP
13 lines
343 B
PHP
<?php
|
|
|
|
return [
|
|
'label' => 'IP historie',
|
|
'access' => 'Čas přístupu',
|
|
'access_begin' => 'Začátek času přístupu',
|
|
'access_end' => 'Konec přístupového času',
|
|
'access_tooltip' => 'Skutečný čas byl během jedné hodiny před tím.',
|
|
'uri' => 'URI',
|
|
'count' => 'Počet',
|
|
'ip_location' => 'Poloha',
|
|
];
|