mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Code for 5.4.0-alpha.1
This commit is contained in:
@@ -453,7 +453,7 @@ return [
|
||||
'rule_trigger_foreign_currency_is_choice' => 'Transaction foreign currency is..',
|
||||
'rule_trigger_foreign_currency_is' => 'Transaction foreign currency is ":trigger_value"',
|
||||
'rule_trigger_has_attachments_choice' => '至少有這麼多附加檔案',
|
||||
'rule_trigger_has_attachments' => 'Has at least :count attachment|Has at least :count attachments',
|
||||
'rule_trigger_has_attachments' => 'Has at least :trigger_value attachment(s)',
|
||||
'rule_trigger_store_journal' => '當建立一筆交易',
|
||||
'rule_trigger_update_journal' => '當更新一筆交易',
|
||||
'rule_trigger_has_no_category_choice' => '無分類',
|
||||
@@ -981,9 +981,11 @@ return [
|
||||
'expense_accounts' => '支出帳戶',
|
||||
'expense_accounts_inactive' => 'Expense accounts (inactive)',
|
||||
'revenue_accounts' => '收入帳戶',
|
||||
'revenue_accounts_inactive' => 'Revenue accounts (inactive)',
|
||||
'cash_accounts' => '現金帳戶',
|
||||
'Cash account' => '現金帳戶',
|
||||
'liabilities_accounts' => '債務',
|
||||
'liabilities_accounts_inactive' => 'Liabilities (inactive)',
|
||||
'reconcile_account' => '核對帳戶 ":account"',
|
||||
'overview_of_reconcile_modal' => '對帳概覽',
|
||||
'delete_reconciliation' => '刪除對帳',
|
||||
|
||||
Reference in New Issue
Block a user