mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
New translations breadcrumbs.php (Russian)
This commit is contained in:
parent
f9b6b841b6
commit
65f3dc0656
41
resources/lang/ru_RU/breadcrumbs.php
Normal file
41
resources/lang/ru_RU/breadcrumbs.php
Normal file
@ -0,0 +1,41 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* breadcrumbs.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
return [
|
||||
'home' => 'Главная',
|
||||
'edit_currency' => 'Edit currency ":name"',
|
||||
'delete_currency' => 'Delete currency ":name"',
|
||||
'newPiggyBank' => 'Создать новую копилку',
|
||||
'edit_piggyBank' => 'Редактировать копилку ":name"',
|
||||
'preferences' => 'Параметры',
|
||||
'profile' => 'Профиль',
|
||||
'changePassword' => 'Сменить пароль',
|
||||
'bills' => 'Счета',
|
||||
'newBill' => 'Новый счет',
|
||||
'edit_bill' => 'Редактировать счет ":name"',
|
||||
'delete_bill' => 'Удалить счет ":name"',
|
||||
'reports' => 'Отчёты',
|
||||
'searchResult' => 'Поиск ":query"',
|
||||
'withdrawal_list' => 'Расходы',
|
||||
'deposit_list' => 'Доходы и депозиты',
|
||||
'transfer_list' => 'Переводы',
|
||||
'transfers_list' => 'Переводы',
|
||||
'create_withdrawal' => 'Создать новый вывод средств',
|
||||
'create_deposit' => 'Создать новый депозит',
|
||||
'create_transfer' => 'Создать новый перевод',
|
||||
'edit_journal' => 'Редактировать транзакцию ":description"',
|
||||
'delete_journal' => 'Удалить транзакцию ":description"',
|
||||
'tags' => 'Теги',
|
||||
'createTag' => 'Создать новый тег',
|
||||
'edit_tag' => 'Редактировать тег ":tag"',
|
||||
'delete_tag' => 'Удалить тег ":tag"',
|
||||
];
|
Loading…
Reference in New Issue
Block a user