* fix score lang
This commit is contained in:
@@ -21,6 +21,8 @@ $lang->score->after = 'After';
|
||||
$lang->score->time = 'Time';
|
||||
$lang->score->desc = 'Description';
|
||||
$lang->score->noLimit = 'No limited';
|
||||
$lang->score->times = 'Times';
|
||||
$lang->score->hour = 'Hour';
|
||||
|
||||
$lang->score->models['task'] = 'Task';
|
||||
$lang->score->models['tutorial'] = 'Tutorial';
|
||||
|
||||
@@ -21,6 +21,8 @@ $lang->score->after = '之后';
|
||||
$lang->score->time = '时间';
|
||||
$lang->score->desc = '描述';
|
||||
$lang->score->noLimit = '不限制';
|
||||
$lang->score->times = '次数';
|
||||
$lang->score->hour = '时间间隔';
|
||||
|
||||
$lang->score->models['task'] = '任务';
|
||||
$lang->score->models['tutorial'] = '新手教程';
|
||||
|
||||
@@ -21,6 +21,8 @@ $lang->score->after = '之後';
|
||||
$lang->score->time = '時間';
|
||||
$lang->score->desc = '描述';
|
||||
$lang->score->noLimit = '不限制';
|
||||
$lang->score->times = '次数';
|
||||
$lang->score->hour = '时间间隔';
|
||||
|
||||
$lang->score->models['task'] = '任務';
|
||||
$lang->score->models['tutorial'] = '新手教程';
|
||||
|
||||
@@ -13,11 +13,11 @@
|
||||
<table class="table table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="w-150px">分类</th>
|
||||
<th class="w-150px">动作</th>
|
||||
<th class="w-150px">次数</th>
|
||||
<th class="w-150px">间隔</th>
|
||||
<th class="w-150px">分值</th>
|
||||
<th class="w-150px"><?php echo $this->lang->score->module;?></th>
|
||||
<th class="w-150px"><?php echo $this->lang->score->method;?></th>
|
||||
<th class="w-150px"><?php echo $this->lang->score->times;?></th>
|
||||
<th class="w-150px"><?php echo $this->lang->score->hour;?></th>
|
||||
<th class="w-150px"><?php echo $this->lang->score->score;?></th>
|
||||
<th>备注</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
Reference in New Issue
Block a user