mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-15 09:53:36 -06:00
Missing translations
This commit is contained in:
parent
a5013ecbc3
commit
0aae349816
@ -961,6 +961,11 @@ return [
|
||||
'invalid_link_data' => 'Invalid link type selected. Cannot link transaction.',
|
||||
'journals_linked' => 'Transactions are linked.',
|
||||
'journals_error_linked' => 'These journals are already linked.',
|
||||
'journal_links' => 'Transaction links',
|
||||
'this_withdrawal' => 'This withdrawal',
|
||||
'this_deposit' => 'This deposit',
|
||||
'this_transfer' => 'This transfer',
|
||||
|
||||
|
||||
// split a transaction:
|
||||
'transaction_meta_data' => 'Transaction meta-data',
|
||||
|
@ -326,7 +326,7 @@
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
{{ 'this_transaction'|_ }}
|
||||
{{ ('this_'~(what|lower))|_ }}
|
||||
(<a href="{{ route('transactions.show',journal.id) }}">#{{ journal.id }}</a>)
|
||||
{% if link.source.id == journal.id %}
|
||||
{{ link.linkType.outward }}
|
||||
|
Loading…
Reference in New Issue
Block a user