init commit

This commit is contained in:
2026-03-17 09:56:00 +08:00
commit e2c8ae752d
6827 changed files with 1211784 additions and 0 deletions

View 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' => '银行名称',
];

View 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?' => '警告:一旦删除,数据无法恢复,谨慎处理!!!',
];

View 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?' => '警告:一旦删除,数据无法恢复,谨慎处理!!!',
];