Add missing translation for #843

This commit is contained in:
James Cole
2017-09-14 17:45:43 +02:00
parent 5e900736f8
commit fc67c9a476
2 changed files with 3 additions and 1 deletions

View File

@@ -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',

View File

@@ -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>