update
This commit is contained in:
parent
4972bef72f
commit
01acbfba1b
2 changed files with 19 additions and 0 deletions
|
@ -55,6 +55,7 @@ return [
|
|||
],
|
||||
|
||||
'navigation' => [
|
||||
'group' => 'System',
|
||||
'authentication-log' => [
|
||||
'register' => true,
|
||||
'sort' => 1,
|
||||
|
|
18
web/resources/lang/vendor/filament-authentication-log/en/filament-authentication-log.php
vendored
Normal file
18
web/resources/lang/vendor/filament-authentication-log/en/filament-authentication-log.php
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'navigation.group' => 'System',
|
||||
|
||||
'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',
|
||||
];
|
Loading…
Reference in a new issue