mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-15 19:09:50 +00:00
Fix translation things.
This commit is contained in:
@@ -192,22 +192,23 @@ return [
|
||||
'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' => '您不能重設 展示使用者 的密碼。',
|
||||
'button_register' => '註冊帳號',
|
||||
'authorization' => '身份認證',
|
||||
'active_bills_only' => '僅限使用中帳單',
|
||||
'active_exp_bills_only' => 'active and expected bills only',
|
||||
'average_per_bill' => '每張帳單的平均數',
|
||||
'expected_total' => '預期總數',
|
||||
'register_page_title' => '在 Firefly III 註冊',
|
||||
'forgot_pw_page_title' => '忘記您 Firefly III 的密碼',
|
||||
'reset_pw_page_title' => '重設您 Firefly III 的密碼',
|
||||
'cannot_reset_demo_user' => '您不能重設 展示使用者 的密碼。',
|
||||
'button_register' => '註冊帳號',
|
||||
'authorization' => '身份認證',
|
||||
'active_bills_only' => '僅限使用中帳單',
|
||||
'active_exp_bills_only' => 'active and expected bills only',
|
||||
'average_per_bill' => '每張帳單的平均數',
|
||||
'expected_total' => '預期總數',
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III :version 版授權請求',
|
||||
'authorization_request_intro' => '<strong>:client</strong> 正要求權限存取您的財務管理,您是否願意授權 <strong>:client</strong> 存取這些紀錄?',
|
||||
'scopes_will_be_able' => '此應用程式可以:',
|
||||
'authorization_request' => 'Firefly III :version 版授權請求',
|
||||
'authorization_request_intro' => '<strong>:client</strong> 正要求權限存取您的財務管理,您是否願意授權 <strong>:client</strong> 存取這些紀錄?',
|
||||
'scopes_will_be_able' => '此應用程式可以:',
|
||||
'button_authorize' => '授權',
|
||||
'none_in_select_list' => '(空)',
|
||||
'no_piggy_bank' => '(no piggy bank)',
|
||||
'name_in_currency' => ':name 於 :currency',
|
||||
'paid_in_currency' => '以 :currency 支付',
|
||||
'unpaid_in_currency' => '未以 :currency 支付',
|
||||
@@ -872,6 +873,7 @@ return [
|
||||
// transactions:
|
||||
'update_withdrawal' => '更新提款',
|
||||
'update_deposit' => '更新存款',
|
||||
'update_transaction' => 'Update transaction',
|
||||
'update_transfer' => '更新轉帳',
|
||||
'updated_withdrawal' => '已更新提款 “:description“',
|
||||
'updated_deposit' => '已更新存款 ”:description“',
|
||||
@@ -953,6 +955,7 @@ return [
|
||||
// new user:
|
||||
'welcome' => '歡迎使用 Firefly III!',
|
||||
'submit' => '送出',
|
||||
'submission' => 'Submission',
|
||||
'submit_yes_really' => '送出 (我知道我在幹嘛)',
|
||||
'getting_started' => '開始使用',
|
||||
'to_get_started' => '很高興看到您成功安裝 Firefly III。要開始使用此工具,請輸入您主要使用的的銀行名稱與餘額。別擔心,如您有多個帳戶,可以稍後新增,這儘是為了 Firefly III 需要初始使用而設。',
|
||||
@@ -1344,6 +1347,11 @@ return [
|
||||
'breadcrumb_convert_group' => 'Convert transaction',
|
||||
'convert_invalid_source' => 'Source information is invalid for transaction #%d.',
|
||||
'convert_invalid_destination' => 'Destination information is invalid for transaction #%d.',
|
||||
'create_another' => 'After storing, return here to create another one.',
|
||||
'after_update_create_another' => 'After updating, return here to continue editing.',
|
||||
'store_as_new' => 'Store as a new transaction instead of updating.',
|
||||
'reset_after' => 'Reset form after submission',
|
||||
'errors_submission' => 'There was something wrong with your submission. Please check out the errors below.',
|
||||
|
||||
// Import page (general strings only)
|
||||
'import_index_title' => '將交易記錄導入',
|
||||
|
||||
Reference in New Issue
Block a user