2022-10-31 13:49:13 +00:00

32 lines
997 B
PHP
Raw Permalink 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 [
'accounts' => [
'cash' => 'В брой',
],
'categories' => [
'deposit' => 'Депозит',
'sales' => 'Приходи',
],
'currencies' => [
'usd' => 'Американски долар',
],
'offline_payments' => [
'cash' => 'В брой',
'bank' => 'Банков превод',
],
'reports' => [
'income' => 'Месечен приход по категории.',
'expense' => 'Месечен разход по категории.',
'income_expense' => 'Месечен приход срещу разход по категории.',
'tax' => 'Обобщен данък за четиримесечие.',
'profit_loss' => 'Печалба срещу загуба по категория за четиримесечие.',
],
];