mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-11 00:16:54 +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}">Transaction #{ID} ("{title}")</a> has been stored.',
|
||||
'transaction_new_stored_link' => '<a href="transactions/show/{ID}">Transaction #{ID}</a> has been stored.',
|
||||
'transaction_updated_link' => '<a href="transactions/show/{ID}">Transaction #{ID}</a> has been updated.',
|
||||
'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' => 'The first split determines the value of this field',
|
||||
'first_split_overrules_source' => 'The first split may overrule the source account',
|
||||
'first_split_overrules_destination' => 'The first split may overrule the destination account',
|
||||
|
||||
Reference in New Issue
Block a user