初始化代码
This commit is contained in:
15
app/shop/lang/zh-cn.php
Normal file
15
app/shop/lang/zh-cn.php
Normal 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' => '未配置支付信息',
|
||||
];
|
||||
Reference in New Issue
Block a user