Files
firefly-iii/resources/lang/nl_NL/list.php

196 lines
7.8 KiB
PHP
Raw Normal View History

2015-05-14 13:00:43 +02:00
<?php
2016-03-13 17:19:09 +01:00
/**
* list.php
2020-02-14 08:07:45 +01:00
* Copyright (c) 2019 james@firefly-iii.org
2017-12-11 19:42:57 +01:00
*
2019-10-05 06:23:46 +02:00
* This file is part of Firefly III (https://github.com/firefly-iii).
2016-03-13 17:19:09 +01:00
*
2019-10-05 06:23:46 +02:00
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
2019-10-05 06:23:46 +02:00
* This program is distributed in the hope that it will be useful,
2017-12-11 19:42:57 +01:00
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2019-10-05 06:23:46 +02:00
* GNU Affero General Public License for more details.
2017-12-11 19:42:57 +01:00
*
2019-10-05 06:23:46 +02:00
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
2016-03-13 17:19:09 +01:00
*/
2023-01-14 15:47:51 +01:00
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
* YOUR CHANGES WILL BE OVERWRITTEN!
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
*
* GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS!
*
* https://crowdin.com/project/firefly-iii
2023-01-15 15:47:25 +01:00
*
2023-01-14 15:47:51 +01:00
*/
2018-06-01 14:21:54 +02:00
declare(strict_types=1);
2015-05-14 13:00:43 +02:00
return [
'buttons' => 'Knoppen',
'icon' => 'Icoon',
'id' => 'ID',
'create_date' => 'Aangemaakt op',
'update_date' => 'Bijgewerkt op',
'updated_at' => 'Bijgewerkt op',
'balance_before' => 'Saldo voor',
'balance_after' => 'Saldo na',
'name' => 'Naam',
'role' => 'Rol',
'currentBalance' => 'Huidig saldo',
'linked_to_rules' => 'Relevante regels',
'active' => 'Actief?',
'percentage' => 'pct',
'recurring_transaction' => 'Periodieke transactie',
'next_due' => 'Volgende',
'transaction_type' => 'Type',
'lastActivity' => 'Laatste activiteit',
'balanceDiff' => 'Saldoverschil',
'other_meta_data' => 'Andere metadata',
'invited_at' => 'Uitgenodigd op',
'expires' => 'Uitnodiging verloopt',
'invited_by' => 'Uitgenodigd door',
'invite_link' => 'Uitnodigingslink',
'account_type' => 'Accounttype',
'created_at' => 'Gemaakt op',
'account' => 'Rekening',
'external_url' => 'Externe URL',
'matchingAmount' => 'Bedrag',
'destination' => 'Doel',
'source' => 'Bron',
'next_expected_match' => 'Volgende verwachte match',
'automatch' => 'Automatisch herkennen?',
2024-01-01 15:51:23 +01:00
/*
2023-01-14 15:47:51 +01:00
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
* YOUR CHANGES WILL BE OVERWRITTEN!
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
*
* GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS!
*
* https://crowdin.com/project/firefly-iii
2023-01-15 15:47:25 +01:00
*
2023-01-14 15:47:51 +01:00
*/
2019-09-03 17:21:45 +02:00
'repeat_freq' => 'Herhaling',
'description' => 'Omschrijving',
'amount' => 'Bedrag',
'date' => 'Datum',
'interest_date' => 'Rentedatum',
'book_date' => 'Boekdatum',
'process_date' => 'Verwerkingsdatum',
'due_date' => 'Vervaldatum',
'payment_date' => 'Betalingsdatum',
'invoice_date' => 'Factuurdatum',
2020-06-06 07:09:27 +02:00
'internal_reference' => 'Interne referentie',
2019-09-03 17:21:45 +02:00
'notes' => 'Notities',
'from' => 'Van',
'piggy_bank' => 'Spaarpotje',
'to' => 'Naar',
'budget' => 'Budget',
'category' => 'Categorie',
'bill' => 'Contract',
'withdrawal' => 'Uitgave',
'deposit' => 'Inkomsten',
'transfer' => 'Overschrijving',
'type' => 'Type',
'completed' => 'Opgeslagen',
'iban' => 'IBAN',
2022-09-18 15:48:28 +02:00
'account_number' => 'Rekeningnummer',
2019-09-03 17:21:45 +02:00
'paid_current_period' => 'Betaald deze periode',
'email' => 'E-mail',
'registered_at' => 'Geregistreerd op',
'is_blocked' => 'Is geblokkeerd',
'is_admin' => 'Is beheerder',
'has_two_factor' => 'Heeft 2FA',
'blocked_code' => 'Reden voor blokkade',
'source_account' => 'Bronrekening',
2017-09-24 21:20:34 +02:00
'destination_account' => 'Doelrekening',
'accounts_count' => 'Aantal rekeningen',
'journals_count' => 'Aantal transacties',
'attachments_count' => 'Aantal bijlagen',
'bills_count' => 'Aantal contracten',
'categories_count' => 'Aantal categorieën',
'budget_count' => 'Aantal budgetten',
'rule_and_groups_count' => 'Aantal regels en regelgroepen',
'tags_count' => 'Aantal tags',
2017-12-30 20:43:18 +01:00
'tags' => 'Tags',
2017-09-24 21:20:34 +02:00
'inward' => 'Binnenwaartse beschrijving',
'outward' => 'Buitenwaartse beschrijving',
'number_of_transactions' => 'Aantal transacties',
'total_amount' => 'Totaalbedrag',
2017-09-25 06:10:05 +02:00
'sum' => 'Som',
'sum_excluding_transfers' => 'Som (zonder overschrijvingen)',
'sum_withdrawals' => 'Som van uitgaven',
'sum_deposits' => 'Som van inkomsten',
'sum_transfers' => 'Som van overschrijvingen',
2020-01-01 15:38:47 +01:00
'sum_reconciliations' => 'Som van afstemmingen',
2017-11-30 07:13:52 +01:00
'reconcile' => 'Afstemmen',
2019-05-29 18:30:52 +02:00
'sepa_ct_id' => 'SEPA end-to-end identificatie',
'sepa_ct_op' => 'SEPA identificatie tegenpartij',
'sepa_db' => 'SEPA mandaatidentificatie',
'sepa_country' => 'SEPA-land',
'sepa_cc' => 'SEPA vrijwaringscode',
'sepa_ep' => 'SEPA transactiedoeleinde',
'sepa_ci' => 'SEPA crediteuridentificatie',
'sepa_batch_id' => 'SEPA-batchnummer',
2018-06-01 14:21:54 +02:00
'external_id' => 'Externe ID',
'account_at_bunq' => 'Bunq-account',
2018-04-28 15:26:45 +02:00
'file_name' => 'Bestandsnaam',
2024-01-01 15:51:23 +01:00
/*
2023-01-14 15:47:51 +01:00
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
* YOUR CHANGES WILL BE OVERWRITTEN!
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
*
* GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS!
*
* https://crowdin.com/project/firefly-iii
2023-01-15 15:47:25 +01:00
*
2023-01-14 15:47:51 +01:00
*/
'file_size' => 'Bestandsgrootte',
'file_type' => 'Bestandstype',
'attached_to' => 'Bijlage van',
'file_exists' => 'Bestand bestaat',
'spectre_bank' => 'Bank',
'spectre_last_use' => 'Laatst ingelogd',
'spectre_status' => 'Status',
'bunq_payment_id' => 'bunq betalings-ID',
'repetitions' => 'Herhalingen',
'title' => 'Titel',
'transaction_s' => 'Transactie(s)',
'field' => 'Veld',
'value' => 'Waarde',
'interest' => 'Rente',
'interest_period' => 'Renteperiode',
'liability_type' => 'Type passiva',
'liability_direction' => 'Passiva in- of uitgaand',
'end_date' => 'Einddatum',
'payment_info' => 'Betalingsinformatie',
'expected_info' => 'Volgende verwachte transactie',
'start_date' => 'Startdatum',
'trigger' => 'Trigger',
'response' => 'Reactie',
'delivery' => 'Bericht',
'url' => 'URL',
'secret' => 'Geheim',
2017-09-03 10:41:58 +02:00
];
2023-01-14 15:47:51 +01:00
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
* YOUR CHANGES WILL BE OVERWRITTEN!
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
*
* GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS!
*
* https://crowdin.com/project/firefly-iii
2023-01-15 15:47:25 +01:00
*
2023-01-14 15:47:51 +01:00
*/