mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-23 04:18:50 +00:00
Rebuild frontend, first working edit form (with feedback)
This commit is contained in:
@@ -1155,6 +1155,9 @@ return [
|
||||
'updated_withdrawal' => '已更新支出“:description“',
|
||||
'updated_deposit' => '已更新收入“:description”',
|
||||
'updated_transfer' => '已更新转账“:description”',
|
||||
'no_changes_withdrawal' => 'Withdrawal ":description" was not changed.',
|
||||
'no_changes_deposit' => 'Deposit ":description" was not changed.',
|
||||
'no_changes_transfer' => 'Transfer ":description" was not changed.',
|
||||
'delete_withdrawal' => '删除支出“:description”',
|
||||
'delete_deposit' => '删除收入“:description”',
|
||||
'delete_transfer' => '删除转账“:description”',
|
||||
@@ -1235,7 +1238,8 @@ return [
|
||||
'journal_link_bill' => '此交易已与帐单 <a href=":route">:name</a> 关联。若要移除关联,取消勾选复选框,使用规则将其与其他账单关联。',
|
||||
'transaction_stored_link' => '<a href="transactions/show/{ID}">交易 #{ID} (“{title}”)</a> 已保存。',
|
||||
'transaction_new_stored_link' => '<a href="transactions/show/{ID}">交易 #{ID}</a> 已保存。',
|
||||
'transaction_updated_link' => '<a href="transactions/show/{ID}">交易 #{ID}</a> 已更新。',
|
||||
'transaction_updated_link' => '<a href="transactions/show/{ID}">Transaction #{ID}</a> ("{title}") has been updated.',
|
||||
'transaction_updated_no_changes' => '<a href="transactions/show/{ID}">Transaction #{ID}</a> ("{title}") did not receive any changes.',
|
||||
'first_split_decides' => '首笔拆分决定此字段的值',
|
||||
'first_split_overrules_source' => '首笔拆分可能覆盖来源账户',
|
||||
'first_split_overrules_destination' => '首笔拆分可能覆盖目标账户',
|
||||
|
Reference in New Issue
Block a user