akaunting/resources/lang/ru-RU/dashboard.php
2017-10-28 09:15:09 +03:00

25 lines
1.3 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 [
'total_incomes' => 'Всего доходов',
'receivables' => 'Задолженность',
'open_invoices' => 'Открытые квитанции',
'overdue_invoices' => 'Просроченные квитанции',
'total_expenses' => 'Всего расходов',
'payables' => 'Долги по кредитам',
'open_bills' => 'Открытые счета',
'overdue_bills' => 'Просроченные счета',
'total_profit' => 'Общая прибыль',
'open_profit' => 'Открытая прибыль',
'overdue_profit' => 'Просроченная прибыль',
'cash_flow' => 'Поток средств',
'no_profit_loss' => 'Без потери прибыли',
'incomes_by_category' => 'Доходы по категориям',
'expenses_by_category' => 'Расходы по категориям',
'account_balance' => 'Баланс счёта',
'latest_incomes' => 'Последние доходы',
'latest_expenses' => 'Последние расходы',
];