You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
620 B
24 lines
620 B
<?php
|
|
/*
|
|
* @Author: your name
|
|
* @Date: 2021-06-01 15:30:19
|
|
* @LastEditTime: 2021-06-05 15:35:45
|
|
* @LastEditors: Please set LastEditors
|
|
* @Description: In User Settings Edit
|
|
* @FilePath: \Dcat\resources\lang\zh_CN\recharge-manual.php
|
|
*/
|
|
return [
|
|
'labels' => [
|
|
'RechargeManual' => '充值审核',
|
|
'recharge-manual' => '充值审核',
|
|
],
|
|
'fields' => [
|
|
'uid' => '用户ID',
|
|
'account' => 'Paypal账号',
|
|
'num' => '充值金额',
|
|
'image' => '图片凭证',
|
|
'status' => '状态',
|
|
'user_account' => '用户账号'
|
|
],
|
|
'options' => [],
|
|
];
|
|
|