mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Last minute changes.
This commit is contained in:
@@ -39,7 +39,7 @@ return [
|
||||
'reports' => '報表',
|
||||
'search_result' => '":query" 的搜尋結果',
|
||||
'withdrawal_list' => '支出',
|
||||
'Withdrawal_list' => 'Expenses',
|
||||
'Withdrawal_list' => '支出',
|
||||
'deposit_list' => '收入、所得與存款',
|
||||
'transfer_list' => '轉帳',
|
||||
'transfers_list' => '轉帳',
|
||||
|
||||
@@ -27,7 +27,7 @@ return [
|
||||
'locale' => 'zh_TW, Chinese Traditional (Taiwan), zh_TW.utf8, zh_TW.UTF-8',
|
||||
'month' => '%Y 年 %b',
|
||||
'month_and_day' => '%Y 年 %b %e 號',
|
||||
'month_and_day_moment_js' => 'MMM D, YYYY',
|
||||
'month_and_day_moment_js' => 'YYYY 年 MMM D 日',
|
||||
'month_and_date_day' => '%Y 年 %b %e 號 %A',
|
||||
'month_and_day_no_year' => '%b %e 號',
|
||||
'date_time' => '%Y 年 %b %e 號 %T',
|
||||
|
||||
@@ -55,10 +55,10 @@ return [
|
||||
'new_withdrawal' => '新提款',
|
||||
'create_new_transaction' => '建立新交易',
|
||||
'new_transaction' => '新交易',
|
||||
'no_rules_for_bill' => 'This bill has no rules associated to it.',
|
||||
'no_rules_for_bill' => '此帳單未設定相關的規則。',
|
||||
'go_to_asset_accounts' => '檢視您的資產帳戶',
|
||||
'go_to_budgets' => '前往您的預算',
|
||||
'clone_instructions' => 'To clone a transaction, search for the "store as new" checkbox in the edit screen',
|
||||
'clone_instructions' => '若要複製交易,請在編輯畫面中勾取 "另存新檔" 核選方塊',
|
||||
'go_to_categories' => '前往您的分類',
|
||||
'go_to_bills' => '前往您的帳單',
|
||||
'go_to_expense_accounts' => '查看您的支出帳戶',
|
||||
@@ -85,7 +85,7 @@ return [
|
||||
'help_for_this_page' => '本頁說明',
|
||||
'no_help_could_be_found' => '找不到說明文本。',
|
||||
'no_help_title' => '不好意思,發生一個錯誤。',
|
||||
'two_factor_welcome' => 'Hello!',
|
||||
'two_factor_welcome' => '您好!',
|
||||
'two_factor_enter_code' => '如要繼續,請輸入您的兩步驟驗證 (two factor authentication) 代碼,您的應用程式可為您產生。',
|
||||
'two_factor_code_here' => '在此輸入代碼',
|
||||
'two_factor_title' => '兩步驟驗證',
|
||||
|
||||
@@ -30,28 +30,28 @@ return [
|
||||
'index_help' => '如果您需要有關頁面或表單的説明,請按此按鈕。',
|
||||
'index_outro' => 'Firefly III 大部分頁面會以這樣的小介紹開始,如有問題或意見,不妨與我聯繫。祝您使用得心應手!',
|
||||
'index_sidebar-toggle' => '若要建立新的交易記錄、帳戶或其他內容,請使用此圖示下的選單。',
|
||||
'index_cash_account' => 'These are the accounts created so far. You can use the cash account to track cash expenses but it\'s not mandatory of course.',
|
||||
'index_cash_account' => '目前為止就建立了這些帳戶。您可以用現金帳戶來追蹤現金支出,如果您喜歡。',
|
||||
|
||||
// transactions (withdrawal)
|
||||
'transactions_create_withdrawal_source' => 'Select your favorite asset account or liability from this dropdown.',
|
||||
'transactions_create_withdrawal_destination' => 'Select an expense account here. Leave it empty if you want to make a cash expense.',
|
||||
'transactions_create_withdrawal_foreign_currency' => 'Use this field to set a foreign currency and amount.',
|
||||
'transactions_create_withdrawal_more_meta' => 'Plenty of other meta data you set in these fields.',
|
||||
'transactions_create_withdrawal_split_add' => 'If you want to split a transaction, add more splits with this button',
|
||||
'transactions_create_withdrawal_source' => '在此下拉清單中選取您喜歡的資產帳戶或負債。',
|
||||
'transactions_create_withdrawal_destination' => '在此選取一個支出帳戶。留空即代表現金支出。',
|
||||
'transactions_create_withdrawal_foreign_currency' => '使用此欄位設定外幣及金額。',
|
||||
'transactions_create_withdrawal_more_meta' => '這些欄位設定許多其他的中繼資料。',
|
||||
'transactions_create_withdrawal_split_add' => '若您希望拆分交易,按此按鈕加一筆拆分',
|
||||
|
||||
// transactions (deposit)
|
||||
'transactions_create_deposit_source' => 'Select or type the payee in this auto-completing dropdown/textbox. Leave it empty if you want to make a cash deposit.',
|
||||
'transactions_create_deposit_destination' => 'Select an asset or liability account here.',
|
||||
'transactions_create_deposit_foreign_currency' => 'Use this field to set a foreign currency and amount.',
|
||||
'transactions_create_deposit_more_meta' => 'Plenty of other meta data you set in these fields.',
|
||||
'transactions_create_deposit_split_add' => 'If you want to split a transaction, add more splits with this button',
|
||||
'transactions_create_deposit_source' => '在此自動完成的下拉清單/文字方塊中選取或鍵入支款人。留空即代表現金存款。',
|
||||
'transactions_create_deposit_destination' => '在此選取一個資產或負債帳戶。',
|
||||
'transactions_create_deposit_foreign_currency' => '使用此欄位設定外幣及金額。',
|
||||
'transactions_create_deposit_more_meta' => '這些欄位設定許多其他的中繼資料。',
|
||||
'transactions_create_deposit_split_add' => '若您希望拆分交易,按此按鈕加一筆拆分',
|
||||
|
||||
// transactions (transfer)
|
||||
'transactions_create_transfer_source' => 'Select the source asset account here.',
|
||||
'transactions_create_transfer_destination' => 'Select the destination asset account here.',
|
||||
'transactions_create_transfer_foreign_currency' => 'Use this field to set a foreign currency and amount.',
|
||||
'transactions_create_transfer_more_meta' => 'Plenty of other meta data you set in these fields.',
|
||||
'transactions_create_transfer_split_add' => 'If you want to split a transaction, add more splits with this button',
|
||||
'transactions_create_transfer_source' => '在此選取來源資產帳戶。',
|
||||
'transactions_create_transfer_destination' => '在此選取目標資產帳戶。',
|
||||
'transactions_create_transfer_foreign_currency' => '使用此欄位設定外幣及金額。',
|
||||
'transactions_create_transfer_more_meta' => '這些欄位設定許多其他的中繼資料。',
|
||||
'transactions_create_transfer_split_add' => '若您希望拆分交易,按此按鈕加一筆拆分',
|
||||
|
||||
// create account:
|
||||
'accounts_create_iban' => '帳戶若設定有效的 IBAN,有助日後匯入資料。',
|
||||
|
||||
Reference in New Issue
Block a user