init commit
This commit is contained in:
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' => '级别排序'
|
||||
];
|
||||
Reference in New Issue
Block a user