Files
animethemes-server/lang/vendor/filament-exceptions/en/filament-exceptions.php
T

34 lines
689 B
PHP

<?php
declare(strict_types=1);
return [
'labels' => [
'model' => 'Exception',
'model_plural' => 'Exceptions',
'navigation' => 'Exception',
'navigation_group' => 'Settings',
'tabs' => [
'exception' => 'Exception',
'headers' => 'Headers',
'cookies' => 'Cookies',
'body' => 'Body',
'queries' => 'Queries',
],
],
'empty_list' => 'Horray! just sit back & enjoy 😎',
'columns' => [
'method' => 'Method',
'path' => 'Path',
'type' => 'Type',
'code' => 'Code',
'ip' => 'IP',
'occurred_at' => 'Occurred at',
],
];