28 lines
1.1 KiB
PHP
Raw Normal View History

2017-12-13 14:54:52 +03:00
<?php
return [
2022-06-01 10:15:55 +03:00
'this_year' => 'هذه السنة',
'previous_year' => 'السنة الماضية',
'this_quarter' => 'هذا الربع',
'previous_quarter' => 'الربع السابق',
'last_12_months' => 'آخر 12 شهر',
'profit_loss' => 'الربح والخسارة',
'gross_profit' => 'إجمالي الربح',
'net_profit' => 'صافي الربح',
'total_expenses' => 'إجمالي المصروفات',
'net' => 'صافي الدخل',
'income_expense' => 'الإيرادات و المصروفات',
'income_summary' => 'ملخص الإيرادات',
'expense_summary' => 'ملخص المصروفات',
'income_expense_summary' => 'الإيرادات مقابل المصروفات',
'tax_summary' => 'ملخص الضرائب',
2018-05-03 12:16:18 +03:00
2020-02-17 15:10:32 +03:00
'charts' => [
2022-06-01 10:15:55 +03:00
'line' => 'خط رسم',
'bar' => 'شريط',
'pie' => 'دائري',
2017-12-13 14:54:52 +03:00
],
];