2023-10-10 16:57:12 +08:00

34 lines
1.2 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
// +----------------------------------------------------------------------
// | Niucloud-admin 企业快速开发的多应用管理平台
// +----------------------------------------------------------------------
// | 官方网址https://www.niucloud.com
// +----------------------------------------------------------------------
// | niucloud团队 版权所有 开源版本可自由商用
// +----------------------------------------------------------------------
// | Author: Niucloud Team
// +----------------------------------------------------------------------
return [
'dict_member' => [
'account_point' => '积分',
'account_balance' => '余额',
'account_balance_recharge_refund' => '充值订单退款',
'account_balance_recharge' => '余额充值',
'account_point_recharge_give' => '充值赠送'
],
'dict_order' => [
'trade_type_recharge' => '充值订单'
],
'dict_wap_index' => [
'recharge' => '会员充值',
'recharge_desc' => '在线充值到会员账户',
],
'dict_diy' => [
'recharge_link' => '充值链接',
'recharge_title'=>'会员充值',
'recharge_index' => '充值'
]
];