mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Rebuild frontend, first working edit form (with feedback)
This commit is contained in:
@@ -1155,6 +1155,9 @@ return [
|
||||
'updated_withdrawal' => 'Zaktualizowano wypłatę ":description"',
|
||||
'updated_deposit' => 'Zaktualizowano wpłatę ":description"',
|
||||
'updated_transfer' => 'Zaktualizowano 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' => 'Usunięto wypłatę ":description"',
|
||||
'delete_deposit' => 'Usuń wpłatę ":description"',
|
||||
'delete_transfer' => 'Usuń transfer ":description"',
|
||||
@@ -1235,7 +1238,8 @@ return [
|
||||
'journal_link_bill' => 'Ta transakcja jest powiązana z rachunkiem <a href=":route">:name</a>. Aby usunąć to powiązanie odznacz pole wyboru. Użyj reguł aby połączyć ją z innym rachunkiem.',
|
||||
'transaction_stored_link' => '<a href="transactions/show/{ID}">Transakcja #{ID} ("{title}")</a> została zapisana.',
|
||||
'transaction_new_stored_link' => '<a href="transactions/show/{ID}">Transakcja #{ID}</a> została zapisana.',
|
||||
'transaction_updated_link' => '<a href="transactions/show/{ID}">Transakcja #{ID}</a> została zaktualizowana.',
|
||||
'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' => 'Pierwszy podział określa wartość tego pola',
|
||||
'first_split_overrules_source' => 'Pierwszy podział może nadpisać konto źródłowe',
|
||||
'first_split_overrules_destination' => 'Pierwszy podział może nadpisać konto docelowe',
|
||||
|
Reference in New Issue
Block a user