Blame view

resources/lang/zh-TW/accounts.php 391 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'       => '預設帳戶',
  
  ];