them log, chinh upload
Some checks failed
Tests / PHP 8.3 (push) Has been cancelled
Tests / PHP 8.4 (push) Has been cancelled
Tests / PHP 8.5 (push) Has been cancelled

This commit is contained in:
2026-05-09 11:00:59 +00:00
parent 96e1ce4f40
commit efa97b6c71
33 changed files with 1055 additions and 47 deletions

View File

@@ -14,6 +14,7 @@ return [
'resource_tags' => 'Thẻ',
'resource_roles' => 'Vai trò',
'resource_users' => 'Người dùng',
'resource_activity_logs' => 'Nhật ký hoạt động',
// Status
'status_pending' => 'Chờ xử lý',
@@ -89,6 +90,7 @@ return [
'signed_status' => 'Tình trạng ký',
'contract_info' => 'Thông tin hợp đồng',
'feedback_history' => 'Lịch sử phản ánh',
'service_type' => 'Loại dịch vụ',
'tab_all' => 'Tất cả',
'min' => 'phút',
'na' => 'N/A',
@@ -130,4 +132,16 @@ return [
'blade_file_count' => ':count tệp',
'blade_proof' => 'Bằng chứng',
'blade_evidence' => 'Chứng cứ',
// Activity Logs
'system' => 'Hệ thống',
'time' => 'Thời gian',
'action' => 'Hành động',
'action_import' => 'Nhập dữ liệu',
'action_export' => 'Xuất dữ liệu',
'action_transfer' => 'Chuyển phòng ban',
'action_close' => 'Đóng ticket',
'action_create' => 'Tạo mới',
'action_update' => 'Cập nhật',
'action_delete' => 'Xóa',
];