-

Case Report:

+

:

-
Actions
+
-
Email Report
+
- +
- +
- +
diff --git a/admin/i18n.php b/admin/i18n.php index ecee02f..efb1bd8 100644 --- a/admin/i18n.php +++ b/admin/i18n.php @@ -200,6 +200,27 @@ $translations = [ 'Quick Links' => 'Quick Links', 'View All' => 'View All', 'view_website' => 'View Website', + 'Case Report' => 'Case Report', + 'Page' => 'Page', + 'Case Details' => 'Case Details', + 'Case ID:' => 'Case ID:', + 'Title:' => 'Title:', + 'Category:' => 'Category:', + 'Goal Amount:' => 'Goal Amount:', + 'Raised Amount:' => 'Raised Amount:', + 'Total Collected:' => 'Total Collected:', + 'Status:' => 'Status:', + 'Case History' => 'Case History', + 'Log ID' => 'Log ID', + 'User' => 'User', + 'Action' => 'Action', + 'Timestamp' => 'Timestamp', + 'No history for this case.' => 'No history for this case.', + 'No donations for this case.' => 'No donations for this case.', + 'ID' => 'ID', + 'Donor' => 'Donor', + 'Amount' => 'Amount', + 'Date' => 'Date', ], 'ar' => [ 'about_us_page' => 'صفحة من نحن', @@ -388,6 +409,27 @@ $translations = [ 'Quick Links' => 'روابط سريعة', 'View All' => 'عرض الكل', 'view_website' => 'عرض الموقع', + 'Case Report' => 'تقرير الحالة', + 'Page' => 'صفحة', + 'Case Details' => 'تفاصيل الحالة', + 'Case ID:' => 'رقم الحالة:', + 'Title:' => 'العنوان:', + 'Category:' => 'الفئة:', + 'Goal Amount:' => 'المبلغ المستهدف:', + 'Raised Amount:' => 'المبلغ المجمع:', + 'Total Collected:' => 'إجمالي المبلغ المجمع:', + 'Status:' => 'الحالة:', + 'Case History' => 'سجل الحالة', + 'Log ID' => 'رقم السجل', + 'User' => 'المستخدم', + 'Action' => 'الإجراء', + 'Timestamp' => 'الوقت', + 'No history for this case.' => 'لا يوجد سجل لهذه الحالة.', + 'No donations for this case.' => 'لا توجد تبرعات لهذه الحالة.', + 'ID' => 'الرقم', + 'Donor' => 'المتبرع', + 'Amount' => 'المبلغ', + 'Date' => 'التاريخ', ] ]; @@ -404,4 +446,4 @@ function get_current_lang() { function is_rtl() { global $is_rtl; return $is_rtl; -} \ No newline at end of file +} diff --git a/admin/index.php b/admin/index.php index 8add576..49b75f9 100644 --- a/admin/index.php +++ b/admin/index.php @@ -56,7 +56,6 @@ $is_rtl = (get_current_lang() === 'ar'); - @@ -164,31 +163,38 @@ $is_rtl = (get_current_lang() === 'ar');