Blame view

resources/lang/th-TH/demo.php 616 Bytes
b7c7a5f6   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  <?php
  
  return [
  
      'accounts_cash'         => 'เงินสด',
      'categories_deposit'    => 'เงินฝาก',
      'categories_sales'      => 'ขาย',
      'currencies_usd'        => 'ดอลลาร์สหรัฐฯ',
      'currencies_eur'        => 'ยูโร',
      'currencies_gbp'        => 'ปอนด์ อังกฤษ',
      'currencies_try'        => 'ลีรา ตุรกี',
      'taxes_exempt'          => 'ยกเว้นภาษี',
      'taxes_normal'          => 'ภาษีปกติ',
      'taxes_sales'           => 'ภาษีการขาย',
  
  ];