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' => 'Tags',
'resource_roles' => 'Roles',
'resource_users' => 'Users',
'resource_activity_logs' => 'Activity Logs',
// Status
'status_pending' => 'Pending',
@@ -89,6 +90,7 @@ return [
'signed_status' => 'Signed Status',
'contract_info' => 'Contract Information',
'feedback_history' => 'Feedback History',
'service_type' => 'Service Type',
'tab_all' => 'All',
'min' => 'min',
'na' => 'N/A',
@@ -130,4 +132,16 @@ return [
'blade_file_count' => ':count file(s)',
'blade_proof' => 'Proof',
'blade_evidence' => 'Evidence',
// Activity Logs
'system' => 'System',
'time' => 'Time',
'action' => 'Action',
'action_import' => 'Import',
'action_export' => 'Export',
'action_transfer' => 'Transfer',
'action_close' => 'Close',
'action_create' => 'Create',
'action_update' => 'Update',
'action_delete' => 'Delete',
];