Files
firefly-iii/resources/lang/ru_RU/demo.php

26 lines
1.3 KiB
PHP
Raw Normal View History

2017-07-13 11:00:48 +02:00
<?php
2017-08-12 10:40:43 +02:00
declare(strict_types=1);
2017-07-13 11:00:48 +02:00
/**
* demo.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 [
2017-08-25 07:07:05 +02:00
'no_demo_text' => '',
'see_help_icon' => '',
2017-07-13 13:50:13 +02:00
'index' => 'Добро пожаловать в <strong>Firefly III</strong>! На этой странице вы видите вашу финансовую ситуацию в общих чертах. Более подробная информация доступна на страницах &rarr; <a href=":asset">Активные счета</a> <a href=":budgets">Бюджет</a> и <a href=":reports">Отчёты</a>. Или просто внимательно оглядитесь и изучите всё вокруг.',
2017-08-25 07:07:05 +02:00
'accounts-index' => '',
'budgets-index' => '',
'reports-index-start' => '',
'reports-index-examples' => '',
'currencies-index' => '',
'transactions-index' => '',
'piggy-banks-index' => '',
'import-index' => '',
'import-configure-security' => '',
'import-configure-configuration' => '',
2017-07-13 11:00:48 +02:00
];