Files
firefly-iii/resources/lang/zh-TW/help.php

86 lines
4.2 KiB
PHP
Raw Normal View History

2016-08-12 10:34:45 +02:00
<?php
/**
* help.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT 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' => '設定',
2016-08-12 10:34:45 +02:00
'option-menu-text' => 'This is pretty self-explanatory.',
'main-content-end-title' => '完',
'main-content-end-text' => '每一頁在右上方有一個小問號。按一下它可以取得與頁面相關説明。',
'index' => '首頁',
'home' => '首頁',
2016-08-12 10:34:45 +02:00
'accounts-index' => 'accounts.index',
'accounts-create' => 'accounts.create',
'accounts-edit' => 'accounts.edit',
'accounts-delete' => 'accounts.delete',
'accounts-show' => 'accounts.show',
'attachments-edit' => 'attachments.edit',
'attachments-delete' => 'attachments.delete',
'attachments-show' => 'attachments.show',
'attachments-preview' => 'attachments.preview',
'bills-index' => 'bills.index',
'bills-create' => 'bills.create',
'bills-edit' => 'bills.edit',
'bills-delete' => 'bills.delete',
'bills-show' => 'bills.show',
'budgets-index' => 'budgets.index',
'budgets-create' => 'budgets.create',
'budgets-edit' => 'budgets.edit',
'budgets-delete' => 'budgets.delete',
'budgets-show' => 'budgets.show',
'budgets-noBudget' => 'budgets.noBudget',
'categories-index' => 'categories.index',
'categories-create' => 'categories.create',
'categories-edit' => 'categories.edit',
'categories-delete' => 'categories.delete',
'categories-show' => 'categories.show',
'categories-show-date' => 'categories.show.date',
'categories-noCategory' => 'categories.noCategory',
'currency-index' => 'currency.index',
'currency-create' => 'currency.create',
'currency-edit' => 'currency.edit',
'currency-delete' => 'currency.delete',
'new-user-index' => 'new-user.index',
'piggy-banks-index' => 'piggy-banks.index',
'piggy-banks-create' => 'piggy-banks.create',
'piggy-banks-edit' => 'piggy-banks.edit',
'piggy-banks-delete' => 'piggy-banks.delete',
'piggy-banks-show' => 'piggy-banks.show',
'preferences' => 'preferences',
'profile' => 'profile',
'profile-change-password' => 'profile.change-password',
'profile-delete-account' => 'profile.delete-account',
'reports-index' => 'reports.index',
'reports-report' => 'reports.report',
'search' => '搜尋',
2016-08-12 10:34:45 +02:00
'tags-index' => 'tags.index',
'tags-create' => 'tags.create',
'tags-show' => 'tags.show',
'tags-edit' => 'tags.edit',
'tags-delete' => 'tags.delete',
'transactions-index' => 'transactions.index',
'transactions-create' => 'transactions.create',
'transactions-edit' => 'transactions.edit',
'transactions-delete' => 'transactions.delete',
'transactions-show' => 'transactions.show',
];