Blame view

resources/lang/zh-CN/demo.php 452 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'           => '销售税',
  
  ];