Rebuild frontend for account creation / editing.

This commit is contained in:
James Cole
2021-08-09 08:01:27 +02:00
parent 6f7900234d
commit 54cf46ff32
76 changed files with 415 additions and 93 deletions

View File

@@ -1074,6 +1074,7 @@ return [
'expense_deleted' => '已成功删除支出账户“:name”',
'revenue_deleted' => '已成功删除收入账户“:name”',
'update_asset_account' => '更新资产账户',
'update_undefined_account' => 'Update account',
'update_liabilities_account' => '更新债务账户',
'update_expense_account' => '更新支出账户',
'update_revenue_account' => '更新收入账户',
@@ -1121,6 +1122,7 @@ return [
'stored_new_account' => '新账户“:name”已保存',
'stored_new_account_js' => 'New account "<a href="accounts/show/{ID}">{name}</a>" stored!',
'updated_account' => '账户“:name”已更新',
'updated_account_js' => 'Updated account "<a href="accounts/show/{ID}">{title}</a>".',
'credit_card_options' => '信用卡选项',
'no_transactions_account' => '资产账户“:name”没有交易 (此周期内)。',
'no_transactions_period' => '无交易 (此周期内)',