Blame view

resources/lang/th-TH/reports.php 1.22 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
  <?php
  
  return [
  
      'this_year'             => 'ปีนี้',
      'previous_year'         => 'ปีก่อน',
      'this_quarter'          => 'ไตรมาสนี้',
      'previous_quarter'      => 'ไตรมาสก่อน',
      'last_12_months'        => '12 เดือนที่ผ่านมา',
      'profit_loss'           => 'กำไร & ขาดทุน',
      'gross_profit'          => 'กำไรขั้นต้น',
      'net_profit'            => 'กำไรสุทธิ',
      'total_expenses'        => 'ค่าใช้จ่ายทั้งหมด',
      'net'                   => 'สุทธิ',
  
      'summary' => [
          'income'            => 'สรุปรายได้',
          'expense'           => 'สรุปค่าใช้จ่าย',
          'income_expense'    => 'รายได้ เทียบกับ ค่าใช้จ่าย',
          'tax'               => 'สรุปภาษี',
      ],
  
      'quarter' => [
          '1'                 => 'ม.ค. - มี.ค.',
          '2'                 => 'เม.ย. - มิ.ย.',
          '3'                 => 'ก.ค. - ก.ย.',
          '4'                 => 'ต.ค. - ธ.ค.',
      ],
  
  ];