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' => 'Prelievo ":description" aggiornato',
'updated_deposit' => 'Entrata aggiornata ":description"',
'updated_transfer' => 'Trasferimento ":description" aggiornato',
'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' => 'Elimina prelievo ":description"',
'delete_deposit' => 'Elimina entrata ":description"',
'delete_transfer' => 'Elimina trasferimento ":description"',
@@ -1235,7 +1238,8 @@ return [
'journal_link_bill' => 'Questa transazione è collegata alla bolletta <a href=":route">:name</a>. Per rimuovere il collegamento, deseleziona la casella di controllo. Usa le regole per collegarla ad un\'altra bolletta.',
'transaction_stored_link' => 'La <a href="transactions/show/{ID}">transazione #{ID} ("{title}")</a> è stata salvata.',
'transaction_new_stored_link' => 'La <a href="transactions/show/{ID}">transazione #{ID}</a> è stata salvata.',
'transaction_updated_link' => 'La <a href="transactions/show/{ID}">transazione #{ID}</a> è stata aggiornata.',
'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' => 'La prima suddivisione determina il valore di questo campo',
'first_split_overrules_source' => 'La prima suddivisione potrebbe sovrascrivere l\'account di origine',
'first_split_overrules_destination' => 'La prima suddivisione potrebbe sovrascrivere l\'account di destinazione',