javeme commented on code in PR #116:
URL: 
https://github.com/apache/incubator-hugegraph-doc/pull/116#discussion_r860505314


##########
content/en/docs/quickstart/hugegraph-client.md:
##########
@@ -4,37 +4,35 @@ linkTitle: "Develop with HugeGraph-Client"
 weight: 6
 ---
 
-### 1 HugeGraph-Client概述
+### 1 Overview Of Hugegraph
 
-HugeGraph-Client向HugeGraph-Server发出HTTP请求,获取并解析Server的执行结果。目前仅提供了Java版,用户可以使用HugeGraph-Client编写Java代码操作HugeGraph,比如元数据和图数据的增删改查,或者执行gremlin语句。
+HugeGraph-Client sends HTTP request to HugeGraph-Server to obtain and parse 
the execution result of Server. Currently only the Java version is provided. 
You can use HugeGraph-Client to write Java code to operate HugeGraph, such as 
adding, deleting, modifying, and querying metadata and graph data, or executing 
gremlin statements.

Review Comment:
   We can adjust some statements:
   
   - `Currently only the Java version is provided` => `Currently only the 
HugeGraph-Client for Java is provided`
   - `querying metadata and graph data` => `querying schema and graph data...`
   
   因为`"目前仅提供了Java版"`的含义确切的说是:`"目前仅提供了Java版的HugeGraph-Client" `



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to