We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b3f7a3 + 7b59398 commit 4ecf828Copy full SHA for 4ecf828
resources/lang/zh-CN/errors.php
@@ -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