Blame view

resources/lang/th-TH/accounts.php 580 Bytes
b7c7a5f6   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  <?php
  
  return [
  
      'account_name'          => 'ชื่อบัญชี',
      'number'                => 'หมายเลข',
      'opening_balance'       => 'ยอดเปิดบัญชี',
      'current_balance'       => 'ยอดเงินปัจจุบัน',
      'bank_name'             => 'ชื่อธนาคาร',
      'bank_phone'            => 'โทรศัพท์ธนาคาร',
      'bank_address'          => 'ที่อยู่ธนาคาร',
      'default_account'       => 'บัญชีเริ่มต้น',
  
  ];