init commit
This commit is contained in:
24
application/admin/lang/zh-cn/wdsxh/mall/banner.php
Normal file
24
application/admin/lang/zh-cn/wdsxh/mall/banner.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Id' => 'ID',
|
||||
'Title' => '轮播标题',
|
||||
'Image' => '轮播图片',
|
||||
'Jump_type' => '跳转类型',
|
||||
'Jump_type 1' => '图文',
|
||||
'Jump_type 2' => '内部页面',
|
||||
'Jump_type 4' => '小程序',
|
||||
'Jump_type 3' => '外部链接',
|
||||
'Content' => '图文内容',
|
||||
'Jump_link' => '跳转链接',
|
||||
'Status' => '状态',
|
||||
'Status 0' => '禁用',
|
||||
'Set status to 0'=> '设为禁用',
|
||||
'Status 1' => '启用',
|
||||
'Set status to 1'=> '设为启用',
|
||||
'Createtime' => '创建时间',
|
||||
'Updatetime' => '更新时间',
|
||||
'Deletetime' => '删除时间',
|
||||
'Weigh' => '权重',
|
||||
'Are you sure you want to delete this item?' => '警告:一旦删除,数据无法恢复,谨慎处理!!!',
|
||||
];
|
||||
12
application/admin/lang/zh-cn/wdsxh/mall/express.php
Normal file
12
application/admin/lang/zh-cn/wdsxh/mall/express.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Id' => 'id',
|
||||
'Name' => '快递公司全称',
|
||||
'Weigh' => '权重',
|
||||
'Createtime' => '创建时间',
|
||||
'Updatetime' => '更新时间',
|
||||
'Deletetime' => '删除时间',
|
||||
'Are you sure you want to delete this item?' => '警告:一旦删除,数据无法恢复,谨慎处理!!!',
|
||||
'Brief_introduction' => '快递公司英文简称',
|
||||
];
|
||||
17
application/admin/lang/zh-cn/wdsxh/mall/freight_rules.php
Normal file
17
application/admin/lang/zh-cn/wdsxh/mall/freight_rules.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Min' => '订单最小金额',
|
||||
'Max' => '订单最大金额',
|
||||
'Price' => '价格(元)',
|
||||
'Createtime' => '创建时间',
|
||||
'Updatetime' => '更新时间',
|
||||
'Deletetime' => '删除时间',
|
||||
'Status' => '状态',
|
||||
'Status normal' => '正常',
|
||||
'Set status to normal'=> '设为正常',
|
||||
'Status hidden' => '隐藏',
|
||||
'Set status to hidden'=> '设为隐藏',
|
||||
'Are you sure you want to delete this item?' => '警告:一旦删除,数据无法恢复,谨慎处理!!!',
|
||||
'Open_area' => '区域(多选)',
|
||||
];
|
||||
31
application/admin/lang/zh-cn/wdsxh/mall/goods.php
Normal file
31
application/admin/lang/zh-cn/wdsxh/mall/goods.php
Normal file
@@ -0,0 +1,31 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Category_id' => '分类名称',
|
||||
'Name' => '商品名称',
|
||||
'Image' => '缩略图',
|
||||
'Recommend_image' => '推荐图',
|
||||
'Slider_images' => '轮播图',
|
||||
'Price' => '商品价格',
|
||||
'Ot_price' => '市场价',
|
||||
'Unit' => '单位',
|
||||
'Weight' => '重量',
|
||||
'Param_json' => '产品参数',
|
||||
'Is_hot' => '是否热销',
|
||||
'Is_hot 1' => '是',
|
||||
'Is_hot 0' => '否',
|
||||
'Is_new' => '是否新品',
|
||||
'Is_new 1' => '是',
|
||||
'Is_new 0' => '否',
|
||||
'Content' => '商品详情',
|
||||
'Weigh' => '权重',
|
||||
'Status' => '状态',
|
||||
'Status normal' => '正常',
|
||||
'Set status to normal'=> '设为正常',
|
||||
'Status hidden' => '隐藏',
|
||||
'Set status to hidden'=> '设为隐藏',
|
||||
'Createtime' => '创建时间',
|
||||
'Updatetime' => '更新时间',
|
||||
'Deletetime' => '删除时间',
|
||||
'Are you sure you want to delete this item?' => '警告:一旦删除,数据无法恢复,谨慎处理!!!',
|
||||
];
|
||||
16
application/admin/lang/zh-cn/wdsxh/mall/goods_category.php
Normal file
16
application/admin/lang/zh-cn/wdsxh/mall/goods_category.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Image' => '图片',
|
||||
'Createtime' => '创建时间',
|
||||
'Updatetime' => '更新时间',
|
||||
'Deletetime' => '删除时间',
|
||||
'Weigh' => '权重',
|
||||
'Status' => '状态',
|
||||
'Status 0' => '隐藏',
|
||||
'Set status to 0'=> '设为隐藏',
|
||||
'Status 1' => '显示',
|
||||
'Set status to 1'=> '设为显示',
|
||||
'Are you sure you want to delete this item?' => '警告:一旦删除,数据无法恢复,谨慎处理!!!',
|
||||
'Pid'=> '父级分类',
|
||||
];
|
||||
42
application/admin/lang/zh-cn/wdsxh/mall/order.php
Normal file
42
application/admin/lang/zh-cn/wdsxh/mall/order.php
Normal file
@@ -0,0 +1,42 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Parent_id' => '父类订单id',
|
||||
'Order_no' => '订单号',
|
||||
'Trade_no' => '微信订单号',
|
||||
'Wdsxh_user_id' => '用户id',
|
||||
'Real_name' => '用户姓名',
|
||||
'User_phone' => '用户电话',
|
||||
'User_address' => '详细地址',
|
||||
'State' => '状态',
|
||||
'State 0' => '待付款',
|
||||
'State 1' => '待发货',
|
||||
'State 2' => '待收货',
|
||||
'State 3' => '支付失败',
|
||||
'State 4' => '已完成',
|
||||
'State 5' => '已取消',
|
||||
'State 6' => '拆分失败',
|
||||
'State -1' => '退款中',
|
||||
'State -2' => '已退款',
|
||||
'Refund_status' => '退款状态',
|
||||
'Refund_status 0' => '未退款',
|
||||
'Refund_status 1' => '申请中',
|
||||
'Refund_status 2' => '已退款',
|
||||
'Total_price' => '订单总价',
|
||||
'Pay_price' => '实际支付金额',
|
||||
'Pay_postage' => '支付邮费',
|
||||
'Paid' => '支付状态',
|
||||
'Paid 0' => '未付款',
|
||||
'Paid 1' => '已付款',
|
||||
'Pay_time' => '付款时间',
|
||||
'Refund_price' => '退款金额',
|
||||
'Refund_reason_time' => '退款时间',
|
||||
'Complete_time' => '完成时间',
|
||||
'Cancel_time' => '取消时间',
|
||||
'Createtime' => '创建时间',
|
||||
'Deletetime' => '删除时间',
|
||||
'Delivery_method' => '配送方式',
|
||||
'Delivery_method 1' => '快递发货',
|
||||
'Delivery_method 2' => '到店自提',
|
||||
'Pick_up_code' => '提货码',
|
||||
];
|
||||
22
application/admin/lang/zh-cn/wdsxh/mall/refund.php
Normal file
22
application/admin/lang/zh-cn/wdsxh/mall/refund.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | 麦沃德科技赋能开发者,助力商协会发展
|
||||
// +----------------------------------------------------------------------
|
||||
// | Copyright (c) 2017~2024 www.wdsxh.cn All rights reserved.
|
||||
// +----------------------------------------------------------------------
|
||||
// | 沃德商协会系统并不是自由软件,不加密,并不代表开源,未经许可不可自由转售和商用
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: MY WORLD Team <bd@maiwd.cn> www.maiwd.cn
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
return [
|
||||
'Refund_price' => '退款金额',
|
||||
'Refund_time' => '退款时间',
|
||||
'Refund_reason' => '退款用户说明',
|
||||
'Refund_express_no' => '退款快递单号',
|
||||
'Createtime' => '创建时间',
|
||||
'Add_express_no_time' => '添加单号时间',
|
||||
'State' => '退款前状态',
|
||||
'Wdsxh_user_id' => '用户id',
|
||||
'Are you sure you want to delete this item?' => '警告:一旦删除,数据无法恢复,谨慎处理!!!',
|
||||
];
|
||||
19
application/admin/lang/zh-cn/wdsxh/mall/self_pickup.php
Normal file
19
application/admin/lang/zh-cn/wdsxh/mall/self_pickup.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | 麦沃德科技赋能开发者,助力商协会发展
|
||||
// +----------------------------------------------------------------------
|
||||
// | Copyright (c) 2017~2024 www.wdsxh.cn All rights reserved.
|
||||
// +----------------------------------------------------------------------
|
||||
// | 沃德商协会系统并不是自由软件,不加密,并不代表开源,未经许可不可自由转售和商用
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: MY WORLD Team <bd@maiwd.cn> www.maiwd.cn
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
return [
|
||||
'Self_pickup_status' => '自提点开启状态',
|
||||
'Self_pickup_status 1' => '打开',
|
||||
'Self_pickup_status 2' => '关闭',
|
||||
'Address' => '自提点地址',
|
||||
'Longitude' => '经度',
|
||||
'Latitude' => '纬度',
|
||||
];
|
||||
Reference in New Issue
Block a user