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.
1 parent 8b3f7a3 commit 7b59398Copy full SHA for 7b59398
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