From d2a17bbfae123a29677f0f9b00945fecbe64fc29 Mon Sep 17 00:00:00 2001 From: Fine Date: Thu, 17 Oct 2024 19:07:11 +0800 Subject: [PATCH] update --- src/locales/lang/en.ts | 2 +- src/locales/lang/es.ts | 2 +- src/locales/lang/zh.ts | 2 +- .../configuration/widget/graph-styles/Card.vue | 6 +++--- .../configuration/widget/graph-styles/Table.vue | 6 +++--- .../{ContentDecorations.vue => ValueMappings.vue} | 14 +++++++------- 6 files changed, 16 insertions(+), 16 deletions(-) rename src/views/dashboard/configuration/widget/graph-styles/components/{ContentDecorations.vue => ValueMappings.vue} (87%) diff --git a/src/locales/lang/en.ts b/src/locales/lang/en.ts index 0c6df128..bdd7f53b 100644 --- a/src/locales/lang/en.ts +++ b/src/locales/lang/en.ts @@ -386,6 +386,6 @@ const msg = { tabExpressions: "Tab Expressions", hierarchyNodeMetrics: "Metrics for Hierarchy Graph Node", hierarchyNodeDashboard: "As dashboard for Hierarchy Graph Node", - contentDecorations: "Content Decorations", + valueMappings: "Value Mappings", }; export default msg; diff --git a/src/locales/lang/es.ts b/src/locales/lang/es.ts index c643df61..f50ba9e6 100644 --- a/src/locales/lang/es.ts +++ b/src/locales/lang/es.ts @@ -386,6 +386,6 @@ const msg = { tabExpressions: "Tab Expressions", hierarchyNodeMetrics: "Metrics for Hierarchy Graph Node", hierarchyNodeDashboard: "As dashboard for Hierarchy Graph Node", - contentDecorations: "Content Decorations", + valueMappings: "Value Mappings", }; export default msg; diff --git a/src/locales/lang/zh.ts b/src/locales/lang/zh.ts index 1a4ee12f..0323df52 100644 --- a/src/locales/lang/zh.ts +++ b/src/locales/lang/zh.ts @@ -384,6 +384,6 @@ const msg = { tabExpressions: "Tab表达式", hierarchyNodeMetrics: "层次图节点的指标", hierarchyNodeDashboard: "作为层次图节点的dashboard", - contentDecorations: "内容装饰", + valueMappings: "值映射", }; export default msg; diff --git a/src/views/dashboard/configuration/widget/graph-styles/Card.vue b/src/views/dashboard/configuration/widget/graph-styles/Card.vue index b90195f3..c3cf3550 100644 --- a/src/views/dashboard/configuration/widget/graph-styles/Card.vue +++ b/src/views/dashboard/configuration/widget/graph-styles/Card.vue @@ -14,8 +14,8 @@ See the License for the specific language governing permissions and limitations under the License. -->