complete story 6.10 with qa tests
This commit is contained in:
@@ -0,0 +1,66 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
// Page
|
||||
'audit_logs' => 'سجل التدقيق',
|
||||
'audit_logs_description' => 'عرض سجل إجراءات المسؤول والحفاظ على المساءلة',
|
||||
|
||||
// Table Headers
|
||||
'timestamp' => 'الوقت',
|
||||
'admin' => 'المسؤول',
|
||||
'action' => 'الإجراء',
|
||||
'target' => 'الهدف',
|
||||
'target_type' => 'نوع الهدف',
|
||||
'target_id' => 'معرف الهدف',
|
||||
'ip_address' => 'عنوان IP',
|
||||
'details' => 'التفاصيل',
|
||||
|
||||
// Filters
|
||||
'filter_action' => 'تصفية حسب الإجراء',
|
||||
'filter_target' => 'تصفية حسب الهدف',
|
||||
'all_actions' => 'جميع الإجراءات',
|
||||
'all_targets' => 'جميع الأهداف',
|
||||
'search_target_id' => 'بحث معرف الهدف',
|
||||
'reset' => 'إعادة تعيين',
|
||||
'export_csv' => 'تصدير CSV',
|
||||
|
||||
// Actions
|
||||
'action_create' => 'إنشاء',
|
||||
'action_update' => 'تحديث',
|
||||
'action_delete' => 'حذف',
|
||||
'action_approve' => 'موافقة',
|
||||
'action_reject' => 'رفض',
|
||||
'action_archive' => 'أرشفة',
|
||||
'action_unarchive' => 'إلغاء الأرشفة',
|
||||
'action_status_change' => 'تغيير الحالة',
|
||||
'action_payment_received' => 'تم استلام الدفع',
|
||||
'action_login' => 'تسجيل الدخول',
|
||||
'action_logout' => 'تسجيل الخروج',
|
||||
'action_deactivate' => 'إلغاء التفعيل',
|
||||
'action_reactivate' => 'إعادة التفعيل',
|
||||
'action_convert_type' => 'تحويل النوع',
|
||||
|
||||
// Target Types
|
||||
'target_user' => 'مستخدم',
|
||||
'target_User' => 'مستخدم',
|
||||
'target_consultation' => 'استشارة',
|
||||
'target_Consultation' => 'استشارة',
|
||||
'target_timeline' => 'جدول زمني',
|
||||
'target_Timeline' => 'جدول زمني',
|
||||
'target_timeline_update' => 'تحديث الجدول الزمني',
|
||||
'target_post' => 'مقال',
|
||||
'target_Post' => 'مقال',
|
||||
'target_setting' => 'إعداد',
|
||||
|
||||
// Modal
|
||||
'log_details' => 'تفاصيل السجل',
|
||||
'old_values' => 'القيم القديمة',
|
||||
'new_values' => 'القيم الجديدة',
|
||||
|
||||
// System
|
||||
'system' => 'النظام',
|
||||
|
||||
// Empty State
|
||||
'no_logs_found' => 'لم يتم العثور على سجلات تدقيق',
|
||||
'no_results' => 'لا توجد نتائج تطابق عوامل التصفية',
|
||||
];
|
||||
@@ -0,0 +1,66 @@
|
||||
<?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',
|
||||
];
|
||||
Reference in New Issue
Block a user