* Finish task #5080.

This commit is contained in:
Yagami
2018-11-09 10:08:04 +08:00
parent e8bdc75103
commit 9d68afa9f7
3 changed files with 6 additions and 2 deletions
@@ -209,11 +209,11 @@ $(function()
<div class="type-label">
<table class='status-count'>
<tr>
<td class='text-right'><?php echo $lang->release->common;?> :</td>
<td class='text-right'><?php echo $lang->product->allRelease;?> :</td>
<td class='text-left'><?php echo $totalRelease;?></td>
</tr>
<tr>
<td class='text-right'><?php echo $lang->release->statusList['normal'];?> :</td>
<td class='text-right'><?php echo $lang->product->maintain;?> :</td>
<td class='text-left'><?php echo $normalRelease;?></td>
</tr>
</table>
+2
View File
@@ -72,6 +72,8 @@ $lang->product->whitelist = 'Whitelist';
$lang->product->branch = '%s';
$lang->product->qa = 'QA';
$lang->product->release = 'Release';
$lang->product->allRelease = 'All Release';
$lang->product->maintain = 'Maintaining';
$lang->product->latestDynamic = 'Dynamic';
$lang->product->plan = 'Plan';
$lang->product->iteration = 'Version Iteration';
+2
View File
@@ -72,6 +72,8 @@ $lang->product->whitelist = '分组白名单';
$lang->product->branch = '所属%s';
$lang->product->qa = '测试';
$lang->product->release = '发布';
$lang->product->allRelease = '所有发布';
$lang->product->maintain = '维护中';
$lang->product->latestDynamic = '最新动态';
$lang->product->plan = '计划';
$lang->product->iteration = '版本迭代';