Skip to content

Commit

Permalink
Update mappingTip (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodePrometheus authored Oct 18, 2024
1 parent b6522f4 commit 0007e3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/locales/lang/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,6 @@ const msg = {
hierarchyNodeMetrics: "Metrics for Hierarchy Graph Node",
hierarchyNodeDashboard: "As dashboard for Hierarchy Graph Node",
valueMappings: "Value Mappings",
mappingTip: "Notice: The mapping key is a Regex string, for instance, ^-?(0|[1-9][0-9]*|2)(\\.0+)?$",
mappingTip: "Notice: The mapping key is a Regex string, e.g. ^([0-9])$",
};
export default msg;
2 changes: 1 addition & 1 deletion src/locales/lang/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,6 @@ const msg = {
hierarchyNodeMetrics: "Metrics for Hierarchy Graph Node",
hierarchyNodeDashboard: "As dashboard for Hierarchy Graph Node",
valueMappings: "Value Mappings",
mappingTip: "Notice: The mapping key is a Regex string, for instance, ^-?(0|[1-9][0-9]*|2)(\\.0+)?$",
mappingTip: "Aviso: La clave de mapeo es una cadena Regex, p. ej. ^([0-9])$",
};
export default msg;
2 changes: 1 addition & 1 deletion src/locales/lang/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,6 @@ const msg = {
hierarchyNodeMetrics: "层次图节点的指标",
hierarchyNodeDashboard: "作为层次图节点的dashboard",
valueMappings: "值映射",
mappingTip: "注意: 映射键是一个正则表达式字符串,比如 ^-?(0|[1-9][0-9]*|2)(\\.0+)?$",
mappingTip: "注意: 映射键是一个正则表达式字符串,比如 ^([0-9])$",
};
export default msg;

0 comments on commit 0007e3e

Please sign in to comment.