You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by le...@apache.org on 2022/07/01 08:37:58 UTC

[inlong] branch master updated: [INLONG-4820][Dashboard] Support cluster tag management, language pack lost

This is an automated email from the ASF dual-hosted git repository.

leezng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new b88b43f2c [INLONG-4820][Dashboard] Support cluster tag management, language pack lost
b88b43f2c is described below

commit b88b43f2c780c6d0581c262de284194f2025a0cb
Author: Daniel <le...@outlook.com>
AuthorDate: Fri Jul 1 16:37:53 2022 +0800

    [INLONG-4820][Dashboard] Support cluster tag management, language pack lost
---
 inlong-dashboard/src/locales/cn.json | 7 +++++++
 inlong-dashboard/src/locales/en.json | 7 +++++++
 2 files changed, 14 insertions(+)

diff --git a/inlong-dashboard/src/locales/cn.json b/inlong-dashboard/src/locales/cn.json
index fb50381f3..613bc76b4 100644
--- a/inlong-dashboard/src/locales/cn.json
+++ b/inlong-dashboard/src/locales/cn.json
@@ -356,6 +356,7 @@
   "pages.ConsumeDetail.Info.config.ConsumerGroupID": "消费组ID",
   "pages.ConsumeDetail.ConsumptionDetails": "消费详情",
   "pages.Clusters.Type": "类型",
+  "pages.Clusters.TypeAll": "全部",
   "pages.Clusters.Create": "新建集群",
   "pages.Clusters.Edit": "编辑集群",
   "pages.Clusters.LastModifier": "最后操作",
@@ -368,6 +369,12 @@
   "pages.Clusters.Node.LastModifier": "最后操作",
   "pages.Clusters.Node.Create": "新建节点",
   "pages.Clusters.Pulsar.Tenant": "默认租户",
+  "pages.ClusterTags.Name": "集群标签",
+  "pages.ClusterTags.InCharges": "负责人",
+  "pages.ClusterTags.ModifyTime": "修改时间",
+  "pages.ClusterTags.Modifier": "最后修改人",
+  "pages.ClusterTags.BindCluster": "绑定集群",
+  "pages.ClusterTags.DelCluster": "移除",
   "pages.Datasources.status.Success": "正常",
   "pages.Datasources.status.Error": "失败",
   "pages.Datasources.status.Deleted": "已删除",
diff --git a/inlong-dashboard/src/locales/en.json b/inlong-dashboard/src/locales/en.json
index 5977a2918..4de81f0fd 100644
--- a/inlong-dashboard/src/locales/en.json
+++ b/inlong-dashboard/src/locales/en.json
@@ -356,6 +356,7 @@
   "pages.ConsumeDetail.Info.config.ConsumerGroupID": "Consumer group ID",
   "pages.ConsumeDetail.ConsumptionDetails": "Consumption Detail",
   "pages.Clusters.Type": "Type",
+  "pages.Clusters.TypeAll": "All",
   "pages.Clusters.Create": "Create",
   "pages.Clusters.Edit": "Edit",
   "pages.Clusters.LastModifier": "LastModifier",
@@ -368,6 +369,12 @@
   "pages.Clusters.Node.LastModifier": "LastModifier",
   "pages.Clusters.Node.Create": "Create",
   "pages.Clusters.Pulsar.Tenant": "Default Tenant",
+  "pages.ClusterTags.Name": "ClusterTag",
+  "pages.ClusterTags.InCharges": "InCharges",
+  "pages.ClusterTags.ModifyTime": "ModifyTime",
+  "pages.ClusterTags.Modifier": "Modifier",
+  "pages.ClusterTags.BindCluster": "BindCluster",
+  "pages.ClusterTags.DelCluster": "Remove",
   "pages.Datasources.status.Success": "Success",
   "pages.Datasources.status.Error": "Error",
   "pages.Datasources.status.Deleted": "Deleted",