* Modify metric lang.
This commit is contained in:
@@ -55,7 +55,7 @@ $lang->metric->year = 'Year';
|
||||
$lang->metric->month = 'Month';
|
||||
$lang->metric->week = 'Week';
|
||||
$lang->metric->day = 'Date';
|
||||
$lang->metric->nodate = 'Date';
|
||||
$lang->metric->nodate = 'Collection date';
|
||||
|
||||
$lang->metric->placeholder = new stdclass();
|
||||
$lang->metric->placeholder->select = "Please select";
|
||||
|
||||
@@ -55,7 +55,7 @@ $lang->metric->year = 'Year';
|
||||
$lang->metric->month = 'Month';
|
||||
$lang->metric->week = 'Week';
|
||||
$lang->metric->day = 'Date';
|
||||
$lang->metric->nodate = 'Date';
|
||||
$lang->metric->nodate = 'Collection date';
|
||||
|
||||
$lang->metric->placeholder = new stdclass();
|
||||
$lang->metric->placeholder->select = "Please select";
|
||||
|
||||
@@ -55,7 +55,7 @@ $lang->metric->year = 'Year';
|
||||
$lang->metric->month = 'Month';
|
||||
$lang->metric->week = 'Week';
|
||||
$lang->metric->day = 'Date';
|
||||
$lang->metric->nodate = 'Date';
|
||||
$lang->metric->nodate = 'Collection date';
|
||||
|
||||
$lang->metric->placeholder = new stdclass();
|
||||
$lang->metric->placeholder->select = "Please select";
|
||||
|
||||
@@ -55,7 +55,7 @@ $lang->metric->year = '年份';
|
||||
$lang->metric->month = '月份';
|
||||
$lang->metric->week = '周';
|
||||
$lang->metric->day = '日期';
|
||||
$lang->metric->nodate = '日期';
|
||||
$lang->metric->nodate = '采集日期';
|
||||
|
||||
$lang->metric->placeholder = new stdclass();
|
||||
$lang->metric->placeholder->select = "请选择";
|
||||
|
||||
Reference in New Issue
Block a user