This commit is contained in:
Yagami
2023-05-14 15:58:12 +08:00
parent f7e6a9d3c5
commit d211e7474c
4 changed files with 12 additions and 0 deletions
+3
View File
@@ -251,3 +251,6 @@ $lang->product->featureBar['dynamic']['thisWeek'] = 'This Week';
$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>.');
+3
View File
@@ -252,3 +252,6 @@ $lang->product->featureBar['dynamic']['thisWeek'] = 'This Week';
$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>.');
+3
View File
@@ -252,3 +252,6 @@ $lang->product->featureBar['dynamic']['thisWeek'] = 'This Week';
$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>.');
+3
View File
@@ -251,3 +251,6 @@ $lang->product->featureBar['dynamic']['thisWeek'] = '本周';
$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> 激活。');