初始化

This commit is contained in:
2026-03-02 13:44:38 +08:00
commit 05b785083c
677 changed files with 58662 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
<?php
return [
'title' => '游戏列表',
'fields' => [
'id' => '游戏厂商ID',
'name' => '平台名称',
'title' => '游戏供应商名',
'status' => '状态',
'created_at' => '创建时间',
'service_ratio' => '供应商分润比例',
],
'game_platform' => '游戏供应商信息',
'update_game_list' => '更新游戏列表',
'update_game_list_confirm' => '您确定要更新该游戏厂商列表吗?',
'action_error' => '操作失败',
'action_success' => '操作成功',
'enter_game' => '进入游戏大厅',
'enter_game_confirm' => '您确定要进入该游戏厂商大厅吗?',
'status' => [
0 => '禁用',
1 => '启用'
],
'save_error' => '保存失败',
'save_success' => '保存成功',
'not_fount' => '供应商不存在',
];