Skip to content

Commit a9b8d3b

Browse files
committed
language dutch
1 parent d9f1739 commit a9b8d3b

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

resources/lang/nl/invoice.php

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<?php
2+
3+
return [
4+
5+
/*
6+
|--------------------------------------------------------------------------
7+
| Factuur Taal Lijnen
8+
|--------------------------------------------------------------------------
9+
*/
10+
11+
'serial' => 'Serienummer.',
12+
'date' => 'Factuur datum',
13+
'seller' => 'Verkoper',
14+
'buyer' => 'Koper',
15+
'address' => 'Adres',
16+
'code' => 'Code',
17+
'vat' => 'btw nummer',
18+
'phone' => 'Phone',
19+
'description' => 'Omschrijving',
20+
'units' => 'Eenheden',
21+
'quantity' => '#',
22+
'price' => 'Prijs',
23+
'discount' => 'Korting',
24+
'tax' => 'Belasting',
25+
'sub_total' => 'Subtotaal',
26+
'total_discount' => 'Totale korting',
27+
'taxable_amount' => 'Belastbaar bedrag',
28+
'total_taxes' => 'Totaal belastingen',
29+
'tax_rate' => 'Belastingtarief',
30+
'total_amount' => 'Totaalbedrag',
31+
'pay_until' => 'Gelieve te betalen tot',
32+
'amount_in_words' => 'Hoeveelheid in woorden',
33+
'notes' => 'Opmerkingen',
34+
'shipping' => 'Verzending',
35+
36+
];

0 commit comments

Comments
 (0)