init commit
This commit is contained in:
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?' => '警告:一旦删除,数据无法恢复,谨慎处理!!!',
|
||||
];
|
||||
Reference in New Issue
Block a user