akaunting/resources/lang/nl-NL/invoices.php
2018-06-20 18:47:39 +03:00

56 lines
1.7 KiB
PHP

<?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',
'discount' => 'Discount',
'tax_total' => 'Totaal Btw',
'total' => 'Totaal',
'item_name' => 'Item naam',
'show_discount' => ':discount% Discount',
'add_discount' => 'Add Discount',
'discount_desc' => 'of subtotal',
'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' => [
'email_sent' => 'Factuur e-mail is succesvol verzonden!',
'marked_sent' => 'Factuur e-mail is succesvol verzonden!',
'email_required' => 'No email address for this customer!',
],
'notification' => [
'message' => 'U ontvangt deze e-mail omdat voor :amount bedrag :customer klant.',
'button' => 'Betaal nu',
],
];