mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Some more demo text [skip ci]
This commit is contained in:
parent
d2d5b1ac76
commit
50661bbb3b
@ -15,6 +15,8 @@ return [
|
||||
'budgets-index' => 'This page shows you an overview of your budgets. The top bar shows the amount that is available to be budgeted. This can be customized for any period by clicking the amount on the right. The amount you\'ve actually spent is shown in the bar below. Below that are the expenses per budget and what you\'ve budgeted for them.',
|
||||
'reports-index-start' => 'Firefly III supports four types of reports. Read about them by clicking on the <i class="fa fa-question-circle"></i>-icon in the top right corner.',
|
||||
'reports-index-examples' => 'Be sure to check out these examples: <a href=":one">a monthly financial overview</a>, <a href=":two">a yearly financial overview</a> and <a href=":three">a budget overview</a>.',
|
||||
|
||||
'currencies-index' => 'Firefly III supports multiple currencies. Although it defaults to the Euro it can be set to the US Dollar and many other currencies. As you can see a small selection of currencies has been included but you can add your own if you wish to. Changing the default currency will not change the currency of existing transactions however: Firefly III supports the use of multiple currencies at the same time.',
|
||||
'transactions-index' => 'These expenses, deposits and transfers are not particularly imaginative. They have been generated automatically.',
|
||||
'piggy-banks-index' => 'As you can see, I\'m saving up for three things. Use the plus and minus buttons to influence the amount of money in each piggy bank. Click the name of the piggy bank to see the administration for each piggy bank.',
|
||||
|
||||
];
|
1
resources/views/demo/currencies/index.twig
Normal file
1
resources/views/demo/currencies/index.twig
Normal file
@ -0,0 +1 @@
|
||||
{{ trans('demo.currencies-index') }}
|
1
resources/views/demo/piggy-banks/index.twig
Normal file
1
resources/views/demo/piggy-banks/index.twig
Normal file
@ -0,0 +1 @@
|
||||
{{ trans('demo.piggy-banks-index') }}
|
1
resources/views/demo/transactions/index.twig
Normal file
1
resources/views/demo/transactions/index.twig
Normal file
@ -0,0 +1 @@
|
||||
{{ trans('demo.transactions-index') }}
|
Loading…
Reference in New Issue
Block a user