mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 12:24:50 +00:00
Rebuild frontend, first working edit form (with feedback)
This commit is contained in:
@@ -1156,6 +1156,9 @@ return [
|
||||
'updated_withdrawal' => 'Para çekme güncellendi ":description"',
|
||||
'updated_deposit' => 'Güncellenmiş depozito ":description"',
|
||||
'updated_transfer' => 'Güncellenmiş ":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' => 'Çekimi sil ":description"',
|
||||
'delete_deposit' => 'Mevduat sil ":description"',
|
||||
'delete_transfer' => 'Aktarımı sil ":description"',
|
||||
@@ -1236,7 +1239,8 @@ return [
|
||||
'journal_link_bill' => 'This transaction is linked to bill <a href=":route">:name</a>. To remove the connection, uncheck the checkbox. Use rules to connect it to another bill.',
|
||||
'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