2022-06-01 10:15:55 +03:00

28 lines
1.1 KiB
PHP

<?php
return [
'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' => 'ملخص الضرائب',
'charts' => [
'line' => 'خط رسم',
'bar' => 'شريط',
'pie' => 'دائري',
],
];