init commit
This commit is contained in:
64
application/admin/lang/zh-cn/wdsxh/activity/activity.php
Normal file
64
application/admin/lang/zh-cn/wdsxh/activity/activity.php
Normal file
@@ -0,0 +1,64 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | 麦沃德科技赋能开发者,助力商协会发展
|
||||
// +----------------------------------------------------------------------
|
||||
// | Copyright (c) 2017~2024 www.wdsxh.cn All rights reserved.
|
||||
// +----------------------------------------------------------------------
|
||||
// | 沃德商协会系统并不是自由软件,不加密,并不代表开源,未经许可不可自由转售和商用
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: MY WORLD Team <bd@maiwd.cn> www.maiwd.cn
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
return [
|
||||
'Name' => '活动名称',
|
||||
'Fees' => '报名费用',
|
||||
'Images' => '活动轮播图',
|
||||
'Organizing_method' => '举办方式',
|
||||
'Organizing_method 1' => '线上',
|
||||
'Organizing_method 2' => '线下',
|
||||
'Contacts' => '联系人',
|
||||
'Mobile' => '联系电话',
|
||||
'Url' => '线上网址',
|
||||
'Address' => '线下地址',
|
||||
'Longitude' => '经度',
|
||||
'Latitude' => '纬度',
|
||||
'Apply_time' => '报名截止时间',
|
||||
'Start_time' => '活动开始时间',
|
||||
'End_time' => '活动结束时间',
|
||||
'State' => '状态',
|
||||
'State 1' => '报名中',
|
||||
'State 2' => '进行中',
|
||||
'State 3' => '已结束',
|
||||
'Content' => '活动详情',
|
||||
'Is_verifying' => '活动是否核销',
|
||||
'Is_verifying 1' => '是',
|
||||
'Is_verifying 2' => '否',
|
||||
'Createtime' => '创建时间',
|
||||
'Updatetime' => '更新时间',
|
||||
'Weigh' => '权重',
|
||||
'Status' => '显示状态',
|
||||
'Status normal' => '显示',
|
||||
'Set status to normal'=> '设为显示',
|
||||
'Status hidden' => '隐藏',
|
||||
'Set status to hidden'=> '设为隐藏',
|
||||
'Verifying_wechat_ids' => '核销管理员',
|
||||
'Are you sure you want to delete this item?' => '警告:一旦删除,数据无法恢复,谨慎处理!!!',
|
||||
'Activity_auth' => '对外状态',
|
||||
'Activity_auth 1' => '对外开放',
|
||||
'Activity_auth 2' => '会员专属',
|
||||
'Non_member_registration_status' => '非会员报名状态',//todo 活动创建后,会员功能对外功能不可用,非会员无法报名
|
||||
'Non_member_registration_status 1' => '可以报名',
|
||||
'Non_member_registration_status 2' => '不能报名',
|
||||
'Verification_method' => '核销方式',
|
||||
'Verification_method 1' => '自助签到(范围1000米)',
|
||||
'Verification_method 2' => '管理员核销',
|
||||
'Applet_activity_qrcode_path' => '活动小程序码',
|
||||
'Points_status' => '设置是否获得积分',
|
||||
'Points_status 1' => '是',
|
||||
'Points_status 2' => '否',
|
||||
'Points' => '积分',
|
||||
'Apply_field_state' => '是否开启报名字段',
|
||||
'Apply_field_state 1' => '开启',
|
||||
'Apply_field_state 2' => '关闭',
|
||||
'Apply_limit_number' => '报名限制人数',
|
||||
];
|
||||
@@ -0,0 +1,58 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | 麦沃德科技赋能开发者,助力商协会发展
|
||||
// +----------------------------------------------------------------------
|
||||
// | Copyright (c) 2017~2024 www.wdsxh.cn All rights reserved.
|
||||
// +----------------------------------------------------------------------
|
||||
// | 沃德商协会系统并不是自由软件,不加密,并不代表开源,未经许可不可自由转售和商用
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: MY WORLD Team <bd@maiwd.cn> www.maiwd.cn
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
return [
|
||||
'Activity_id' => '活动id',
|
||||
'Wechat_id' => '微信id',
|
||||
'Member_id' => '会员id',
|
||||
'Createtime' => '报名时间',
|
||||
'State' => '状态',
|
||||
'State 1' => '待付款',
|
||||
'State 2' => '已付款',
|
||||
'State 3' => '退款中',
|
||||
'State 4' => '已退款',
|
||||
'State 5' => '已驳回',
|
||||
'Is_sign_in' => '核销状态',
|
||||
'Is_sign_in 1' => '已核销',
|
||||
'Is_sign_in 2' => '未核销',
|
||||
'Is_sign_in 3' => '无需核销',
|
||||
'Activity.name' => '活动名称',
|
||||
'Activity.fees' => '报名费用',
|
||||
'Activity.images' => '活动轮播图',
|
||||
'Activity.organizing_method' => '举办方式',
|
||||
'Activity.organizing_method 1' => '线上',
|
||||
'Activity.organizing_method 2' => '线下',
|
||||
'Activity.url' => '线上网址',
|
||||
'Activity.address' => '线下地址',
|
||||
'Activity.longitude' => '经度',
|
||||
'Activity.latitude' => '纬度',
|
||||
'Activity.mobile' => '联系电话',
|
||||
'Activity.apply_time' => '报名时间',
|
||||
'Activity.start_time' => '活动开始时间',
|
||||
'Activity.end_time' => '活动结束时间',
|
||||
'Activity.state' => '状态',
|
||||
'Activity.state 1' => '报名中',
|
||||
'Activity.state 2' => '活动中',
|
||||
'Activity.state 3' => '已结束',
|
||||
'Activity.content' => '活动详情',
|
||||
'Activity.is_verifying' => '活动是否核销',
|
||||
'Activity.is_verifying 1' => '是',
|
||||
'Activity.is_verifying 2' => '否',
|
||||
'Activity.createtime' => '创建时间',
|
||||
'Activity.updatetime' => '更新时间',
|
||||
'Activity.weigh' => '权重',
|
||||
'Activity.status' => '状态',
|
||||
'Activity.status normal' => '显示',
|
||||
'Activity.status hidden' => '隐藏',
|
||||
'Activity.refund' => '是否退款',
|
||||
'Activity.refund 0' => '否',
|
||||
'Activity.refund 1' => '是'
|
||||
];
|
||||
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | 麦沃德科技赋能开发者,助力商协会发展
|
||||
// +----------------------------------------------------------------------
|
||||
// | Copyright (c) 2017~2024 www.wdsxh.cn All rights reserved.
|
||||
// +----------------------------------------------------------------------
|
||||
// | 沃德商协会系统并不是自由软件,不加密,并不代表开源,未经许可不可自由转售和商用
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: MY WORLD Team <bd@maiwd.cn> www.maiwd.cn
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
return [
|
||||
'Expired_activity_show' => '过期活动是否展示',
|
||||
'Expired_activity_show 1' => '展示',
|
||||
'Expired_activity_show 2' => '不展示',
|
||||
];
|
||||
50
application/admin/lang/zh-cn/wdsxh/activity/refund.php
Normal file
50
application/admin/lang/zh-cn/wdsxh/activity/refund.php
Normal file
@@ -0,0 +1,50 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | 麦沃德科技赋能开发者,助力商协会发展
|
||||
// +----------------------------------------------------------------------
|
||||
// | Copyright (c) 2017~2024 www.wdsxh.cn All rights reserved.
|
||||
// +----------------------------------------------------------------------
|
||||
// | 沃德商协会系统并不是自由软件,不加密,并不代表开源,未经许可不可自由转售和商用
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: MY WORLD Team <bd@maiwd.cn> www.maiwd.cn
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
return [
|
||||
'Activity_id' => '活动id',
|
||||
'Wechat_id' => '微信id',
|
||||
'Member_id' => '会员id',
|
||||
'Apply_id' => '报名id',
|
||||
'State' => '审核状态',
|
||||
'State 1' => '待审核',
|
||||
'State 2' => '已通过',
|
||||
'State 3' => '已驳回',
|
||||
'Reject' => '驳回原因',
|
||||
'Createtime' => '创建时间',
|
||||
'Dispose_time' => '处理时间',
|
||||
'Order_id' => '订单id',
|
||||
'Member.type' => '类型',
|
||||
'Member.type 1' => '个人',
|
||||
'Member.type 2' => '企业',
|
||||
'Member.type 3' => '团体',
|
||||
'Member.wechat_id' => '微信id',
|
||||
'Member.name' => '会员姓名',
|
||||
'Member.avatar' => '会员头像',
|
||||
'Member.mobile' => '会员手机号',
|
||||
'Member.member_level_id' => '会员级别',
|
||||
'Member.native_place' => '籍贯',
|
||||
'Member.introduce_content' => '介绍',
|
||||
'Member.address' => '所在地址',
|
||||
'Member.longitude' => '经度',
|
||||
'Member.latitude' => '纬度',
|
||||
'Member.company_name' => '公司名称',
|
||||
'Member.company_logo' => '公司Logo',
|
||||
'Member.company_position' => '公司职务',
|
||||
'Member.organize_name' => '团体名称',
|
||||
'Member.organize_logo' => '团体Logo',
|
||||
'Member.organize_position' => '团体职务',
|
||||
'Member.custom_content' => '自定义内容',
|
||||
'Member.join_time' => '入会时间',
|
||||
'Member.expire_time' => '到期时间',
|
||||
'Member.createtime' => '创建时间',
|
||||
'Member.letter' => '首字母'
|
||||
];
|
||||
20
application/admin/lang/zh-cn/wdsxh/album.php
Normal file
20
application/admin/lang/zh-cn/wdsxh/album.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Name' => '名称',
|
||||
'Release_date' => '发布日期',
|
||||
'Type' => '类型',
|
||||
'Type 1' => '图片',
|
||||
'Type 2' => '视频',
|
||||
'Files' => '图片',
|
||||
'Createtime' => '创建时间',
|
||||
'Updatetime' => '更新时间',
|
||||
'Deletetime' => '删除时间',
|
||||
'Weigh' => '权重',
|
||||
'Status' => '状态',
|
||||
'Status normal' => '显示',
|
||||
'Set status to normal'=> '设为显示',
|
||||
'Status hidden' => '隐藏',
|
||||
'Set status to hidden'=> '设为隐藏',
|
||||
'Are you sure you want to delete this item?' => '警告:一旦删除,数据无法恢复,谨慎处理!!!',
|
||||
];
|
||||
24
application/admin/lang/zh-cn/wdsxh/article/article.php
Normal file
24
application/admin/lang/zh-cn/wdsxh/article/article.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Id' => 'ID',
|
||||
'Cat_id' => '选择分类',
|
||||
'Type' => '类型',
|
||||
'Type 1' => '文本',
|
||||
'Type 2' => '链接',
|
||||
'Commerce_name' => '商会名称',
|
||||
'Title' => '文章标题',
|
||||
'Release' => '发布人',
|
||||
'Image' => '封面图片',
|
||||
'Content' => '内容',
|
||||
'Status' => '状态',
|
||||
'Status 0' => '隐藏',
|
||||
'Set status to 0'=> '设为隐藏',
|
||||
'Status 1' => '显示',
|
||||
'Set status to 1'=> '设为显示',
|
||||
'Weigh' => '排序',
|
||||
'Createtime' => '发布时间',
|
||||
'Read_num' => '阅读数',
|
||||
'Are you sure you want to delete this item?' => '警告:一旦删除,数据无法恢复,谨慎处理!!!',
|
||||
'Files' => '附件',
|
||||
];
|
||||
14
application/admin/lang/zh-cn/wdsxh/article/article_cat.php
Normal file
14
application/admin/lang/zh-cn/wdsxh/article/article_cat.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Id' => 'ID',
|
||||
'Pid' => '父级',
|
||||
'Name' => '分类名称',
|
||||
'Weigh' => '排序',
|
||||
'Status' => '状态',
|
||||
'Status 0' => '隐藏',
|
||||
'Set status to 0'=> '设为隐藏',
|
||||
'Status 1' => '显示',
|
||||
'Set status to 1'=> '设为显示',
|
||||
'Are you sure you want to delete this item?' => '警告:一旦删除,数据无法恢复,谨慎处理!!!',
|
||||
];
|
||||
31
application/admin/lang/zh-cn/wdsxh/banner.php
Normal file
31
application/admin/lang/zh-cn/wdsxh/banner.php
Normal file
@@ -0,0 +1,31 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | 麦沃德科技赋能开发者,助力商协会发展
|
||||
// +----------------------------------------------------------------------
|
||||
// | Copyright (c) 2017~2024 www.wdsxh.cn All rights reserved.
|
||||
// +----------------------------------------------------------------------
|
||||
// | 沃德商协会系统并不是自由软件,不加密,并不代表开源,未经许可不可自由转售和商用
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: MY WORLD Team <bd@maiwd.cn> www.maiwd.cn
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
return [
|
||||
'Id' => 'ID',
|
||||
'Title' => '轮播标题',
|
||||
'Image' => '轮播图片',
|
||||
'Jump_type' => '跳转类型',
|
||||
'Jump_type 1' => '图文',
|
||||
'Jump_type 2' => '内部页面',
|
||||
'Jump_type 3' => '小程序',
|
||||
'Jump_type 4' => '外部链接',
|
||||
'Content' => '图文内容',
|
||||
'Jump_link' => '跳转链接',
|
||||
'Status' => '状态',
|
||||
'Status 0' => '禁用',
|
||||
'Set status to 0'=> '设为禁用',
|
||||
'Status 1' => '启用',
|
||||
'Set status to 1'=> '设为启用',
|
||||
'Weigh' => '排序',
|
||||
'Createtime' => '创建时间',
|
||||
'Are you sure you want to delete this item?' => '警告:一旦删除,数据无法恢复,谨慎处理!!!',
|
||||
];
|
||||
21
application/admin/lang/zh-cn/wdsxh/business/association.php
Normal file
21
application/admin/lang/zh-cn/wdsxh/business/association.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Name' => '商协名称',
|
||||
'Logo' => '商会logo',
|
||||
'Contacts' => '联系人',
|
||||
'Phone' => '电话',
|
||||
'Mailbox' => '邮箱',
|
||||
'Address' => '地址',
|
||||
'Wananchi_qr_code' => '公众号二维码',
|
||||
'Qr_code_jump_link' => '二维码跳转链接',
|
||||
'Rules' => '商协章程',
|
||||
'Honor' => '商协荣誉',
|
||||
'Notice' => '入会须知',
|
||||
'Course' => '商协介绍',
|
||||
'Createtime' => '创建时间',
|
||||
'Updatetime' => '更新时间',
|
||||
'Bank_account_name' => '开户名称',
|
||||
'Receiving_account' => '收款账号',
|
||||
'Bank_name' => '银行名称',
|
||||
];
|
||||
25
application/admin/lang/zh-cn/wdsxh/business/business.php
Normal file
25
application/admin/lang/zh-cn/wdsxh/business/business.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Category_id' => '选择分类',
|
||||
'Member_id' => '发布人名称',
|
||||
'Wdsxh_user_id' => '用户id',
|
||||
'Title' => '标题',
|
||||
'Content' => '内容',
|
||||
'Images' => '图片',
|
||||
'Createtime' => '创建时间',
|
||||
'Updatetime' => '更新时间',
|
||||
'Deletetime' => '删除时间',
|
||||
'Weigh' => '权重',
|
||||
'Status' => '状态',
|
||||
'Status normal' => '显示',
|
||||
'Set status to normal'=> '设为显示',
|
||||
'Status hidden' => '隐藏',
|
||||
'Set status to hidden'=> '设为隐藏',
|
||||
'State' => '状态',
|
||||
'State 1' => '待审核',
|
||||
'State 2' => '已通过',
|
||||
'State 3' => '已驳回',
|
||||
'Reject' => '驳回原因',
|
||||
'Are you sure you want to delete this item?' => '警告:一旦删除,数据无法恢复,谨慎处理!!!',
|
||||
];
|
||||
15
application/admin/lang/zh-cn/wdsxh/business/category.php
Normal file
15
application/admin/lang/zh-cn/wdsxh/business/category.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Name' => '名称',
|
||||
'Createtime' => '创建时间',
|
||||
'Updatetime' => '更新时间',
|
||||
'Deletetime' => '删除时间',
|
||||
'Weigh' => '权重',
|
||||
'Status' => '状态',
|
||||
'Status normal' => '显示',
|
||||
'Set status to normal'=> '设为显示',
|
||||
'Status hidden' => '隐藏',
|
||||
'Set status to hidden'=> '设为隐藏',
|
||||
'Are you sure you want to delete this item?' => '警告:一旦删除,数据无法恢复,谨慎处理!!!',
|
||||
];
|
||||
10
application/admin/lang/zh-cn/wdsxh/company_goods.php
Normal file
10
application/admin/lang/zh-cn/wdsxh/company_goods.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Member_id' => '会员id',
|
||||
'Name' => '产品名称',
|
||||
'Images' => '产品图片',
|
||||
'Content' => '产品介绍',
|
||||
'Createtime' => '创建时间',
|
||||
'Updatetime' => '更新时间'
|
||||
];
|
||||
46
application/admin/lang/zh-cn/wdsxh/config.php
Normal file
46
application/admin/lang/zh-cn/wdsxh/config.php
Normal file
@@ -0,0 +1,46 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | 麦沃德科技赋能开发者,助力商协会发展
|
||||
// +----------------------------------------------------------------------
|
||||
// | Copyright (c) 2017~2024 www.wdsxh.cn All rights reserved.
|
||||
// +----------------------------------------------------------------------
|
||||
// | 沃德商协会系统并不是自由软件,不加密,并不代表开源,未经许可不可自由转售和商用
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: MY WORLD Team <bd@maiwd.cn> www.maiwd.cn
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
return [
|
||||
'Organize' => '适用组织',
|
||||
'Organize 1' => '商会',
|
||||
'Organize 2' => '协会',
|
||||
'Share_title' => '分享标题',
|
||||
'Share_image' => '分享图片',
|
||||
'Theme_colors' => '主题颜色',
|
||||
'Gaode_key' => '高德key',
|
||||
'Applet_appid' => '小程序Appid',
|
||||
'Applet_secret' => '小程序密钥',
|
||||
'Wananchi_appid' => '公众号Appid',
|
||||
'Wananchi_secret' => '公众号密钥',
|
||||
'Mch_id' => '商户号',
|
||||
'Key' => '支付秘钥',
|
||||
'Cert_path' => 'apiclient_cert.pem',
|
||||
'Key_path' => 'apiclient_key.pem',
|
||||
'Applet_initiation_admin' => '入会申请通知(公关/推广/市场调查)',
|
||||
'Applet_initiation_audit' => '会员入会审核通知(软件/建站/技术开发)',
|
||||
'Applet_initiation_success' => '入会申请成功通知(软件/建站/技术开发)',
|
||||
'Applet_member_expiretime' => '会员到期提醒(软件/建站/技术开发)',
|
||||
'Applet_activity_apply' => '活动报名成功通知(公关/推广/市场调查)',
|
||||
'Applet_order_notification' => '订单通知(小程序)',
|
||||
'Wananchi_initiation_success' => '入会申请成功通知',
|
||||
'Wananchi_member_expiretime' => '会员到期(公众号)',
|
||||
'Wananchi_activity_apply' => '活动报名(公众号)',
|
||||
'Wananchi_order_notification' => '订单通知(公众号)',
|
||||
'User_agreement' => '用户协议',
|
||||
'Privacy_policy' => '隐私政策',
|
||||
'Membership_agreement' => '入会协议',
|
||||
'Wananchi_initiation_admin' => '入会申请通知',
|
||||
'Wananchi_initiation_fail' => '入会申请失败通知',
|
||||
'Jump_type 1' => '小程序客服',
|
||||
'Jump_type 2' => '拨打电话',
|
||||
'Jump_type 3' => '外部链接',
|
||||
];
|
||||
31
application/admin/lang/zh-cn/wdsxh/corporate/card.php
Normal file
31
application/admin/lang/zh-cn/wdsxh/corporate/card.php
Normal file
@@ -0,0 +1,31 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Wechat_id' => '微信id',
|
||||
'Share_title' => '分享标题',
|
||||
'Font_color' => '字体颜色',
|
||||
'Card_background_image' => '背景图片',
|
||||
'Name' => '姓名',
|
||||
'Avatar' => '头像',
|
||||
'Company_name' => '企业名称',
|
||||
'Company_position' => '担任职务',
|
||||
'Company_address' => '企业地址',
|
||||
'Company_lat' => '纬度',
|
||||
'Company_lng' => '经度',
|
||||
'Main_business' => '主营业务',
|
||||
'Mobile' => '联系电话',
|
||||
'Wechat_number' => '微信号',
|
||||
'Company_introduction' => '企业介绍',
|
||||
'Is_default' => '是否默认名片',
|
||||
'Is_default 1' => '是',
|
||||
'Is_default 2' => '否',
|
||||
'Is_hide_avatar' => '隐藏名片头像',
|
||||
'Is_hide_avatar 1' => '是',
|
||||
'Is_hide_avatar 2' => '否',
|
||||
'Is_wechat_number_public' => '微信号是否对外',
|
||||
'Is_wechat_number_public 1' => '是',
|
||||
'Is_wechat_number_public 2' => '否',
|
||||
'Image' => '名片',
|
||||
'Createtime' => '创建时间',
|
||||
'Updatetime' => '更新时间'
|
||||
];
|
||||
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Image' => '背景图片',
|
||||
'FontColor' => '字体颜色',
|
||||
'Black' => '黑色',
|
||||
'White' => '白色',
|
||||
'Status normal' => '显示',
|
||||
'Set status to normal'=> '设为显示',
|
||||
'Status hidden' => '隐藏',
|
||||
'Set status to hidden'=> '设为隐藏',
|
||||
'Weigh' => '排序',
|
||||
'Createtime' => '创建时间',
|
||||
'Updatetime' => '更新时间',
|
||||
'Deletetime' => '删除时间'
|
||||
];
|
||||
50
application/admin/lang/zh-cn/wdsxh/dashboard.php
Normal file
50
application/admin/lang/zh-cn/wdsxh/dashboard.php
Normal file
@@ -0,0 +1,50 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Custom' => '自定义',
|
||||
'Pid' => '父ID',
|
||||
'Type' => '栏目类型',
|
||||
'Image' => '图片',
|
||||
'Total user' => '总用户数',
|
||||
'Total addon' => '总插件数',
|
||||
'Total category' => '总分类数',
|
||||
'Total attachment' => '总附件数',
|
||||
'Total admin' => '总管理员数',
|
||||
'Today user signup' => '今日注册',
|
||||
'Today user login' => '今日登录',
|
||||
'Today order' => '今日订单',
|
||||
'Unsettle order' => '未处理订单',
|
||||
'Three dnu' => '三日新增',
|
||||
'Seven dnu' => '七日新增',
|
||||
'Seven dau' => '七日活跃',
|
||||
'Thirty dau' => '月活跃',
|
||||
'Custom zone' => '这里是你的自定义数据',
|
||||
'Register user' => '注册用户数',
|
||||
'Real time' => '实时',
|
||||
'Category count' => '分类统计',
|
||||
'Working addon count' => '运行中的插件',
|
||||
'Category count tips' => '当前分类总记录数',
|
||||
'Working addon count tips' => '当前运行中的插件数',
|
||||
'Database count' => '数据库统计',
|
||||
'Database table nums' => '数据表数量',
|
||||
'Database size' => '占用空间',
|
||||
'Attachment count' => '附件统计',
|
||||
'Attachment nums' => '附件数量',
|
||||
'Attachment size' => '附件大小',
|
||||
'Attachment count tips' => '当前上传的附件数量',
|
||||
'Picture count' => '图片统计',
|
||||
'Picture nums' => '图片数量',
|
||||
'Picture size' => '图片大小',
|
||||
'Server info' => '服务器信息',
|
||||
'PHP version' => 'PHP版本',
|
||||
'Sapi name' => '运行方式',
|
||||
'Debug mode' => '调试模式',
|
||||
'Software' => '环境信息',
|
||||
'Upload mode' => '上传模式',
|
||||
'Upload url' => '上传URL',
|
||||
'Upload cdn url' => '上传CDN',
|
||||
'Cdn url' => '静态资源CDN',
|
||||
'Timezone' => '时区',
|
||||
'Language' => '语言',
|
||||
'View more' => '查看更多',
|
||||
];
|
||||
19
application/admin/lang/zh-cn/wdsxh/demand.php
Normal file
19
application/admin/lang/zh-cn/wdsxh/demand.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Wdsxh_user_id' => '用户昵称',
|
||||
'Title' => '标题',
|
||||
'Content' => '内容',
|
||||
'Image' => '图片',
|
||||
'Is_anonymity' => '是否匿名',
|
||||
'Is_anonymity 1' => '是',
|
||||
'Is_anonymity 2' => '否',
|
||||
'Createtime' => '创建时间',
|
||||
'Updatetime' => '更新时间',
|
||||
'Deletetime' => '删除时间',
|
||||
'Are you sure you want to delete this item?' => '警告:一旦删除,数据无法恢复,谨慎处理!!!',
|
||||
'Status' => '状态',
|
||||
'Status 1' => '已处理',
|
||||
'Status 2' => '待处理',
|
||||
'Processing_time' => '处理时间',
|
||||
];
|
||||
16
application/admin/lang/zh-cn/wdsxh/diy_page.php
Normal file
16
application/admin/lang/zh-cn/wdsxh/diy_page.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Id' => 'ID',
|
||||
'Page Name' => '模板名称',
|
||||
'Status' => '页面类型',
|
||||
'Status home' => '首页',
|
||||
'Set status to home'=> '设为首页',
|
||||
'Status custom' => '自定义页',
|
||||
'Set status to custom'=> '设为自定义页',
|
||||
'Page_data' => '页面数据',
|
||||
'Createtime' => '创建时间',
|
||||
'Updatetime' => '更新时间',
|
||||
'Deletetime' => '删除时间',
|
||||
'Are you sure you want to delete this item?' => '警告:一旦删除,数据无法恢复,谨慎处理!!!',
|
||||
];
|
||||
15
application/admin/lang/zh-cn/wdsxh/faq.php
Normal file
15
application/admin/lang/zh-cn/wdsxh/faq.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Id' => 'ID',
|
||||
'Title' => '标题',
|
||||
'Reply' => '回答',
|
||||
'Weigh' => '排序',
|
||||
'Status' => '状态',
|
||||
'Status 0' => '隐藏',
|
||||
'Set status to 0'=> '设为隐藏',
|
||||
'Status 1' => '显示',
|
||||
'Set status to 1'=> '设为显示',
|
||||
'Createtime' => '创建时间',
|
||||
'Are you sure you want to delete this item?' => '警告:一旦删除,数据无法恢复,谨慎处理!!!',
|
||||
];
|
||||
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Name' => '机构名称',
|
||||
'Icon' => '机构图标',
|
||||
'Images' => '轮播图片',
|
||||
'Introduction' => '机构简介',
|
||||
'Status' => '状态',
|
||||
'Status 0' => '禁用',
|
||||
'Set status to 0'=> '设为禁用',
|
||||
'Status 1' => '启用',
|
||||
'Set status to 1'=> '设为启用',
|
||||
'Weigh' => '排序',
|
||||
'Createtime' => '创建时间',
|
||||
'Updatetime' => '更新时间'
|
||||
];
|
||||
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Institution_id' => '机构ID',
|
||||
'Level_id' => '机构级别',
|
||||
'Wechat_id' => '微信id',
|
||||
'Introduction' => '介绍',
|
||||
'State' => '状态',
|
||||
'State 1' => '待审核',
|
||||
'State 2' => '已通过',
|
||||
'State 3' => '已驳回',
|
||||
'Reject' => '驳回原因',
|
||||
'Createtime' => '申请时间',
|
||||
'Handle_time' => '处理时间',
|
||||
'Institution.name' => '机构名称',
|
||||
'Institution.icon' => '机构图标',
|
||||
'Institution.images' => '轮播图片',
|
||||
'Institution.introduction' => '机构简介',
|
||||
'Institution.status' => '状态',
|
||||
'Institution.status 0' => '禁用',
|
||||
'Institution.status 1' => '启用',
|
||||
'Institution.weigh' => '排序',
|
||||
'Institution.createtime' => '创建时间',
|
||||
'Institution.updatetime' => '更新时间',
|
||||
'Level.institution_id' => '机构ID',
|
||||
'Level.level_name' => '级别名称',
|
||||
'Level.createtime' => '创建时间',
|
||||
'Level.updatetime' => '更新时间'
|
||||
];
|
||||
18
application/admin/lang/zh-cn/wdsxh/institution/level.php
Normal file
18
application/admin/lang/zh-cn/wdsxh/institution/level.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Institution_id' => '机构名称',
|
||||
'Level_name' => '级别名称',
|
||||
'Createtime' => '创建时间',
|
||||
'Updatetime' => '更新时间',
|
||||
'Institution.name' => '机构名称',
|
||||
'Institution.icon' => '机构图标',
|
||||
'Institution.images' => '轮播图片',
|
||||
'Institution.introduction' => '机构简介',
|
||||
'Institution.status' => '状态',
|
||||
'Institution.status 0' => '禁用',
|
||||
'Institution.status 1' => '启用',
|
||||
'Institution.weigh' => '排序',
|
||||
'Institution.createtime' => '创建时间',
|
||||
'Institution.updatetime' => '更新时间'
|
||||
];
|
||||
25
application/admin/lang/zh-cn/wdsxh/institution/member.php
Normal file
25
application/admin/lang/zh-cn/wdsxh/institution/member.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Institution_id' => '机构名称',
|
||||
'Level_id' => '级别名称',
|
||||
'Wechat_id' => '微信id',
|
||||
'Member_id' => '会员名称',
|
||||
'Introduction' => '成员介绍',
|
||||
'Createtime' => '创建时间',
|
||||
'Updatetime' => '更新时间',
|
||||
'Institution.name' => '机构名称',
|
||||
'Institution.icon' => '机构图标',
|
||||
'Institution.images' => '轮播图片',
|
||||
'Institution.introduction' => '机构简介',
|
||||
'Institution.status' => '状态',
|
||||
'Institution.status 0' => '禁用',
|
||||
'Institution.status 1' => '启用',
|
||||
'Institution.weigh' => '排序',
|
||||
'Institution.createtime' => '创建时间',
|
||||
'Institution.updatetime' => '更新时间',
|
||||
'Level.institution_id' => '机构ID',
|
||||
'Level.level_name' => '级别名称',
|
||||
'Level.createtime' => '创建时间',
|
||||
'Level.updatetime' => '更新时间'
|
||||
];
|
||||
37
application/admin/lang/zh-cn/wdsxh/jielong.php
Normal file
37
application/admin/lang/zh-cn/wdsxh/jielong.php
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | 麦沃德科技赋能开发者,助力商协会发展
|
||||
// +----------------------------------------------------------------------
|
||||
// | Copyright (c) 2017~2024 www.wdsxh.cn All rights reserved.
|
||||
// +----------------------------------------------------------------------
|
||||
// | 沃德商协会系统并不是自由软件,不加密,并不代表开源,未经许可不可自由转售和商用
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: MY WORLD Team <bd@maiwd.cn> www.maiwd.cn
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
return [
|
||||
'Name' => '名称',
|
||||
'Member_id' => '选择发布人',
|
||||
'Member_id -1' => '平台',
|
||||
'Type' => '类型',
|
||||
'Type 1' => '自由接龙',
|
||||
'Type 2' => '限定接龙',
|
||||
'Expire_time' => '截止时间',
|
||||
'Member_ids' => '选择会员',
|
||||
'Content' => '接龙内容',
|
||||
'Createtime' => '创建时间',
|
||||
'Updatetime' => '更新时间',
|
||||
'Deletetime' => '删除时间',
|
||||
'Weigh' => '权重',
|
||||
'Status' => '状态',
|
||||
'Status normal' => '显示',
|
||||
'Set status to normal'=> '设为显示',
|
||||
'Status hidden' => '隐藏',
|
||||
'Set status to hidden'=> '设为隐藏',
|
||||
'Page_view' => '浏览量',
|
||||
'Are you sure you want to delete this item?' => '警告:一旦删除,数据无法恢复,谨慎处理!!!',
|
||||
'Jielong_auth' => '对外状态',
|
||||
'Jielong_auth 1' => '对外开放',
|
||||
'Jielong_auth 2' => '会员专属',
|
||||
'Applet_jielong_qrcode_path' => '接龙小程序码',
|
||||
];
|
||||
14
application/admin/lang/zh-cn/wdsxh/link.php
Normal file
14
application/admin/lang/zh-cn/wdsxh/link.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Id' => 'ID',
|
||||
'Name' => '名称',
|
||||
'Url' => '地址',
|
||||
'Status' => '状态',
|
||||
'Status 0' => '停用',
|
||||
'Set status to 0'=> '设为停用',
|
||||
'Status 1' => '启用',
|
||||
'Set status to 1'=> '设为启用',
|
||||
'Weigh' => '排序',
|
||||
'Are you sure you want to delete this item?' => '警告:一旦删除,数据无法恢复,谨慎处理!!!',
|
||||
];
|
||||
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' => '纬度',
|
||||
];
|
||||
34
application/admin/lang/zh-cn/wdsxh/member/apply/apply.php
Normal file
34
application/admin/lang/zh-cn/wdsxh/member/apply/apply.php
Normal file
@@ -0,0 +1,34 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | 麦沃德科技赋能开发者,助力商协会发展
|
||||
// +----------------------------------------------------------------------
|
||||
// | Copyright (c) 2017~2024 www.wdsxh.cn All rights reserved.
|
||||
// +----------------------------------------------------------------------
|
||||
// | 沃德商协会系统并不是自由软件,不加密,并不代表开源,未经许可不可自由转售和商用
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: MY WORLD Team <bd@maiwd.cn> www.maiwd.cn
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
return [
|
||||
'Type' => '类型',
|
||||
'Type 1' => '个人',
|
||||
'Type 2' => '企业',
|
||||
'Type 3' => '团体',
|
||||
'Wechat_id' => '微信id',
|
||||
'Name' => '姓名',
|
||||
'Avatar' => '头像',
|
||||
'Mobile' => '手机号',
|
||||
'Member_level_id' => '会员级别',
|
||||
'Native_place' => '籍贯',
|
||||
'Introduce_content' => '介绍',
|
||||
'Address' => '所在地址',
|
||||
'Cert' => '证书json',
|
||||
'Custom_content' => '自定义内容',
|
||||
'State' => '状态',
|
||||
'State 1' => '待审核',
|
||||
'State 2' => '已通过',
|
||||
'State 3' => '已驳回',
|
||||
'Reject' => '驳回原因',
|
||||
'Createtime' => '申请时间',
|
||||
'Level.name' => '入会级别',
|
||||
];
|
||||
49
application/admin/lang/zh-cn/wdsxh/member/apply/company.php
Normal file
49
application/admin/lang/zh-cn/wdsxh/member/apply/company.php
Normal file
@@ -0,0 +1,49 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | 麦沃德科技赋能开发者,助力商协会发展
|
||||
// +----------------------------------------------------------------------
|
||||
// | Copyright (c) 2017~2024 www.wdsxh.cn All rights reserved.
|
||||
// +----------------------------------------------------------------------
|
||||
// | 沃德商协会系统并不是自由软件,不加密,并不代表开源,未经许可不可自由转售和商用
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: MY WORLD Team <bd@maiwd.cn> www.maiwd.cn
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
return [
|
||||
'Type' => '类型',
|
||||
'Type 1' => '个人',
|
||||
'Type 2' => '企业',
|
||||
'Type 3' => '团体',
|
||||
'Wechat_id' => '微信id',
|
||||
'Name' => '姓名',
|
||||
'Avatar' => '头像',
|
||||
'Mobile' => '手机号',
|
||||
'Member_level_id' => '会员级别',
|
||||
'Native_place' => '籍贯(个人会员)',
|
||||
'Introduce_content' => '介绍(个人会员)',
|
||||
'Address' => '所在地址json',
|
||||
'Cert' => '证书json',
|
||||
'Company_name' => '公司名称',
|
||||
'Company_logo' => '公司logo',
|
||||
'Company_position' => '公司职务',
|
||||
'Organize_name' => '团体名称',
|
||||
'Organize_logo' => '团体logo',
|
||||
'Organize_position' => '团体职务',
|
||||
'Custom_content' => '自定义内容',
|
||||
'State' => '状态',
|
||||
'State 1' => '待审核',
|
||||
'State 2' => '已通过',
|
||||
'State 3' => '已驳回',
|
||||
'State 4' => '待付款',
|
||||
'Reject' => '驳回原因',
|
||||
'Createtime' => '申请时间',
|
||||
'Level.name' => '名称',
|
||||
'Level.fees' => '会费',
|
||||
'Level.content' => '级别介绍',
|
||||
'Level.weigh' => '权重',
|
||||
'Level.status' => '状态',
|
||||
'Level.status normal' => '显示',
|
||||
'Level.status hidden' => '隐藏',
|
||||
'Level.createtime' => '创建时间',
|
||||
'Level.updatetime' => '更新时间'
|
||||
];
|
||||
49
application/admin/lang/zh-cn/wdsxh/member/apply/organize.php
Normal file
49
application/admin/lang/zh-cn/wdsxh/member/apply/organize.php
Normal file
@@ -0,0 +1,49 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | 麦沃德科技赋能开发者,助力商协会发展
|
||||
// +----------------------------------------------------------------------
|
||||
// | Copyright (c) 2017~2024 www.wdsxh.cn All rights reserved.
|
||||
// +----------------------------------------------------------------------
|
||||
// | 沃德商协会系统并不是自由软件,不加密,并不代表开源,未经许可不可自由转售和商用
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: MY WORLD Team <bd@maiwd.cn> www.maiwd.cn
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
return [
|
||||
'Type' => '类型',
|
||||
'Type 1' => '个人',
|
||||
'Type 2' => '企业',
|
||||
'Type 3' => '团体',
|
||||
'Wechat_id' => '微信id',
|
||||
'Name' => '姓名',
|
||||
'Avatar' => '头像',
|
||||
'Mobile' => '手机号',
|
||||
'Member_level_id' => '会员级别',
|
||||
'Native_place' => '籍贯(个人会员)',
|
||||
'Introduce_content' => '介绍(个人会员)',
|
||||
'Address' => '所在地址json',
|
||||
'Cert' => '证书json',
|
||||
'Company_name' => '公司名称',
|
||||
'Company_logo' => '公司logo',
|
||||
'Company_position' => '公司职务',
|
||||
'Organize_name' => '团体名称',
|
||||
'Organize_logo' => '团体logo',
|
||||
'Organize_position' => '团体职务',
|
||||
'Custom_content' => '自定义内容',
|
||||
'State' => '状态',
|
||||
'State 1' => '待审核',
|
||||
'State 2' => '已通过',
|
||||
'State 3' => '已驳回',
|
||||
'State 4' => '待付款',
|
||||
'Reject' => '驳回原因',
|
||||
'Createtime' => '申请时间',
|
||||
'Level.name' => '名称',
|
||||
'Level.fees' => '会费',
|
||||
'Level.content' => '级别介绍',
|
||||
'Level.weigh' => '权重',
|
||||
'Level.status' => '状态',
|
||||
'Level.status normal' => '显示',
|
||||
'Level.status hidden' => '隐藏',
|
||||
'Level.createtime' => '创建时间',
|
||||
'Level.updatetime' => '更新时间'
|
||||
];
|
||||
35
application/admin/lang/zh-cn/wdsxh/member/apply/person.php
Normal file
35
application/admin/lang/zh-cn/wdsxh/member/apply/person.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | 麦沃德科技赋能开发者,助力商协会发展
|
||||
// +----------------------------------------------------------------------
|
||||
// | Copyright (c) 2017~2024 www.wdsxh.cn All rights reserved.
|
||||
// +----------------------------------------------------------------------
|
||||
// | 沃德商协会系统并不是自由软件,不加密,并不代表开源,未经许可不可自由转售和商用
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: MY WORLD Team <bd@maiwd.cn> www.maiwd.cn
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
return [
|
||||
'Type' => '类型',
|
||||
'Type 1' => '个人',
|
||||
'Type 2' => '企业',
|
||||
'Type 3' => '团体',
|
||||
'Wechat_id' => '微信id',
|
||||
'Name' => '姓名',
|
||||
'Avatar' => '头像',
|
||||
'Mobile' => '手机号',
|
||||
'Member_level_id' => '会员级别',
|
||||
'Native_place' => '籍贯',
|
||||
'Introduce_content' => '介绍',
|
||||
'Address' => '所在地址json',
|
||||
'Cert' => '证书json',
|
||||
'Custom_content' => '自定义内容',
|
||||
'State' => '状态',
|
||||
'State 1' => '待审核',
|
||||
'State 2' => '已通过',
|
||||
'State 3' => '已驳回',
|
||||
'State 4' => '待付款',
|
||||
'Reject' => '驳回原因',
|
||||
'Createtime' => '申请时间',
|
||||
'Level.name' => '入会级别',
|
||||
];
|
||||
15
application/admin/lang/zh-cn/wdsxh/member/cert.php
Normal file
15
application/admin/lang/zh-cn/wdsxh/member/cert.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Member_id' => '会员名称',
|
||||
'Wdsxh_user_id' => '用户id',
|
||||
'Name' => '名称',
|
||||
'Number' => '编号',
|
||||
'Image' => '证书',
|
||||
'Channel' => '渠道',
|
||||
'Channel 1' => '后台添加',
|
||||
'Channel 2' => '入会申请',
|
||||
'Createtime' => '创建时间',
|
||||
'Updatetime' => '更新时间',
|
||||
'Are you sure you want to delete this item?' => '警告:一旦删除,数据无法恢复,谨慎处理!!!',
|
||||
];
|
||||
45
application/admin/lang/zh-cn/wdsxh/member/company.php
Normal file
45
application/admin/lang/zh-cn/wdsxh/member/company.php
Normal file
@@ -0,0 +1,45 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | 麦沃德科技赋能开发者,助力商协会发展
|
||||
// +----------------------------------------------------------------------
|
||||
// | Copyright (c) 2017~2024 www.wdsxh.cn All rights reserved.
|
||||
// +----------------------------------------------------------------------
|
||||
// | 沃德商协会系统并不是自由软件,不加密,并不代表开源,未经许可不可自由转售和商用
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: MY WORLD Team <bd@maiwd.cn> www.maiwd.cn
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
return [
|
||||
'Name' => '姓名',
|
||||
'Avatar' => '头像',
|
||||
'Mobile' => '手机号',
|
||||
'Member_level_id' => '会员级别',
|
||||
'Address' => '所在地址',
|
||||
'Longitude' => '经度',
|
||||
'Latitude' => '纬度',
|
||||
'Company_name' => '公司名称',
|
||||
'Company_logo' => '公司Logo',
|
||||
'Company_position' => '公司职务',
|
||||
'Custom_content' => '自定义内容',
|
||||
'Join_time' => '入会时间',
|
||||
'Expire_time' => '到期时间',
|
||||
'Createtime' => '添加时间',
|
||||
'Level.name' => '名称',
|
||||
'Level.fees' => '会费',
|
||||
'Level.content' => '级别介绍',
|
||||
'Level.weigh' => '权重',
|
||||
'Level.status' => '状态',
|
||||
'Level.status normal' => '显示',
|
||||
'Level.status hidden' => '隐藏',
|
||||
'Level.createtime' => '创建时间',
|
||||
'Level.updatetime' => '更新时间',
|
||||
'Industry_category_id' => '行业分类',
|
||||
'Status' => '状态',
|
||||
'Status normal' => '显示',
|
||||
'Set status to normal'=> '设为显示',
|
||||
'Status hidden' => '隐藏',
|
||||
'Set status to hidden'=> '设为隐藏',
|
||||
'Native_place' => '籍贯',
|
||||
'Industry.name'=>'行业分类名称',
|
||||
'Are you sure you want to delete this item?' => '警告:一旦删除,数据无法恢复,谨慎处理!!!',
|
||||
];
|
||||
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | 麦沃德科技赋能开发者,助力商协会发展
|
||||
// +----------------------------------------------------------------------
|
||||
// | Copyright (c) 2017~2024 www.wdsxh.cn All rights reserved.
|
||||
// +----------------------------------------------------------------------
|
||||
// | 沃德商协会系统并不是自由软件,不加密,并不代表开源,未经许可不可自由转售和商用
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: MY WORLD Team <bd@maiwd.cn> www.maiwd.cn
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
return [
|
||||
'Id' => 'ID',
|
||||
'Name' => '分类名称',
|
||||
'Icon' => '行业图标',
|
||||
'Weigh' => '排序',
|
||||
'Status' => '状态',
|
||||
'Status 0' => '隐藏',
|
||||
'Set status to 0'=> '设为隐藏',
|
||||
'Status 1' => '显示',
|
||||
'Set status to 1'=> '设为显示',
|
||||
'Are you sure you want to delete this item?' => '警告:一旦删除,数据无法恢复,谨慎处理!!!',
|
||||
];
|
||||
22
application/admin/lang/zh-cn/wdsxh/member/join_config.php
Normal file
22
application/admin/lang/zh-cn/wdsxh/member/join_config.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 [
|
||||
'Type' => '入会类型',
|
||||
'Type 1' => '个人会员',
|
||||
'Type 2' => '企业会员',
|
||||
'Type 3' => '团体会员',
|
||||
'Name' => '入会类型',
|
||||
'Status' => '启用状态',
|
||||
'Status normal' => '启用',
|
||||
'Set status to normal'=> '设为启用',
|
||||
'Status hidden' => '禁用',
|
||||
'Set status to hidden'=> '设为禁用'
|
||||
];
|
||||
25
application/admin/lang/zh-cn/wdsxh/member/level.php
Normal file
25
application/admin/lang/zh-cn/wdsxh/member/level.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | 麦沃德科技赋能开发者,助力商协会发展
|
||||
// +----------------------------------------------------------------------
|
||||
// | Copyright (c) 2017~2024 www.wdsxh.cn All rights reserved.
|
||||
// +----------------------------------------------------------------------
|
||||
// | 沃德商协会系统并不是自由软件,不加密,并不代表开源,未经许可不可自由转售和商用
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: MY WORLD Team <bd@maiwd.cn> www.maiwd.cn
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
return [
|
||||
'Name' => '名称',
|
||||
'Fees' => '会费',
|
||||
'Content' => '级别介绍',
|
||||
'Weigh' => '权重',
|
||||
'Status' => '状态',
|
||||
'Status normal' => '显示',
|
||||
'Set status to normal'=> '设为显示',
|
||||
'Status hidden' => '隐藏',
|
||||
'Set status to hidden'=> '设为隐藏',
|
||||
'Createtime' => '创建时间',
|
||||
'Updatetime' => '更新时间',
|
||||
'Are you sure you want to delete this item?' => '警告:一旦删除,数据无法恢复,谨慎处理!!!',
|
||||
];
|
||||
45
application/admin/lang/zh-cn/wdsxh/member/organize.php
Normal file
45
application/admin/lang/zh-cn/wdsxh/member/organize.php
Normal file
@@ -0,0 +1,45 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | 麦沃德科技赋能开发者,助力商协会发展
|
||||
// +----------------------------------------------------------------------
|
||||
// | Copyright (c) 2017~2024 www.wdsxh.cn All rights reserved.
|
||||
// +----------------------------------------------------------------------
|
||||
// | 沃德商协会系统并不是自由软件,不加密,并不代表开源,未经许可不可自由转售和商用
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: MY WORLD Team <bd@maiwd.cn> www.maiwd.cn
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
return [
|
||||
'Name' => '姓名',
|
||||
'Avatar' => '头像',
|
||||
'Mobile' => '手机号',
|
||||
'Member_level_id' => '会员级别',
|
||||
'Address' => '所在地址',
|
||||
'Longitude' => '经度',
|
||||
'Latitude' => '纬度',
|
||||
'Organize_name' => '团体名称',
|
||||
'Organize_logo' => '团体Logo',
|
||||
'Organize_position' => '团体职务',
|
||||
'Custom_content' => '自定义内容',
|
||||
'Join_time' => '入会时间',
|
||||
'Expire_time' => '到期时间',
|
||||
'Createtime' => '添加时间',
|
||||
'Level.name' => '名称',
|
||||
'Level.fees' => '会费',
|
||||
'Level.content' => '级别介绍',
|
||||
'Level.weigh' => '权重',
|
||||
'Level.status' => '状态',
|
||||
'Level.status normal' => '显示',
|
||||
'Level.status hidden' => '隐藏',
|
||||
'Level.createtime' => '创建时间',
|
||||
'Level.updatetime' => '更新时间',
|
||||
'Industry_category_id' => '行业分类',
|
||||
'Status' => '状态',
|
||||
'Status normal' => '显示',
|
||||
'Set status to normal'=> '设为显示',
|
||||
'Status hidden' => '隐藏',
|
||||
'Set status to hidden'=> '设为隐藏',
|
||||
'Native_place' => '籍贯',
|
||||
'Industry.name'=>'行业分类名称',
|
||||
'Are you sure you want to delete this item?' => '警告:一旦删除,数据无法恢复,谨慎处理!!!',
|
||||
];
|
||||
39
application/admin/lang/zh-cn/wdsxh/member/pay.php
Normal file
39
application/admin/lang/zh-cn/wdsxh/member/pay.php
Normal file
@@ -0,0 +1,39 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | 麦沃德科技赋能开发者,助力商协会发展
|
||||
// +----------------------------------------------------------------------
|
||||
// | Copyright (c) 2017~2024 www.wdsxh.cn All rights reserved.
|
||||
// +----------------------------------------------------------------------
|
||||
// | 沃德商协会系统并不是自由软件,不加密,并不代表开源,未经许可不可自由转售和商用
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: MY WORLD Team <bd@maiwd.cn> www.maiwd.cn
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
return [
|
||||
'Member_id' => '会员id',
|
||||
'Wechat_id' => '微信id',
|
||||
'Order_no' => '订单号',
|
||||
'Trade_no' => '微信订单号',
|
||||
'Fees' => '会费',
|
||||
'Paid' => '支付状态',
|
||||
'Paid 1' => '未付款',
|
||||
'Paid 2' => '已付款',
|
||||
'Paid 4' => '后台添加',
|
||||
'Pay_time' => '缴费时间',
|
||||
'Createtime' => '创建时间',
|
||||
'Level_id' => '会员级别id',
|
||||
'Level.name' => '名称',
|
||||
'Level.fees' => '会费',
|
||||
'Level.content' => '级别介绍',
|
||||
'Level.weigh' => '权重',
|
||||
'Level.status' => '状态',
|
||||
'Level.status normal' => '显示',
|
||||
'Level.status hidden' => '隐藏',
|
||||
'Level.createtime' => '创建时间',
|
||||
'Level.updatetime' => '更新时间',
|
||||
'Pay_method' => '缴费方式',
|
||||
'Pay_method 2' => '微信支付',
|
||||
'Pay_method 3' => '线下缴费',
|
||||
'Pay_method 4' => '后台添加',
|
||||
'Pay_voucher' => '缴费凭证',
|
||||
];
|
||||
48
application/admin/lang/zh-cn/wdsxh/member/person.php
Normal file
48
application/admin/lang/zh-cn/wdsxh/member/person.php
Normal file
@@ -0,0 +1,48 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | 麦沃德科技赋能开发者,助力商协会发展
|
||||
// +----------------------------------------------------------------------
|
||||
// | Copyright (c) 2017~2024 www.wdsxh.cn All rights reserved.
|
||||
// +----------------------------------------------------------------------
|
||||
// | 沃德商协会系统并不是自由软件,不加密,并不代表开源,未经许可不可自由转售和商用
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: MY WORLD Team <bd@maiwd.cn> www.maiwd.cn
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
return [
|
||||
'Type' => '类型',
|
||||
'Type 1' => '个人',
|
||||
'Type 2' => '企业',
|
||||
'Type 3' => '团体',
|
||||
'Wdsxh_user_id' => '用户id',
|
||||
'Name' => '姓名',
|
||||
'Avatar' => '头像',
|
||||
'Mobile' => '手机号',
|
||||
'Member_level_id' => '会员级别',
|
||||
'Native_place' => '籍贯',
|
||||
'Introduce_content' => '介绍',
|
||||
'Address' => '所在地址',
|
||||
'Longitude' => '经度',
|
||||
'Latitude' => '纬度',
|
||||
'Custom_content' => '自定义内容',
|
||||
'Join_time' => '入会时间',
|
||||
'Expire_time' => '到期时间',
|
||||
'Createtime' => '添加时间',
|
||||
'Level.name' => '级别名称',
|
||||
'Level.fees' => '会费',
|
||||
'Level.content' => '级别介绍',
|
||||
'Level.weigh' => '权重',
|
||||
'Level.status' => '状态',
|
||||
'Level.status normal' => '显示',
|
||||
'Level.status hidden' => '隐藏',
|
||||
'Level.createtime' => '创建时间',
|
||||
'Level.updatetime' => '更新时间',
|
||||
'Industry_category_id' => '行业分类',
|
||||
'Status' => '状态',
|
||||
'Status normal' => '显示',
|
||||
'Set status to normal'=> '设为显示',
|
||||
'Status hidden' => '隐藏',
|
||||
'Set status to hidden'=> '设为隐藏',
|
||||
'Industry.name'=>'行业分类名称',
|
||||
'Are you sure you want to delete this item?' => '警告:一旦删除,数据无法恢复,谨慎处理!!!',
|
||||
];
|
||||
42
application/admin/lang/zh-cn/wdsxh/member/promotion.php
Normal file
42
application/admin/lang/zh-cn/wdsxh/member/promotion.php
Normal file
@@ -0,0 +1,42 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | 麦沃德科技赋能开发者,助力商协会发展
|
||||
// +----------------------------------------------------------------------
|
||||
// | Copyright (c) 2017~2024 www.wdsxh.cn All rights reserved.
|
||||
// +----------------------------------------------------------------------
|
||||
// | 沃德商协会系统并不是自由软件,不加密,并不代表开源,未经许可不可自由转售和商用
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: MY WORLD Team <bd@maiwd.cn> www.maiwd.cn
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
return [
|
||||
'Wechat_id' => '推广普通用户的微信id',
|
||||
'Member_id' => '推广商会会员id',
|
||||
'Createtime' => '创建时间',
|
||||
'Member.type' => '类型',
|
||||
'Member.type 1' => '个人',
|
||||
'Member.type 2' => '企业',
|
||||
'Member.type 3' => '团体',
|
||||
'Member.wechat_id' => '微信id',
|
||||
'Member.name' => '会员姓名',
|
||||
'Member.avatar' => '会员头像',
|
||||
'Member.mobile' => '手机号',
|
||||
'Member.member_level_id' => '会员级别',
|
||||
'Member.native_place' => '籍贯',
|
||||
'Member.introduce_content' => '介绍',
|
||||
'Member.address' => '所在地址',
|
||||
'Member.longitude' => '经度',
|
||||
'Member.latitude' => '纬度',
|
||||
'Member.company_name' => '公司名称',
|
||||
'Member.company_logo' => '公司Logo',
|
||||
'Member.company_position' => '公司职务',
|
||||
'Member.organize_name' => '团体名称',
|
||||
'Member.organize_logo' => '团体Logo',
|
||||
'Member.organize_position' => '团体职务',
|
||||
'Member.custom_content' => '自定义内容',
|
||||
'Member.join_time' => '入会时间',
|
||||
'Member.expire_time' => '到期时间',
|
||||
'Member.createtime' => '创建时间',
|
||||
'Member.letter' => '首字母',
|
||||
'Promotion_img'=>'推广海报背景图',
|
||||
];
|
||||
37
application/admin/lang/zh-cn/wdsxh/member/set.php
Normal file
37
application/admin/lang/zh-cn/wdsxh/member/set.php
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | 麦沃德科技赋能开发者,助力商协会发展
|
||||
// +----------------------------------------------------------------------
|
||||
// | Copyright (c) 2017~2024 www.wdsxh.cn All rights reserved.
|
||||
// +----------------------------------------------------------------------
|
||||
// | 沃德商协会系统并不是自由软件,不加密,并不代表开源,未经许可不可自由转售和商用
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: MY WORLD Team <bd@maiwd.cn> www.maiwd.cn
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
return [
|
||||
'Expire_time_type' => '到期时间类型',
|
||||
'Expire_time_type 1' => '自由时间',
|
||||
'Expire_time_type 2' => '固定时间',
|
||||
'Days' => '自由时间',
|
||||
'Fixed_date' => '固定时间',
|
||||
'Pay_method' => '缴费方式',
|
||||
'Pay_method 1' => '免费入会',
|
||||
'Pay_method 2' => '线上缴费',
|
||||
'Pay_method 3' => '线下缴费',
|
||||
'Pay_method 4' => '线上缴费+线下缴费',
|
||||
'Address_book_is_openness' => '通讯录是否对外开放',
|
||||
'Address_book_is_openness 1' => '是',
|
||||
'Address_book_is_openness 2' => '否',
|
||||
'Address_book_is_exclusive' => '通讯录是否会员专属',
|
||||
'Address_book_is_exclusive 1' => '是',
|
||||
'Address_book_is_exclusive 2' => '否',
|
||||
'Member_details' => '会员详情显示权限',
|
||||
'Member_details 1' => '部分开放',
|
||||
'Member_details 2' => '全部开放',
|
||||
'Member_details 3' => '会员专属',
|
||||
'Address_book_sort_order' => '通讯录排序方式',
|
||||
'Address_book_sort_order 1' => '拼音排序',
|
||||
'Address_book_sort_order 2' => '区县排序',
|
||||
'Address_book_sort_order 3' => '级别排序'
|
||||
];
|
||||
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Id' => 'ID',
|
||||
'Type' => '类型',
|
||||
'Type 1' => '个人',
|
||||
'Type 2' => '企业',
|
||||
'Type 3' => '团体',
|
||||
'Title' => '通知标题',
|
||||
'Content' => '通知内容',
|
||||
'Admin_id' => '发送管理员ID',
|
||||
'Createtime' => '创建时间',
|
||||
'Updatetime' => '更新时间'
|
||||
];
|
||||
@@ -0,0 +1,48 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Id' => 'ID',
|
||||
'Notification_id' => '通知内容ID',
|
||||
'Member_id' => '会员ID',
|
||||
'Member.type' => '类型',
|
||||
'Member.type 1' => '个人',
|
||||
'Member.type 2' => '企业',
|
||||
'Member.type 3' => '团体',
|
||||
'Member.wechat_id' => '微信id',
|
||||
'Member.name' => '姓名',
|
||||
'Member.avatar' => '头像',
|
||||
'Member.mobile' => '手机号',
|
||||
'Member.member_level_id' => '级别',
|
||||
'Member.member_level_name' => '级别名称',
|
||||
'Member.industry_category_id' => '行业分类',
|
||||
'Member.industry_category_name' => '行业分类名称',
|
||||
'Member.native_place' => '籍贯',
|
||||
'Member.introduce_content' => '介绍',
|
||||
'Member.address' => '所在地址',
|
||||
'Member.longitude' => '经度',
|
||||
'Member.latitude' => '纬度',
|
||||
'Member.company_name' => '公司名称',
|
||||
'Member.company_logo' => '公司Logo',
|
||||
'Member.company_position' => '公司职务',
|
||||
'Member.company_introduction' => '公司简介',
|
||||
'Member.organize_name' => '团体名称',
|
||||
'Member.organize_logo' => '团体Logo',
|
||||
'Member.organize_position' => '团体职务',
|
||||
'Member.organize_introduction' => '团体简介',
|
||||
'Member.custom_content' => '自定义内容',
|
||||
'Member.join_time' => '入会时间',
|
||||
'Member.expire_time' => '到期时间',
|
||||
'Member.createtime' => '创建时间',
|
||||
'Member.letter' => '首字母',
|
||||
'Member.status' => '状态',
|
||||
'Member.status normal' => '显示',
|
||||
'Member.status hidden' => '隐藏',
|
||||
'Member.serial_number' => '会员编号',
|
||||
'Member.area_letter' => '县区首字母',
|
||||
'Member.mobile_auth' => '手机号对外状态',
|
||||
'Member.mobile_auth 1' => '对外开放',
|
||||
'Member.mobile_auth 2' => '不对外开放',
|
||||
'Send_status' => '发送状态',
|
||||
'Send_status 1' => '发送成功',
|
||||
'Send_status 2' => '发送失败',
|
||||
];
|
||||
24
application/admin/lang/zh-cn/wdsxh/pc_banner.php
Normal file
24
application/admin/lang/zh-cn/wdsxh/pc_banner.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | 麦沃德科技赋能开发者,助力商协会发展
|
||||
// +----------------------------------------------------------------------
|
||||
// | Copyright (c) 2017~2024 www.wdsxh.cn All rights reserved.
|
||||
// +----------------------------------------------------------------------
|
||||
// | 沃德商协会系统并不是自由软件,不加密,并不代表开源,未经许可不可自由转售和商用
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: MY WORLD Team <bd@maiwd.cn> www.maiwd.cn
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
return [
|
||||
'Id' => 'ID',
|
||||
'Title' => '轮播标题',
|
||||
'Image' => '轮播图片',
|
||||
'Status' => '状态',
|
||||
'Status 0' => '禁用',
|
||||
'Set status to 0'=> '设为禁用',
|
||||
'Status 1' => '启用',
|
||||
'Set status to 1'=> '设为启用',
|
||||
'Weigh' => '排序',
|
||||
'Createtime' => '创建时间',
|
||||
'Are you sure you want to delete this item?' => '警告:一旦删除,数据无法恢复,谨慎处理!!!',
|
||||
];
|
||||
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | 麦沃德科技赋能开发者,助力商协会发展
|
||||
// +----------------------------------------------------------------------
|
||||
// | Copyright (c) 2017~2024 www.wdsxh.cn All rights reserved.
|
||||
// +----------------------------------------------------------------------
|
||||
// | 沃德商协会系统并不是自由软件,不加密,并不代表开源,未经许可不可自由转售和商用
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: MY WORLD Team <bd@maiwd.cn> www.maiwd.cn
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
return [
|
||||
'Introduce' => '商会介绍',
|
||||
'Image' => '单图',
|
||||
'Background_image' => '入会申请背景图',
|
||||
'Association_image' => '商会信息图片',
|
||||
'Member_image' => '会员风采图片',
|
||||
'Activity_image' => '商会活动图片',
|
||||
'Business_image' => '供需大厅图片',
|
||||
'Article_image' => '商会新闻图片',
|
||||
'Contact_image' => '联系我们图片',
|
||||
'Applet_qr_code' => '小程序二维码',
|
||||
'Album_image' => '商会相册图片'
|
||||
];
|
||||
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Id' => 'ID',
|
||||
'Page Name' => '模板名称',
|
||||
'Status' => '页面类型',
|
||||
'Status home' => '首页',
|
||||
'Set status to home'=> '设为首页',
|
||||
'Status custom' => '自定义页',
|
||||
'Set status to custom'=> '设为自定义页',
|
||||
'Page_data' => '页面数据',
|
||||
'Createtime' => '创建时间',
|
||||
'Updatetime' => '更新时间',
|
||||
'Deletetime' => '删除时间',
|
||||
'Are you sure you want to delete this item?' => '警告:一旦删除,数据无法恢复,谨慎处理!!!',
|
||||
];
|
||||
8
application/admin/lang/zh-cn/wdsxh/points/config.php
Normal file
8
application/admin/lang/zh-cn/wdsxh/points/config.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Source' => '积分来源',
|
||||
'Source 1' => '参加活动',
|
||||
'Source 2' => '购买商品',
|
||||
'Source 3' => '发布供需'
|
||||
];
|
||||
8
application/admin/lang/zh-cn/wdsxh/points/express.php
Normal file
8
application/admin/lang/zh-cn/wdsxh/points/express.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Id' => 'id',
|
||||
'Name' => '快递公司全称',
|
||||
'Createtime' => '创建时间',
|
||||
'Updatetime' => '更新时间'
|
||||
];
|
||||
18
application/admin/lang/zh-cn/wdsxh/points/goods.php
Normal file
18
application/admin/lang/zh-cn/wdsxh/points/goods.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Name' => '商品名称',
|
||||
'Image' => '缩略图',
|
||||
'Slider_images' => '轮播图',
|
||||
'Points' => '积分',
|
||||
'Content' => '商品详情',
|
||||
'Weigh' => '权重',
|
||||
'Status' => '状态',
|
||||
'Status normal' => '正常',
|
||||
'Set status to normal'=> '设为正常',
|
||||
'Status hidden' => '隐藏',
|
||||
'Set status to hidden'=> '设为隐藏',
|
||||
'Createtime' => '创建时间',
|
||||
'Updatetime' => '更新时间',
|
||||
'Deletetime' => '删除时间'
|
||||
];
|
||||
23
application/admin/lang/zh-cn/wdsxh/points/order.php
Normal file
23
application/admin/lang/zh-cn/wdsxh/points/order.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Order_no' => '订单编号',
|
||||
'Goods_id' => '商品id',
|
||||
'Wechat_id' => '用户id',
|
||||
'Number' => '兑换数量',
|
||||
'User_address' => '详细地址',
|
||||
'User_phone' => '用户电话',
|
||||
'Real_name' => '用户姓名',
|
||||
'State' => '订单状态',
|
||||
'State 2' => '待发货',
|
||||
'State 3' => '待收货',
|
||||
'State 4' => '已完成',
|
||||
'Points' => '商品积分',
|
||||
'Total_points' => '积分消耗',
|
||||
'Createtime' => '创建时间',
|
||||
'Complete_time' => '完成时间',
|
||||
'Redemption_time' => '兑换时间',
|
||||
'Goods_info.name' => '商品名称',
|
||||
'Goods_info.image'=> '商品图片',
|
||||
'Goods_info.points'=> '商品积分',
|
||||
];
|
||||
13
application/admin/lang/zh-cn/wdsxh/points/ranking.php
Normal file
13
application/admin/lang/zh-cn/wdsxh/points/ranking.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Name' => '姓名',
|
||||
'Level.name' => '级别',
|
||||
'Mobile' => '手机号',
|
||||
'Wechat_id' => '微信用户ID',
|
||||
'Points' => '积分',
|
||||
'Before' => '变更前积分',
|
||||
'After' => '变更后积分',
|
||||
'Memo' => '备注',
|
||||
'Createtime' => '创建时间'
|
||||
];
|
||||
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Wechat_id' => '微信用户ID',
|
||||
'Points' => '变更积分',
|
||||
'Before' => '变更前积分',
|
||||
'After' => '变更后积分',
|
||||
'Memo' => '备注',
|
||||
'Createtime' => '添加时间',
|
||||
'Change' => '变更类型',
|
||||
'Change 1' => '增加',
|
||||
'Change 2' => '减少',
|
||||
'Activity_id' => '活动ID',
|
||||
'Source' => '积分来源',
|
||||
'Source 1' => '参加活动',
|
||||
'Source 2' => '购买商品',
|
||||
'Source 3' => '需求发布',
|
||||
'Source 4' => '入会成功',
|
||||
'Source 5' => '邀请会员',
|
||||
];
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Id' => 'ID',
|
||||
'Name' => '分类名称',
|
||||
'Weigh' => '排序',
|
||||
'Status' => '状态',
|
||||
'Status 0' => '隐藏',
|
||||
'Set status to 0'=> '设为隐藏',
|
||||
'Status 1' => '显示',
|
||||
'Set status to 1'=> '设为显示'
|
||||
];
|
||||
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | 麦沃德科技赋能开发者,助力商协会发展
|
||||
// +----------------------------------------------------------------------
|
||||
// | Copyright (c) 2017~2024 www.wdsxh.cn All rights reserved.
|
||||
// +----------------------------------------------------------------------
|
||||
// | 沃德商协会系统并不是自由软件,不加密,并不代表开源,未经许可不可自由转售和商用
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: MY WORLD Team <bd@maiwd.cn> www.maiwd.cn
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
return [
|
||||
'Title' => '标题',
|
||||
'End_time' => '结束时间',
|
||||
'Member_id' => '发布人',
|
||||
'Wechat_id' => '用户名称',
|
||||
'Createtime' => '创建时间',
|
||||
'Updatetime' => '更新时间',
|
||||
'Deletetime' => '删除时间',
|
||||
'Weigh' => '权重',
|
||||
'Status' => '状态',
|
||||
'Status normal' => '显示',
|
||||
'Set status to normal'=> '设为显示',
|
||||
'Status hidden' => '隐藏',
|
||||
'Set status to hidden'=> '设为隐藏',
|
||||
'Page_view' => '浏览量',
|
||||
'Are you sure you want to delete this item?' => '警告:一旦删除,数据无法恢复,谨慎处理!!!',
|
||||
'Applet_questionnaire_qrcode_path' => '问卷调查小程序码',
|
||||
'Non_member_answer_sheet_status' => '非会员答卷状态',
|
||||
'Non_member_answer_sheet_status 1' => '可以答卷',
|
||||
'Non_member_answer_sheet_status 2' => '不能答卷',
|
||||
'Questionnaire_category_id' => '问卷调查分类',
|
||||
];
|
||||
18
application/admin/lang/zh-cn/wdsxh/questionnaire/render.php
Normal file
18
application/admin/lang/zh-cn/wdsxh/questionnaire/render.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | 麦沃德科技赋能开发者,助力商协会发展
|
||||
// +----------------------------------------------------------------------
|
||||
// | Copyright (c) 2017~2024 www.wdsxh.cn All rights reserved.
|
||||
// +----------------------------------------------------------------------
|
||||
// | 沃德商协会系统并不是自由软件,不加密,并不代表开源,未经许可不可自由转售和商用
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: MY WORLD Team <bd@maiwd.cn> www.maiwd.cn
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
return [
|
||||
'Questionnaire_id' => '问卷id',
|
||||
'Wechat_id' => '用户名称',
|
||||
'Content_render' => '提交内容',
|
||||
'Createtime' => '创建时间',
|
||||
'Are you sure you want to delete this item?' => '警告:一旦删除,数据无法恢复,谨慎处理!!!',
|
||||
];
|
||||
45
application/admin/lang/zh-cn/wdsxh/questionnaire/topic.php
Normal file
45
application/admin/lang/zh-cn/wdsxh/questionnaire/topic.php
Normal file
@@ -0,0 +1,45 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | 麦沃德科技赋能开发者,助力商协会发展
|
||||
// +----------------------------------------------------------------------
|
||||
// | Copyright (c) 2017~2024 www.wdsxh.cn All rights reserved.
|
||||
// +----------------------------------------------------------------------
|
||||
// | 沃德商协会系统并不是自由软件,不加密,并不代表开源,未经许可不可自由转售和商用
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: MY WORLD Team <bd@maiwd.cn> www.maiwd.cn
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
return [
|
||||
'Name' => '名称',
|
||||
'Topic' => '题目',
|
||||
'Questionnaire_id' => '问卷id',
|
||||
'Type' => '字段类型',
|
||||
'Type text' => '文本字段',
|
||||
'Type number' => '数字',
|
||||
'Type radio' => '单选',
|
||||
'Type checkbox' => '复选',
|
||||
'Type select' => '下拉列表',
|
||||
'Type datetime' => '日期',
|
||||
'Type textarea' => '文本域',
|
||||
'Type images' => '图片上传',
|
||||
'Content' => '内容',
|
||||
'Message' => '输入框提示文字',
|
||||
'Field_length' => '字段长度',
|
||||
'Is_explain' => '是否开启说明',
|
||||
'Is_explain 1' => '开启',
|
||||
'Is_explain 2' => '关闭',
|
||||
'Explain' => '说明提示消息',
|
||||
'Must' => '是否必填',
|
||||
'Must 1' => '是',
|
||||
'Must 2' => '否',
|
||||
'Createtime' => '创建时间',
|
||||
'Updatetime' => '更新时间',
|
||||
'Deletetime' => '删除时间',
|
||||
'Weigh' => '权重',
|
||||
'Status' => '状态',
|
||||
'Status normal' => '显示',
|
||||
'Set status to normal'=> '设为显示',
|
||||
'Status hidden' => '隐藏',
|
||||
'Set status to hidden'=> '设为隐藏',
|
||||
'Are you sure you want to delete this item?' => '警告:一旦删除,数据无法恢复,谨慎处理!!!',
|
||||
];
|
||||
21
application/admin/lang/zh-cn/wdsxh/quickmenu.php
Normal file
21
application/admin/lang/zh-cn/wdsxh/quickmenu.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Id' => 'ID',
|
||||
'Name' => '名称',
|
||||
'Icon' => '图标',
|
||||
'Skip_type' => '跳转类型',
|
||||
'Skip_type 1' => '内部页面',
|
||||
'Skip_type 2' => '图文',
|
||||
'Skip_type 3' => '小程序',
|
||||
'Skip_type 4' => '外部链接',
|
||||
'Content' => '内容',
|
||||
'Weigh' => '排序',
|
||||
'Status' => '状态',
|
||||
'Status 0' => '禁用',
|
||||
'Set status to 0'=> '设为禁用',
|
||||
'Status 1' => '启用',
|
||||
'Set status to 1'=> '设为启用',
|
||||
'Createtime' => '创建时间',
|
||||
'Are you sure you want to delete this item?' => '警告:一旦删除,数据无法恢复,谨慎处理!!!',
|
||||
];
|
||||
23
application/admin/lang/zh-cn/wdsxh/tabbar.php
Normal file
23
application/admin/lang/zh-cn/wdsxh/tabbar.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Id' => 'ID',
|
||||
'Name' => '菜单名称',
|
||||
'Path' => '页面路径',
|
||||
'Icon' => '未选图标',
|
||||
'Selicon' => '选中图标',
|
||||
'Weigh' => '排序',
|
||||
'Status' => '状态',
|
||||
'Status 0' => '隐藏',
|
||||
'Set status to 0'=> '设为隐藏',
|
||||
'Status 1' => '显示',
|
||||
'Set status to 1'=> '设为显示',
|
||||
'Are you sure you want to delete this item?' => '警告:一旦删除,数据无法恢复,谨慎处理!!!',
|
||||
'Jump_type' => '跳转类型',
|
||||
'Jump_type 1' => '图文',
|
||||
'Jump_type 2' => '内部页面',
|
||||
'Jump_type 4' => '小程序',
|
||||
'Jump_type 3' => '外部链接',
|
||||
'Content' => '图文内容',
|
||||
'Jump_link' => '跳转链接',
|
||||
];
|
||||
37
application/admin/lang/zh-cn/wdsxh/user/user.php
Normal file
37
application/admin/lang/zh-cn/wdsxh/user/user.php
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Id' => 'ID',
|
||||
'Group_id' => '组别ID',
|
||||
'Username' => '用户名',
|
||||
'Nickname' => '昵称',
|
||||
'Password' => '密码',
|
||||
'Salt' => '密码盐',
|
||||
'Email' => '电子邮箱',
|
||||
'Mobile' => '手机号',
|
||||
'Avatar' => '头像',
|
||||
'Level' => '等级',
|
||||
'Gender' => '性别',
|
||||
'Male' => '男',
|
||||
'FeMale' => '女',
|
||||
'Birthday' => '生日',
|
||||
'Bio' => '格言',
|
||||
'Score' => '积分',
|
||||
'Set_admin' => '是否是管理员',
|
||||
'Set_admin 1' => '管理员',
|
||||
'Set_admin 2' => '不是管理员',
|
||||
'Successions' => '连续登录天数',
|
||||
'Maxsuccessions' => '最大连续登录天数',
|
||||
'Prevtime' => '上次登录时间',
|
||||
'Logintime' => '登录时间',
|
||||
'Loginip' => '登录IP',
|
||||
'Loginfailure' => '失败次数',
|
||||
'Joinip' => '加入IP',
|
||||
'Jointime' => '加入时间',
|
||||
'Createtime' => '创建时间',
|
||||
'Updatetime' => '更新时间',
|
||||
'Token' => 'Token',
|
||||
'Status' => '状态',
|
||||
'Leave password blank if dont want to change' => '不修改密码请留空',
|
||||
'Are you sure you want to delete this item?' => '警告:一旦删除,数据无法恢复,谨慎处理!!!',
|
||||
];
|
||||
25
application/admin/lang/zh-cn/wdsxh/user/wechat.php
Normal file
25
application/admin/lang/zh-cn/wdsxh/user/wechat.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | 麦沃德科技赋能开发者,助力商协会发展
|
||||
// +----------------------------------------------------------------------
|
||||
// | Copyright (c) 2017~2024 www.wdsxh.cn All rights reserved.
|
||||
// +----------------------------------------------------------------------
|
||||
// | 沃德商协会系统并不是自由软件,不加密,并不代表开源,未经许可不可自由转售和商用
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: MY WORLD Team <bd@maiwd.cn> www.maiwd.cn
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
return [
|
||||
'User_id' => '用户id',
|
||||
'Nickname' => '昵称',
|
||||
'Mobile' => '手机号',
|
||||
'Avatar' => '头像',
|
||||
'Applet_openid' => '小程序openid',
|
||||
'Wananchi_openid' => '公众号openid',
|
||||
'Set_admin' => '是否是管理员',
|
||||
'Set_admin 1' => '管理员',
|
||||
'Set_admin 2' => '不是管理员',
|
||||
'Channel' => '注册渠道',
|
||||
'Channel 1' => '微信小程序',
|
||||
'Channel 2' => '微信公众号'
|
||||
];
|
||||
Reference in New Issue
Block a user