From 92c82b82fab0eff33ce025b434fe3cd4bc8af4b7 Mon Sep 17 00:00:00 2001 From: zhouxin Date: Wed, 13 Mar 2024 15:23:51 +0800 Subject: [PATCH] * Fix bug #113288. --- module/metric/lang/de.php | 1 + module/metric/lang/en.php | 1 + module/metric/lang/fr.php | 1 + module/metric/lang/zh-cn.php | 1 + 4 files changed, 4 insertions(+) diff --git a/module/metric/lang/de.php b/module/metric/lang/de.php index bae4bc5708..0872c90ad6 100755 --- a/module/metric/lang/de.php +++ b/module/metric/lang/de.php @@ -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 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'; diff --git a/module/metric/lang/en.php b/module/metric/lang/en.php index 148ff07e98..3c5e66f28a 100755 --- a/module/metric/lang/en.php +++ b/module/metric/lang/en.php @@ -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 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'; diff --git a/module/metric/lang/fr.php b/module/metric/lang/fr.php index 55b2d172ce..bd4c53ad17 100755 --- a/module/metric/lang/fr.php +++ b/module/metric/lang/fr.php @@ -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 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'; diff --git a/module/metric/lang/zh-cn.php b/module/metric/lang/zh-cn.php index 68c70b0f79..3a0693ff83 100755 --- a/module/metric/lang/zh-cn.php +++ b/module/metric/lang/zh-cn.php @@ -386,6 +386,7 @@ $lang->metric->tips->click2SetParams = '请先点击红色变量块设置参 $lang->metric->tips->view = '预览'; $lang->metric->tips->click2InsertData = "点击 来插入度量指标或报表"; $lang->metric->tips->noticeUnchangeable = '[范围]、[对象]、[目的]、[时间属性]、[代号]会影响度量值的获取,创建后不可变更。'; +$lang->metric->tips->noticeCode = "代号必须是英文字母、数字或下划线的组合。"; $lang->metric->param = new stdclass(); $lang->metric->param->varName = '变量名';