New translations demo.php (Slovenian)

This commit is contained in:
James Cole 2017-08-25 07:07:16 +02:00
parent 7061730abc
commit 4759713d9d

View File

@ -10,18 +10,18 @@ declare(strict_types=1);
*/
return [
'no_demo_text' => 'Sorry, there is no extra demo-explanation text for <abbr title=":route">this page</abbr>.',
'see_help_icon' => 'However, the <i class="fa fa-question-circle"></i>-icon in the top right corner may tell you more.',
'no_demo_text' => '',
'see_help_icon' => '',
'index' => 'Dobrodošli v <strong>Firefly III</strong>! Na tej strani boste dobili hiter pregled nad vašimi financami. Za več informacij preverite račune &rarr; <a href=":asset">premoženjski računi</a> in seveda <a href=":budgets">budžet</a> in <a href=":reports">poročila</a>. Ali pa se samo malo razglejte naokoli in videli boste, kje boste končali.',
'accounts-index' => 'Premoženjski računi so vaši osebni bančni računi. Konti stroškov so računi na katere zapravljate vaš denar, kot npr. trgovine in prijatelji.
Konti prihodkov so računi iz katerih dobivate denar, kot npr. vaš delodajalec, država in drugi viri vaših prihodkov. Na tej strani lahko račune urejate ali jih odstranite.',
'budgets-index' => 'Na tej strani najdete pregled nad vašimi budžeti. Zgornji kazalec prikazuje vsoto ki je na razpolago za ta budžet. To lahko nastavljate za katerokoli obdobje, tako da kliknete na vsoto na desni. Vsota, ki ste jo dejansko porabili je prikazana na spodnjem kazalcu. Spodaj so prikazani vaši stroški razporejeni po budžetih.',
'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, there are three piggy banks. 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.',
'import-index' => 'Of course, any CSV file can be imported into Firefly III ',
'import-configure-security' => 'Because of security concerns, your upload has been replaced with a local file.',
'import-configure-configuration' => 'The configuration you see below is correct for the local file.',
'reports-index-start' => '',
'reports-index-examples' => '',
'currencies-index' => '',
'transactions-index' => '',
'piggy-banks-index' => '',
'import-index' => '',
'import-configure-security' => '',
'import-configure-configuration' => '',
];