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}">Транзакция #{ID} ("{title}")</a> сохранена.',
|
||||
'transaction_new_stored_link' => '<a href="transactions/show/{ID}">Транзакция #{ID}</a> сохранена.',
|
||||
'transaction_updated_link' => '<a href="transactions/show/{ID}">Транзакция #{ID}</a> обновлена.',
|
||||
'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' => 'В данном поле используется значение из первой части разделенной транзакции',
|
||||
'first_split_overrules_source' => 'Значение из первой части транзакции может изменить счет источника',
|
||||
'first_split_overrules_destination' => 'Значение из первой части транзакции может изменить счет назначения',
|
||||
|
||||
Reference in New Issue
Block a user