mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-28 18:01:26 -06:00
35 lines
1.5 KiB
PHP
35 lines
1.5 KiB
PHP
<?php
|
|
declare(strict_types=1);
|
|
|
|
/**
|
|
* help.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 [
|
|
|
|
// tour!
|
|
'main-content-title' => '歡迎來到 Firefly III',
|
|
'main-content-text' => '來看看這個簡單的教學來學習使用 Firefly III 吧!',
|
|
'sidebar-toggle-title' => '按側欄來建立新的東西',
|
|
'sidebar-toggle-text' => '按一下加號圖案來創建新物件。帳號、交易、任何東西都可以!',
|
|
'account-menu-title' => '所有帳戶',
|
|
'account-menu-text' => '你能在這裡找到你所有的帳戶。',
|
|
'budget-menu-title' => '預算',
|
|
'budget-menu-text' => '本頁可以幫助你管理財產及降低支出。',
|
|
'report-menu-title' => '報表',
|
|
'report-menu-text' => '如果你需要一個財務狀況的簡報,來看看這個吧。',
|
|
'transaction-menu-title' => '交易',
|
|
'transaction-menu-text' => '你可以在這裡找到所有交易記錄。',
|
|
'option-menu-title' => '設定',
|
|
'option-menu-text' => '相當不言而喻吧。',
|
|
'main-content-end-title' => '完',
|
|
'main-content-end-text' => '每一頁在右上方有一個小問號。按一下它可以取得與頁面相關説明。',
|
|
'index' => '首頁',
|
|
'home' => '首頁',
|
|
]; |