Add bokshorn-it/filament-activity-timeline package for enhanced audit logging functionality. Update README to reflect new key package and improve localization for audit-related terms. Remove deprecated ActivityLogResource and related pages, integrating activity timeline features into existing resources. Update models to implement ProvidesActivityTitle for better activity tracking.
This commit is contained in:
50
lang/tk/changes.php
Normal file
50
lang/tk/changes.php
Normal file
@@ -0,0 +1,50 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'employee_id' => 'Işgär',
|
||||
'department_id' => 'Bölüm',
|
||||
'position_id' => 'Wezipesi',
|
||||
'shift_id' => 'Smena',
|
||||
'employee_number' => 'Işgär belgisi',
|
||||
'full_name' => 'Doly ady',
|
||||
'national_id' => 'Raýatlygy',
|
||||
'gender' => 'Jyns',
|
||||
'birth_date' => 'Doglan senesi',
|
||||
'phone' => 'Telefon',
|
||||
'address' => 'Salgy',
|
||||
'employment_status' => 'Işe alnyş ýagdaýy',
|
||||
'hire_date' => 'Işe alnan senesi',
|
||||
'termination_date' => 'Işden boşadylan senesi',
|
||||
'notes' => 'Bellikler',
|
||||
'profile_photo_path' => 'Profil suraty',
|
||||
'status' => 'Ýagdaýy',
|
||||
'type' => 'Görnüşi',
|
||||
'start_date' => 'Başlanan senesi',
|
||||
'end_date' => 'Gutarýan senesi',
|
||||
'return_date' => 'Yzyna gelen senesi',
|
||||
'days' => 'Günler',
|
||||
'reason' => 'Sebäp',
|
||||
'attachment_path' => 'Goşmaça',
|
||||
'document_path' => 'Resminama',
|
||||
'approved_by' => 'Tassyklady',
|
||||
'approved_at' => 'Tassyklanan senesi',
|
||||
'bonus_date' => 'Baýrak senesi',
|
||||
'bonus_type' => 'Baýrak görnüşi',
|
||||
'amount' => 'Mukdary',
|
||||
'gift_date' => 'Sowgat senesi',
|
||||
'gift_name' => 'Sowgat ady',
|
||||
'value' => 'Bahasy',
|
||||
'document_type' => 'Resminama görnüşi',
|
||||
'title' => 'Ady',
|
||||
'file_path' => 'Faýl',
|
||||
'uploaded_at' => 'Ýüklenen senesi',
|
||||
'severity' => 'Agyrlygy',
|
||||
'report_date' => 'Hasabat senesi',
|
||||
'description' => 'Düşündiriş',
|
||||
'medical_institution' => 'Lukmançylyk edarasy',
|
||||
'name' => 'Ady',
|
||||
'code' => 'Kod',
|
||||
'is_active' => 'Işjeň',
|
||||
];
|
||||
Reference in New Issue
Block a user