This commit is contained in:
zhouxin
2024-03-27 17:23:13 +08:00
committed by liyang
parent 2e09d22564
commit 92c82b82fa
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -386,6 +386,7 @@ $lang->metric->tips->click2SetParams = 'Please click on the red variable bloc
$lang->metric->tips->view = 'View';
$lang->metric->tips->click2InsertData = "Click <span class='ke-icon-holder'></span> to insert a metric or report";
$lang->metric->tips->noticeUnchangeable = "[Scope], [Object], [Purpose], [Date Type], and [Code] will affect the acquisition of measurement values, cannot be changed after creation.";
$lang->metric->tips->noticeCode = "The code must be a combination of English letters, numbers or underscores.";
$lang->metric->param = new stdclass();
$lang->metric->param->varName = 'Variable Name';
+1
View File
@@ -386,6 +386,7 @@ $lang->metric->tips->click2SetParams = 'Please click on the red variable bloc
$lang->metric->tips->view = 'View';
$lang->metric->tips->click2InsertData = "Click <span class='ke-icon-holder'></span> to insert a metric or report";
$lang->metric->tips->noticeUnchangeable = "[Scope], [Object], [Purpose], [Date Type], and [Code] will affect the acquisition of measurement values, cannot be changed after creation.";
$lang->metric->tips->noticeCode = "The code must be a combination of English letters, numbers or underscores.";
$lang->metric->param = new stdclass();
$lang->metric->param->varName = 'Variable Name';
+1
View File
@@ -385,6 +385,7 @@ $lang->metric->tips->click2SetParams = 'Please click on the red variable bloc
$lang->metric->tips->view = 'View';
$lang->metric->tips->click2InsertData = "Click <span class='ke-icon-holder'></span> to insert a metric or report";
$lang->metric->tips->noticeUnchangeable = "[Scope], [Object], [Purpose], [Date Type], and [Code] will affect the acquisition of measurement values, cannot be changed after creation.";
$lang->metric->tips->noticeCode = "The code must be a combination of English letters, numbers or underscores.";
$lang->metric->param = new stdclass();
$lang->metric->param->varName = 'Variable Name';
+1
View File
@@ -386,6 +386,7 @@ $lang->metric->tips->click2SetParams = '请先点击红色变量块设置参
$lang->metric->tips->view = '预览';
$lang->metric->tips->click2InsertData = "点击 <span class='ke-icon-holder'></span> 来插入度量指标或报表";
$lang->metric->tips->noticeUnchangeable = '[范围]、[对象]、[目的]、[时间属性]、[代号]会影响度量值的获取,创建后不可变更。';
$lang->metric->tips->noticeCode = "代号必须是英文字母、数字或下划线的组合。";
$lang->metric->param = new stdclass();
$lang->metric->param->varName = '变量名';