初始化
This commit is contained in:
40
addons/webman/lang/cam_dia/player_money_edit_log.php
Normal file
40
addons/webman/lang/cam_dia/player_money_edit_log.php
Normal file
@@ -0,0 +1,40 @@
|
||||
<?php
|
||||
|
||||
use addons\webman\model\PlayerMoneyEditLog;
|
||||
|
||||
return [
|
||||
'title' => 'កំណត់ហេតុប្រតិបត្តិការកាបូប',
|
||||
'fields' => [
|
||||
'id' => 'លេខ',
|
||||
'money' => 'ចំនួន',
|
||||
'action' => 'ប្រភេទសកម្មភាព',
|
||||
'origin_money' => 'ចំនួនដើម',
|
||||
'after_money' => 'ចំនួនទឹកប្រាក់បន្ទាប់ពីការផ្លាស់ប្តូរ',
|
||||
'create_at' => 'ពេលវេលាប្រតិបត្តិការ',
|
||||
'remark' => 'ចំណាំ',
|
||||
],
|
||||
'created_at_start' => 'កំណត់ពេលចាប់ផ្តើម',
|
||||
'created_at_end' => 'កំណត់ពេលបញ្ចប់',
|
||||
'admin_user' => 'អ្នកគ្រប់គ្រង',
|
||||
'player_info' => 'ព័ត៌មានអ្នកលេង',
|
||||
'action_info' => 'ព័ត៌មានសកម្មភាព',
|
||||
'action' => [
|
||||
PlayerMoneyEditLog::RECHARGE => 'បញ្ចូលទឹកប្រាក់',
|
||||
PlayerMoneyEditLog::VIP_RECHARGE => 'បញ្ចូលទឹកប្រាក់ VIP',
|
||||
PlayerMoneyEditLog::ACTIVITY_GIVE => 'ប្រាក់រង្វាន់សកម្មភាព',
|
||||
PlayerMoneyEditLog::ADMIN_DEDUCT => 'អ្នកគ្រប់គ្រងដកពិន្ទុ',
|
||||
PlayerMoneyEditLog::OTHER => 'ផ្សេងទៀត',
|
||||
],
|
||||
'total_data' => [
|
||||
'total_recharge' => 'បញ្ចូលថ្ម',
|
||||
'total_vip_recharge' => 'បញ្ចូលទឹកប្រាក់ VIP',
|
||||
'total_testing_machine' => 'ម៉ាស៊ីនសាកល្បង',
|
||||
'total_other' => 'ផ្សេងៗ',
|
||||
'total_activity_give' => 'ការផ្ដល់ជូនសកម្មភាព',
|
||||
'total_triple_seven_give' => 'Total_triple_seven_give',
|
||||
'total_composite_machine_give' => 'ម៉ាស៊ីនផ្សំដែលបានផ្តល់ជាអំណោយ',
|
||||
'total_electronic_give' => 'រង្វាន់អេឡិចត្រូនិក',
|
||||
'total_admin_deduct' => 'អ្នកគ្រប់គ្រងដកពិន្ទុ',
|
||||
'total_real_person_give' => 'មនុស្សពិតផ្តល់ឱ្យ',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user