added nl-NL
This commit is contained in:
49
resources/lang/nl-NL/invoices.php
Normal file
49
resources/lang/nl-NL/invoices.php
Normal file
@@ -0,0 +1,49 @@
|
||||
<?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',
|
||||
'tax_total' => 'Totaal Btw',
|
||||
'total' => 'Totaal',
|
||||
|
||||
'item_name' => 'Item naam',
|
||||
|
||||
'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!',
|
||||
],
|
||||
|
||||
'notification' => [
|
||||
'message' => 'U ontvangt deze e-mail omdat voor: factuur bedrag: klant klant.',
|
||||
'button' => 'Betaal nu',
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user