mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 02:26:58 +00:00
List in translation.
This commit is contained in:
@@ -21,7 +21,6 @@ return [
|
||||
'showEverything' => 'Show everything',
|
||||
'never' => 'Never',
|
||||
'search_results_for' => 'Search results for ":query"',
|
||||
'search' => 'Search',
|
||||
'bounced_error' => 'The message sent to :email bounced, so no access for you.',
|
||||
'deleted_error' => 'These credentials do not match our records.',
|
||||
'general_blocked_error' => 'Your account has been disabled, so you cannot login.',
|
||||
@@ -41,7 +40,6 @@ return [
|
||||
|
||||
// export data:
|
||||
'import_and_export' => 'Import and export',
|
||||
'export_data_please_wait' => 'Please wait...',
|
||||
'export_data' => 'Export data',
|
||||
'export_data_intro' => 'For backup purposes, when migrating to another system or when migrating to another Firefly III installation.',
|
||||
'export_format' => 'Export format',
|
||||
@@ -51,6 +49,22 @@ return [
|
||||
'include_config_help' => 'For easy re-import into Firefly III',
|
||||
'include_old_uploads_help' => 'Firefly III does not throw away the original CSV files you have imported in the past. You can include them in your export.',
|
||||
'do_export' => 'Export',
|
||||
'export_status_make_exporter' => 'Creating exporter thing...',
|
||||
'export_status_collecting_journals' => 'Collecting your transactions...',
|
||||
'export_status_collected_journals' => 'Collected your transactions!',
|
||||
'export_status_converting_to_export_format' => 'Converting your transactions...',
|
||||
'export_status_converted_to_export_format' => 'Converted your transactions!',
|
||||
'export_status_creating_journal_file' => 'Creating the export file...',
|
||||
'export_status_created_journal_file' => 'Created the export file!',
|
||||
'export_status_collecting_attachments' => 'Collecting all your attachments...',
|
||||
'export_status_collected_attachments' => 'Collected all your attachments!',
|
||||
'export_status_collecting_old_uploads' => 'Collecting all your previous uploads...',
|
||||
'export_status_collected_old_uploads' => 'Collected all your previous uploads!',
|
||||
'export_status_creating_config_file' => 'Creating a configuration file...',
|
||||
'export_status_created_config_file' => 'Created a configuration file!',
|
||||
'export_status_creating_zip_file' => 'Creating a zip file...',
|
||||
'export_status_created_zip_file' => 'Created a zip file!',
|
||||
'export_status_finished' => 'Export has succesfully finished! Yay!',
|
||||
|
||||
// rules
|
||||
'rules' => 'Rules',
|
||||
|
@@ -76,6 +76,7 @@ return [
|
||||
'include_attachments' => 'Include uploaded attachments',
|
||||
'include_config' => 'Include configuration file',
|
||||
'include_old_uploads' => 'Include imported data',
|
||||
'accounts' => 'Export transactions from these accounts',
|
||||
|
||||
'csv_comma' => 'A comma (,)',
|
||||
'csv_semicolon' => 'A semicolon (;)',
|
||||
|
Reference in New Issue
Block a user