Files
firefly-iii/resources/lang/ru_RU/breadcrumbs.php
2022-10-08 06:47:56 +02:00

81 lines
4.6 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
/**
* breadcrumbs.php
* Copyright (c) 2019 james@firefly-iii.org
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
'home' => 'Главная',
'budgets' => 'массив[\'бюджеты\']',
'subscriptions' => 'массив[\'подписки\']',
'transactions' => 'массив[\'транзакции\']',
'title_expenses' => 'массив[\'название_расходы\']
',
'title_withdrawal' => 'массив[\'название_снятие\']',
'title_revenue' => 'массив[\'названиеоход\']',
'title_deposit' => 'массив[\'названиеепозит\']',
'title_transfer' => 'Перевод',
'title_transfers' => 'Переводы',
'edit_currency' => 'Редактирование валюты ":name"',
'delete_currency' => 'Удаление валюты ":name"',
'newPiggyBank' => 'Создание новой копилки',
'edit_piggyBank' => 'Редактирование копилки ":name"',
'preferences' => 'Настройки',
'profile' => 'Профиль',
'accounts' => 'Счета',
'changePassword' => 'Изменение вашего пароля',
'change_email' => 'Изменить адрес электронной почты',
'bills' => 'Счета к оплате',
'newBill' => 'Новый счёт к оплате',
'edit_bill' => 'Редактирование счёта к оплате ":name"',
'delete_bill' => 'Удаление счёта к оплате ":name"',
'reports' => 'Отчёты',
'search_result' => 'Результаты поиска для ":query"',
'withdrawal_list' => 'Мои расходы',
'Withdrawal_list' => 'Расходы',
'deposit_list' => 'Мои доходы',
'transfer_list' => 'Переводы',
'transfers_list' => 'Переводы',
'reconciliation_list' => 'Сверка',
'create_withdrawal' => 'Создать новый расход',
'create_deposit' => 'Создать новый доход',
'create_transfer' => 'Создать новый перевод',
'create_new_transaction' => 'Создать новую транзакцию',
'edit_journal' => 'Редактирование транзакции ":description"',
'edit_reconciliation' => 'Редактировать ":description"',
'delete_journal' => 'Удаление транзакции ":description"',
'delete_group' => 'Удалить транзакцию ":description"',
'tags' => 'Метки',
'createTag' => 'Создать новую метку',
'edit_tag' => 'Редактирование метки ":tag"',
'delete_tag' => 'Удаление метки ":tag"',
'delete_journal_link' => 'Удалить связь между транзакциями',
'edit_object_group' => 'Редактировать группу ":title"',
'delete_object_group' => 'Удалить группу ":title"',
'logout_others' => 'Завершить другие сессии',
'asset_accounts' => 'массив [\'актив_учетные записи\']
',
'expense_accounts' => 'массив [\'расход_счетов\']',
'revenue_accounts' => 'массив[\'доход_счетов\']',
'liabilities_accounts' => 'массив [\'пассивные_счета\']',
'placeholder' => 'Не стесняйтесь держать этот английский.',
];