mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 01:06:46 +00:00
Add missing translation for #843
This commit is contained in:
@@ -153,6 +153,7 @@ return [
|
||||
// export data:
|
||||
'import_and_export' => 'Import and export',
|
||||
'export_data' => 'Export data',
|
||||
'export_and_backup_data' => 'Export and backup',
|
||||
'export_data_intro' => 'For backup purposes, when migrating to another system or when migrating to another Firefly III installation.',
|
||||
'export_format' => 'Export format',
|
||||
'export_format_csv' => 'Comma separated values (CSV file)',
|
||||
@@ -326,6 +327,7 @@ return [
|
||||
'location' => 'Location',
|
||||
'without_date' => 'Without date',
|
||||
'result' => 'Result',
|
||||
'total_result' => 'Total result',
|
||||
|
||||
// preferences
|
||||
'pref_home_screen_accounts' => 'Home screen accounts',
|
||||
|
@@ -129,7 +129,7 @@
|
||||
<a href="{{ route('import.index') }}"><i class="fa fa-archive fa-fw"></i> {{ 'import_data'|_ }}</a>
|
||||
</li>
|
||||
<li class="{{ activeRoutePartial('export') }}">
|
||||
<a href="{{ route('export.index') }}"><i class="fa fa-file-archive-o fa-fw"></i> {{ 'export_data'|_ }}</a>
|
||||
<a href="{{ route('export.index') }}"><i class="fa fa-file-archive-o fa-fw"></i> {{ 'export_and_backup_data'|_ }}</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
Reference in New Issue
Block a user