This commit is contained in:
James Cole
2020-08-01 15:31:11 +02:00
parent f3b116cfce
commit 35d30fea9c
77 changed files with 2273 additions and 1978 deletions

View File

@@ -105,6 +105,7 @@ return [
'registered' => '您已成功註冊!',
'Default asset account' => '預設資產帳戶',
'no_budget_pointer' => 'You seem to have no budgets yet. You should create some on the <a href="/budgets">budgets</a>-page. Budgets can help you keep track of expenses.',
'no_bill_pointer' => 'You seem to have no bills yet. You should create some on the <a href="/budgets">budgets</a>-page. Bills can help you keep track of expenses.',
'Savings account' => '儲蓄帳戶',
'Credit card' => '信用卡',
'source_accounts' => 'Source account|Source accounts',
@@ -1093,6 +1094,7 @@ return [
'cannot_edit_other_fields' => '受版面空間所限,您僅能大量編輯此處顯示的欄位。若您需要編輯其他欄位,請按一下連結並逐一編輯。',
'cannot_change_amount_reconciled' => 'You can\'t change the amount of reconciled transactions.',
'no_budget' => '(無預算)',
'no_bill' => '(no bill)',
'account_per_budget' => 'Account per budget',
'account_per_category' => 'Account per category',
'create_new_object' => 'Create',
@@ -1637,6 +1639,7 @@ return [
'created_withdrawals' => '已建立提款',
'created_deposits' => '已建立存款',
'created_transfers' => '已建立轉帳',
'recurring_info' => 'Recurring transaction :count / :total',
'created_from_recurrence' => '由週期性交易 ":title" (#:id) 所建立',
'recurring_never_cron' => '用來支援週期性交易的 cron job 似乎沒有運行過,這在您剛安裝 Firefly III 沒多久時是非常正常的,但能越快處理越好。請使用本頁右上角的 (?)-圖示查閱說明頁面。',
'recurring_cron_long_ago' => '用來支援週期性交易的 cron job 自上次運行已超過了 36 小時,您確定您已正確設定了嗎?請使用本頁右上角的 (?)-圖示查閱說明頁面。',

View File

@@ -37,6 +37,7 @@ return [
'linked_to_rules' => '相關規則',
'active' => '是否啟用?',
'percentage' => 'pct.',
'recurring_transaction' => 'Recurring transaction',
'next_due' => 'Next due',
'transaction_type' => 'Type',
'lastActivity' => '上次活動',