ctrlpanel/resources/lang/vendor/invoices/en/invoice.php

39 lines
1.4 KiB
PHP
Raw Normal View History

2021-11-26 19:42:38 +00:00
<?php
return [
/*
|--------------------------------------------------------------------------
| Invoice Language Lines
|--------------------------------------------------------------------------
*/
'invoice' => 'Invoice',
'serial' => 'Serial No.',
'date' => 'Invoice date',
'seller' => 'Seller',
'buyer' => 'Buyer',
'address' => 'Address',
'code' => 'Code',
'vat' => 'VAT code',
'phone' => 'Phone',
'description' => 'Description',
'units' => 'Units',
'quantity' => 'Qty',
'price' => 'Price',
'discount' => 'Discount',
'tax' => 'Tax',
'sub_total' => 'Sub total',
'total_discount' => 'Total discount',
'taxable_amount' => 'Taxable amount',
'total_taxes' => 'Total taxes',
'tax_rate' => 'Tax rate',
'total_amount' => 'Total amount',
'pay_until' => 'Please pay until',
'amount_in_words' => 'Amount in words',
'amount_in_words_format' => '%s %s and %s %s',
'notes' => 'Notes',
'shipping' => 'Shipping',
'paid' => 'Paid',
'due' => 'Due',
];