67 lines
1.9 KiB
PHP
67 lines
1.9 KiB
PHP
<?php
|
|
|
|
return [
|
|
// Page
|
|
'audit_logs' => 'Audit Logs',
|
|
'audit_logs_description' => 'View admin action history and maintain accountability',
|
|
|
|
// Table Headers
|
|
'timestamp' => 'Timestamp',
|
|
'admin' => 'Admin',
|
|
'action' => 'Action',
|
|
'target' => 'Target',
|
|
'target_type' => 'Target Type',
|
|
'target_id' => 'Target ID',
|
|
'ip_address' => 'IP Address',
|
|
'details' => 'Details',
|
|
|
|
// Filters
|
|
'filter_action' => 'Filter by Action',
|
|
'filter_target' => 'Filter by Target',
|
|
'all_actions' => 'All Actions',
|
|
'all_targets' => 'All Targets',
|
|
'search_target_id' => 'Search Target ID',
|
|
'reset' => 'Reset',
|
|
'export_csv' => 'Export CSV',
|
|
|
|
// Actions
|
|
'action_create' => 'Create',
|
|
'action_update' => 'Update',
|
|
'action_delete' => 'Delete',
|
|
'action_approve' => 'Approve',
|
|
'action_reject' => 'Reject',
|
|
'action_archive' => 'Archive',
|
|
'action_unarchive' => 'Unarchive',
|
|
'action_status_change' => 'Status Change',
|
|
'action_payment_received' => 'Payment Received',
|
|
'action_login' => 'Login',
|
|
'action_logout' => 'Logout',
|
|
'action_deactivate' => 'Deactivate',
|
|
'action_reactivate' => 'Reactivate',
|
|
'action_convert_type' => 'Convert Type',
|
|
|
|
// Target Types
|
|
'target_user' => 'User',
|
|
'target_User' => 'User',
|
|
'target_consultation' => 'Consultation',
|
|
'target_Consultation' => 'Consultation',
|
|
'target_timeline' => 'Timeline',
|
|
'target_Timeline' => 'Timeline',
|
|
'target_timeline_update' => 'Timeline Update',
|
|
'target_post' => 'Post',
|
|
'target_Post' => 'Post',
|
|
'target_setting' => 'Setting',
|
|
|
|
// Modal
|
|
'log_details' => 'Log Details',
|
|
'old_values' => 'Old Values',
|
|
'new_values' => 'New Values',
|
|
|
|
// System
|
|
'system' => 'System',
|
|
|
|
// Empty State
|
|
'no_logs_found' => 'No audit logs found',
|
|
'no_results' => 'No results match your filters',
|
|
];
|