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/ru/changes.php
Normal file
50
lang/ru/changes.php
Normal file
@@ -0,0 +1,50 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'employee_id' => 'Сотрудник',
|
||||
'department_id' => 'Отдел',
|
||||
'position_id' => 'Должность',
|
||||
'shift_id' => 'Смена',
|
||||
'employee_number' => 'Табельный номер',
|
||||
'full_name' => 'ФИО',
|
||||
'national_id' => 'Национальность',
|
||||
'gender' => 'Пол',
|
||||
'birth_date' => 'Дата рождения',
|
||||
'phone' => 'Телефон',
|
||||
'address' => 'Адрес',
|
||||
'employment_status' => 'Статус занятости',
|
||||
'hire_date' => 'Дата приёма',
|
||||
'termination_date' => 'Дата увольнения',
|
||||
'notes' => 'Примечания',
|
||||
'profile_photo_path' => 'Фото профиля',
|
||||
'status' => 'Статус',
|
||||
'type' => 'Тип',
|
||||
'start_date' => 'Дата начала',
|
||||
'end_date' => 'Дата окончания',
|
||||
'return_date' => 'Дата возвращения',
|
||||
'days' => 'Дни',
|
||||
'reason' => 'Причина',
|
||||
'attachment_path' => 'Вложение',
|
||||
'document_path' => 'Документ',
|
||||
'approved_by' => 'Утвердил',
|
||||
'approved_at' => 'Дата утверждения',
|
||||
'bonus_date' => 'Дата премии',
|
||||
'bonus_type' => 'Тип премии',
|
||||
'amount' => 'Сумма',
|
||||
'gift_date' => 'Дата подарка',
|
||||
'gift_name' => 'Название подарка',
|
||||
'value' => 'Стоимость',
|
||||
'document_type' => 'Тип документа',
|
||||
'title' => 'Название',
|
||||
'file_path' => 'Файл',
|
||||
'uploaded_at' => 'Дата загрузки',
|
||||
'severity' => 'Серьёзность',
|
||||
'report_date' => 'Дата отчёта',
|
||||
'description' => 'Описание',
|
||||
'medical_institution' => 'Медицинское учреждение',
|
||||
'name' => 'Название',
|
||||
'code' => 'Код',
|
||||
'is_active' => 'Активен',
|
||||
];
|
||||
Reference in New Issue
Block a user