mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Update import index [skip ci]
This commit is contained in:
parent
fd7a293f4b
commit
5a7cf04a7c
@ -1073,6 +1073,10 @@ return [
|
|||||||
// import bread crumbs and titles:
|
// import bread crumbs and titles:
|
||||||
'import' => 'Import',
|
'import' => 'Import',
|
||||||
'import_data' => 'Import data',
|
'import_data' => 'Import data',
|
||||||
|
'import_from_bunq' => 'Import from bunq',
|
||||||
|
'import_using_spectre' => 'Import using Spectre',
|
||||||
|
'import_using_plaid' => 'Import using Plaid',
|
||||||
|
|
||||||
|
|
||||||
// import index page:
|
// import index page:
|
||||||
'import_index_title' => 'Import data into Firefly III',
|
'import_index_title' => 'Import data into Firefly III',
|
||||||
|
@ -20,32 +20,32 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-1 text-center">
|
|
||||||
{# file import #}
|
{# file import #}
|
||||||
|
<div class="col-lg-1 text-center">
|
||||||
<a href="{{ route('import.file.index') }}">
|
<a href="{{ route('import.file.index') }}">
|
||||||
<img src="images/logos/csv.png" alt="bunq"/><br />
|
<img src="images/logos/csv.png" alt="bunq"/><br />
|
||||||
{{ 'import_general_index_csv_file'|_ }}
|
{{ 'import_general_index_csv_file'|_ }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-1 text-center">
|
|
||||||
{# bunq import #}
|
{# bunq import #}
|
||||||
|
<div class="col-lg-1 text-center">
|
||||||
<a href="{{ route('import.bank.prerequisites', ['bunq']) }}">
|
<a href="{{ route('import.bank.prerequisites', ['bunq']) }}">
|
||||||
<img src="images/logos/bunq.png" alt="bunq"/><br />
|
<img src="images/logos/bunq.png" alt="bunq"/><br />
|
||||||
Import from bunq
|
{{ 'import_from_bunq'|_ }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-1 text-center">
|
|
||||||
{# import from Spectre #}
|
{# import from Spectre #}
|
||||||
|
<div class="col-lg-1 text-center">
|
||||||
<a href="{{ route('import.bank.prerequisites', ['spectre']) }}">
|
<a href="{{ route('import.bank.prerequisites', ['spectre']) }}">
|
||||||
<img src="images/logos/spectre.png" alt="Spectre"/><br />
|
<img src="images/logos/spectre.png" alt="Spectre"/><br />
|
||||||
Import using Spectre
|
{{ 'import_using_spectre'|_ }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-1 text-center">
|
<div class="col-lg-1 text-center">
|
||||||
{# import from Plaid #}
|
{# import from Plaid #}
|
||||||
<a href="{{ route('import.bank.prerequisites', ['plaid']) }}">
|
<a href="{{ route('import.bank.prerequisites', ['plaid']) }}">
|
||||||
<img src="images/logos/plaid.png" alt="Plaid"/><br />
|
<img src="images/logos/plaid.png" alt="Plaid"/><br />
|
||||||
Import using Plaid
|
{{ 'import_using_plaid'|_ }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user