Skip to content

Commit 5f48d3f

Browse files
committed
Updates nl translation
1 parent 18c02fc commit 5f48d3f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

resources/lang/nl/invoice.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
|--------------------------------------------------------------------------
99
*/
1010

11-
'serial' => 'Serienummer.',
12-
'date' => 'Factuur datum',
13-
'seller' => 'Verkoper',
14-
'buyer' => 'Koper',
11+
'serial' => 'Factuurnummer',
12+
'date' => 'Factuurdatum',
13+
'seller' => 'Leverancier',
14+
'buyer' => 'Afnemer',
1515
'address' => 'Adres',
1616
'code' => 'Code',
17-
'vat' => 'btw nummer',
18-
'phone' => 'Phone',
17+
'vat' => 'Btw-identificatienummer',
18+
'phone' => 'Telefoonnummer',
1919
'description' => 'Omschrijving',
20-
'units' => 'Eenheden',
21-
'quantity' => '#',
20+
'units' => 'Eenheid',
21+
'quantity' => 'Aantal',
2222
'price' => 'Prijs',
2323
'discount' => 'Korting',
2424
'tax' => 'Belasting',
@@ -28,8 +28,8 @@
2828
'total_taxes' => 'Totaal belastingen',
2929
'tax_rate' => 'Belastingtarief',
3030
'total_amount' => 'Totaalbedrag',
31-
'pay_until' => 'Gelieve te betalen tot',
32-
'amount_in_words' => 'Hoeveelheid in woorden',
31+
'pay_until' => 'Gelieve te betalen voor',
32+
'amount_in_words' => 'Totaalbedrag in woorden',
3333
'notes' => 'Opmerkingen',
3434
'shipping' => 'Verzending',
3535

0 commit comments

Comments
 (0)