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

21 lines
747 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 [
'columns' => [
'last_logged_in_at' => 'Последний вход',
'paid_at' => 'Дата оплаты',
'started_at' => 'Дата Начала',
'ended_at' => 'Дата окончания',
'billed_at' => 'Дата закупки',
'due_at' => 'Дата окончания',
'invoiced_at' => 'Дата выставления счёта',
'issued_at' => 'Дата выдачи',
'symbol_first' => 'Позиция символа',
'reconciled' => 'Сверено',
'expense_account' => 'Со счета',
'income_account' => 'На счет',
],
];