初始化
This commit is contained in:
62
addons/webman/lang/zh-CN/channel.php
Normal file
62
addons/webman/lang/zh-CN/channel.php
Normal file
@@ -0,0 +1,62 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => '渠道管理',
|
||||
'normal' => '开启中',
|
||||
'disable' => '维护中',
|
||||
'name_exist' => '渠道名存在重复',
|
||||
'channel_exist' => '渠道域名存在重复',
|
||||
'telegram_url_exist' => '渠道Telegram客服已存在',
|
||||
'package_url_exist' => '渠道安装地址已存在',
|
||||
'save_error' => '保存失败',
|
||||
'save_success' => '保存成功',
|
||||
'not_fount' => '渠道不存在',
|
||||
'fields' => [
|
||||
'id' => '渠道ID',
|
||||
'name' => '渠道名称',
|
||||
'domain' => '渠道域名',
|
||||
'player_num' => '玩家数量',
|
||||
'coin_num' => '币商数量',
|
||||
'lang' => '默认语言',
|
||||
'currency' => '币种',
|
||||
'department_id' => '部门id',
|
||||
'status' => '状态',
|
||||
'telegram_url' => 'Telegram客服',
|
||||
'package_url' => '安装包地址',
|
||||
'recharge_amount' => '官方充值',
|
||||
'withdraw_amount' => '官方提现',
|
||||
'third_recharge_amount' => '第三方充值',
|
||||
'third_withdraw_amount' => '第三方提现',
|
||||
'player_total_amount' => '玩家账户总余额',
|
||||
'phone' => '手机号',
|
||||
'leader' => '负责人',
|
||||
'create_at' => '渠道创建时间',
|
||||
'username' => '登录账号',
|
||||
'password' => '登录密码',
|
||||
'channel_function' => '子站功能',
|
||||
'web_login_status' => '网页登录',
|
||||
'recharge_status' => '平台充值',
|
||||
'withdraw_status' => '平台提现',
|
||||
'wallet_action_status' => '玩家钱包操作',
|
||||
'department_name' => '渠道',
|
||||
'promotion_status' => '推广员功能',
|
||||
'pay_type' => '支付方式',
|
||||
'game_id' => '游戏',
|
||||
'whats_app' => 'WhatsApp',
|
||||
],
|
||||
'channel_function_help' => '人工(充值,提现)无法和Q币(转入,转出)同时使用',
|
||||
'pay_type' => [
|
||||
'人工充值',
|
||||
'EsPay',
|
||||
'OnePay',
|
||||
'SKL99',
|
||||
],
|
||||
'game' => [
|
||||
262 => '转盘',
|
||||
263 => '砸金蛋',
|
||||
264 => '盲盒',
|
||||
265 => '刮刮乐',
|
||||
266 => 'TURN',
|
||||
267 => '摇色子',
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user