mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			1012 lines
		
	
	
		
			55 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			1012 lines
		
	
	
		
			55 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | ||
| declare(strict_types=1);
 | ||
| 
 | ||
| /**
 | ||
|  * firefly.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 [
 | ||
|     // general stuff:
 | ||
|     'close'                                      => '關閉',
 | ||
|     'actions'                                    => '操作',
 | ||
|     'edit'                                       => '編輯',
 | ||
|     'delete'                                     => '刪除',
 | ||
|     'welcomeBack'                                => '情況如何?',
 | ||
|     'everything'                                 => '顯示所有',
 | ||
|     'customRange'                                => '自訂範圍',
 | ||
|     'apply'                                      => '套用',
 | ||
|     'select_date'                                => '',
 | ||
|     'cancel'                                     => '取消',
 | ||
|     'from'                                       => '從',
 | ||
|     'to'                                         => '到',
 | ||
|     'showEverything'                             => '全部顯示',
 | ||
|     'never'                                      => '從來沒有',
 | ||
|     'no_results_for_empty_search'                => '',
 | ||
|     'removed_amount'                             => '移除了 :amount',
 | ||
|     'added_amount'                               => '添加了 :amount',
 | ||
|     'asset_account_role_help'                    => '你可以稍後再設置其他選項。',
 | ||
|     'Opening balance'                            => '開戶金額',
 | ||
|     'create_new_stuff'                           => '創建新的東西',
 | ||
|     'new_withdrawal'                             => '新提款',
 | ||
|     'new_deposit'                                => '新存款',
 | ||
|     'new_transfer'                               => '新的轉帳',
 | ||
|     'new_asset_account'                          => '新增資產帳戶',
 | ||
|     'new_expense_account'                        => '新的支出帳戶',
 | ||
|     'new_revenue_account'                        => '新的收入帳戶',
 | ||
|     'new_budget'                                 => '新增預算',
 | ||
|     'new_bill'                                   => '新增賬單',
 | ||
|     'block_account_logout'                       => '你已被登出。被封禁的帳戶不能使用本網站。你沒有以有效的電子郵件地址註冊嗎?',
 | ||
|     'flash_success'                              => '成功!',
 | ||
|     'flash_info'                                 => '訊息',
 | ||
|     'flash_warning'                              => '警告!',
 | ||
|     'flash_error'                                => '錯誤!',
 | ||
|     'flash_info_multiple'                        => '有一個訊息|有 :count 個訊息',
 | ||
|     'flash_error_multiple'                       => '出現了一個錯誤|出現了 :count 個錯誤',
 | ||
|     'net_worth'                                  => '淨值',
 | ||
|     'route_has_no_help'                          => '目前還沒有說明。',
 | ||
|     'two_factor_welcome'                         => '哈囉, :user !',
 | ||
|     'two_factor_enter_code'                      => '若要繼續,請輸入你的雙重身份驗證 (2FA) 應用程序內顯示的驗證代碼。',
 | ||
|     'two_factor_code_here'                       => '在此輸入代碼',
 | ||
|     'two_factor_title'                           => '雙重身份驗證',
 | ||
|     'authenticate'                               => '認證',
 | ||
|     'two_factor_forgot_title'                    => '丟失雙重身份驗證',
 | ||
|     'two_factor_forgot'                          => '我忘記了我的雙重身份驗證 (2FA) 。',
 | ||
|     'two_factor_lost_header'                     => '丟失了雙重身份驗證 (2FA) 嗎?',
 | ||
|     'two_factor_lost_intro'                      => '很不幸,這不可以從 web 介面中重置。你有兩個選擇。',
 | ||
|     'two_factor_lost_fix_self'                   => '如果你在自己的伺服器上運行 Firefly III,請檢查 <code>storage/logs</code> 中的日誌。',
 | ||
|     'two_factor_lost_fix_owner'                  => '否則,請電郵網站擁有者,<a href="mailto::site_owner">:site_owner</a> 並要求他們重置你的雙重身份驗證。',
 | ||
|     'warning_much_data'                          => ':days 天的資料需要一點時間載入。',
 | ||
|     'registered'                                 => '您已成功註冊 !',
 | ||
|     'Default asset account'                      => '',
 | ||
|     'no_budget_pointer'                          => '你還沒有預算。你可以在<a href="/budgets">預算</a>頁來建立預算。預算可以幫助你跟蹤支出情況。',
 | ||
|     'Savings account'                            => '',
 | ||
|     'Credit card'                                => '',
 | ||
|     'source_accounts'                            => '來源帳戶',
 | ||
|     'destination_accounts'                       => '目標帳戶',
 | ||
|     'user_id_is'                                 => '',
 | ||
|     'field_supports_markdown'                    => '',
 | ||
|     'need_more_help'                             => '',
 | ||
|     'reenable_intro_text'                        => '',
 | ||
|     'intro_boxes_after_refresh'                  => '',
 | ||
|     'show_all_no_filter'                         => '',
 | ||
|     'expenses_by_category'                       => '',
 | ||
|     'expenses_by_budget'                         => '',
 | ||
|     'income_by_category'                         => '',
 | ||
|     'expenses_by_asset_account'                  => '',
 | ||
|     'expenses_by_expense_account'                => '',
 | ||
|     'cannot_redirect_to_account'                 => '',
 | ||
|     'sum_of_expenses'                            => '',
 | ||
|     'sum_of_income'                              => '',
 | ||
|     'total_sum'                                  => '',
 | ||
|     'spent_in_specific_budget'                   => '',
 | ||
|     'sum_of_expenses_in_budget'                  => '',
 | ||
|     'left_in_budget_limit'                       => '',
 | ||
|     'cannot_reset_demo_user'                     => '',
 | ||
|     'current_period'                             => '',
 | ||
|     'show_the_current_period_and_overview'       => '',
 | ||
|     'pref_languages_locale'                      => '',
 | ||
|     'budget_in_period'                           => '',
 | ||
|     'chart_budget_in_period'                     => '',
 | ||
|     'chart_account_in_period'                    => '',
 | ||
|     'chart_category_in_period'                   => '',
 | ||
|     'chart_category_all'                         => '',
 | ||
|     'clone_withdrawal'                           => '',
 | ||
|     'clone_deposit'                              => '',
 | ||
|     'clone_transfer'                             => '',
 | ||
|     'multi_select_no_selection'                  => '',
 | ||
|     'multi_select_all_selected'                  => '',
 | ||
|     'multi_select_filter_placeholder'            => '',
 | ||
|     'between_dates_breadcrumb'                   => '',
 | ||
|     'all_journals_without_budget'                => '',
 | ||
|     'journals_without_budget'                    => '',
 | ||
|     'all_journals_without_category'              => '',
 | ||
|     'journals_without_category'                  => '',
 | ||
|     'all_journals_for_account'                   => '',
 | ||
|     'chart_all_journals_for_account'             => '',
 | ||
|     'journals_in_period_for_account'             => '',
 | ||
|     'transferred'                                => '',
 | ||
|     'all_withdrawal'                             => '',
 | ||
|     'all_transactions'                           => '',
 | ||
|     'title_withdrawal_between'                   => '',
 | ||
|     'all_deposit'                                => '',
 | ||
|     'title_deposit_between'                      => '',
 | ||
|     'all_transfers'                              => '',
 | ||
|     'title_transfers_between'                    => '',
 | ||
|     'all_transfer'                               => '',
 | ||
|     'all_journals_for_tag'                       => '',
 | ||
|     'title_transfer_between'                     => '',
 | ||
|     'all_journals_for_category'                  => '',
 | ||
|     'all_journals_for_budget'                    => '',
 | ||
|     'chart_all_journals_for_budget'              => '',
 | ||
|     'journals_in_period_for_category'            => '',
 | ||
|     'journals_in_period_for_tag'                 => '',
 | ||
|     'not_available_demo_user'                    => '',
 | ||
|     'exchange_rate_instructions'                 => '',
 | ||
|     'transfer_exchange_rate_instructions'        => '',
 | ||
|     'transaction_data'                           => '',
 | ||
| 
 | ||
|     // search
 | ||
|     'search'                                     => '搜尋',
 | ||
|     'search_found_transactions'                  => '',
 | ||
|     'general_search_error'                       => '',
 | ||
|     'search_box'                                 => '',
 | ||
|     'search_box_intro'                           => '',
 | ||
|     'search_error'                               => '',
 | ||
|     'search_searching'                           => '',
 | ||
| 
 | ||
|     // repeat frequencies:
 | ||
|     'repeat_freq_yearly'                         => '',
 | ||
|     'repeat_freq_monthly'                        => '每月',
 | ||
|     'weekly'                                     => '每週',
 | ||
|     'quarterly'                                  => '每季',
 | ||
|     'half-year'                                  => '每半年',
 | ||
|     'yearly'                                     => '每年',
 | ||
| 
 | ||
|     // export data:
 | ||
|     'import_and_export'                          => '匯入與匯出',
 | ||
|     'export_data'                                => '',
 | ||
|     'export_data_intro'                          => '',
 | ||
|     'export_format'                              => '',
 | ||
|     'export_format_csv'                          => '',
 | ||
|     'export_format_mt940'                        => 'MT940 相容格式',
 | ||
|     'export_included_accounts'                   => '從這些帳戶匯出交易記錄',
 | ||
|     'include_old_uploads_help'                   => 'Firefly III 不會扔掉過去已導入的原始 CSV 檔。你可以將它們包含在匯出的檔案中。',
 | ||
|     'do_export'                                  => '匯出',
 | ||
|     'export_status_never_started'                => '匯出尚未開始',
 | ||
|     'export_status_make_exporter'                => '',
 | ||
|     'export_status_collecting_journals'          => '正在收集你的交易資料...',
 | ||
|     'export_status_collected_journals'           => '你的交易資料已經收集成功!',
 | ||
|     'export_status_converting_to_export_format'  => '正在轉換您的交易資料...',
 | ||
|     'export_status_converted_to_export_format'   => '',
 | ||
|     'export_status_creating_journal_file'        => '',
 | ||
|     'export_status_created_journal_file'         => '',
 | ||
|     'export_status_collecting_attachments'       => '',
 | ||
|     'export_status_collected_attachments'        => '',
 | ||
|     'export_status_collecting_old_uploads'       => '',
 | ||
|     'export_status_collected_old_uploads'        => '',
 | ||
|     'export_status_creating_config_file'         => '',
 | ||
|     'export_status_created_config_file'          => '',
 | ||
|     'export_status_creating_zip_file'            => '',
 | ||
|     'export_status_created_zip_file'             => '',
 | ||
|     'export_status_finished'                     => '',
 | ||
|     'export_data_please_wait'                    => '',
 | ||
| 
 | ||
|     // rules
 | ||
|     'rules'                                      => '',
 | ||
|     'rule_name'                                  => '',
 | ||
|     'rule_triggers'                              => '',
 | ||
|     'rule_actions'                               => '',
 | ||
|     'new_rule'                                   => '',
 | ||
|     'new_rule_group'                             => '',
 | ||
|     'rule_priority_up'                           => '',
 | ||
|     'rule_priority_down'                         => '',
 | ||
|     'make_new_rule_group'                        => '',
 | ||
|     'store_new_rule_group'                       => '',
 | ||
|     'created_new_rule_group'                     => '',
 | ||
|     'updated_rule_group'                         => '',
 | ||
|     'edit_rule_group'                            => '',
 | ||
|     'delete_rule_group'                          => '',
 | ||
|     'deleted_rule_group'                         => '',
 | ||
|     'update_rule_group'                          => '',
 | ||
|     'no_rules_in_group'                          => '',
 | ||
|     'move_rule_group_up'                         => '',
 | ||
|     'move_rule_group_down'                       => '',
 | ||
|     'save_rules_by_moving'                       => '',
 | ||
|     'make_new_rule'                              => '',
 | ||
|     'rule_help_stop_processing'                  => '',
 | ||
|     'rule_help_active'                           => '',
 | ||
|     'stored_new_rule'                            => '',
 | ||
|     'deleted_rule'                               => '',
 | ||
|     'store_new_rule'                             => '',
 | ||
|     'updated_rule'                               => '',
 | ||
|     'default_rule_group_name'                    => '',
 | ||
|     'default_rule_group_description'             => '所有不屬於任何組別的規則',
 | ||
|     'default_rule_name'                          => '',
 | ||
|     'default_rule_description'                   => '這是一個例子。你可以把這個規則刪除。',
 | ||
|     'default_rule_trigger_description'           => '賣世界的小男孩',
 | ||
|     'default_rule_trigger_from_account'          => '',
 | ||
|     'default_rule_action_prepend'                => '買下了整個世界。錢給了',
 | ||
|     'default_rule_action_set_category'           => '',
 | ||
|     'trigger'                                    => '',
 | ||
|     'trigger_value'                              => '',
 | ||
|     'stop_processing_other_triggers'             => '',
 | ||
|     'add_rule_trigger'                           => '',
 | ||
|     'action'                                     => '',
 | ||
|     'action_value'                               => '',
 | ||
|     'stop_executing_other_actions'               => '',
 | ||
|     'add_rule_action'                            => '',
 | ||
|     'edit_rule'                                  => '',
 | ||
|     'delete_rule'                                => '',
 | ||
|     'update_rule'                                => '',
 | ||
|     'test_rule_triggers'                         => '',
 | ||
|     'warning_transaction_subset'                 => '',
 | ||
|     'warning_no_matching_transactions'           => '',
 | ||
|     'warning_no_valid_triggers'                  => '',
 | ||
|     'apply_rule_selection'                       => '',
 | ||
|     'apply_rule_selection_intro'                 => '',
 | ||
|     'include_transactions_from_accounts'         => '',
 | ||
|     'applied_rule_selection'                     => '',
 | ||
|     'execute'                                    => '',
 | ||
|     'apply_rule_group_selection'                 => '',
 | ||
|     'apply_rule_group_selection_intro'           => '',
 | ||
|     'applied_rule_group_selection'               => '',
 | ||
| 
 | ||
|     // actions and triggers
 | ||
|     'rule_trigger_user_action'                   => '',
 | ||
|     'rule_trigger_from_account_starts'           => '以 ":trigger_value" 開頭的來源帳戶',
 | ||
|     'rule_trigger_from_account_ends'             => '以 ":trigger_value" 為結尾的來源帳戶',
 | ||
|     'rule_trigger_from_account_is'               => '來源帳戶是 ":trigger_value"',
 | ||
|     'rule_trigger_from_account_contains'         => '含 ":trigger_value" 的來源帳戶',
 | ||
|     'rule_trigger_to_account_starts'             => '',
 | ||
|     'rule_trigger_to_account_ends'               => '',
 | ||
|     'rule_trigger_to_account_is'                 => '',
 | ||
|     'rule_trigger_to_account_contains'           => '',
 | ||
|     'rule_trigger_transaction_type'              => '',
 | ||
|     'rule_trigger_category_is'                   => '',
 | ||
|     'rule_trigger_amount_less'                   => '',
 | ||
|     'rule_trigger_amount_exactly'                => '',
 | ||
|     'rule_trigger_amount_more'                   => '',
 | ||
|     'rule_trigger_description_starts'            => '以 ":trigger_value" 開頭的描述',
 | ||
|     'rule_trigger_description_ends'              => '以 ":trigger_value" 為結尾的描述',
 | ||
|     'rule_trigger_description_contains'          => '含 ":trigger_value" 的描述',
 | ||
|     'rule_trigger_description_is'                => '描述是 ":trigger_value"',
 | ||
|     'rule_trigger_from_account_starts_choice'    => '來源帳戶以…開頭',
 | ||
|     'rule_trigger_from_account_ends_choice'      => '來源帳戶以…結尾',
 | ||
|     'rule_trigger_from_account_is_choice'        => '來源帳戶是…',
 | ||
|     'rule_trigger_from_account_contains_choice'  => '來源帳戶含有…',
 | ||
|     'rule_trigger_to_account_starts_choice'      => '',
 | ||
|     'rule_trigger_to_account_ends_choice'        => '',
 | ||
|     'rule_trigger_to_account_is_choice'          => '',
 | ||
|     'rule_trigger_to_account_contains_choice'    => '',
 | ||
|     'rule_trigger_transaction_type_choice'       => '',
 | ||
|     'rule_trigger_amount_less_choice'            => '',
 | ||
|     'rule_trigger_amount_exactly_choice'         => '',
 | ||
|     'rule_trigger_amount_more_choice'            => '',
 | ||
|     'rule_trigger_description_starts_choice'     => '描述以…開頭',
 | ||
|     'rule_trigger_description_ends_choice'       => '描述以…結尾',
 | ||
|     'rule_trigger_description_contains_choice'   => '描述包含…',
 | ||
|     'rule_trigger_description_is_choice'         => '描述是…',
 | ||
|     'rule_trigger_category_is_choice'            => '',
 | ||
|     'rule_trigger_budget_is_choice'              => '',
 | ||
|     'rule_trigger_tag_is_choice'                 => '',
 | ||
|     'rule_trigger_has_attachments_choice'        => '',
 | ||
|     'rule_trigger_has_attachments'               => '',
 | ||
|     'rule_trigger_store_journal'                 => '',
 | ||
|     'rule_trigger_update_journal'                => '',
 | ||
|     'rule_action_set_category'                   => '',
 | ||
|     'rule_action_clear_category'                 => '',
 | ||
|     'rule_action_set_budget'                     => '',
 | ||
|     'rule_action_clear_budget'                   => '',
 | ||
|     'rule_action_add_tag'                        => '新增標籤 ":action_value"',
 | ||
|     'rule_action_remove_tag'                     => '刪除標籤 ":action_value"',
 | ||
|     'rule_action_remove_all_tags'                => '移除所有標籤',
 | ||
|     'rule_action_set_description'                => '設置描述為 ":action_value"',
 | ||
|     'rule_action_append_description'             => '描述後加上 ":action_value"',
 | ||
|     'rule_action_prepend_description'            => '描述前加上 ":action_value"',
 | ||
|     'rule_action_set_category_choice'            => '',
 | ||
|     'rule_action_clear_category_choice'          => '',
 | ||
|     'rule_action_set_budget_choice'              => '',
 | ||
|     'rule_action_clear_budget_choice'            => '',
 | ||
|     'rule_action_add_tag_choice'                 => '新增標籤…',
 | ||
|     'rule_action_remove_tag_choice'              => '移除標籤…',
 | ||
|     'rule_action_remove_all_tags_choice'         => '移除所有標籤',
 | ||
|     'rule_action_set_description_choice'         => '把描述設置為…',
 | ||
|     'rule_action_append_description_choice'      => '描述後加上…',
 | ||
|     'rule_action_prepend_description_choice'     => '描述前加上…',
 | ||
|     'rule_action_set_source_account_choice'      => '把來源帳戶設置為...',
 | ||
|     'rule_action_set_source_account'             => '將來源帳戶設置為 :action_value',
 | ||
|     'rule_action_set_destination_account_choice' => '',
 | ||
|     'rule_action_set_destination_account'        => '',
 | ||
| 
 | ||
|     // tags
 | ||
|     'store_new_tag'                              => '儲存新的標籤',
 | ||
|     'update_tag'                                 => '更新標籤',
 | ||
|     'no_location_set'                            => '',
 | ||
|     'meta_data'                                  => '',
 | ||
|     'location'                                   => '',
 | ||
| 
 | ||
|     // preferences
 | ||
|     'pref_home_screen_accounts'                  => '',
 | ||
|     'pref_home_screen_accounts_help'             => '',
 | ||
|     'pref_view_range'                            => '',
 | ||
|     'pref_view_range_help'                       => '',
 | ||
|     'pref_1D'                                    => '',
 | ||
|     'pref_1W'                                    => '',
 | ||
|     'pref_1M'                                    => '',
 | ||
|     'pref_3M'                                    => '',
 | ||
|     'pref_6M'                                    => '',
 | ||
|     'pref_1Y'                                    => '',
 | ||
|     'pref_languages'                             => '',
 | ||
|     'pref_languages_help'                        => '',
 | ||
|     'pref_custom_fiscal_year'                    => '',
 | ||
|     'pref_custom_fiscal_year_label'              => '',
 | ||
|     'pref_custom_fiscal_year_help'               => '',
 | ||
|     'pref_fiscal_year_start_label'               => '',
 | ||
|     'pref_two_factor_auth'                       => '雙重身份驗證',
 | ||
|     'pref_two_factor_auth_help'                  => '當您啟用二步驗證 (也稱為雙重身份驗證) 時,你的帳戶安全性將會更上一層樓。你需要以您知道的東西(密碼)和你擁有的東西(驗證碼)來進行登錄。驗證碼是由您的手機上的應用程式生成的,如 Authy 或 Google Authenticator 。',
 | ||
|     'pref_enable_two_factor_auth'                => '啟用雙重身份驗證',
 | ||
|     'pref_two_factor_auth_disabled'              => '成功刪除和禁用雙重身份驗證',
 | ||
|     'pref_two_factor_auth_remove_it'             => '別忘了從你的身份驗證程式(例如 Authy 或 Google Authenticator)中刪除帳戶 !',
 | ||
|     'pref_two_factor_auth_code'                  => '驗證代碼',
 | ||
|     'pref_two_factor_auth_code_help'             => '請以你的手機上的身份驗證應用程式(例如 Authy 或 Google Authenticator)掃描 QR 代碼,然後輸入其所生成的代碼。',
 | ||
|     'pref_two_factor_auth_reset_code'            => '重置驗證代碼',
 | ||
|     'pref_two_factor_auth_remove_code'           => '刪除驗證代碼',
 | ||
|     'pref_two_factor_auth_remove_will_disable'   => '(這也會禁用雙重身份驗證)',
 | ||
|     'pref_save_settings'                         => '',
 | ||
|     'saved_preferences'                          => '',
 | ||
|     'preferences_general'                        => '',
 | ||
|     'preferences_frontpage'                      => '',
 | ||
|     'preferences_security'                       => '',
 | ||
|     'preferences_layout'                         => '',
 | ||
|     'pref_home_show_deposits'                    => '',
 | ||
|     'pref_home_show_deposits_info'               => '',
 | ||
|     'pref_home_do_show_deposits'                 => '',
 | ||
|     'successful_count'                           => '',
 | ||
|     'transaction_page_size_title'                => '',
 | ||
|     'transaction_page_size_help'                 => '',
 | ||
|     'transaction_page_size_label'                => '',
 | ||
|     'between_dates'                              => '',
 | ||
|     'pref_optional_fields_transaction'           => '',
 | ||
|     'pref_optional_fields_transaction_help'      => '',
 | ||
|     'optional_tj_date_fields'                    => '',
 | ||
|     'optional_tj_business_fields'                => '',
 | ||
|     'optional_tj_attachment_fields'              => '',
 | ||
|     'pref_optional_tj_interest_date'             => '',
 | ||
|     'pref_optional_tj_book_date'                 => '',
 | ||
|     'pref_optional_tj_process_date'              => '',
 | ||
|     'pref_optional_tj_due_date'                  => '到期日',
 | ||
|     'pref_optional_tj_payment_date'              => '',
 | ||
|     'pref_optional_tj_invoice_date'              => '',
 | ||
|     'pref_optional_tj_internal_reference'        => '',
 | ||
|     'pref_optional_tj_notes'                     => '',
 | ||
|     'pref_optional_tj_attachments'               => '',
 | ||
|     'optional_field_meta_dates'                  => '',
 | ||
|     'optional_field_meta_business'               => '',
 | ||
|     'optional_field_attachments'                 => '',
 | ||
|     'optional_field_meta_data'                   => '',
 | ||
| 
 | ||
| 
 | ||
|     // profile:
 | ||
|     'change_your_password'                       => '',
 | ||
|     'delete_account'                             => '',
 | ||
|     'current_password'                           => '',
 | ||
|     'new_password'                               => '',
 | ||
|     'new_password_again'                         => '',
 | ||
|     'delete_your_account'                        => '',
 | ||
|     'delete_your_account_help'                   => '',
 | ||
|     'delete_your_account_password'               => '',
 | ||
|     'password'                                   => '',
 | ||
|     'are_you_sure'                               => '',
 | ||
|     'delete_account_button'                      => '',
 | ||
|     'invalid_current_password'                   => '',
 | ||
|     'password_changed'                           => '',
 | ||
|     'should_change'                              => '',
 | ||
|     'invalid_password'                           => '',
 | ||
|     'what_is_pw_security'                        => '',
 | ||
|     'secure_pw_title'                            => '',
 | ||
|     'secure_pw_history'                          => '',
 | ||
|     'secure_pw_check_box'                        => '',
 | ||
|     'secure_pw_sha1'                             => '',
 | ||
|     'secure_pw_hash_speed'                       => '',
 | ||
|     'secure_pw_hash_security'                    => '',
 | ||
|     'secure_pw_should'                           => '',
 | ||
|     'secure_pw_long_password'                    => '',
 | ||
|     'secure_pw_short'                            => '',
 | ||
| 
 | ||
| 
 | ||
|     // attachments
 | ||
|     'nr_of_attachments'                          => '',
 | ||
|     'attachments'                                => '',
 | ||
|     'edit_attachment'                            => '',
 | ||
|     'update_attachment'                          => '',
 | ||
|     'delete_attachment'                          => '',
 | ||
|     'attachment_deleted'                         => '',
 | ||
|     'attachment_updated'                         => '',
 | ||
|     'upload_max_file_size'                       => '',
 | ||
| 
 | ||
|     // transaction index
 | ||
|     'title_expenses'                             => '',
 | ||
|     'title_withdrawal'                           => '',
 | ||
|     'title_revenue'                              => '',
 | ||
|     'title_deposit'                              => '',
 | ||
|     'title_transfer'                             => '',
 | ||
|     'title_transfers'                            => '',
 | ||
| 
 | ||
|     // convert stuff:
 | ||
|     'convert_is_already_type_Withdrawal'         => '',
 | ||
|     'convert_is_already_type_Deposit'            => '',
 | ||
|     'convert_is_already_type_Transfer'           => '',
 | ||
|     'convert_to_Withdrawal'                      => '',
 | ||
|     'convert_to_Deposit'                         => '',
 | ||
|     'convert_to_Transfer'                        => '',
 | ||
|     'convert_options_WithdrawalDeposit'          => '',
 | ||
|     'convert_options_WithdrawalTransfer'         => '',
 | ||
|     'convert_options_DepositTransfer'            => '',
 | ||
|     'convert_options_DepositWithdrawal'          => '',
 | ||
|     'convert_options_TransferWithdrawal'         => '',
 | ||
|     'convert_options_TransferDeposit'            => '',
 | ||
|     'transaction_journal_convert_options'        => '',
 | ||
|     'convert_Withdrawal_to_deposit'              => '',
 | ||
|     'convert_Withdrawal_to_transfer'             => '',
 | ||
|     'convert_Deposit_to_withdrawal'              => '',
 | ||
|     'convert_Deposit_to_transfer'                => '',
 | ||
|     'convert_Transfer_to_deposit'                => '',
 | ||
|     'convert_Transfer_to_withdrawal'             => '',
 | ||
|     'convert_please_set_revenue_source'          => '',
 | ||
|     'convert_please_set_asset_destination'       => '',
 | ||
|     'convert_please_set_expense_destination'     => '',
 | ||
|     'convert_please_set_asset_source'            => '',
 | ||
|     'convert_explanation_withdrawal_deposit'     => '',
 | ||
|     'convert_explanation_withdrawal_transfer'    => '如果你把這個提款(支出)轉換為轉帳, :amount 會從 <a href=":sourceRoute">:sourceName</a> 轉帳到新的資產帳戶,而不會付款到 <a href=":destinationRoute">:destinationName</a> 。',
 | ||
|     'convert_explanation_deposit_withdrawal'     => '',
 | ||
|     'convert_explanation_deposit_transfer'       => '',
 | ||
|     'convert_explanation_transfer_withdrawal'    => '',
 | ||
|     'convert_explanation_transfer_deposit'       => '',
 | ||
|     'converted_to_Withdrawal'                    => '',
 | ||
|     'converted_to_Deposit'                       => '',
 | ||
|     'converted_to_Transfer'                      => '',
 | ||
| 
 | ||
| 
 | ||
|     // create new stuff:
 | ||
|     'create_new_withdrawal'                      => '',
 | ||
|     'create_new_deposit'                         => '',
 | ||
|     'create_new_transfer'                        => '',
 | ||
|     'create_new_asset'                           => '建立新的資產帳戶',
 | ||
|     'create_new_expense'                         => '',
 | ||
|     'create_new_revenue'                         => '',
 | ||
|     'create_new_piggy_bank'                      => '',
 | ||
|     'create_new_bill'                            => '建立新賬單',
 | ||
| 
 | ||
|     // currencies:
 | ||
|     'create_currency'                            => '',
 | ||
|     'store_currency'                             => '',
 | ||
|     'update_currency'                            => '',
 | ||
|     'new_default_currency'                       => '',
 | ||
|     'cannot_delete_currency'                     => '',
 | ||
|     'deleted_currency'                           => '',
 | ||
|     'created_currency'                           => '',
 | ||
|     'updated_currency'                           => '',
 | ||
|     'ask_site_owner'                             => '',
 | ||
|     'currencies_intro'                           => '',
 | ||
|     'make_default_currency'                      => '',
 | ||
|     'default_currency'                           => '',
 | ||
| 
 | ||
|     // forms:
 | ||
|     'mandatoryFields'                            => '',
 | ||
|     'optionalFields'                             => '',
 | ||
|     'options'                                    => '',
 | ||
| 
 | ||
|     // budgets:
 | ||
|     'create_new_budget'                          => '',
 | ||
|     'store_new_budget'                           => '',
 | ||
|     'stored_new_budget'                          => '',
 | ||
|     'available_between'                          => '',
 | ||
|     'transactionsWithoutBudget'                  => '',
 | ||
|     'transactions_no_budget'                     => '',
 | ||
|     'spent_between'                              => '',
 | ||
|     'createBudget'                               => '',
 | ||
|     'inactiveBudgets'                            => '',
 | ||
|     'without_budget_between'                     => '',
 | ||
|     'delete_budget'                              => '',
 | ||
|     'deleted_budget'                             => '',
 | ||
|     'edit_budget'                                => '',
 | ||
|     'updated_budget'                             => '',
 | ||
|     'update_amount'                              => '',
 | ||
|     'update_budget'                              => '',
 | ||
|     'update_budget_amount_range'                 => '',
 | ||
|     'budget_period_navigator'                    => '',
 | ||
| 
 | ||
|     // bills:
 | ||
|     'matching_on'                                => '',
 | ||
|     'between_amounts'                            => '',
 | ||
|     'repeats'                                    => '',
 | ||
|     'connected_journals'                         => '',
 | ||
|     'auto_match_on'                              => '',
 | ||
|     'auto_match_off'                             => '',
 | ||
|     'next_expected_match'                        => '',
 | ||
|     'delete_bill'                                => '刪除賬單 ":name"',
 | ||
|     'deleted_bill'                               => '成功刪除賬單 ":name"',
 | ||
|     'edit_bill'                                  => '編輯賬單 ":name"',
 | ||
|     'more'                                       => '',
 | ||
|     'rescan_old'                                 => '',
 | ||
|     'update_bill'                                => '更新賬單',
 | ||
|     'updated_bill'                               => '更新了帳單 ":name"',
 | ||
|     'store_new_bill'                             => '儲存新的賬單',
 | ||
|     'stored_new_bill'                            => '儲存了新的賬單 ":name"',
 | ||
|     'cannot_scan_inactive_bill'                  => '',
 | ||
|     'rescanned_bill'                             => '',
 | ||
|     'average_bill_amount_year'                   => '平均賬單金額 (:year)',
 | ||
|     'average_bill_amount_overall'                => '平均賬單金額 (總計)',
 | ||
|     'not_or_not_yet'                             => '',
 | ||
|     'not_expected_period'                        => '',
 | ||
|     'bill_is_active'                             => '',
 | ||
|     'bill_will_automatch'                        => '',
 | ||
|     // accounts:
 | ||
|     'details_for_asset'                          => '資產帳戶的詳細資訊 ":name"',
 | ||
|     'details_for_expense'                        => '',
 | ||
|     'details_for_revenue'                        => '',
 | ||
|     'details_for_cash'                           => '',
 | ||
|     'store_new_asset_account'                    => '儲存新的資產帳戶',
 | ||
|     'store_new_expense_account'                  => '',
 | ||
|     'store_new_revenue_account'                  => '',
 | ||
|     'edit_asset_account'                         => '編輯資產帳戶 ":name"',
 | ||
|     'edit_expense_account'                       => '',
 | ||
|     'edit_revenue_account'                       => '',
 | ||
|     'delete_asset_account'                       => '刪除資產帳戶 ":name"',
 | ||
|     'delete_expense_account'                     => '',
 | ||
|     'delete_revenue_account'                     => '',
 | ||
|     'asset_deleted'                              => '成功刪除資產帳戶 ":name"',
 | ||
|     'expense_deleted'                            => '',
 | ||
|     'revenue_deleted'                            => '',
 | ||
|     'update_asset_account'                       => '更新資產帳戶資訊',
 | ||
|     'update_expense_account'                     => '',
 | ||
|     'update_revenue_account'                     => '',
 | ||
|     'make_new_asset_account'                     => '建立新的資產帳戶',
 | ||
|     'make_new_expense_account'                   => '',
 | ||
|     'make_new_revenue_account'                   => '',
 | ||
|     'asset_accounts'                             => '資產帳戶',
 | ||
|     'expense_accounts'                           => '',
 | ||
|     'revenue_accounts'                           => '',
 | ||
|     'cash_accounts'                              => '',
 | ||
|     'Cash account'                               => '',
 | ||
|     'account_type'                               => '',
 | ||
|     'save_transactions_by_moving'                => '',
 | ||
|     'stored_new_account'                         => '',
 | ||
|     'updated_account'                            => '',
 | ||
|     'credit_card_options'                        => '',
 | ||
|     'no_transactions_account'                    => '',
 | ||
|     'no_data_for_chart'                          => '',
 | ||
|     'select_more_than_one_account'               => '',
 | ||
|     'select_more_than_one_category'              => '',
 | ||
|     'select_more_than_one_budget'                => '',
 | ||
|     'select_more_than_one_tag'                   => '',
 | ||
|     'account_default_currency'                   => '',
 | ||
| 
 | ||
|     // categories:
 | ||
|     'new_category'                               => '',
 | ||
|     'create_new_category'                        => '',
 | ||
|     'without_category'                           => '',
 | ||
|     'update_category'                            => '',
 | ||
|     'updated_category'                           => '',
 | ||
|     'categories'                                 => '',
 | ||
|     'edit_category'                              => '',
 | ||
|     'no_category'                                => '',
 | ||
|     'category'                                   => '',
 | ||
|     'delete_category'                            => '',
 | ||
|     'deleted_category'                           => '',
 | ||
|     'store_category'                             => '',
 | ||
|     'stored_category'                            => '',
 | ||
|     'without_category_between'                   => '',
 | ||
| 
 | ||
|     // transactions:
 | ||
|     'update_withdrawal'                          => '',
 | ||
|     'update_deposit'                             => '',
 | ||
|     'update_transfer'                            => '',
 | ||
|     'updated_withdrawal'                         => '成功更新提款 ":description"',
 | ||
|     'updated_deposit'                            => '成功更新存款 ":description"',
 | ||
|     'updated_transfer'                           => '成功更新轉帳 ":description"',
 | ||
|     'delete_withdrawal'                          => '刪除提款 ":description"',
 | ||
|     'delete_deposit'                             => '刪除存款 ":description"',
 | ||
|     'delete_transfer'                            => '刪除轉帳 ":description"',
 | ||
|     'deleted_withdrawal'                         => '成功刪除提款 ":description"',
 | ||
|     'deleted_deposit'                            => '成功刪除存款 ":description"',
 | ||
|     'deleted_transfer'                           => '成功刪除轉帳 ":description"',
 | ||
|     'stored_journal'                             => '成功建立交易 ":description"',
 | ||
|     'select_transactions'                        => '',
 | ||
|     'stop_selection'                             => '',
 | ||
|     'edit_selected'                              => '',
 | ||
|     'delete_selected'                            => '',
 | ||
|     'mass_delete_journals'                       => '',
 | ||
|     'mass_edit_journals'                         => '',
 | ||
|     'cannot_edit_other_fields'                   => '',
 | ||
|     'perm-delete-many'                           => '',
 | ||
|     'mass_deleted_transactions_success'          => '',
 | ||
|     'mass_edited_transactions_success'           => '',
 | ||
| 
 | ||
| 
 | ||
|     // new user:
 | ||
|     'welcome'                                    => '',
 | ||
|     'submit'                                     => '',
 | ||
|     'getting_started'                            => '',
 | ||
|     'to_get_started'                             => '',
 | ||
|     'savings_balance_text'                       => '',
 | ||
|     'finish_up_new_user'                         => '',
 | ||
|     'stored_new_accounts_new_user'               => '',
 | ||
| 
 | ||
|     // home page:
 | ||
|     'yourAccounts'                               => '',
 | ||
|     'budgetsAndSpending'                         => '',
 | ||
|     'savings'                                    => '',
 | ||
|     'newWithdrawal'                              => '',
 | ||
|     'newDeposit'                                 => '',
 | ||
|     'newTransfer'                                => '',
 | ||
|     'moneyIn'                                    => '',
 | ||
|     'moneyOut'                                   => '',
 | ||
|     'billsToPay'                                 => '待付賬單',
 | ||
|     'billsPaid'                                  => '已付賬單',
 | ||
| 
 | ||
|     // menu and titles, should be recycled as often as possible:
 | ||
|     'currency'                                   => '',
 | ||
|     'preferences'                                => '',
 | ||
|     'logout'                                     => '',
 | ||
|     'searchPlaceholder'                          => '',
 | ||
|     'dashboard'                                  => '',
 | ||
|     'currencies'                                 => '',
 | ||
|     'accounts'                                   => '',
 | ||
|     'Asset account'                              => '資產帳戶',
 | ||
|     'Default account'                            => '資產帳戶',
 | ||
|     'Expense account'                            => '',
 | ||
|     'Revenue account'                            => '',
 | ||
|     'Initial balance account'                    => '初始帳戶',
 | ||
|     'budgets'                                    => '',
 | ||
|     'tags'                                       => '標籤',
 | ||
|     'reports'                                    => '',
 | ||
|     'transactions'                               => '',
 | ||
|     'expenses'                                   => '',
 | ||
|     'income'                                     => '',
 | ||
|     'transfers'                                  => '',
 | ||
|     'moneyManagement'                            => '',
 | ||
|     'piggyBanks'                                 => '',
 | ||
|     'bills'                                      => '賬單',
 | ||
|     'withdrawal'                                 => '',
 | ||
|     'deposit'                                    => '',
 | ||
|     'account'                                    => '',
 | ||
|     'transfer'                                   => '',
 | ||
|     'Withdrawal'                                 => '',
 | ||
|     'Deposit'                                    => '',
 | ||
|     'Transfer'                                   => '',
 | ||
|     'bill'                                       => '賬單',
 | ||
|     'yes'                                        => '',
 | ||
|     'no'                                         => '',
 | ||
|     'amount'                                     => '',
 | ||
|     'overview'                                   => '',
 | ||
|     'saveOnAccount'                              => '',
 | ||
|     'unknown'                                    => '',
 | ||
|     'daily'                                      => '',
 | ||
|     'monthly'                                    => '',
 | ||
|     'profile'                                    => '',
 | ||
|     'errors'                                     => '',
 | ||
| 
 | ||
|     // reports:
 | ||
|     'report_default'                             => '',
 | ||
|     'report_audit'                               => '',
 | ||
|     'report_category'                            => '',
 | ||
|     'report_budget'                              => '',
 | ||
|     'report_tag'                                 => '',
 | ||
|     'quick_link_reports'                         => '',
 | ||
|     'quick_link_default_report'                  => '',
 | ||
|     'quick_link_audit_report'                    => '',
 | ||
|     'report_this_month_quick'                    => '',
 | ||
|     'report_this_year_quick'                     => '',
 | ||
|     'report_this_fiscal_year_quick'              => '',
 | ||
|     'report_all_time_quick'                      => '',
 | ||
|     'reports_can_bookmark'                       => '',
 | ||
|     'incomeVsExpenses'                           => '',
 | ||
|     'accountBalances'                            => '帳戶餘額',
 | ||
|     'balanceStart'                               => '期間之初的結餘',
 | ||
|     'balanceEnd'                                 => '期間之未的結餘',
 | ||
|     'splitByAccount'                             => '以帳號來分割',
 | ||
|     'coveredWithTags'                            => '',
 | ||
|     'leftUnbalanced'                             => '',
 | ||
|     'leftInBudget'                               => '',
 | ||
|     'sumOfSums'                                  => '',
 | ||
|     'noCategory'                                 => '',
 | ||
|     'notCharged'                                 => '',
 | ||
|     'inactive'                                   => '',
 | ||
|     'active'                                     => '',
 | ||
|     'difference'                                 => '',
 | ||
|     'in'                                         => '',
 | ||
|     'out'                                        => '',
 | ||
|     'topX'                                       => '',
 | ||
|     'show_full_list'                             => '',
 | ||
|     'show_only_top'                              => '',
 | ||
|     'report_type'                                => '',
 | ||
|     'report_type_default'                        => '',
 | ||
|     'report_type_audit'                          => '',
 | ||
|     'report_type_category'                       => '',
 | ||
|     'report_type_budget'                         => '',
 | ||
|     'report_type_tag'                            => '',
 | ||
|     'more_info_help'                             => '',
 | ||
|     'report_included_accounts'                   => '',
 | ||
|     'report_date_range'                          => '',
 | ||
|     'report_preset_ranges'                       => '',
 | ||
|     'shared'                                     => '',
 | ||
|     'fiscal_year'                                => '',
 | ||
|     'income_entry'                               => '',
 | ||
|     'expense_entry'                              => '',
 | ||
|     'category_entry'                             => '',
 | ||
|     'budget_spent_amount'                        => '',
 | ||
|     'balance_amount'                             => '與 :start 和 :end 之間由帳號 ":account" 支付的預算 ":budget" 的支出',
 | ||
|     'no_audit_activity'                          => '',
 | ||
|     'audit_end_balance'                          => '<a href=":url" title=":account_name">:account_name</a> 在 :end 後的餘額是: :balance',
 | ||
|     'reports_extra_options'                      => '',
 | ||
|     'report_has_no_extra_options'                => '',
 | ||
|     'reports_submit'                             => '',
 | ||
|     'end_after_start_date'                       => '',
 | ||
|     'select_category'                            => '',
 | ||
|     'select_budget'                              => '',
 | ||
|     'select_tag'                                 => '',
 | ||
|     'income_per_category'                        => '',
 | ||
|     'expense_per_category'                       => '',
 | ||
|     'expense_per_budget'                         => '',
 | ||
|     'income_per_account'                         => '',
 | ||
|     'expense_per_account'                        => '',
 | ||
|     'expense_per_tag'                            => '',
 | ||
|     'income_per_tag'                             => '',
 | ||
|     'include_expense_not_in_budget'              => '',
 | ||
|     'include_expense_not_in_account'             => '',
 | ||
|     'include_expense_not_in_category'            => '',
 | ||
|     'include_income_not_in_category'             => '',
 | ||
|     'include_income_not_in_account'              => '',
 | ||
|     'include_income_not_in_tags'                 => '',
 | ||
|     'include_expense_not_in_tags'                => '',
 | ||
|     'everything_else'                            => '',
 | ||
|     'income_and_expenses'                        => '',
 | ||
|     'spent_average'                              => '',
 | ||
|     'income_average'                             => '',
 | ||
|     'transaction_count'                          => '',
 | ||
|     'average_spending_per_account'               => '',
 | ||
|     'average_income_per_account'                 => '',
 | ||
|     'total'                                      => '',
 | ||
|     'description'                                => '',
 | ||
|     'sum_of_period'                              => '',
 | ||
|     'average_in_period'                          => '',
 | ||
|     'account_role_defaultAsset'                  => '',
 | ||
|     'account_role_sharedAsset'                   => '',
 | ||
|     'account_role_savingAsset'                   => '',
 | ||
|     'account_role_ccAsset'                       => '',
 | ||
| 
 | ||
|     // charts:
 | ||
|     'chart'                                      => '',
 | ||
|     'month'                                      => '',
 | ||
|     'budget'                                     => '',
 | ||
|     'spent'                                      => '',
 | ||
|     'spent_in_budget'                            => '',
 | ||
|     'left_to_spend'                              => '',
 | ||
|     'earned'                                     => '',
 | ||
|     'overspent'                                  => '',
 | ||
|     'left'                                       => '',
 | ||
|     'no_budget'                                  => '',
 | ||
|     'max-amount'                                 => '',
 | ||
|     'min-amount'                                 => '',
 | ||
|     'journal-amount'                             => '',
 | ||
|     'name'                                       => '',
 | ||
|     'date'                                       => '',
 | ||
|     'paid'                                       => '',
 | ||
|     'unpaid'                                     => '',
 | ||
|     'day'                                        => '',
 | ||
|     'budgeted'                                   => '',
 | ||
|     'period'                                     => '',
 | ||
|     'balance'                                    => '餘額',
 | ||
|     'sum'                                        => '',
 | ||
|     'average'                                    => '',
 | ||
|     'balanceFor'                                 => ':name 的餘額',
 | ||
| 
 | ||
|     // piggy banks:
 | ||
|     'add_money_to_piggy'                         => '',
 | ||
|     'piggy_bank'                                 => '',
 | ||
|     'new_piggy_bank'                             => '',
 | ||
|     'store_piggy_bank'                           => '',
 | ||
|     'stored_piggy_bank'                          => '',
 | ||
|     'account_status'                             => '',
 | ||
|     'left_for_piggy_banks'                       => '',
 | ||
|     'sum_of_piggy_banks'                         => '',
 | ||
|     'saved_so_far'                               => '',
 | ||
|     'left_to_save'                               => '',
 | ||
|     'suggested_amount'                           => '',
 | ||
|     'add_money_to_piggy_title'                   => '',
 | ||
|     'remove_money_from_piggy_title'              => '',
 | ||
|     'add'                                        => '',
 | ||
| 
 | ||
|     'remove'                     => '',
 | ||
|     'max_amount_add'             => '',
 | ||
|     'max_amount_remove'          => '',
 | ||
|     'update_piggy_button'        => '',
 | ||
|     'update_piggy_title'         => '',
 | ||
|     'updated_piggy_bank'         => '',
 | ||
|     'details'                    => '',
 | ||
|     'events'                     => '',
 | ||
|     'target_amount'              => '',
 | ||
|     'start_date'                 => '',
 | ||
|     'target_date'                => '儲蓄目標日期',
 | ||
|     'no_target_date'             => '沒有儲蓄目標日期',
 | ||
|     'table'                      => '',
 | ||
|     'delete_piggy_bank'          => '',
 | ||
|     'cannot_add_amount_piggy'    => '',
 | ||
|     'cannot_remove_from_piggy'   => '',
 | ||
|     'deleted_piggy_bank'         => '',
 | ||
|     'added_amount_to_piggy'      => '',
 | ||
|     'removed_amount_from_piggy'  => '',
 | ||
| 
 | ||
|     // tags
 | ||
|     'regular_tag'                => '只是一個普通的標籤。',
 | ||
|     'balancing_act'              => '這標籤最多會有兩項交易:一個支出和一個轉帳,而他們會互相抵消。',
 | ||
|     'advance_payment'            => '這種標籤容許一個支出和多個存款以抵銷原本的支出。',
 | ||
|     'delete_tag'                 => '刪除標籤 ":tag"',
 | ||
|     'deleted_tag'                => '刪除了標籤 ":tag"',
 | ||
|     'new_tag'                    => '建立新標籤',
 | ||
|     'edit_tag'                   => '編輯標籤 ":tag"',
 | ||
|     'updated_tag'                => '更新了標籤 ":tag"',
 | ||
|     'created_tag'                => '成功創建標籤 ":tag" !',
 | ||
| 
 | ||
|     'transaction_journal_information'       => '',
 | ||
|     'transaction_journal_meta'              => '',
 | ||
|     'total_amount'                          => '',
 | ||
|     'number_of_decimals'                    => '',
 | ||
| 
 | ||
|     // administration
 | ||
|     'administration'                        => '',
 | ||
|     'user_administration'                   => '',
 | ||
|     'list_all_users'                        => '',
 | ||
|     'all_users'                             => '',
 | ||
|     'instance_configuration'                => '',
 | ||
|     'firefly_instance_configuration'        => '',
 | ||
|     'setting_single_user_mode'              => '',
 | ||
|     'setting_single_user_mode_explain'      => '',
 | ||
|     'store_configuration'                   => '',
 | ||
|     'single_user_administration'            => '',
 | ||
|     'edit_user'                             => '',
 | ||
|     'hidden_fields_preferences'             => '',
 | ||
|     'user_data_information'                 => '',
 | ||
|     'user_information'                      => '',
 | ||
|     'total_size'                            => '',
 | ||
|     'budget_or_budgets'                     => '',
 | ||
|     'budgets_with_limits'                   => '',
 | ||
|     'rule_or_rules'                         => '',
 | ||
|     'rulegroup_or_groups'                   => '',
 | ||
|     'configuration_updated'                 => '',
 | ||
|     'setting_is_demo_site'                  => '',
 | ||
|     'setting_is_demo_site_explain'          => '',
 | ||
|     'block_code_bounced'                    => '',
 | ||
|     'block_code_expired'                    => '',
 | ||
|     'no_block_code'                         => '',
 | ||
|     // links
 | ||
|     'journal_link_configuration'            => '',
 | ||
|     'create_new_link_type'                  => '',
 | ||
|     'store_new_link_type'                   => '',
 | ||
|     'update_link_type'                      => '',
 | ||
|     'edit_link_type'                        => '',
 | ||
|     'updated_link_type'                     => '',
 | ||
|     'delete_link_type'                      => '',
 | ||
|     'deleted_link_type'                     => '',
 | ||
|     'stored_new_link_type'                  => '',
 | ||
|     'cannot_edit_link_type'                 => '',
 | ||
|     'link_type_help_name'                   => '',
 | ||
|     'link_type_help_inward'                 => '',
 | ||
|     'link_type_help_outward'                => '',
 | ||
|     'save_connections_by_moving'            => '',
 | ||
|     'do_not_save_connection'                => '',
 | ||
|     'link_transaction'                      => '',
 | ||
|     'link_to_other_transaction'             => '',
 | ||
|     'select_transaction_to_link'            => '',
 | ||
|     'this_transaction'                      => '',
 | ||
|     'transaction'                           => '',
 | ||
|     'comments'                              => '',
 | ||
|     'to_link_not_found'                     => '',
 | ||
|     'invalid_link_data'                     => '',
 | ||
|     'journals_linked'                       => '',
 | ||
|     'journals_error_linked'                 => '',
 | ||
|     'journal_links'                         => '',
 | ||
|     'this_withdrawal'                       => '',
 | ||
|     'this_deposit'                          => '',
 | ||
|     'this_transfer'                         => '',
 | ||
|     'overview_for_link'                     => '',
 | ||
|     'delete_journal_link'                   => '',
 | ||
|     'deleted_link'                          => '',
 | ||
| 
 | ||
| 
 | ||
|     // split a transaction:
 | ||
|     'splits'                                => '分割',
 | ||
|     'add_another_split'                     => '',
 | ||
|     'split-transactions'                    => '',
 | ||
|     'do_split'                              => '',
 | ||
|     'split_this_withdrawal'                 => '',
 | ||
|     'split_this_deposit'                    => '',
 | ||
|     'split_this_transfer'                   => '',
 | ||
|     'cannot_edit_multiple_source'           => '你不能修改描述為 ":description" 的分割交易 #:id 因為他有多個來源帳號。',
 | ||
|     'cannot_edit_multiple_dest'             => '你不能修改描述為 ":description" 的分割交易 #:id 因為他有多個目標帳號。',
 | ||
|     'cannot_edit_opening_balance'           => '',
 | ||
|     'no_edit_multiple_left'                 => '',
 | ||
| 
 | ||
|     // import bread crumbs and titles:
 | ||
|     'import'                                => '匯入',
 | ||
|     'import_data'                           => '匯入資料',
 | ||
| 
 | ||
|     // import index page:
 | ||
|     'import_index_title'                    => '',
 | ||
|     'import_index_sub_title'                => '',
 | ||
|     'import_general_index_intro'            => '',
 | ||
|     'import_index_intro'                    => '',
 | ||
|     'import_index_file'                     => '',
 | ||
|     'import_index_config'                   => '',
 | ||
|     'import_index_type'                     => '',
 | ||
|     'import_index_start'                    => '',
 | ||
| 
 | ||
|     // supported file types:
 | ||
|     'import_file_type_csv'                  => '',
 | ||
| 
 | ||
|     // import configuration routine:
 | ||
|     'import_config_sub_title'               => '',
 | ||
|     'import_config_bread_crumb'             => '',
 | ||
| 
 | ||
|     // import status page:
 | ||
|     'import_status_bread_crumb'             => '',
 | ||
|     'import_status_sub_title'               => '',
 | ||
|     'import_status_wait_title'              => '',
 | ||
|     'import_status_wait_text'               => '',
 | ||
|     'import_status_ready_title'             => '',
 | ||
|     'import_status_ready_text'              => '',
 | ||
|     'import_status_ready_config'            => '',
 | ||
|     'import_status_ready_start'             => '',
 | ||
|     'import_status_ready_share'             => '',
 | ||
|     'import_status_running_title'           => '',
 | ||
|     'import_status_running_placeholder'     => '',
 | ||
|     'import_status_errors_title'            => '',
 | ||
|     'import_status_errors_single'           => '',
 | ||
|     'import_status_errors_multi'            => '',
 | ||
|     'import_status_fatal_title'             => '',
 | ||
|     'import_status_fatal_text'              => '',
 | ||
|     'import_status_fatal_more'              => '',
 | ||
|     'import_status_finished_title'          => '',
 | ||
|     'import_status_finished_text'           => '',
 | ||
|     'import_status_finished_job'            => '',
 | ||
|     'import_with_key'                       => '以鍵 \':key\' 作匯入',
 | ||
| 
 | ||
|     // sandstorm.io errors and messages:
 | ||
|     'sandstorm_not_available'               => '',
 | ||
| 
 | ||
|     // empty lists? no objects? instructions:
 | ||
|     'no_transactions_in_period'             => '',
 | ||
|     'no_accounts_title_asset'               => '',
 | ||
|     'no_accounts_intro_asset'               => '',
 | ||
|     'no_accounts_imperative_asset'          => '',
 | ||
|     'no_accounts_create_asset'              => '',
 | ||
|     'no_accounts_title_expense'             => '',
 | ||
|     'no_accounts_intro_expense'             => '',
 | ||
|     'no_accounts_imperative_expense'        => '',
 | ||
|     'no_accounts_create_expense'            => '',
 | ||
|     'no_accounts_title_revenue'             => '',
 | ||
|     'no_accounts_intro_revenue'             => '',
 | ||
|     'no_accounts_imperative_revenue'        => '',
 | ||
|     'no_accounts_create_revenue'            => '',
 | ||
|     'no_budgets_title_default'              => '',
 | ||
|     'no_budgets_intro_default'              => '',
 | ||
|     'no_budgets_imperative_default'         => '',
 | ||
|     'no_budgets_create_default'             => '',
 | ||
|     'no_categories_title_default'           => '',
 | ||
|     'no_categories_intro_default'           => '',
 | ||
|     'no_categories_imperative_default'      => '',
 | ||
|     'no_categories_create_default'          => '',
 | ||
|     'no_tags_title_default'                 => '',
 | ||
|     'no_tags_intro_default'                 => '',
 | ||
|     'no_tags_imperative_default'            => '',
 | ||
|     'no_tags_create_default'                => '',
 | ||
|     'no_transactions_title_withdrawal'      => '',
 | ||
|     'no_transactions_intro_withdrawal'      => '',
 | ||
|     'no_transactions_imperative_withdrawal' => '',
 | ||
|     'no_transactions_create_withdrawal'     => '',
 | ||
|     'no_transactions_title_deposit'         => '',
 | ||
|     'no_transactions_intro_deposit'         => '',
 | ||
|     'no_transactions_imperative_deposit'    => '',
 | ||
|     'no_transactions_create_deposit'        => '',
 | ||
|     'no_transactions_title_transfers'       => '',
 | ||
|     'no_transactions_intro_transfers'       => '',
 | ||
|     'no_transactions_imperative_transfers'  => '',
 | ||
|     'no_transactions_create_transfers'      => '',
 | ||
|     'no_piggies_title_default'              => '',
 | ||
|     'no_piggies_intro_default'              => '',
 | ||
|     'no_piggies_imperative_default'         => '',
 | ||
|     'no_piggies_create_default'             => '',
 | ||
|     'no_bills_title_default'                => '',
 | ||
|     'no_bills_intro_default'                => '',
 | ||
|     'no_bills_imperative_default'           => '',
 | ||
|     'no_bills_create_default'               => '',
 | ||
| 
 | ||
| 
 | ||
| ]; |