初始化
This commit is contained in:
20
addons/webman/lang/cam_dia/player_platform_cash.php
Normal file
20
addons/webman/lang/cam_dia/player_platform_cash.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?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 => 'សមតុល្យកាបូប'
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user