zh-CN translation
This commit is contained in:
16
resources/lang/zh-CN/demo.php
Normal file
16
resources/lang/zh-CN/demo.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'accounts_cash' => '现金',
|
||||
'categories_deposit' => '存款',
|
||||
'categories_sales' => '业务员',
|
||||
'currencies_usd' => '美金',
|
||||
'currencies_eur' => '欧元',
|
||||
'currencies_gbp' => '英镑',
|
||||
'currencies_try' => '土耳其里拉',
|
||||
'taxes_exempt' => '免税',
|
||||
'taxes_normal' => '一般税率',
|
||||
'taxes_sales' => '销售税',
|
||||
|
||||
];
|
Reference in New Issue
Block a user