mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Translated
This commit is contained in:
parent
116b3ecdad
commit
fb85341844
33
resources/lang/zh_TW/help.php
Normal file
33
resources/lang/zh_TW/help.php
Normal file
@ -0,0 +1,33 @@
|
||||
<?php
|
||||
/**
|
||||
* 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' => '首頁',
|
||||
];
|
Loading…
Reference in New Issue
Block a user