New translations firefly.php (Dutch)

This commit is contained in:
James Cole 2017-06-28 14:50:13 +02:00
parent 7c73629962
commit 489b0eb12d

View File

@ -971,40 +971,40 @@ return [
'import_data' => 'Importeer data', 'import_data' => 'Importeer data',
// import index page: // import index page:
'import_index_title' => 'Import data into Firefly III', 'import_index_title' => 'Gegevens importeren in Firefly III',
'import_index_sub_title' => 'Index', 'import_index_sub_title' => 'Index',
'import_index_intro' => 'Welcome to Firefly\'s import routine. These pages can help you import data from your bank into Firefly III. Please check out the help pages in the top right corner.', 'import_index_intro' => 'Welkom bij de importroutine van Firefly. Deze pagina\'s helpen je met het importeren van gegevens in Firefly III. Bekijk ook de help-pagina\'s via het icoontje in de rechterbovenhoek.',
'import_index_file' => 'Select your file', 'import_index_file' => 'Selecteer je bestand',
'import_index_config' => 'If you have previously imported data into Firefly III, you may have a configuration file, which will pre-set configuration values for you. For some banks, other users have kindly provided their <a href="https://github.com/firefly-iii/import-configurations/wiki">configuration file</a>.', 'import_index_config' => 'Als je eerder gegevens hebt geïmporteerd in Firefly III, heb je wellicht een configuratiebestand, dat een aantal zaken alvast voor je kan instellen. Voor bepaalde banken hebben andere gebruikers uit de liefde van hun hart het benodigde <a href="https://github.com/firefly-iii/import-configurations/wiki">configuratiebestand</a> gedeeld.',
'import_index_type' => 'Select the type of file you will upload', 'import_index_type' => 'Selecteer het type bestand dat je zal uploaden',
'import_index_start' => 'Start importing', 'import_index_start' => 'Start met importeren',
// supported file types: // supported file types:
'import_file_type_csv' => 'CSV (kommagescheiden waardes)', 'import_file_type_csv' => 'CSV (kommagescheiden waardes)',
// import configuration routine: // import configuration routine:
'import_config_sub_title' => 'Set up your import file', 'import_config_sub_title' => 'Instellen van je gegevensbestand',
'import_config_bread_crumb' => 'Set up your import file', 'import_config_bread_crumb' => 'Instellen van je gegevensbestand',
// import status page: // import status page:
'import_status_bread_crumb' => 'Import status', 'import_status_bread_crumb' => 'Status van importeren',
'import_status_sub_title' => 'Import status', 'import_status_sub_title' => 'Status van importeren',
'import_status_wait_title' => 'Please hold...', 'import_status_wait_title' => 'Momentje...',
'import_status_wait_text' => 'This box will disappear in a moment.', 'import_status_wait_text' => 'Dit vak verdwijnt zometeen.',
'import_status_ready_title' => 'Import is ready to start', 'import_status_ready_title' => 'De import is klaar om te beginnen',
'import_status_ready_text' => 'The import is ready to start. All the configuration you needed to do has been done. Please download the configuration file. It will help you with the import should it not go as planned. To actually run the import, you can either execute the following command in your console, or run the web-based import. Depending on your configuration, the console import will give you more feedback.', 'import_status_ready_text' => 'De import kan beginnen. Alle configuratie is opgeslagen. Download dit bestand. Het kan schelen als je de import opnieuw moet doen. Om daadwerkelijk te beginnen, gebruik je of het commando in je console, of de website. Afhankelijk van hoe je Firefly III hebt ingesteld, geeft de console-methode meer feedback.',
'import_status_ready_config' => 'Download configuration', 'import_status_ready_config' => 'Download importconfiguratie',
'import_status_ready_start' => 'Start the import', 'import_status_ready_start' => 'Start importeren',
'import_status_ready_share' => 'Please consider downloading your configuration and sharing it at the <strong><a href="https://github.com/firefly-iii/import-configurations/wiki">import configuration center</a></strong>. This will allow other users of Firefly III to import their files more easily.', 'import_status_ready_share' => 'Overweeg om je configuratiebestand te downloaden en te delen op de <strong><a href="https://github.com/firefly-iii/import-configurations/wiki">configuratiebestand-wiki</a></strong>. Hiermee kan je het andere Firefly III gebruikers weer makkelijker maken.',
'import_status_running_title' => 'The import is running', 'import_status_running_title' => 'De import is bezig',
'import_status_running_placeholder' => 'Please hold for an update...', 'import_status_running_placeholder' => 'Wacht even voor een update...',
'import_status_errors_title' => 'Errors during the import', 'import_status_errors_title' => 'Fouten tijdens het importeren',
'import_status_errors_single' => 'An error has occured during the import. It does not appear to be fatal.', 'import_status_errors_single' => 'Er is een niet-fatale fout opgetreden tijdens het importeren.',
'import_status_errors_multi' => 'Some errors occured during the import. These do not appear to be fatal.', 'import_status_errors_multi' => 'Er zijn een aantal niet-fatale fouten opgetreden tijdens het importeren.',
'import_status_fatal_title' => 'A fatal error occurred', 'import_status_fatal_title' => 'Er is een fatale fout opgetreden',
'import_status_fatal_text' => 'A fatal error occurred, which the import-routine cannot recover from. Please see the explanation in red below.', 'import_status_fatal_text' => 'Een fatale fout opgetreden, waar de import-routine niet van terug heeft. Zie de uitleg in het rood hieronder.',
'import_status_fatal_more' => 'If the error is a time-out, the import will have stopped half-way. For some server configurations, it is merely the server that stopped while the import keeps running in the background. To verify this, check out the log files. If the problem persists, consider importing over the command line instead.', 'import_status_fatal_more' => 'Als de fout een time-out is, zal de import-routine halverwege gestopt zijn. Bij bepaalde serverconfiguraties is het alleen maar de server die gestopt terwijl de import-routine op de achtergrond doorloopt. Controleer de logboekbestanden om te zien wat er aan de hand is. Als het probleem zich blijft voordoen, gebruik dan de command-line opdracht.',
'import_status_finished_title' => 'Import routine finished', 'import_status_finished_title' => 'Importeren is klaar',
'import_status_finished_text' => 'The import routine has imported your file.', 'import_status_finished_text' => 'The import routine has imported your file.',
'import_status_finished_job' => 'The transactions imported can be found in tag <a href=":link" class="label label-success" style="font-size:100%;font-weight:normal;">:tag</a>.', 'import_status_finished_job' => 'The transactions imported can be found in tag <a href=":link" class="label label-success" style="font-size:100%;font-weight:normal;">:tag</a>.',
'import_with_key' => 'Import met code \':key\'', 'import_with_key' => 'Import met code \':key\'',