New translations csv.php (Dutch)

This commit is contained in:
James Cole
2017-06-28 15:00:19 +02:00
parent c380d3d2a0
commit be9407cb57

View File

@@ -14,34 +14,34 @@ declare(strict_types=1);
return [ return [
// initial config // initial config
'initial_title' => 'Import setup (1/3) - Basic CSV import setup', 'initial_title' => 'Importinstellingen (1/3) - Algemene CVS importinstellingen',
'initial_text' => 'To be able to import your file correctly, please validate the options below.', 'initial_text' => 'Om je bestand goed te kunnen importeren moet je deze opties verifiëren.',
'initial_box' => 'Basic CSV import setup', 'initial_box' => 'Algemene CVS importinstellingen',
'initial_header_help' => 'Check this box if the first row of your CSV file are the column titles.', 'initial_header_help' => 'Vink hier als de eerste rij kolomtitels bevat.',
'initial_date_help' => 'Date time format in your CSV. Follow the format like <a href="https://secure.php.net/manual/en/datetime.createfromformat.php#refsect1-datetime.createfromformat-parameters">this page</a> indicates. The default value will parse dates that look like this: :dateExample.', 'initial_date_help' => 'Datum/tijd formaat in jouw CSV bestand. Volg het formaat zoals ze het <a href="https://secure.php.net/manual/en/datetime.createfromformat.php#refsect1-datetime.createfromformat-parameters">op deze pagina</a> uitleggen. Het standaardformaat ziet er zo uit: :dateExample.',
'initial_delimiter_help' => 'Choose the field delimiter that is used in your input file. If not sure, comma is the safest option.', 'initial_delimiter_help' => 'Kies het veldscheidingsteken dat in jouw bestand wordt gebruikt. Als je het niet zeker weet, is de komma de beste optie.',
'initial_import_account_help' => 'If your CSV file does NOT contain information about your asset account(s), use this dropdown to select to which account the transactions in the CSV belong to.', 'initial_import_account_help' => 'Als jouw CSV bestand geen referenties bevat naar jouw rekening(en), geef dan hier aan om welke rekening het gaat.',
'initial_submit' => 'Continue with step 2/3', 'initial_submit' => 'Ga verder met stap 2/3',
// roles config // roles config
'roles_title' => 'Import setup (2/3) - Define each column\'s role', 'roles_title' => 'Importinstellingen (2/3) - rol van elke kolom definiëren',
'roles_text' => 'Each column in your CSV file contains certain data. Please indicate what kind of data the importer should expect. The option to "map" data means that you will link each entry found in the column to a value in your database. An often mapped column is the column that contains the IBAN of the opposing account. That can be easily matched to IBAN\'s present in your database already.', 'roles_text' => 'Elke kolom in je CSV-bestand bevat bepaalde gegevens. Gelieve aan te geven wat voor soort gegevens de import-routine kan verwachten. De optie "maak een link" betekent dat u elke vermelding in die kolom linkt aan een waarde uit je database. Een vaak gelinkte kolom is die met de IBAN-code van de tegenrekening. Die kan je dan linken aan de IBAN in jouw database.',
'roles_table' => 'Table', 'roles_table' => 'Tabel',
'roles_column_name' => 'Name of column', 'roles_column_name' => 'Kolomnaam',
'roles_column_example' => 'Column example data', 'roles_column_example' => 'Voorbeeldgegevens',
'roles_column_role' => 'Column data meaning', 'roles_column_role' => 'Kolomrol',
'roles_do_map_value' => 'Map these values', 'roles_do_map_value' => 'Maak een link',
'roles_column' => 'Column', 'roles_column' => 'Kolom',
'roles_no_example_data' => 'No example data available', 'roles_no_example_data' => 'Geen voorbeeldgegevens',
'roles_submit' => 'Continue with step 3/3', 'roles_submit' => 'Ga verder met stap 3/3',
// map data // map data
'map_title' => 'Import setup (3/3) - Connect import data to Firefly III data', 'map_title' => 'Importinstellingen (3/3) - Link importgegevens aan Firefly III-gegevens',
'map_text' => 'In deze tabellen is de linkerwaarde een waarde uit je CSV bestand. Jij moet de link leggen, als mogelijk, met een waarde uit jouw database. Firefly houdt zich hier aan. Als er geen waarde is, selecteer dan ook niets.', 'map_text' => 'In deze tabellen is de linkerwaarde een waarde uit je CSV bestand. Jij moet de link leggen, als mogelijk, met een waarde uit jouw database. Firefly houdt zich hier aan. Als er geen waarde is, selecteer dan ook niets.',
'map_field_value' => 'Field value', 'map_field_value' => 'Veldwaarde',
'map_field_mapped_to' => 'Mapped to', 'map_field_mapped_to' => 'Gelinkt aan',
'map_do_not_map' => '(do not map)', 'map_do_not_map' => '(niet linken)',
'map_submit' => 'Start the import', 'map_submit' => 'Start importeren',
// map things. // map things.
'column__ignore' => '(negeer deze kolom)', 'column__ignore' => '(negeer deze kolom)',