New language files.

Signed-off-by: James Cole <thegrumpydictator@gmail.com>
This commit is contained in:
James Cole
2016-08-27 04:34:59 +02:00
parent 1f321fadd4
commit 5c3da9fd9e
16 changed files with 517 additions and 417 deletions

View File

@@ -10,24 +10,24 @@
return [
// tour!
'main-content-title' => 'Welcome to Firefly III',
'main-content-text' => 'Do yourself a favor and follow this short guide to make sure you know your way around.',
'sidebar-toggle-title' => 'Sidebar to create stuff',
'sidebar-toggle-text' => 'Hidden under the plus icon are all the buttons to create new stuff. Accounts, transactions, everything!',
'account-menu-title' => 'All your accounts',
'account-menu-text' => 'Here you can find all the accounts you\'ve made.',
'budget-menu-title' => 'Budgets',
'budget-menu-text' => 'Use this page to organise your finances and limit spending.',
'report-menu-title' => 'Reports',
'report-menu-text' => 'Check this out when you want a solid overview of your finances.',
'transaction-menu-title' => 'Transactions',
'transaction-menu-text' => 'All transactions you\'ve created can be found here.',
'option-menu-title' => 'Options',
'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' => 'This is pretty self-explanatory.',
'main-content-end-title' => 'The end!',
'main-content-end-text' => 'Remember that every page has a small question mark at the right top. Click it to get help about the page you\'re on.',
'index' => 'index',
'home' => 'home',
'main-content-end-title' => '',
'main-content-end-text' => '每一頁在右上方有一個小問號。按一下它可以取得與頁面相關説明。',
'index' => '首頁',
'home' => '首頁',
'accounts-index' => 'accounts.index',
'accounts-create' => 'accounts.create',
'accounts-edit' => 'accounts.edit',
@@ -71,7 +71,7 @@ return [
'profile-delete-account' => 'profile.delete-account',
'reports-index' => 'reports.index',
'reports-report' => 'reports.report',
'search' => 'search',
'search' => '搜尋',
'tags-index' => 'tags.index',
'tags-create' => 'tags.create',
'tags-show' => 'tags.show',