初始化
This commit is contained in:
27
addons/webman/lang/zh-CN/game_platform.php
Normal file
27
addons/webman/lang/zh-CN/game_platform.php
Normal 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' => '供应商不存在',
|
||||
];
|
||||
Reference in New Issue
Block a user