64 lines
2.3 KiB
PHP
64 lines
2.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
'sale' => 'Verkopen',
|
|
'sells' => 'Verkoop',
|
|
'list_sale' => 'Lijstverkoop',
|
|
'add_sale' => 'Verkoop toevoegen',
|
|
'pos_sale' => 'POS',
|
|
'draft_added' => 'Concept succesvol toegevoegd',
|
|
'invoice_added' => 'Factuur succesvol toegevoegd',
|
|
'item' => 'Items',
|
|
'total' => 'Totaal',
|
|
'order_tax' => 'Bestelbelasting',
|
|
'discount' => 'Korting',
|
|
'total_payable' => 'Totaal te betalen',
|
|
'cancel' => 'Annuleer',
|
|
'draft' => 'Droogte',
|
|
'finalize' => 'Pay & Checkout',
|
|
'express_finalize' => 'Express <br/> Afrekenen',
|
|
'product' => 'Artikel',
|
|
'products' => 'Producten',
|
|
'unit_price' => 'Eenheid prijs',
|
|
'qty' => 'Aantal stuks',
|
|
'subtotal' => 'Subtotaal',
|
|
'recent_transactions' => 'Uw recente transacties',
|
|
'pos_sale_added' => 'Verkoop succesvol toegevoegd',
|
|
'price_inc_tax' => 'Prijs incl. BTW',
|
|
'tax' => 'Tax',
|
|
'edit_discount' => 'Korting bewerken',
|
|
'edit_order_tax' => 'Edit Order Tax',
|
|
'discount_type' => 'Kortingstype',
|
|
'discount_amount' => 'Korting hoeveelheid',
|
|
'no_recent_transactions' => 'Geen recente transacties',
|
|
'final' => 'Laatste',
|
|
'invoice_no' => 'Factuur nr.',
|
|
'customer_name' => 'Klantnaam',
|
|
'payment_status' => 'Betalingsstatus',
|
|
'status' => 'Status',
|
|
'total_amount' => 'Totaalbedrag',
|
|
'total_paid' => 'Totaal betaald',
|
|
'total_remaining' => 'Totaal resterend',
|
|
'payment_info' => 'Betaling informatie',
|
|
'drafts' => 'Concepten',
|
|
'all_drafts' => 'Alle concepten',
|
|
'sell_details' => 'Verkoop details',
|
|
'payments' => 'Betalingen',
|
|
'amount' => 'Bedrag',
|
|
'payment_mode' => 'Betaalmethode',
|
|
'payment_note' => 'Betalingsbewijs',
|
|
'sell_note' => 'Notitie verkopen',
|
|
'staff_note' => 'Staff note',
|
|
'draft_updated' => 'Concept succesvol bijgewerkt',
|
|
'pos_sale_updated' => 'Verkoop succesvol bijgewerkt',
|
|
'location' => 'Plaats',
|
|
'add_payment_row' => 'Voeg betalingsrij toe',
|
|
'finalize_payment' => 'Betaling voltooien',
|
|
'sale_date' => 'Verkoopdatum',
|
|
'list_pos' => 'Lijst POS',
|
|
'edit_sale' => 'Verkoop bewerken',
|
|
'shipping' => 'Verzending',
|
|
'shipping_details' => 'Verzendgegevens',
|
|
'shipping_charges' => 'Verzendkosten',
|
|
];
|