初始化代码

This commit is contained in:
2025-12-22 14:32:54 +08:00
parent e27ab90d9f
commit d02b31a8b9
1459 changed files with 240973 additions and 0 deletions

15
app/shop/lang/zh-cn.php Normal file
View File

@@ -0,0 +1,15 @@
<?php
return [
'not find refundorder' => '未找到退款订单',
'not find order' => '未找到订单',
'status is error' => '状态错误',
'Too little money' => '体现金额不得小于平台最低提现金额',
'no profit' => '未找到佣金记录',
'Insufficient amount' => '佣金不足',
'no data' => '未找到记录',
'not data' => '未找到记录',
'Only offline package can be cancelled' => '只有线下福包才能核销',
'The coupon has expired'=> '福包已过期',
'not find card' => '名片没有找到',
'no config of pay' => '未配置支付信息',
];