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

199 lines
8.4 KiB
PHP

<?php
declare(strict_types=1);
/**
* form.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 [
// new user:
'bank_name' => '銀行名稱',
'bank_balance' => '餘額',
'savings_balance' => '儲蓄帳戶的餘額',
'credit_card_limit' => '信用卡額度',
'automatch' => '自動匹配',
'skip' => '略過',
'name' => '名稱',
'active' => '啟用',
'amount_min' => '最小金額',
'amount_max' => '最大值',
'match' => '匹配於',
'repeat_freq' => '循環週期',
'journal_currency_id' => '貨幣',
'currency_id' => '',
'attachments' => '',
'journal_amount' => '金額',
'journal_asset_source_account' => '資產帳戶 (源頭)',
'journal_source_account_name' => '收入帳戶 (源頭)',
'journal_source_account_id' => '資產帳戶 (源頭)',
'BIC' => '',
'verify_password' => '',
'account_from_id' => '從帳戶',
'account_to_id' => '到帳戶',
'source_account' => '來源帳戶',
'destination_account' => '目標帳戶',
'journal_destination_account_id' => '資產帳戶 (目標)',
'asset_destination_account' => '資產帳戶 (目標)',
'asset_source_account' => '資產帳戶 (來源)',
'journal_description' => '描述',
'note' => '備註',
'split_journal' => '分割此交易',
'split_journal_explanation' => '分割這個交易為幾個部分',
'currency' => '貨幣',
'account_id' => '資產帳戶',
'budget_id' => '預算',
'openingBalance' => '開戶金額',
'tagMode' => '標記模式',
'tagPosition' => '標籤位置',
'virtualBalance' => '虛擬金額',
'longitude_latitude' => '位置',
'targetamount' => '目標金額',
'accountRole' => '帳戶角色',
'openingBalanceDate' => '開戶日期',
'ccType' => '信用卡付款計畫',
'ccMonthlyPaymentDate' => '信用卡每月付款日期',
'piggy_bank_id' => '存錢筒',
'returnHere' => '回到這裡',
'returnHereExplanation' => '儲存後,回到這裡創建另一個記錄。',
'returnHereUpdateExplanation' => '更新後,回到這裡。',
'description' => '描述',
'expense_account' => '支出帳戶',
'revenue_account' => '收入帳戶',
'decimal_places' => '',
'exchange_rate_instruction' => '',
'exchanged_amount' => '',
'source_amount' => '',
'destination_amount' => '',
'native_amount' => '',
'revenue_account_source' => '收入帳戶 (源頭)',
'source_account_asset' => '來源帳戶 (資產帳戶)',
'destination_account_expense' => '',
'destination_account_asset' => '',
'source_account_revenue' => '來源帳戶 (收入帳戶)',
'type' => '',
'convert_Withdrawal' => '',
'convert_Deposit' => '',
'convert_Transfer' => '',
'amount' => '金額',
'date' => '日期',
'interest_date' => '付息日',
'book_date' => '',
'process_date' => '處理日期',
'category' => '類別',
'tags' => '標籤',
'deletePermanently' => '永久刪除',
'cancel' => '取消',
'targetdate' => '儲蓄目標日期',
'tag' => '標籤',
'under' => '低於',
'symbol' => '',
'code' => '',
'iban' => '',
'accountNumber' => '帳戶號碼',
'has_headers' => '標頭',
'date_format' => '日期格式',
'specifix' => '',
'attachments[]' => '附檔',
'store_new_withdrawal' => '存儲新提款',
'store_new_deposit' => '存儲新存款',
'store_new_transfer' => '存儲新轉帳',
'add_new_withdrawal' => '新增提款',
'add_new_deposit' => '新增新存款',
'add_new_transfer' => '',
'noPiggybank' => '',
'title' => '標題',
'notes' => '備註',
'filename' => '檔案名稱',
'mime' => '',
'size' => '',
'trigger' => '',
'stop_processing' => '',
'start_date' => '',
'end_date' => '',
'export_start_range' => '',
'export_end_range' => '',
'export_format' => '檔案格式',
'include_attachments' => '包括上傳的附件',
'include_old_uploads' => '包含導入的資料',
'accounts' => '從這些帳戶匯出交易記錄',
'delete_account' => '刪除帳號 ":name"',
'delete_bill' => '刪除帳單 ":name"',
'delete_budget' => '刪除預算 ":name"',
'delete_category' => '刪除類別 ":name"',
'delete_currency' => '刪除貨幣 ":name"',
'delete_journal' => '刪除包含描述 ":description" 的交易',
'delete_attachment' => '',
'delete_rule' => '',
'delete_rule_group' => '',
'delete_link_type' => '',
'attachment_areYouSure' => '',
'account_areYouSure' => '',
'bill_areYouSure' => '你確定要刪除賬單 ":name" 嗎?',
'rule_areYouSure' => '',
'ruleGroup_areYouSure' => '',
'budget_areYouSure' => '',
'category_areYouSure' => '',
'currency_areYouSure' => '',
'piggyBank_areYouSure' => '',
'journal_areYouSure' => '你真的要刪除這個描述為 ":description" 的交易嗎?',
'mass_journal_are_you_sure' => '',
'tag_areYouSure' => '你真的要要刪除標籤 ":tag" 嗎?',
'journal_link_areYouSure' => '',
'linkType_areYouSure' => '',
'permDeleteWarning' => '',
'mass_make_selection' => '',
'delete_all_permanently' => '',
'update_all_journals' => '',
'also_delete_transactions' => '',
'also_delete_connections' => '',
'also_delete_rules' => '',
'also_delete_piggyBanks' => '',
'bill_keep_transactions' => '',
'budget_keep_transactions' => '',
'category_keep_transactions' => '',
'tag_keep_transactions' => '',
'email' => '',
'password' => '',
'password_confirmation' => '',
'blocked' => '',
'blocked_code' => '',
// admin
'domain' => '',
'single_user_mode' => '',
'must_confirm_account' => '',
'is_demo_site' => '',
// import
'import_file' => '匯入檔案',
'configuration_file' => '',
'import_file_type' => '匯入檔案類型',
'csv_comma' => '',
'csv_semicolon' => '',
'csv_tab' => '',
'csv_delimiter' => '',
'csv_import_account' => '',
'csv_config' => '',
'due_date' => '到期日',
'payment_date' => '',
'invoice_date' => '',
'internal_reference' => '',
'inward' => '',
'outward' => '',
];