mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-22 15:40:25 +00:00
19 lines
541 B
PHP
19 lines
541 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'navigation.group' => 'Server Management',
|
||
|
|
||
|
'navigation.authentication-log.label' => 'Auth Logs',
|
||
|
'navigation.authentication-log.plural-label' => 'Auth Logs',
|
||
|
|
||
|
'table.heading' => 'Auth Logs',
|
||
|
|
||
|
'column.authenticatable' => 'Authenticatable',
|
||
|
'column.ip_address' => 'IP Address',
|
||
|
'column.user_agent' => 'User Agent',
|
||
|
'column.login_at' => 'Login At',
|
||
|
'column.login_successful' => 'Login Successful',
|
||
|
'column.logout_at' => 'Logout At',
|
||
|
'column.cleared_by_user' => 'Cleared By User',
|
||
|
];
|