Skip to content

Commit 7b59398

Browse files
authored
Add zh-CN trans
1 parent 8b3f7a3 commit 7b59398

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

resources/lang/zh-CN/errors.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
3+
return [
4+
'price_positive' => '价格不能为负数',
5+
'product_stock' => '库存不足',
6+
'wallet_empty' => '钱包为空',
7+
'insufficient_funds' => '余额不足',
8+
];

0 commit comments

Comments
 (0)