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

28 lines
1.2 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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' => 'Пай',
],
];