2018-05-14 10:01:48 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
2019-01-10 12:53:37 +03:00
|
|
|
'invoice_number' => 'หมายเลขใบแจ้งหนี้',
|
|
|
|
'invoice_date' => 'วันที่แจ้งหนี้',
|
|
|
|
'total_price' => 'ราคารวม',
|
|
|
|
'due_date' => 'วันครบกำหนด',
|
|
|
|
'order_number' => 'หมายเลขสั่งซื้อ',
|
|
|
|
'bill_to' => 'บิลถึง',
|
2018-05-14 10:01:48 +03:00
|
|
|
|
2019-01-10 12:53:37 +03:00
|
|
|
'quantity' => 'จำนวน',
|
|
|
|
'price' => 'ราคา',
|
|
|
|
'sub_total' => 'ยอดรวม',
|
|
|
|
'discount' => 'ส่วนลด',
|
|
|
|
'tax_total' => 'ยอดรวมภาษี',
|
|
|
|
'total' => 'รวมทั้งหมด',
|
2018-05-14 10:01:48 +03:00
|
|
|
|
2019-01-10 12:53:37 +03:00
|
|
|
'item_name' => 'ชื่อสินค้า | ชื่อสินค้า',
|
2018-05-14 10:01:48 +03:00
|
|
|
|
2019-01-10 12:53:37 +03:00
|
|
|
'show_discount' => ':discount% ส่วนลด',
|
|
|
|
'add_discount' => 'เพิ่มส่วนลด',
|
|
|
|
'discount_desc' => 'ของยอดรวม',
|
2018-05-14 10:01:48 +03:00
|
|
|
|
2019-01-10 12:53:37 +03:00
|
|
|
'payment_due' => 'ครบกำหนดชำระ',
|
|
|
|
'paid' => 'ชำระแล้ว',
|
|
|
|
'histories' => 'ประวัติ',
|
|
|
|
'payments' => 'การชำระเงิน',
|
|
|
|
'add_payment' => 'เพิ่มการชำระเงิน',
|
|
|
|
'mark_paid' => 'ทำเครื่องหมายชำระเงินแล้ว',
|
|
|
|
'mark_sent' => 'ทำเครื่องหมายว่าส่งแล้ว',
|
|
|
|
'download_pdf' => 'ดาวน์โหลด PDF',
|
|
|
|
'send_mail' => 'ส่งอีเมล',
|
|
|
|
'all_invoices' => 'Login to view all invoices',
|
|
|
|
'create_invoice' => 'Create Invoice',
|
|
|
|
'send_invoice' => 'Send Invoice',
|
|
|
|
'get_paid' => 'Get Paid',
|
2018-05-14 10:01:48 +03:00
|
|
|
|
2020-02-09 11:36:34 +03:00
|
|
|
'statuses' => [
|
2019-01-10 12:53:37 +03:00
|
|
|
'draft' => 'ฉบับร่าง',
|
|
|
|
'sent' => 'ส่ง',
|
|
|
|
'viewed' => 'ดูแล้ว',
|
|
|
|
'approved' => 'อนุมัติ',
|
|
|
|
'partial' => 'บางส่วน',
|
|
|
|
'paid' => 'ชำระแล้ว',
|
2018-05-14 10:01:48 +03:00
|
|
|
],
|
|
|
|
|
|
|
|
'messages' => [
|
2019-01-10 12:53:37 +03:00
|
|
|
'email_sent' => 'อีเมลใบแจ้งหนี้ถูกส่งเรียบร้อยแล้ว!',
|
|
|
|
'marked_sent' => 'ใบแจ้งหนี้ที่ทำเครื่องหมายว่าส่งสำเร็จแล้ว!',
|
|
|
|
'email_required' => 'ไม่มีที่อยู่อีเมลสำหรับลูกค้านี้',
|
|
|
|
'draft' => 'This is a <b>DRAFT</b> invoice and will be reflected to charts after it gets sent.',
|
2018-11-08 12:11:42 +03:00
|
|
|
|
|
|
|
'status' => [
|
2019-01-10 12:53:37 +03:00
|
|
|
'created' => 'Created on :date',
|
|
|
|
'send' => [
|
2018-11-08 12:11:42 +03:00
|
|
|
'draft' => 'Not sent',
|
|
|
|
'sent' => 'Sent on :date',
|
|
|
|
],
|
2019-01-10 12:53:37 +03:00
|
|
|
'paid' => [
|
2018-11-08 12:11:42 +03:00
|
|
|
'await' => 'Awaiting payment',
|
|
|
|
],
|
|
|
|
],
|
2018-05-14 10:01:48 +03:00
|
|
|
],
|
|
|
|
|
|
|
|
'notification' => [
|
2019-01-10 12:53:37 +03:00
|
|
|
'message' => 'คุณได้รับอีเมลฉบับนี้ เพราะคุณมีกำลังจะเกิดขึ้น :amount ใบแจ้งหนี้ ถึง :customer ลูกค้า',
|
|
|
|
'button' => 'ชำระเงินทันที',
|
2018-05-14 10:01:48 +03:00
|
|
|
],
|
|
|
|
|
|
|
|
];
|