diff --git a/resources/lang/zh-CN/errors.php b/resources/lang/zh-CN/errors.php new file mode 100644 index 000000000..818b2fc18 --- /dev/null +++ b/resources/lang/zh-CN/errors.php @@ -0,0 +1,8 @@ + '价格不能为负数', + 'product_stock' => '库存不足', + 'wallet_empty' => '钱包为空', + 'insufficient_funds' => '余额不足', +];