Blame view

resources/lang/th-TH/invoices.php 2.71 KB
b7c7a5f6   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
  <?php
  
  return [
  
      'invoice_number'    => 'หมายเลขใบแจ้งหนี้',
      'invoice_date'      => 'วันที่แจ้งหนี้',
      'total_price'       => 'ราคารวม',
      'due_date'          => 'วันครบกำหนด',
      'order_number'      => 'หมายเลขสั่งซื้อ',
      'bill_to'           => 'บิลถึง',
  
      'quantity'          => 'จำนวน',
      'price'             => 'ราคา',
      'sub_total'         => 'ยอดรวม',
      'discount'          => 'ส่วนลด',
      'tax_total'         => 'ยอดรวมภาษี',
      'total'             => 'รวมทั้งหมด',
  
      'item_name'         => 'ชื่อสินค้า | ชื่อสินค้า',
  
      'show_discount'     => ':discount% ส่วนลด',
      'add_discount'      => 'เพิ่มส่วนลด',
      'discount_desc'     => 'ของยอดรวม',
  
      'payment_due'       => 'ครบกำหนดชำระ',
      'paid'              => 'ชำระแล้ว',
      'histories'         => 'ประวัติ',
      'payments'          => 'การชำระเงิน',
      'add_payment'       => 'เพิ่มการชำระเงิน',
      'mark_paid'         => 'ทำเครื่องหมายชำระเงินแล้ว',
      'mark_sent'         => 'ทำเครื่องหมายว่าส่งแล้ว',
      'download_pdf'      => 'ดาวน์โหลด PDF',
      'send_mail'         => 'ส่งอีเมล',
  
      'status' => [
          'draft'         => 'ฉบับร่าง',
          'sent'          => 'ส่ง',
          'viewed'        => 'ดูแล้ว',
          'approved'      => 'อนุมัติ',
          'partial'       => 'บางส่วน',
          'paid'          => 'ชำระแล้ว',
      ],
  
      'messages' => [
          'email_sent'     => 'อีเมลใบแจ้งหนี้ถูกส่งเรียบร้อยแล้ว!',
          'marked_sent'    => 'ใบแจ้งหนี้ที่ทำเครื่องหมายว่าส่งสำเร็จแล้ว!',
          'email_required' => 'ไม่มีที่อยู่อีเมลสำหรับลูกค้านี้',
      ],
  
      'notification' => [
          'message'       => 'คุณได้รับอีเมลฉบับนี้ เพราะคุณมีกำลังจะเกิดขึ้น :amount ใบแจ้งหนี้ ถึง :customer ลูกค้า',
          'button'        => 'ชำระเงินทันที',
      ],
  
  ];