初始化
This commit is contained in:
20
addons/webman/lang/zh-CN/broadcast.php
Normal file
20
addons/webman/lang/zh-CN/broadcast.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
/** TODO 翻译 */
|
||||
'title' => '广播管理',
|
||||
'fields' => [
|
||||
'id' => 'ID',
|
||||
'copy_num' => '重复次数',
|
||||
'title' => '游戏平台',
|
||||
'num' => '金额',
|
||||
'phone' => '手机号',
|
||||
'min_money' => '展示最小金额',
|
||||
'max_money' => '展示最大金额',
|
||||
'date' => '展示日期',
|
||||
'status' => '状态',
|
||||
'creator_id' => '创建人',
|
||||
'created_at' => '创建时间',
|
||||
'updated_at' => '更新时间',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user