firefly-iii/resources/lang/nl/form.php

28 lines
1.3 KiB
PHP
Raw Normal View History

<?php
return [
'name' => 'Naam',
'active' => 'Actief',
'amount_min' => 'Minimumbedrag',
'amount_max' => 'Maximumbedrag',
'match' => 'Reageert op',
'repeat_freq' => 'Herhaling',
'account_from_id' => 'Van account',
'account_to_id' => 'Naar account',
'account_id' => 'Betaalrekening',
'budget_id' => 'Budget',
'openingBalance' => 'Startbalans',
'tagMode' => 'Tag modus',
'tagPosition' => 'Tag locatie',
'virtualBalance' => 'Virtuele balans',
'longitude_latitude' => 'Locatie',
'targetamount' => 'Doelbedrag',
'accountRole' => 'Rol van rekening',
'openingBalanceDate' => 'Startbalansdatum',
'ccType' => 'Betaalplan',
'ccMonthlyPaymentDate' => 'Betaaldatum',
'piggy_bank_id' => 'Spaarpotje',
'returnHere' => 'Keer terug',
'returnHereExplanation' => 'Terug naar deze pagina na het opslaan.',
'returnHereUpdateExplanation' => 'Terug naar deze pagina na het wijzigen.',
];