mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-08 15:05:29 +00:00
Update language strings.
This commit is contained in:
@@ -33,6 +33,7 @@ return [
|
||||
'last_seven_days' => '最近7天',
|
||||
'last_thirty_days' => '最近30天',
|
||||
'welcomeBack' => '吃飽沒?',
|
||||
'welcome_back' => 'What\'s playing?',
|
||||
'everything' => '所有',
|
||||
'today' => '今天',
|
||||
'customRange' => '自訂範圍',
|
||||
@@ -42,7 +43,7 @@ return [
|
||||
'from' => '自',
|
||||
'to' => '至',
|
||||
'structure' => '結構',
|
||||
'help_translating' => '本處說明的中文版欠奉,<a href="https://crowdin.com/project/firefly-iii-help">要協助翻譯嗎?</a>',
|
||||
'help_translating' => '此說明尚欠奉中文版,<a href="https://crowdin.com/project/firefly-iii-help">要協助翻譯嗎?</a>',
|
||||
'showEverything' => '全部顯示',
|
||||
'never' => '未有資料',
|
||||
'no_results_for_empty_search' => '您的搜尋為空,找不到任何東西。',
|
||||
@@ -89,10 +90,10 @@ return [
|
||||
'two_factor_forgot_title' => '遺失兩步驟驗證',
|
||||
'two_factor_forgot' => '往忘記我的兩步驟什麼的。',
|
||||
'two_factor_lost_header' => '遺失您的兩步驟驗證嗎?',
|
||||
'two_factor_lost_intro' => '不幸地,這並非您可以從網頁介面重新設置的,您有兩個選擇。',
|
||||
'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 天份的資料需要一點時間讀取。',
|
||||
'two_factor_lost_intro' => '可惜,網頁介面並不提供重設。以下方法請二擇其一。',
|
||||
'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=":link">預算</a>頁面來建立預算。預算可協助您追蹤支出。',
|
||||
@@ -120,7 +121,7 @@ return [
|
||||
'left_in_budget_limit' => '依照預算的支出尚餘',
|
||||
'current_period' => '目前區間',
|
||||
'show_the_current_period_and_overview' => '顯示目前區間與概覽',
|
||||
'pref_languages_locale' => '如欲正常使用英語外的語言,您的作業系統必須搭配正確的地區資訊 (locale-information)。如上述資訊不存在,則貨幣資料、日期與總數,可能格式有誤。',
|
||||
'pref_languages_locale' => '英文以外的語言,須搭配作業系統內對應的地區資訊 (locale-information) 才能正常運作,否則貨幣資料、日期與金額或會格式有誤。',
|
||||
'budget_in_period' => '預算「:name」自 :start 至 :end 的所有交易',
|
||||
'chart_budget_in_period' => '預算「:name」自 :start 至 :end 所有交易的圖表',
|
||||
'chart_account_in_period' => '帳戶「:name」自 :start 至 :end 所有交易的圖表',
|
||||
@@ -134,15 +135,15 @@ return [
|
||||
'multi_select_n_selected' => '選取',
|
||||
'multi_select_all_selected' => '全部選取',
|
||||
'multi_select_filter_placeholder' => '搜尋…',
|
||||
'intro_next_label' => '下一個',
|
||||
'intro_prev_label' => '上一個',
|
||||
'intro_next_label' => '下一步',
|
||||
'intro_prev_label' => '上一步',
|
||||
'intro_skip_label' => '略過',
|
||||
'intro_done_label' => '完成',
|
||||
'between_dates_breadcrumb' => '自 :start 至 :end',
|
||||
'all_journals_without_budget' => '沒有預算的所有交易',
|
||||
'journals_without_budget' => '沒有預算的交易',
|
||||
'all_journals_without_category' => '沒有類別的所有交易',
|
||||
'journals_without_category' => '沒有類別的交易',
|
||||
'all_journals_without_category' => '沒有分類的所有交易',
|
||||
'journals_without_category' => '沒有分類的交易',
|
||||
'all_journals_for_account' => ':name 帳戶的所有交易',
|
||||
'chart_all_journals_for_account' => ':name 帳戶的所有交易圖表',
|
||||
'journals_in_period_for_account' => ':name 帳戶自 :start 至 :end 的所有交易',
|
||||
@@ -163,34 +164,34 @@ return [
|
||||
'journals_in_period_for_category' => '分類 :name 自 :start 至 :end 的所有交易',
|
||||
'journals_in_period_for_tag' => '標籤 :tag 自 :start 至 :end 的所有交易',
|
||||
'not_available_demo_user' => '您欲使用的功能並無開放給展示使用者',
|
||||
'exchange_rate_instructions' => '資產帳戶「@name」僅接受使用 @native_currency 的交易,若您希望使用 @foreign_currency,請確認 @native_currency 內的總額是已知的。',
|
||||
'transfer_exchange_rate_instructions' => '來源資產帳戶「@source_name」僅接受 @source_currency 的交易,目標資產帳戶「@dest_name」緊接受 @dest_currency 的交易,您必須就雙方貨幣正確地提供已轉總額。',
|
||||
'exchange_rate_instructions' => '資產帳戶「@name」僅接受以 @native_currency 交易,若您希望使用 @foreign_currency,請確認對應 @native_currency 的總額:',
|
||||
'transfer_exchange_rate_instructions' => '來源資產帳戶「@source_name」僅接受以 @source_currency 交易,目標資產帳戶「@dest_name」僅接受以 @dest_currency 交易,您必須提供對應兩種貨幣的轉帳總額。',
|
||||
'transaction_data' => '交易資料',
|
||||
'invalid_server_configuration' => '無效伺服器組態',
|
||||
'invalid_locale_settings' => 'Firefly III 無法格式化金額總數,因為您的伺服器缺乏必要套件。此處為 <a href="https://github.com/firefly-iii/help/wiki/Missing-locale-packages">如何處置的指引</a>。',
|
||||
'invalid_locale_settings' => 'Firefly III 無法格式化金額,因為伺服器缺少必要套件。請參閱 <a href="https://github.com/firefly-iii/help/wiki/Missing-locale-packages">相關指示</a>。',
|
||||
'quickswitch' => '快速切換',
|
||||
'sign_in_to_start' => '登入以開始您的連線階段',
|
||||
'sign_in' => '登入',
|
||||
'register_new_account' => '註冊新帳號',
|
||||
'forgot_my_password' => '我忘了我的密碼',
|
||||
'problems_with_input' => '你的輸入有一些問題。',
|
||||
'forgot_my_password' => '我忘記了密碼',
|
||||
'problems_with_input' => '輸入有誤。',
|
||||
'reset_password' => '重設密碼',
|
||||
'button_reset_password' => '重設密碼',
|
||||
'reset_button' => '重置',
|
||||
'want_to_login' => '我想登錄',
|
||||
'login_page_title' => '登錄到Firefly III',
|
||||
'reset_button' => '重設',
|
||||
'want_to_login' => '我想登入',
|
||||
'login_page_title' => '登入 Firefly III',
|
||||
'register_page_title' => '在 Firefly III 註冊',
|
||||
'forgot_pw_page_title' => '忘記您 Firefly III 的密碼',
|
||||
'reset_pw_page_title' => '重設您 Firefly III 的密碼',
|
||||
'cannot_reset_demo_user' => '您不能重置 演示使用者 的密碼。',
|
||||
'cannot_reset_demo_user' => '您不能重設 展示使用者 的密碼。',
|
||||
'button_register' => '註冊帳號',
|
||||
'authorization' => '身份認証',
|
||||
'active_bills_only' => '只顯示進行中的工作',
|
||||
'active_bills_only' => '僅限使用中帳單',
|
||||
'average_per_bill' => '每張帳單的平均數',
|
||||
'expected_total' => '期望總數',
|
||||
'expected_total' => '預期總數',
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III :version 版授權請求',
|
||||
'authorization_request_intro' => '<strong>:client</strong> 正在要求通行您的財務管理後臺的許可,您是否願意授權 <strong>:client</strong> 通行這些紀錄?',
|
||||
'authorization_request_intro' => '<strong>:client</strong> 正要求權限存取您的財務管理,您是否願意授權 <strong>:client</strong> 存取這些紀錄?',
|
||||
'scopes_will_be_able' => '此應用程式可以:',
|
||||
'button_authorize' => '授權',
|
||||
'none_in_select_list' => '(空)',
|
||||
@@ -201,9 +202,9 @@ return [
|
||||
// check for updates:
|
||||
'update_check_title' => '檢查更新',
|
||||
'admin_update_check_title' => '自動檢查更新',
|
||||
'admin_update_check_explain' => 'Firefly III 可以自動檢查更新。當啟用此設定時,將會自動連接 Github 並查看是否有新版本可用,若有,您會收到一則通知。您可使用右側的按鈕測試通知功能,並於下方表示您想要 Firefly III 檢查更新與否。',
|
||||
'admin_update_check_explain' => 'Firefly III 可以自動檢查更新。啟用此設定時,將會自動連接 Github 查看是否有新版本可用,並在可用時顯示一則通知。您可使用右方按鈕測試通知功能,並於下方表示您是否希望 Firefly III 檢查更新。',
|
||||
'check_for_updates_permission' => 'Firefly III 可自動檢查更新,但此功能需要您的許可。請轉至 <a href=":link">後臺管理</a> 表明您是否需要啟用此功能。',
|
||||
'updates_ask_me_later' => '稍後再問我',
|
||||
'updates_ask_me_later' => '稍後再詢問',
|
||||
'updates_do_not_check' => '不檢查更新',
|
||||
'updates_enable_check' => '啟用更新檢查',
|
||||
'admin_update_check_now_title' => '立刻檢查更新',
|
||||
@@ -216,34 +217,34 @@ return [
|
||||
|
||||
// search
|
||||
'search' => '搜尋',
|
||||
'search_query' => '查询',
|
||||
'search_found_transactions' => 'Firefly III found :count transaction(s) in :time seconds.',
|
||||
'search_for_query' => 'Firefly III is searching for transactions with all of these words in them: <span class="text-info">:query</span>',
|
||||
'search_modifier_amount_is' => 'Amount is exactly :value',
|
||||
'search_modifier_amount' => 'Amount is exactly :value',
|
||||
'search_modifier_amount_max' => 'Amount is at most :value',
|
||||
'search_modifier_amount_min' => 'Amount is at least :value',
|
||||
'search_modifier_amount_less' => 'Amount is less than :value',
|
||||
'search_modifier_amount_more' => 'Amount is more than :value',
|
||||
'search_modifier_source' => 'Source account is :value',
|
||||
'search_modifier_destination' => 'Destination account is :value',
|
||||
'search_modifier_category' => 'Category is :value',
|
||||
'search_modifier_budget' => 'Budget is :value',
|
||||
'search_modifier_bill' => 'Bill is :value',
|
||||
'search_modifier_type' => 'Transaction type is :value',
|
||||
'search_modifier_date' => 'Transaction date is :value',
|
||||
'search_modifier_date_before' => 'Transaction date is before :value',
|
||||
'search_modifier_date_after' => 'Transaction date is after :value',
|
||||
'search_modifier_on' => 'Transaction date is :value',
|
||||
'search_modifier_before' => 'Transaction date is before :value',
|
||||
'search_modifier_after' => 'Transaction date is after :value',
|
||||
'modifiers_applies_are' => 'The following modifiers are applied to the search as well:',
|
||||
'general_search_error' => '在搜索时发生错误,请前往log files查看更错信息。',
|
||||
'search_query' => '查詢',
|
||||
'search_found_transactions' => 'Firefly III 找到 :count 筆交易,花了 :time 秒。',
|
||||
'search_for_query' => 'Firefly III 正搜尋包含所有這些字詞的交易:<span class="text-info">:query</span>',
|
||||
'search_modifier_amount_is' => '總數正是 :value',
|
||||
'search_modifier_amount' => '總數正是 :value',
|
||||
'search_modifier_amount_max' => '總數不多於 :value',
|
||||
'search_modifier_amount_min' => '總數不少於 :value',
|
||||
'search_modifier_amount_less' => '總數少於 :value',
|
||||
'search_modifier_amount_more' => '總數多於 :value',
|
||||
'search_modifier_source' => '來源帳戶為 :value',
|
||||
'search_modifier_destination' => '目標帳戶為 :value',
|
||||
'search_modifier_category' => '分類為 :value',
|
||||
'search_modifier_budget' => '預算為 :value',
|
||||
'search_modifier_bill' => '帳單為 :value',
|
||||
'search_modifier_type' => '交易類型為 :value',
|
||||
'search_modifier_date' => '交易日期為 :value',
|
||||
'search_modifier_date_before' => '交易日期前於 :value',
|
||||
'search_modifier_date_after' => '交易日期後於 :value',
|
||||
'search_modifier_on' => '交易日期為 :value',
|
||||
'search_modifier_before' => '交易日期前於 :value',
|
||||
'search_modifier_after' => '交易日期後於 :value',
|
||||
'modifiers_applies_are' => '搜尋也套用以下條件:',
|
||||
'general_search_error' => '搜尋時發生錯誤,請查閱日誌檔詳情。',
|
||||
'search_box' => '搜尋',
|
||||
'search_box_intro' => '歡迎使用 Firefly III 的搜尋功能,請於方框內鍵入搜尋條件。請確保您以閱讀過協助檔案,因為此搜尋功能非常先進。',
|
||||
'search_error' => '查询的时候出错',
|
||||
'search_box_intro' => '歡迎使用 Firefly III 搜尋功能,請於方框內鍵入搜尋條件。搜尋功能相當厲害,記得查看說明檔。',
|
||||
'search_error' => '搜尋時發生錯誤',
|
||||
'search_searching' => '正在搜尋...',
|
||||
'search_results' => '搜索结果',
|
||||
'search_results' => '搜尋結果',
|
||||
|
||||
// repeat frequencies:
|
||||
'repeat_freq_yearly' => '每年',
|
||||
@@ -260,9 +261,9 @@ return [
|
||||
'import_and_export' => '匯入/匯出',
|
||||
'export_data' => '匯出資料',
|
||||
'export_and_backup_data' => '匯出資料',
|
||||
'export_data_intro' => '使用匯出資料轉移至新的財務應用程式。請注意這些檔案並非備份,它們未包含足夠的後設資料以供新安裝的 Firefly III 作為完全還原所用。如果您希望備份您的資料,請直接備份整個資料庫。',
|
||||
'export_data_intro' => '使用匯出資料轉移至新的財務應用程式。請注意這些檔案並非備份,它們未包含足夠的中繼資料在全新的 Firefly III 重新還原。如果您希望備份資料,請直接備份整個資料庫。',
|
||||
'export_format' => '匯出格式',
|
||||
'export_format_csv' => '以逗號分隔的數值 (CSV檔案)',
|
||||
'export_format_csv' => '逗號分隔數值 (CSV 檔案)',
|
||||
'export_format_mt940' => 'MT940 相容格式',
|
||||
'include_old_uploads_help' => 'Firefly III 不會扔掉過去已匯入的原始 CSV 檔,你可以將它們包含在匯出的檔案中。',
|
||||
'do_export' => '匯出',
|
||||
@@ -281,7 +282,7 @@ return [
|
||||
'export_status_creating_zip_file' => '建立一個壓縮檔…',
|
||||
'export_status_created_zip_file' => '已建立一個壓縮檔!',
|
||||
'export_status_finished' => '匯出已成功完成!耶!',
|
||||
'export_data_please_wait' => '請稍後…',
|
||||
'export_data_please_wait' => '請稍候…',
|
||||
|
||||
// rules
|
||||
'rules' => '規則',
|
||||
@@ -290,19 +291,19 @@ return [
|
||||
'rule_actions' => '規則將',
|
||||
'new_rule' => '新規則',
|
||||
'new_rule_group' => '新規則群組',
|
||||
'rule_priority_up' => '賦予規則更高優先次序',
|
||||
'rule_priority_down' => '賦予規則更低優先次序',
|
||||
'rule_priority_up' => '提高規則優先順序',
|
||||
'rule_priority_down' => '降低規則優先順序',
|
||||
'make_new_rule_group' => '建立新規則群組',
|
||||
'store_new_rule_group' => '儲存新規則群組',
|
||||
'created_new_rule_group' => '新規則群組 ":title" 已儲存!',
|
||||
'updated_rule_group' => '已成功更新 ":title" 規則群組。',
|
||||
'edit_rule_group' => '編輯 ":title" 規則群組。',
|
||||
'edit_rule_group' => '編輯 ":title" 規則群組',
|
||||
'delete_rule_group' => '刪除 ":title" 規則群組',
|
||||
'deleted_rule_group' => '規則群組 ":title" 已刪除',
|
||||
'update_rule_group' => '更新規則群組',
|
||||
'no_rules_in_group' => '此群組內沒有規則',
|
||||
'move_rule_group_up' => '向上移動規則群組',
|
||||
'move_rule_group_down' => '向下移動規則群組',
|
||||
'move_rule_group_up' => '上移規則群組',
|
||||
'move_rule_group_down' => '下移規則群組',
|
||||
'save_rules_by_moving' => '可藉由移動這些規則至其他規則群組來儲存它們:',
|
||||
'make_new_rule' => '在規則群組 ":title" 中建立新規則',
|
||||
'make_new_rule_no_group' => '建立新規則',
|
||||
@@ -315,9 +316,9 @@ return [
|
||||
'stored_new_rule' => '已以 ":title" 為標題儲存新規則',
|
||||
'deleted_rule' => '已刪除標題為 ":title" 的規則',
|
||||
'store_new_rule' => '儲存新規則',
|
||||
'updated_rule' => '已以 ":title" 為標題更新規則',
|
||||
'updated_rule' => '已更新標題為 ":title" 的規則',
|
||||
'default_rule_group_name' => '預設規則',
|
||||
'default_rule_group_description' => '您所有規則均不屬於特定群組。',
|
||||
'default_rule_group_description' => '所有不屬於特定群組的規則。',
|
||||
'default_rule_name' => '您的第一個預設規則',
|
||||
'default_rule_description' => '此為範例規則,您可安全移除它。',
|
||||
'default_rule_trigger_description' => 'The Man Who Sold the World',
|
||||
@@ -336,8 +337,8 @@ return [
|
||||
'delete_rule' => '刪除規則 ":title"',
|
||||
'update_rule' => '更新規則',
|
||||
'test_rule_triggers' => '檢視相符交易',
|
||||
'warning_transaction_subset' => '基於性能考量,此清單限制 :max_num_transactions 筆交易,且僅顯示相符交易的子集',
|
||||
'warning_no_matching_transactions' => '找不到相符的交易。請注意,基於性能考量,僅檢查了末 :num_transactions 筆交易。',
|
||||
'warning_transaction_subset' => '為保效率,此清單最多顯示 :max_num_transactions 筆交易,或未顯示全部相符交易',
|
||||
'warning_no_matching_transactions' => '找不到相符的交易。請注意,為保效率,僅檢查了最近 :num_transactions 筆交易。',
|
||||
'warning_no_valid_triggers' => '未提供有效觸發器。',
|
||||
'apply_rule_selection' => '將規則 ":title" 套用至您所選的交易',
|
||||
'apply_rule_selection_intro' => '規則如 ":title" 一般僅套用至新的或更新後的交易,但您可要求 Firefly III 針對既有的單筆或多筆交易執行規則。在您更新一則規則後,且必須套用該規則至其他交易時,即可使用此功能。',
|
||||
@@ -474,7 +475,7 @@ return [
|
||||
'store_new_tag' => '儲存新標籤',
|
||||
'update_tag' => '更新標籤',
|
||||
'no_location_set' => '沒有設定位置。',
|
||||
'meta_data' => '後設資料',
|
||||
'meta_data' => '中繼資料',
|
||||
'location' => '位置',
|
||||
'without_date' => '不含日期',
|
||||
'result' => '結果',
|
||||
|
||||
@@ -28,35 +28,36 @@ return [
|
||||
'index_accounts-chart' => '此圖表顯示您的資產帳戶的目前餘額,您可以在偏好設定中選擇此處可見的帳戶。',
|
||||
'index_box_out_holder' => '這個小盒子和這個旁邊的盒子會提供您財務狀況的快速概覽。',
|
||||
'index_help' => '如果您需要有關頁面或表單的説明,請按此按鈕。',
|
||||
'index_outro' => 'Firefly III 的大多數頁面將從像這樣的小介紹開始,如果您有任何問題或意見,請與我聯繫。請享受!',
|
||||
'index_outro' => 'Firefly III 大多數頁面將以這樣的小介紹開始,如有問題或意見,不妨與我聯繫。祝您順心使用!',
|
||||
'index_sidebar-toggle' => '若要建立新的交易記錄、帳戶或其他內容,請使用此圖示下的選單。',
|
||||
|
||||
// create account:
|
||||
'accounts_create_iban' => '給您的帳戶一個有效的 IBAN,可俾利未來資料匯入。',
|
||||
'accounts_create_asset_opening_balance' => '資產帳戶可能有一個 "初始餘額",表示此帳戶在 Firefly III 中的紀錄開始。',
|
||||
'accounts_create_asset_currency' => 'Fireflly III 支援多種貨幣。資產帳戶有一種主要貨幣,您必須在此處設定。',
|
||||
'accounts_create_asset_virtual' => '有時,它可以協助賦予你的帳戶一個虛擬額度:一個總是增加至實際餘額中,或自其中刪減的固定金額。',
|
||||
'accounts_create_asset_opening_balance' => '資產帳戶可以設定一個 "初始餘額",表示此帳戶在 Firefly III 中開始時的紀錄。',
|
||||
'accounts_create_asset_currency' => 'Fireflly III 支援多種貨幣。資產帳戶有一種主要貨幣,須在此設定。',
|
||||
'accounts_create_asset_virtual' => '有時,您或會想給予帳戶一個虛擬額度:一個在實際餘額之上加減的定額。',
|
||||
|
||||
// budgets index
|
||||
'budgets_index_intro' => '預算是用來管理你的財務,也是 Firefly III 的核心功能之一。',
|
||||
'budgets_index_set_budget' => '設定每個期間的總預算,這樣 Firefly III 就可以告訴你,是否已經將所有可用的錢設定預算。',
|
||||
'budgets_index_intro' => '預算用來管理您的財務,是 Firefly III 的
|
||||
核心功能之一。',
|
||||
'budgets_index_set_budget' => '設定每個時期的總預算,讓 Firefly III 能告訴您,所有可用的錢是否都已設定預算。',
|
||||
'budgets_index_see_expenses_bar' => '消費金額會慢慢地填滿這個橫條。',
|
||||
'budgets_index_navigate_periods' => '前往區間,以便提前輕鬆設定預算。',
|
||||
'budgets_index_new_budget' => '根據需要建立新預算。',
|
||||
'budgets_index_list_of_budgets' => '使用此表可以設定每個預算的金額,並查看您的情況。',
|
||||
'budgets_index_navigate_periods' => '往前後不同時期,輕鬆預先設定預算。',
|
||||
'budgets_index_new_budget' => '隨意建立新預算。',
|
||||
'budgets_index_list_of_budgets' => '在此表上設定每個預算的金額,查看表現如何。',
|
||||
'budgets_index_outro' => '要瞭解有關預算的詳細資訊,請查看右上角的説明圖示。',
|
||||
|
||||
// reports (index)
|
||||
'reports_index_intro' => '使用這些報表可以獲得有關您財務狀況的詳細洞察報告。',
|
||||
'reports_index_intro' => '從這些報表洞察您的詳細財務狀況。',
|
||||
'reports_index_inputReportType' => '選擇報表類型。查看説明頁面以瞭解每個報表向您顯示的內容。',
|
||||
'reports_index_inputAccountsSelect' => '您可以根據需要排除或包括資產帳戶。',
|
||||
'reports_index_inputDateRange' => '所選日期範圍完全由您決定:從1天到10年不等。',
|
||||
'reports_index_extra-options-box' => '根據您選擇的報表,您可以在此處選擇額外的篩選標準和選項。更改報表類型時,請查看此區塊。',
|
||||
|
||||
// reports (reports)
|
||||
'reports_report_default_intro' => '這份報表將為您提供一個快速和全面的個人財務概覽。如果你想看其他的東西,請不要猶豫並聯繫我!',
|
||||
'reports_report_audit_intro' => '此報表將為您提供有關資產帳戶的詳細洞察報告。',
|
||||
'reports_report_audit_optionsBox' => '使用這些選取方塊可以顯示或隱藏您感興趣的欄。',
|
||||
'reports_report_default_intro' => '這份報表可快速全面概覽您的個人財務狀況。如有未羅列的項目,歡迎與我聯繫!',
|
||||
'reports_report_audit_intro' => '這份報表可讓您洞悉資產帳戶的詳細狀況。',
|
||||
'reports_report_audit_optionsBox' => '在這些選取方塊勾選您感興趣想顯示的欄。',
|
||||
|
||||
'reports_report_category_intro' => '此報表將提供您一個或多個類別洞察報告。',
|
||||
'reports_report_category_pieCharts' => '這些圖表將提供您每個類別或每個帳戶中,支出和所得的洞察報告。',
|
||||
@@ -72,19 +73,19 @@ return [
|
||||
|
||||
// create transaction
|
||||
'transactions_create_switch_box' => '使用這些按鈕可以快速切換要保存的交易類型。',
|
||||
'transactions_create_ffInput_category' => '您可以在此欄位中隨意輸入,會建議您先前已建立的分類。',
|
||||
'transactions_create_ffInput_category' => '此欄位自由輸入,會顯示先前已建立分類的建議。',
|
||||
'transactions_create_withdrawal_ffInput_budget' => '將您的提款連結至預算,以利財務管控。',
|
||||
'transactions_create_withdrawal_currency_dropdown_amount' => '當您的提款使用另一種貨幣時, 請使用此下拉清單。',
|
||||
'transactions_create_deposit_currency_dropdown_amount' => '當您的存款使用另一種貨幣時, 請使用此下拉清單。',
|
||||
'transactions_create_withdrawal_currency_dropdown_amount' => '在此下拉清單為提款選取另一種貨幣。',
|
||||
'transactions_create_deposit_currency_dropdown_amount' => '在此下拉清單為存款選取另一種貨幣。',
|
||||
'transactions_create_transfer_ffInput_piggy_bank_id' => '選擇一個小豬撲滿,並將此轉帳連結到您的儲蓄。',
|
||||
|
||||
// piggy banks index:
|
||||
'piggy-banks_index_saved' => '此欄位顯示您在每個小豬撲滿中保存了多少。',
|
||||
'piggy-banks_index_button' => '此進度條旁邊有兩個按鈕 (+ 和-),用於從每個小豬撲滿中增加或刪除資金。',
|
||||
'piggy-banks_index_button' => '進度橫條旁有兩個按鈕 (+ 和-),可以在每個小豬撲滿中加減金額。',
|
||||
'piggy-banks_index_accountStatus' => '此表中列出了每一個至少有一個小豬撲滿的資產帳戶的狀態。',
|
||||
|
||||
// create piggy
|
||||
'piggy-banks_create_name' => '你的目標是什麼?一個新沙發、一個相機、急難用金?',
|
||||
'piggy-banks_create_name' => '您的目標為何?一張新沙發、一台相機,還是應急備用?',
|
||||
'piggy-banks_create_date' => '您可以為小豬撲滿設定目標日期或截止日期。',
|
||||
|
||||
// show piggy
|
||||
|
||||
Reference in New Issue
Block a user