Akaunting/resources/lang/ar-SA/reports.php

31 lines
1.1 KiB
PHP
Raw Normal View History

2017-12-13 11:54:52 +00:00
<?php
return [
2017-12-14 09:13:05 +00:00
'this_year' => 'هذه السنة',
'previous_year' => 'السنة الماضية',
'this_quarter' => 'هذا الربع',
'previous_quarter' => 'الربع السابق',
'last_12_months' => 'آخر 12 شهر',
2018-08-29 13:47:58 +00:00
'profit_loss' => 'الربح والخسارة',
'gross_profit' => 'إجمالي الربح',
'net_profit' => 'صافي الربح',
'total_expenses' => 'إجمالي المصروفات',
'net' => 'صافي الدخل',
2020-02-17 12:10:32 +00:00
'income_expense' => 'الإيرادات و المصروفات',
2017-12-14 09:13:05 +00:00
2017-12-13 11:54:52 +00:00
'summary' => [
2018-08-29 13:47:58 +00:00
'income' => 'ملخص الإيرادات',
'expense' => 'ملخص المصروفات',
2017-12-13 11:54:52 +00:00
'income_expense' => 'الإيرادات مقابل المصروفات',
2018-08-29 13:47:58 +00:00
'tax' => 'ملخص الضرائب',
2018-05-03 09:16:18 +00:00
],
2020-02-17 12:10:32 +00:00
'charts' => [
'line' => 'خط رسم',
'bar' => 'شريط',
'pie' => 'دائري',
2017-12-13 11:54:52 +00:00
],
];