File: D:/HostingSpaces/MdnDirecteur/hours.komma.cloud/resources/lang/nl/excel.php
<?php
return [
'attributes' => [
"project" => 'Project',
"subProject" => 'Deelproject',
"task" => 'Taak',
"hourRate" => 'Uurprijs',
"billableHours" => 'Aantal facturabel',
"notBillableHours" => 'Aantal niet facturabel',
"description" => 'Omschrijving',
"internDescription" => 'Interne opmerking',
"date" => 'Datum',
"user" => 'Gebruiker',
"billable" => 'Facturabel',
"billed" => 'Gefactureerd',
"bug" => 'Bug',
'type' => 'Type',
'price' => 'Prijs',
'amount' => 'Aantal',
'unit' => 'Eenheid',
'hours' => 'Uren',
],
'total' => 'Totaal',
'subtotal' => 'Subtotaal',
];