This commit is contained in:
Fine 2024-10-18 10:20:45 +08:00
parent af99c7462f
commit b668841e29
3 changed files with 3 additions and 3 deletions

View File

@ -387,6 +387,6 @@ const msg = {
hierarchyNodeMetrics: "Metrics for Hierarchy Graph Node", hierarchyNodeMetrics: "Metrics for Hierarchy Graph Node",
hierarchyNodeDashboard: "As dashboard for Hierarchy Graph Node", hierarchyNodeDashboard: "As dashboard for Hierarchy Graph Node",
valueMappings: "Value Mappings", valueMappings: "Value Mappings",
mappingTip: "Notice: The mapping key is a Regex string", mappingTip: "Notice: The mapping key is a Regex string, for instance, ^-?(0|[1-9][0-9]*|2)(\\.0+)?$",
}; };
export default msg; export default msg;

View File

@ -387,6 +387,6 @@ const msg = {
hierarchyNodeMetrics: "Metrics for Hierarchy Graph Node", hierarchyNodeMetrics: "Metrics for Hierarchy Graph Node",
hierarchyNodeDashboard: "As dashboard for Hierarchy Graph Node", hierarchyNodeDashboard: "As dashboard for Hierarchy Graph Node",
valueMappings: "Value Mappings", valueMappings: "Value Mappings",
mappingTip: "Notice: The mapping key is a Regex string", mappingTip: "Notice: The mapping key is a Regex string, for instance, ^-?(0|[1-9][0-9]*|2)(\\.0+)?$",
}; };
export default msg; export default msg;

View File

@ -385,6 +385,6 @@ const msg = {
hierarchyNodeMetrics: "层次图节点的指标", hierarchyNodeMetrics: "层次图节点的指标",
hierarchyNodeDashboard: "作为层次图节点的dashboard", hierarchyNodeDashboard: "作为层次图节点的dashboard",
valueMappings: "值映射", valueMappings: "值映射",
mappingTip: "注意: 映射键是一个正则表达式字符串", mappingTip: "注意: 映射键是一个正则表达式字符串,比如 ^-?(0|[1-9][0-9]*|2)(\\.0+)?$",
}; };
export default msg; export default msg;