Blame view

resources/lang/zh-TW/demo.php 499 Bytes
b7c7a5f6   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  <?php
  
  return [
  
      'accounts_cash'         => '現金',
      'categories_uncat'      => '未分類',
      'categories_deposit'    => '存款',
      'categories_sales'      => '業務人員',
      'currencies_usd'        => '美金',
      'currencies_eur'        => '歐元',
      'currencies_gbp'        => '英鎊',
      'currencies_try'        => '土耳其里拉',
      'taxes_exempt'          => '免稅',
      'taxes_normal'          => '一般稅率',
      'taxes_sales'           => '銷售稅',
  
  ];