akaunting/resources/lang/ru-RU/reconciliations.php
2021-06-10 00:15:05 +00:00

19 lines
730 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 [
'reconcile' => 'Сверить',
'unreconcile' => 'Не сверено',
'reconciled' => 'Сверено',
'opening_balance' => 'Начальное сальдо',
'closing_balance' => 'Конечное сальдо',
'unreconciled' => 'Не сверено',
'transactions' => 'Транзакции',
'start_date' => 'Дата начала',
'end_date' => 'Дата окончания',
'cleared_amount' => 'Зачтенная сумма',
'deposit' => 'Пополнить средства',
'withdrawal' => 'Вывести средства',
];