Files
firefly-iii/resources/lang/zh_TW/demo.php
2017-08-25 07:07:02 +02:00

26 lines
865 B
PHP

<?php
declare(strict_types=1);
/**
* 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 [
'no_demo_text' => '',
'see_help_icon' => '',
'index' => '',
'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' => '',
];