akaunting/resources/lang/nl-NL/invoices.php

56 lines
1.7 KiB
PHP
Raw Normal View History

2017-11-30 12:27:54 +03:00
<?php
return [
'invoice_number' => 'Factuurnummer',
'invoice_date' => 'Factuurdatum',
'total_price' => 'Totale prijs',
'due_date' => 'Vervaldatum',
'order_number' => 'Ordernummer',
'bill_to' => 'Factuur voor',
'quantity' => 'Hoeveelheid',
'price' => 'Prijs',
'sub_total' => 'Subtotaal',
2018-05-03 12:16:18 +03:00
'discount' => 'Discount',
2017-11-30 12:27:54 +03:00
'tax_total' => 'Totaal Btw',
'total' => 'Totaal',
'item_name' => 'Item naam',
2018-05-03 12:16:18 +03:00
'show_discount' => ':discount% Discount',
'add_discount' => 'Add Discount',
'discount_desc' => 'of subtotal',
2017-11-30 12:27:54 +03:00
'payment_due' => 'Te betalen voor',
'paid' => 'Betaald',
'histories' => 'Geschiedenis',
'payments' => 'Betalingen',
'add_payment' => 'Toevoegen van betaling',
'mark_paid' => 'Markeer betaald',
'mark_sent' => 'Markeer als verstuurd',
'download_pdf' => 'PDF downloaden',
'send_mail' => 'Verstuur e-mail',
'status' => [
'draft' => 'Concept',
'sent' => 'Verzonden',
'viewed' => 'Bekeken',
'approved' => 'Goedgekeurd',
'partial' => 'Gedeeltelijk',
'paid' => 'Betaald',
],
'messages' => [
2018-03-06 17:05:58 +03:00
'email_sent' => 'Factuur e-mail is succesvol verzonden!',
'marked_sent' => 'Factuur e-mail is succesvol verzonden!',
'email_required' => 'No email address for this customer!',
2017-11-30 12:27:54 +03:00
],
'notification' => [
2018-06-20 18:47:39 +03:00
'message' => 'U ontvangt deze e-mail omdat voor :amount bedrag :customer klant.',
2017-11-30 12:27:54 +03:00
'button' => 'Betaal nu',
],
];