Update meta data for new release.

This commit is contained in:
James Cole
2024-01-20 16:29:00 +01:00
parent 2368788405
commit da7a2cf0c0
74 changed files with 821 additions and 760 deletions

View File

@@ -40,10 +40,10 @@ return [
'edit' => '編輯',
'delete' => '刪除',
'split' => '分割',
'single_split' => 'Split',
'single_split' => '拆分',
'clone' => '複製',
'clone_and_edit' => 'Clone and edit',
'confirm_action' => 'Confirm action',
'clone_and_edit' => '複制並編輯',
'confirm_action' => '確認',
'last_seven_days' => '最近7天',
'last_thirty_days' => '最近30天',
'last_180_days' => '最近 180 天',
@@ -78,7 +78,7 @@ return [
'go_to_asset_accounts' => '檢視您的資產帳戶',
'go_to_budgets' => '前往您的預算',
'go_to_withdrawals' => 'Go to your withdrawals',
'clones_journal_x' => 'This transaction is a clone of ":description" (#:id)',
'clones_journal_x' => '這項交易是從":description" (#:id) 複制出來',
'go_to_categories' => '前往您的分類',
'go_to_bills' => '前往您的帳單',
'go_to_expense_accounts' => '查看您的支出帳戶',
@@ -144,8 +144,8 @@ return [
'sum_of_income' => '收入總和',
'liabilities' => '債務',
'spent_in_specific_budget' => '預算「:budget」中的花費',
'spent_in_specific_double' => 'Spent in account ":account"',
'earned_in_specific_double' => 'Earned in account ":account"',
'spent_in_specific_double' => '於帳戶 ":account" 花費了',
'earned_in_specific_double' => '於帳戶 ":account" 賺取了',
'source_account' => '來源帳戶',
'source_account_reconciliation' => 'You can\'t edit the source account of a reconciliation transaction.',
'destination_account' => '目標帳戶',
@@ -226,12 +226,12 @@ return [
'active_bills_only_total' => 'all active bills',
'active_exp_bills_only' => 'active and expected bills only',
'active_exp_bills_only_total' => 'all active expected bills only',
'per_period_sum_1D' => 'Expected daily costs',
'per_period_sum_1W' => 'Expected weekly costs',
'per_period_sum_1M' => 'Expected monthly costs',
'per_period_sum_3M' => 'Expected quarterly costs',
'per_period_sum_6M' => 'Expected half-yearly costs',
'per_period_sum_1Y' => 'Expected yearly costs',
'per_period_sum_1D' => '預期每日開支',
'per_period_sum_1W' => '預期每週開支',
'per_period_sum_1M' => '預期每月開支',
'per_period_sum_3M' => '預期每季度開支',
'per_period_sum_6M' => '預期每半年開支',
'per_period_sum_1Y' => '預期每年開支',
'average_per_bill' => '每張帳單的平均數',
'expected_total' => '預期總數',
'reconciliation_account_name' => ':name reconciliation (:currency)',
@@ -245,14 +245,14 @@ return [
'webhooks_breadcrumb' => 'Webhooks',
'webhooks_menu_disabled' => 'disabled',
'no_webhook_messages' => 'There are no webhook messages',
'webhook_trigger_STORE_TRANSACTION' => 'After transaction creation',
'webhook_trigger_UPDATE_TRANSACTION' => 'After transaction update',
'webhook_trigger_DESTROY_TRANSACTION' => 'After transaction delete',
'webhook_response_TRANSACTIONS' => 'Transaction details',
'webhook_response_ACCOUNTS' => 'Account details',
'webhook_trigger_STORE_TRANSACTION' => '在交易建立後',
'webhook_trigger_UPDATE_TRANSACTION' => '在交易更新後',
'webhook_trigger_DESTROY_TRANSACTION' => '在交易刪除後',
'webhook_response_TRANSACTIONS' => '交易詳情',
'webhook_response_ACCOUNTS' => '帳號詳情',
'webhook_response_none_NONE' => 'No details',
'webhook_delivery_JSON' => 'JSON',
'inspect' => 'Inspect',
'inspect' => '檢查',
'create_new_webhook' => 'Create new webhook',
'webhooks_create_breadcrumb' => 'Create new webhook',
'webhook_trigger_form_help' => 'Indicate on what event the webhook will trigger',
@@ -268,7 +268,7 @@ return [
'show_webhook' => 'Webhook ":title"',
'webhook_was_triggered' => 'The webhook was triggered on the indicated transaction. Please wait for results to appear.',
'webhook_messages' => 'Webhook message',
'view_message' => 'View message',
'view_message' => '查看訊息',
'view_attempts' => 'View failed attempts',
'message_content_title' => 'Webhook message content',
'message_content_help' => 'This is the content of the message that was sent (or tried) using this webhook.',
@@ -276,8 +276,8 @@ return [
'attempt_content_help' => 'These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.',
'no_attempts' => 'There are no unsuccessful attempts. That\'s a good thing!',
'webhook_attempt_at' => 'Attempt at {moment}',
'logs' => 'Logs',
'response' => 'Response',
'logs' => '紀錄日誌',
'response' => '回覆',
'visit_webhook_url' => 'Visit webhook URL',
'reset_webhook_secret' => 'Reset webhook secret',
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
@@ -291,13 +291,13 @@ return [
'scopes_will_be_able' => '此應用程式可以:',
'button_authorize' => '授權',
'none_in_select_list' => '(空)',
'no_piggy_bank' => '(no piggy bank)',
'no_piggy_bank' => '(無小豬撲滿)',
'name_in_currency' => ':name 於 :currency',
'paid_in_currency' => '以 :currency 支付',
'unpaid_in_currency' => '未以 :currency 支付',
'is_alpha_warning' => 'You are running an ALPHA version. Be wary of bugs and issues.',
'is_beta_warning' => 'You are running an BETA version. Be wary of bugs and issues.',
'all_destination_accounts' => 'Destination accounts',
'all_destination_accounts' => '目標帳戶',
'all_source_accounts' => '來源帳戶',
'back_to_index' => 'Back to the index',
'cant_logout_guard' => 'Firefly III can\'t log you out.',
@@ -323,7 +323,7 @@ return [
'unknown_error' => 'Unknown error. Sorry about that.',
'just_new_release' => 'A new version is available! Version :version was released :date. This release is very fresh. Wait a few days for the new release to stabilize.',
'disabled_but_check' => 'You disabled update checking. So don\'t forget to check for updates yourself every now and then. Thank you!',
'admin_update_channel_title' => 'Update channel',
'admin_update_channel_title' => '更新頻道',
'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.',
'update_channel_stable' => 'Stable. Everything should work as expected.',
'update_channel_beta' => 'Beta. New features but things may be broken.',
@@ -350,11 +350,11 @@ return [
*
*/
'search_modifier_date_on' => 'Transaction date is ":value"',
'search_modifier_date_on' => '交易日期為 ":value"',
'search_modifier_not_date_on' => 'Transaction date is not ":value"',
'search_modifier_reconciled' => 'Transaction is reconciled',
'search_modifier_not_reconciled' => 'Transaction is not reconciled',
'search_modifier_id' => 'Transaction ID is ":value"',
'search_modifier_id' => '交易ID為 ":value"',
'search_modifier_not_id' => 'Transaction ID is not ":value"',
'search_modifier_date_before' => 'Transaction date is before or on ":value"',
'search_modifier_date_after' => 'Transaction date is after or on ":value"',
@@ -2228,8 +2228,8 @@ return [
'inactive' => '未啟用',
'active' => '啟用',
'difference' => '差異',
'money_flowing_in' => '',
'money_flowing_out' => '',
'money_flowing_in' => '流入',
'money_flowing_out' => '流出',
'topX' => '前 :number',
'show_full_list' => '顯示所有清單',
'show_only_top' => '僅顯示前 :number',