You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ja...@apache.org on 2020/06/28 02:34:28 UTC

[flink] branch master updated: [FLINK-18396][docs-zh] Translate "Formats Overview" page into Chinese

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5a13490  [FLINK-18396][docs-zh] Translate "Formats Overview" page into Chinese
5a13490 is described below

commit 5a134905fb1c00bd5ef5b78aa176beb658e5b48c
Author: dalong01.liu <da...@vipshop.com>
AuthorDate: Sat Jun 27 10:52:16 2020 +0800

    [FLINK-18396][docs-zh] Translate "Formats Overview" page into Chinese
    
    This closes #12775
---
 docs/dev/table/connectors/formats/index.zh.md | 10 +++++-----
 docs/dev/table/connectors/formats/json.zh.md  |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/dev/table/connectors/formats/index.zh.md b/docs/dev/table/connectors/formats/index.zh.md
index d4feb72..a86add9 100644
--- a/docs/dev/table/connectors/formats/index.zh.md
+++ b/docs/dev/table/connectors/formats/index.zh.md
@@ -24,15 +24,15 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-Flink provides a set of table formats that can be used with table connectors. A table format is a storage format defines how to map binary data onto table columns.
+Flink 提供了一套与表连接器(table connector)一起使用的表格式(table format)。表格式是一种存储格式,定义了如何把二进制数据映射到表的列上。
 
-Flink supports the following formats:
+Flink 支持以下格式:
 
 <table class="table table-bordered">
     <thead>
       <tr>
-        <th class="text-left">Formats</th>
-        <th class="text-left">Supported Connectors</th>
+        <th class="text-left">格式</th>
+        <th class="text-left">支持的连接器</th>
       </tr>
     </thead>
     <tbody>
@@ -69,4 +69,4 @@ Flink supports the following formats:
          <td><a href="{% link dev/table/connectors/filesystem.zh.md %}">Filesystem</a></td>
         </tr>
     </tbody>
-</table>
\ No newline at end of file
+</table>
diff --git a/docs/dev/table/connectors/formats/json.zh.md b/docs/dev/table/connectors/formats/json.zh.md
index ada53a9..cf8f286 100644
--- a/docs/dev/table/connectors/formats/json.zh.md
+++ b/docs/dev/table/connectors/formats/json.zh.md
@@ -29,7 +29,7 @@ under the License.
 * This will be replaced by the TOC
 {:toc}
 
-[JSON](https://www.json.org/json-en.html) Format 能读写 JSON 格式的数据。当前,JSON scheme 是从 table schema 中自动推导而得的。
+[JSON](https://www.json.org/json-en.html) Format 能读写 JSON 格式的数据。当前,JSON schema 是从 table schema 中自动推导而得的。
 
 依赖
 ------------