21 lines
777 B
PHP
21 lines
777 B
PHP
<?php
|
|
|
|
use addons\webman\model\PlayerPlatformCash;
|
|
|
|
return [
|
|
'title' => 'កាបូបវេទិកា',
|
|
'fields' => [
|
|
'id' => 'ID',
|
|
'player_id' => 'លេខសម្គាល់អ្នកលេង',
|
|
'platform_id' => 'លេខសម្គាល់វេទិកា',
|
|
'platform_name' => 'ឈ្មោះវេទិកា',
|
|
'money' => 'ពិន្ទុ',
|
|
'status' => 'ស្ថានភាពវេទិកាហ្គេម',
|
|
'created_at' => 'ពេលវេលាបង្កើត',
|
|
'updated_at' => 'ពេលធ្វើបច្ចុប្បន្នភាព',
|
|
],
|
|
'platform_name' => [
|
|
PlayerPlatformCash::PLATFORM_SELF => 'សមតុល្យកាបូប'
|
|
]
|
|
];
|