mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Added missing translations in link type overview.
This commit is contained in:
parent
511d2c8d1e
commit
730d5d72f3
@ -970,6 +970,9 @@ return [
|
|||||||
'this_deposit' => 'This deposit',
|
'this_deposit' => 'This deposit',
|
||||||
'this_transfer' => 'This transfer',
|
'this_transfer' => 'This transfer',
|
||||||
'overview_for_link' => 'Overview for link type ":name"',
|
'overview_for_link' => 'Overview for link type ":name"',
|
||||||
|
'source_transaction' => 'Source transaction',
|
||||||
|
'link_description' => 'Link description',
|
||||||
|
'destination_transaction' => 'Destination transaction',
|
||||||
'delete_journal_link' => 'Delete the link between <a href=":source_link">:source</a> and <a href=":destination_link">:destination</a>',
|
'delete_journal_link' => 'Delete the link between <a href=":source_link">:source</a> and <a href=":destination_link">:destination</a>',
|
||||||
'deleted_link' => 'Deleted link',
|
'deleted_link' => 'Deleted link',
|
||||||
|
|
||||||
|
@ -15,10 +15,10 @@
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th> </th>
|
<th> </th>
|
||||||
<th>Source transaction</th>
|
<th>{{ trans('firefly.source_transaction') }}</th>
|
||||||
<th> </th>
|
<th> </th>
|
||||||
<th>Link description</th>
|
<th>{{ trans('firefly.link_description') }}</th>
|
||||||
<th>Destination transaction</th>
|
<th>{{ trans('firefly.destination_transaction') }}</th>
|
||||||
<th> </th>
|
<th> </th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
Loading…
Reference in New Issue
Block a user