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

leonard pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-cdc.git


The following commit(s) were added to refs/heads/master by this push:
     new 8fdd151a0 [FLINK-34734][cdc][doc] Translate the title of content.zh to 
Chinese
8fdd151a0 is described below

commit 8fdd151a0606f8bb707ce11b969bdb62f22c7182
Author: Kunni <[email protected]>
AuthorDate: Wed Mar 20 12:12:39 2024 +0800

    [FLINK-34734][cdc][doc] Translate the title of content.zh to Chinese
    
    This closes #3172.
---
 docs/content.zh/docs/connectors/_index.md                               | 2 +-
 docs/content.zh/docs/connectors/legacy-flink-cdc-sources/_index.md      | 2 +-
 .../legacy-flink-cdc-sources/datastream-api-package-guidance.md         | 2 +-
 docs/content.zh/docs/connectors/legacy-flink-cdc-sources/overview.md    | 2 +-
 .../docs/connectors/legacy-flink-cdc-sources/tutorials/_index.md        | 2 +-
 .../tutorials/build-real-time-data-lake-tutorial.md                     | 2 +-
 .../docs/connectors/legacy-flink-cdc-sources/tutorials/db2-tutorial.md  | 2 +-
 .../connectors/legacy-flink-cdc-sources/tutorials/mongodb-tutorial.md   | 2 +-
 .../legacy-flink-cdc-sources/tutorials/mysql-postgres-tutorial.md       | 2 +-
 .../connectors/legacy-flink-cdc-sources/tutorials/oceanbase-tutorial.md | 2 +-
 .../connectors/legacy-flink-cdc-sources/tutorials/oracle-tutorial.md    | 2 +-
 .../connectors/legacy-flink-cdc-sources/tutorials/polardbx-tutorial.md  | 2 +-
 .../connectors/legacy-flink-cdc-sources/tutorials/sqlserver-tutorial.md | 2 +-
 .../docs/connectors/legacy-flink-cdc-sources/tutorials/tidb-tutorial.md | 2 +-
 docs/content.zh/docs/connectors/overview.md                             | 2 +-
 docs/content.zh/docs/core-concept/_index.md                             | 2 +-
 docs/content.zh/docs/deployment/_index.md                               | 2 +-
 docs/content.zh/docs/developer-guide/_index.md                          | 2 +-
 docs/content.zh/docs/developer-guide/contribute-to-flink-cdc.md         | 2 +-
 docs/content.zh/docs/developer-guide/licenses.md                        | 2 +-
 docs/content.zh/docs/developer-guide/understand-flink-cdc-api.md        | 2 +-
 docs/content.zh/docs/faq/_index.md                                      | 2 +-
 docs/content.zh/docs/faq/faq.md                                         | 2 +-
 docs/content.zh/docs/get-started/_index.md                              | 2 +-
 docs/content.zh/docs/get-started/introduction.md                        | 2 +-
 docs/content.zh/docs/get-started/quickstart/_index.md                   | 2 +-
 docs/content.zh/docs/get-started/quickstart/mysql-to-doris.md           | 2 +-
 docs/content.zh/docs/get-started/quickstart/mysql-to-starrocks.md       | 2 +-
 28 files changed, 28 insertions(+), 28 deletions(-)

diff --git a/docs/content.zh/docs/connectors/_index.md 
b/docs/content.zh/docs/connectors/_index.md
index 7e2b4d005..4683eec99 100644
--- a/docs/content.zh/docs/connectors/_index.md
+++ b/docs/content.zh/docs/connectors/_index.md
@@ -1,5 +1,5 @@
 ---
-title: Connectors
+title: 连接器
 bold: true
 bookCollapseSection: true
 weight: 3
diff --git a/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/_index.md 
b/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/_index.md
index 11aed50f2..e636a211d 100644
--- a/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/_index.md
+++ b/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/_index.md
@@ -1,5 +1,5 @@
 ---
-title: Legacy Flink CDC Sources
+title: Legacy CDC Sources
 bookCollapseSection: true
 weight: 5
 ---
diff --git 
a/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/datastream-api-package-guidance.md
 
b/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/datastream-api-package-guidance.md
index 7cfead63a..9789f6b51 100644
--- 
a/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/datastream-api-package-guidance.md
+++ 
b/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/datastream-api-package-guidance.md
@@ -1,5 +1,5 @@
 ---
-title: "DataStream API Package Guidance"
+title: "DataStream API 打包指南"
 weight: 998
 type: docs
 aliases:
diff --git 
a/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/overview.md 
b/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/overview.md
index 4311ed961..3d22e69a3 100644
--- a/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/overview.md
+++ b/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/overview.md
@@ -1,5 +1,5 @@
 ---
-title: "Overview"
+title: "概览"
 weight: 1
 type: docs
 aliases:
diff --git 
a/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/tutorials/_index.md 
b/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/tutorials/_index.md
index 7c83c335c..8582b9b76 100644
--- 
a/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/tutorials/_index.md
+++ 
b/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/tutorials/_index.md
@@ -1,5 +1,5 @@
 ---
-title: Tutorials
+title: "Legacy CDC Sources 教程"
 bookCollapseSection: true
 weight: 999
 ---
diff --git 
a/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/tutorials/build-real-time-data-lake-tutorial.md
 
b/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/tutorials/build-real-time-data-lake-tutorial.md
index 8f43f0995..ff45befbf 100644
--- 
a/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/tutorials/build-real-time-data-lake-tutorial.md
+++ 
b/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/tutorials/build-real-time-data-lake-tutorial.md
@@ -1,5 +1,5 @@
 ---
-title: "Building a Real-time Data Lake with Flink CDC"
+title: "使用 Flink CDC 构建实时数据湖"
 weight: 999
 type: docs
 aliases:
diff --git 
a/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/tutorials/db2-tutorial.md
 
b/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/tutorials/db2-tutorial.md
index 9232aeb0b..768355154 100644
--- 
a/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/tutorials/db2-tutorial.md
+++ 
b/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/tutorials/db2-tutorial.md
@@ -1,5 +1,5 @@
 ---
-title: "Db2 Tutorial"
+title: "Db2 教程"
 weight: 8
 type: docs
 aliases:
diff --git 
a/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/tutorials/mongodb-tutorial.md
 
b/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/tutorials/mongodb-tutorial.md
index 7f5cb1d59..6c9cb46cb 100644
--- 
a/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/tutorials/mongodb-tutorial.md
+++ 
b/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/tutorials/mongodb-tutorial.md
@@ -1,5 +1,5 @@
 ---
-title: "MongoDB Tutorial"
+title: "MongoDB 教程"
 weight: 1
 type: docs
 aliases:
diff --git 
a/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/tutorials/mysql-postgres-tutorial.md
 
b/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/tutorials/mysql-postgres-tutorial.md
index 41a218918..c124bead9 100644
--- 
a/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/tutorials/mysql-postgres-tutorial.md
+++ 
b/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/tutorials/mysql-postgres-tutorial.md
@@ -1,5 +1,5 @@
 ---
-title: "MySQL & PostgreSQL Tutorial"
+title: "MySQL & PostgreSQL 教程"
 weight: 2
 type: docs
 aliases:
diff --git 
a/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/tutorials/oceanbase-tutorial.md
 
b/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/tutorials/oceanbase-tutorial.md
index e640b55d0..1211470c6 100644
--- 
a/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/tutorials/oceanbase-tutorial.md
+++ 
b/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/tutorials/oceanbase-tutorial.md
@@ -1,5 +1,5 @@
 ---
-title: "OceanBase Tutorial"
+title: "OceanBase 教程"
 weight: 3
 type: docs
 aliases:
diff --git 
a/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/tutorials/oracle-tutorial.md
 
b/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/tutorials/oracle-tutorial.md
index 905b20223..ab5fc3cef 100644
--- 
a/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/tutorials/oracle-tutorial.md
+++ 
b/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/tutorials/oracle-tutorial.md
@@ -1,5 +1,5 @@
 ---
-title: "Oracle Tutorial"
+title: "Oracle 教程"
 weight: 4
 type: docs
 aliases:
diff --git 
a/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/tutorials/polardbx-tutorial.md
 
b/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/tutorials/polardbx-tutorial.md
index e506bf20b..71c66d924 100644
--- 
a/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/tutorials/polardbx-tutorial.md
+++ 
b/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/tutorials/polardbx-tutorial.md
@@ -1,5 +1,5 @@
 ---
-title: "PolarDB-X Tutorial"
+title: "PolarDB-X 教程"
 weight: 5
 type: docs
 aliases:
diff --git 
a/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/tutorials/sqlserver-tutorial.md
 
b/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/tutorials/sqlserver-tutorial.md
index 9c6dc0e43..31ca52a08 100644
--- 
a/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/tutorials/sqlserver-tutorial.md
+++ 
b/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/tutorials/sqlserver-tutorial.md
@@ -1,5 +1,5 @@
 ---
-title: "SqlServer Tutorial"
+title: "SqlServer 教程"
 weight: 6
 type: docs
 aliases:
diff --git 
a/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/tutorials/tidb-tutorial.md
 
b/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/tutorials/tidb-tutorial.md
index 24d9fecfd..fbb8700a4 100644
--- 
a/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/tutorials/tidb-tutorial.md
+++ 
b/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/tutorials/tidb-tutorial.md
@@ -1,5 +1,5 @@
 ---
-title: "TiDB Tutorial"
+title: "TiDB 教程"
 weight: 7
 type: docs
 aliases:
diff --git a/docs/content.zh/docs/connectors/overview.md 
b/docs/content.zh/docs/connectors/overview.md
index 0eee7bdfa..60740568c 100644
--- a/docs/content.zh/docs/connectors/overview.md
+++ b/docs/content.zh/docs/connectors/overview.md
@@ -1,5 +1,5 @@
 ---
-title: "Overview"
+title: "概览"
 weight: 1
 type: docs
 aliases:
diff --git a/docs/content.zh/docs/core-concept/_index.md 
b/docs/content.zh/docs/core-concept/_index.md
index 14fc80253..9ae9fd34b 100644
--- a/docs/content.zh/docs/core-concept/_index.md
+++ b/docs/content.zh/docs/core-concept/_index.md
@@ -1,5 +1,5 @@
 ---
-title: "Core Concept"
+title: "核心概念"
 bold: true
 bookCollapseSection: true
 weight: 2
diff --git a/docs/content.zh/docs/deployment/_index.md 
b/docs/content.zh/docs/deployment/_index.md
index 0c4ce7a85..d93d908a0 100644
--- a/docs/content.zh/docs/deployment/_index.md
+++ b/docs/content.zh/docs/deployment/_index.md
@@ -1,5 +1,5 @@
 ---
-title: Deployment
+title: 部署模式
 bold: true
 bookCollapseSection: true
 weight: 4
diff --git a/docs/content.zh/docs/developer-guide/_index.md 
b/docs/content.zh/docs/developer-guide/_index.md
index c4a4b38ba..c8488b372 100644
--- a/docs/content.zh/docs/developer-guide/_index.md
+++ b/docs/content.zh/docs/developer-guide/_index.md
@@ -1,5 +1,5 @@
 ---
-title: Developer Guide
+title: 开发者指南
 bold: true
 bookCollapseSection: true
 weight: 5
diff --git a/docs/content.zh/docs/developer-guide/contribute-to-flink-cdc.md 
b/docs/content.zh/docs/developer-guide/contribute-to-flink-cdc.md
index 39c41f684..29d24a86d 100644
--- a/docs/content.zh/docs/developer-guide/contribute-to-flink-cdc.md
+++ b/docs/content.zh/docs/developer-guide/contribute-to-flink-cdc.md
@@ -1,5 +1,5 @@
 ---
-title: "Contribute to Flink CDC"
+title: "向 Flink CDC 提交贡献"
 weight: 2
 type: docs
 aliases:
diff --git a/docs/content.zh/docs/developer-guide/licenses.md 
b/docs/content.zh/docs/developer-guide/licenses.md
index 46fa329fd..51e313004 100644
--- a/docs/content.zh/docs/developer-guide/licenses.md
+++ b/docs/content.zh/docs/developer-guide/licenses.md
@@ -1,5 +1,5 @@
 ---
-title: "Licenses"
+title: "许可证"
 weight: 3
 type: docs
 aliases:
diff --git a/docs/content.zh/docs/developer-guide/understand-flink-cdc-api.md 
b/docs/content.zh/docs/developer-guide/understand-flink-cdc-api.md
index f9163e87f..e311cdc5e 100644
--- a/docs/content.zh/docs/developer-guide/understand-flink-cdc-api.md
+++ b/docs/content.zh/docs/developer-guide/understand-flink-cdc-api.md
@@ -1,5 +1,5 @@
 ---
-title: "Understand Flink CDC API"
+title: "理解 Flink CDC API"
 weight: 1
 type: docs
 aliases:
diff --git a/docs/content.zh/docs/faq/_index.md 
b/docs/content.zh/docs/faq/_index.md
index d4ad92da8..ef37cf38a 100644
--- a/docs/content.zh/docs/faq/_index.md
+++ b/docs/content.zh/docs/faq/_index.md
@@ -1,5 +1,5 @@
 ---
-title: "FAQ"
+title: "常见问题"
 # bold: true
 bookCollapseSection: true
 weight: 6
diff --git a/docs/content.zh/docs/faq/faq.md b/docs/content.zh/docs/faq/faq.md
index fd6b68905..2824ab4b5 100644
--- a/docs/content.zh/docs/faq/faq.md
+++ b/docs/content.zh/docs/faq/faq.md
@@ -1,5 +1,5 @@
 ---
-title: "Frequently Asked Questions"
+title: "常见问题汇总"
 weight: 1
 type: docs
 aliases:
diff --git a/docs/content.zh/docs/get-started/_index.md 
b/docs/content.zh/docs/get-started/_index.md
index a5a430c8f..25c9cfa35 100644
--- a/docs/content.zh/docs/get-started/_index.md
+++ b/docs/content.zh/docs/get-started/_index.md
@@ -1,5 +1,5 @@
 ---
-title: "Get Started"
+title: "入门指南"
 bold: true
 bookCollapseSection: true
 weight: 1
diff --git a/docs/content.zh/docs/get-started/introduction.md 
b/docs/content.zh/docs/get-started/introduction.md
index d0d4af7a8..a95b86322 100644
--- a/docs/content.zh/docs/get-started/introduction.md
+++ b/docs/content.zh/docs/get-started/introduction.md
@@ -1,5 +1,5 @@
 ---
-title: "Introduction"
+title: "项目介绍"
 weight: 1
 type: docs
 aliases:
diff --git a/docs/content.zh/docs/get-started/quickstart/_index.md 
b/docs/content.zh/docs/get-started/quickstart/_index.md
index 65da2954b..ad1c09bab 100644
--- a/docs/content.zh/docs/get-started/quickstart/_index.md
+++ b/docs/content.zh/docs/get-started/quickstart/_index.md
@@ -1,5 +1,5 @@
 ---
-title: "Quickstart"
+title: "快速开始"
 bookCollapseSection: true
 weight: 2
 ---
diff --git a/docs/content.zh/docs/get-started/quickstart/mysql-to-doris.md 
b/docs/content.zh/docs/get-started/quickstart/mysql-to-doris.md
index c48ceb785..0b04ecfe6 100644
--- a/docs/content.zh/docs/get-started/quickstart/mysql-to-doris.md
+++ b/docs/content.zh/docs/get-started/quickstart/mysql-to-doris.md
@@ -1,5 +1,5 @@
 ---
-title: "MySQL to Doris"
+title: "MySQL 同步到 Doris"
 weight: 1
 type: docs
 aliases:
diff --git a/docs/content.zh/docs/get-started/quickstart/mysql-to-starrocks.md 
b/docs/content.zh/docs/get-started/quickstart/mysql-to-starrocks.md
index 32733ec31..9d65fcbcc 100644
--- a/docs/content.zh/docs/get-started/quickstart/mysql-to-starrocks.md
+++ b/docs/content.zh/docs/get-started/quickstart/mysql-to-starrocks.md
@@ -1,5 +1,5 @@
 ---
-title: "MySQL to StarRocks"
+title: "MySQL 同步到 StarRocks"
 weight: 2
 type: docs
 aliases:

Reply via email to