mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-08 15:05:29 +00:00
Move languages.
This commit is contained in:
33
resources/lang/nl_NL/list.php
Normal file
33
resources/lang/nl_NL/list.php
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
// all table headers.
|
||||
|
||||
return [
|
||||
'name' => 'Naam',
|
||||
'role' => 'Rol',
|
||||
'currentBalance' => 'Huidig saldo',
|
||||
'active' => 'Actief?',
|
||||
'lastActivity' => 'Laatste activiteit',
|
||||
'balanceDiff' => 'Saldoverschil tussen :start en :end',
|
||||
'matchedOn' => 'Wordt herkend',
|
||||
'matchesOn' => 'Wordt herkend',
|
||||
'matchingAmount' => 'Bedrag',
|
||||
'lastMatch' => 'Laatste keer gezien',
|
||||
'expectedMatch' => 'Wordt verwacht',
|
||||
'automatch' => 'Automatisch herkennen?',
|
||||
'repeat_freq' => 'Herhaling',
|
||||
'description' => 'Omschrijving',
|
||||
'amount' => 'Bedrag',
|
||||
'date' => 'Datum',
|
||||
'from' => 'Van',
|
||||
'to' => 'Naar',
|
||||
'budget' => 'Budget',
|
||||
'category' => 'Categorie',
|
||||
'bill' => 'Contract',
|
||||
'withdrawal' => 'Uitgave',
|
||||
'deposit' => 'Inkomsten',
|
||||
'transfer' => 'Overschrijving',
|
||||
'type' => 'Type',
|
||||
'completed' => 'Opgeslagen',
|
||||
'iban' => 'IBAN',
|
||||
];
|
||||
Reference in New Issue
Block a user