feat: add jacobtims/filament-logger

This commit is contained in:
idevakk
2025-09-28 20:36:33 +05:30
parent 6d081e5ad6
commit 10ea8f3cb1
31 changed files with 992 additions and 75 deletions

View File

@@ -0,0 +1,31 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Navigation & Resource
|--------------------------------------------------------------------------
*/
'nav.group' => 'Կարգավորումներ',
'nav.log.label' => 'Գործողությունների մատյան',
'nav.log.icon' => 'heroicon-o-clipboard-document-list',
'resource.label.log' => 'Գործողությունների մատյան',
'resource.label.logs' => 'Գործողությունների մատյաններ',
'resource.label.user' => 'Օգտագործող',
'resource.label.subject' => 'Սուբյեկտ',
'resource.label.subject_type' => 'Սուբյեկտի տեսակ',
'resource.label.description' => 'Նկարագրություն',
'resource.label.type' => 'Տեսակ',
'resource.label.event' => 'Իրադարձություն',
'resource.label.logged_at' => 'Գրանցման ամսաթիվ',
'resource.label.properties' => 'Հատկություններ',
'resource.label.old' => 'Հին',
'resource.label.new' => 'Նոր',
'resource.label.old_value' => 'Հին արժեք',
'resource.label.new_value' => 'Նոր արժեք',
'resource.label.properties_hint' => 'Կարող է լինել բանալի կամ արժեք',
'resource.label.old_attributes' => 'Հին հատկանիշ կամ արժեք՝',
'resource.label.new_attributes' => 'Նոր հատկանիշ կամ արժեք՝',
];