updated translations
This commit is contained in:
23
resources/lang/ar-SA/widgets.php
Normal file
23
resources/lang/ar-SA/widgets.php
Normal file
@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'total_income' => 'إجمالي الدخل',
|
||||
'receivables' => 'المستحقات',
|
||||
'open_invoices' => 'الفواتير المفتوحة',
|
||||
'overdue_invoices' => 'الفواتير المتأخرة',
|
||||
'total_expenses' => 'إجمالي المصاريف',
|
||||
'payables' => 'إمكانية الدفع',
|
||||
'open_bills' => 'فواتير مفتوحة',
|
||||
'overdue_bills' => 'فواتير متأخرة',
|
||||
'total_profit' => 'إجمالي الربح',
|
||||
'open_profit' => 'الربح المفتوح',
|
||||
'overdue_profit' => 'الربح المتأخر',
|
||||
'cash_flow' => 'التدفق المالي',
|
||||
'no_profit_loss' => 'لا توجد أرباح ضائعة',
|
||||
'income_by_category' => 'الدخل حسب الفئة',
|
||||
'expenses_by_category' => 'المصروفات حسب الفئة',
|
||||
'account_balance' => 'رصيد الحساب',
|
||||
'latest_income' => 'آخر الإيرادات',
|
||||
'latest_expenses' => 'آخر المصاريف',
|
||||
];
|
Reference in New Issue
Block a user