Rebuild frontend, first working edit form (with feedback)

This commit is contained in:
James Cole
2021-03-21 20:38:44 +01:00
parent 1088a43866
commit 4affed8f68
31 changed files with 260 additions and 70 deletions

View File

@@ -1155,6 +1155,9 @@ return [
'updated_withdrawal' => 'Költség frissítve ":description"',
'updated_deposit' => '":description" bevétel frissítve',
'updated_transfer' => 'Átvezetés frissítve ":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' => 'Költség törölve ":description"',
'delete_deposit' => '":description" bevétel törlése',
'delete_transfer' => 'Átvezetés törlése ":description"',
@@ -1235,7 +1238,8 @@ return [
'journal_link_bill' => 'Ez a tranzakció <a href=":route">:name</a> számlához van csatolva. A kapcsolat eltávolításához ki kell venni a jelölést a jelölőnégyzetből. Szabályok használatával másik számlához lehet csatolni.',
'transaction_stored_link' => '<a href="transactions/show/{ID}">Transaction #{ID} ("{title}")</a> mentve.',
'transaction_new_stored_link' => '<a href="transactions/show/{ID}">Transaction #{ID}</a> mentve.',
'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',