akaunting/resources/lang/ar-SA/dashboard.php

25 lines
1.2 KiB
PHP
Raw Normal View History

2017-12-13 14:54:52 +03:00
<?php
return [
2018-08-29 16:47:58 +03:00
'total_incomes' => 'إجمالي الدخل',
'receivables' => 'المستحقات',
2017-12-13 14:54:52 +03:00
'open_invoices' => 'الفواتير المفتوحة',
'overdue_invoices' => 'الفواتير المتأخرة',
2018-08-29 16:47:58 +03:00
'total_expenses' => 'إجمالي المصروفات',
'payables' => 'إمكانية الدفع',
'open_bills' => 'فواتير مفتوحة',
'overdue_bills' => 'فواتير متأخرة',
'total_profit' => 'إجمالي الربح',
2017-12-13 14:54:52 +03:00
'open_profit' => 'الربح المفتوح',
'overdue_profit' => 'الربح المتأخر',
2018-08-29 16:47:58 +03:00
'cash_flow' => 'التدفق المالي',
'no_profit_loss' => 'لا توجد أرباح خاسرة',
2017-12-13 14:54:52 +03:00
'incomes_by_category' => 'الدخل حسب الفئة',
'expenses_by_category' => 'المصروفات حسب الفئة',
'account_balance' => 'رصيد حساب',
2018-08-29 16:47:58 +03:00
'latest_incomes' => 'آخر الإيرادات',
'latest_expenses' => 'آخر المصروفات',
2017-12-13 14:54:52 +03:00
];