初始化
This commit is contained in:
23
addons/webman/lang/cam_dia/first_recharge_setting.php
Normal file
23
addons/webman/lang/cam_dia/first_recharge_setting.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
use addons\webman\model\SystemSetting;
|
||||
|
||||
return [
|
||||
'title' => 'រង្វាន់ដាក់ប្រាក់ដំបូង',
|
||||
'fields' => [
|
||||
'model' => 'គំរូការចេញ',
|
||||
'type' => 'ប្រភេទរង្វាន់',
|
||||
'number' => 'កាក់រង្វាន់',
|
||||
'number_percent' => 'ភាគរយរង្វាន់',
|
||||
'chip_amount' => 'ការដកលេខកូដច្រើន',
|
||||
'add_number' => 'ការបញ្ចូលទឹកប្រាក់បន្ថែម',
|
||||
],
|
||||
'model' => [
|
||||
SystemSetting::FIRST_RECHARGE_MODEL_ONE => 'ការចេញផ្សាយតែមួយដង',
|
||||
SystemSetting::FIRST_RECHARGE_MODEL_ADD => 'ការចេញបណ្តុំ',
|
||||
],
|
||||
'type' => [
|
||||
SystemSetting::FIRST_RECHARGE_TYPE_VALUE => 'ចំនួនថេរ',
|
||||
SystemSetting::FIRST_RECHARGE_TYPE_PERCENT => 'ភាគរយ',
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user