You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hugegraph.apache.org by GitBox <gi...@apache.org> on 2022/04/27 03:08:08 UTC

[GitHub] [incubator-hugegraph-doc] simon824 commented on a diff in pull request #115: translate: hugegraph-server.md into english

simon824 commented on code in PR #115:
URL: https://github.com/apache/incubator-hugegraph-doc/pull/115#discussion_r859335176


##########
content/en/docs/quickstart/hugegraph-server.md:
##########
@@ -4,86 +4,86 @@ linkTitle: "Install HugeGraph-Server"
 weight: 1
 ---
 
-### 1 HugeGraph-Server概述
+### 1 HugeGraph-Server Overview
 
-HugeGraph-Server 是 HugeGraph 项目的核心部分,包含Core、Backend、API等子模块。
+HugeGraph-Server is the core part of the HugeGraph Project, contains submodules such as Core、Backend、API。
 
-Core模块是Tinkerpop接口的实现,Backend模块用于管理数据存储,目前支持的后端包括:Memory、Cassandra、ScyllaDB以及RocksDB,API模块提供HTTP Server,将Client的HTTP请求转化为对Core的调用。
+The Core Module is an implementation of the Tinkerpop interface; Backend Module for managing data storage, Currently supported backends include:Memory、Cassandra、ScyllaDB、RocksDB; The API Module provides HTTP Server, which converts Client's HTTP request into a call to Core Moudle。
 
-> 文档中会大量出现`HugeGraph-Server`及`HugeGraphServer`这两种写法,其他组件也类似。这两种写法含义上并无大的差异,可以这么区分:`HugeGraph-Server`表示服务端相关组件代码,`HugeGraphServer`表示服务进程。
+> There will be a large number of `HugeGraph-Server` and `HugeGraphServer` in the document, and other modules are similar。There is no big difference in the meaning of these two ways of writing, which can be distinguished as follows: `HugeGraph-Server` represents the code of server-related components, `HugeGraphServer` represents the service process。
 
-### 2 依赖
+### 2 Dependency
 
-#### 2.1 安装JDK-1.8
+#### 2.1 install JDK-1.8

Review Comment:
   capitalize the title



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org