akaunting/resources/lang/sr-SP/accounts.php
2021-11-22 17:46:09 +00:00

19 lines
833 B
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 [
'account_name' => 'Назив рачуна',
'number' => 'Број',
'opening_balance' => 'Почетни салдо',
'current_balance' => 'Тренутни салдо',
'bank_name' => 'Назив банке',
'bank_phone' => 'Телефон банке',
'bank_address' => 'Адреса банке',
'default_account' => 'Основни рачун',
'incoming' => 'Приходи',
'outgoing' => 'Расход',
'see_performance' => 'Учинак рачуна',
'create_report' => 'Уколико желите да видите учинак рачуна, можете креирати извештај о приходима и расходима.',
];