* Merge #d211e7474c,Fix bug #34956.

This commit is contained in:
tanghucheng
2023-11-07 01:43:02 -05:00
parent b642d113a7
commit 3835c48045
4 changed files with 12 additions and 0 deletions
+3
View File
@@ -258,6 +258,9 @@ $lang->product->featureBar['dynamic']['lastWeek'] = 'Last Week';
$lang->product->featureBar['dynamic']['thisMonth'] = 'This Month';
$lang->product->featureBar['dynamic']['lastMonth'] = 'Last Month';
$lang->product->action = new stdclass();
$lang->product->action->activate = array('main' => '$date, activated by <strong>$actor</strong>.');
$lang->product->belongingLine = 'Product Line';
$lang->product->testCaseCoverage = 'Case Coverage';
$lang->product->activatedBug = 'Activated Bugs';
+3
View File
@@ -258,6 +258,9 @@ $lang->product->featureBar['dynamic']['lastWeek'] = 'Last Week';
$lang->product->featureBar['dynamic']['thisMonth'] = 'This Month';
$lang->product->featureBar['dynamic']['lastMonth'] = 'Last Month';
$lang->product->action = new stdclass();
$lang->product->action->activate = array('main' => '$date, activated by <strong>$actor</strong>.');
$lang->product->belongingLine = 'Product Line';
$lang->product->testCaseCoverage = 'Case Coverage';
$lang->product->activatedBug = 'Activated Bugs';
+3
View File
@@ -258,6 +258,9 @@ $lang->product->featureBar['dynamic']['lastWeek'] = 'Last Week';
$lang->product->featureBar['dynamic']['thisMonth'] = 'This Month';
$lang->product->featureBar['dynamic']['lastMonth'] = 'Last Month';
$lang->product->action = new stdclass();
$lang->product->action->activate = array('main' => '$date, activated by <strong>$actor</strong>.');
$lang->product->belongingLine = 'Product Line';
$lang->product->testCaseCoverage = 'Case Coverage';
$lang->product->activatedBug = 'Activated Bugs';
+3
View File
@@ -259,6 +259,9 @@ $lang->product->featureBar['dynamic']['lastWeek'] = '上周';
$lang->product->featureBar['dynamic']['thisMonth'] = '本月';
$lang->product->featureBar['dynamic']['lastMonth'] = '上月';
$lang->product->action = new stdclass();
$lang->product->action->activate = array('main' => '$date, 由 <strong>$actor</strong> 激活。');
$lang->product->belongingLine = '所属产品线';
$lang->product->testCaseCoverage = '用例覆盖率';
$lang->product->activatedBug = 'Bug激活';