* fix score lang

This commit is contained in:
滔哥
2017-11-03 13:07:29 +08:00
parent b21aff7bc1
commit ad8a305f0d
4 changed files with 11 additions and 5 deletions
+2
View File
@@ -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';
+2
View File
@@ -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'] = '新手教程';
+2
View File
@@ -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'] = '新手教程';
+5 -5
View File
@@ -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>