akaunting/resources/lang/ru-RU/dashboard.php
2019-11-18 20:38:25 +03:00

24 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' => 'Последние расходы',
];