31 lines
1.0 KiB
PHP
Raw Normal View History

2018-04-14 09:41:49 +03:00
<?php
return [
'this_year' => 'Текущата година',
'previous_year' => 'Миналата година',
'this_quarter' => 'Текущото тримесечие',
'previous_quarter' => 'Предходното тримесечие',
'last_12_months' => 'Последните 12 месеца',
2018-05-03 12:16:18 +03:00
'profit_loss' => 'Profit & Loss',
'gross_profit' => 'Gross Profit',
'net_profit' => 'Net Profit',
'total_expenses' => 'Total Expenses',
'net' => 'NET',
2018-04-14 09:41:49 +03:00
'summary' => [
'income' => 'Приходи',
'expense' => 'Разходи',
'income_expense' => 'Приходи срещу разходи',
2018-05-03 12:16:18 +03:00
'tax' => 'Tax Summary',
],
'quarter' => [
'1' => 'Jan-Mar',
'2' => 'Apr-Jun',
'3' => 'Jul-Sep',
'4' => 'Oct-Dec',
2018-04-14 09:41:49 +03:00
],
];