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_summary' => 'Преглед прихода',
'expense_summary' => 'Преглед трошкова',
'income_expense_summary' => 'Приходи у односу на трошкове',
'tax_summary' => 'Преглед пореза',
'quarter' => [
'1' => 'Јан-Мар',
'2' => 'Апр-Јун',
'3' => 'Јул-Сеп',
'4' => 'Окт-Дец',
],
];