tsunghanjacktsai commented on code in PR #409:
URL: https://github.com/apache/rocketmq-site/pull/409#discussion_r1064244367


##########
i18n/en/docusaurus-plugin-content-docs/current/04-deployment/17Dashboard.md:
##########
@@ -1,147 +1,150 @@
-
 # RocketMQ Dashboard
 
-`RocketMQ Dashboard` 是 RocketMQ 的管控利器,为用户提供客户端和应用程序的各种事件、性能的统计信息,支持以可视化工具代替 
Topic 配置、Broker 管理等命令行操作。
+**`RocketMQ Dashboard`** is a tool for managing RocketMQ, providing various 
statistical information on events and performance of clients and applications, 
and supporting visualized tools to replace command line operations such as 
topic configuration and broker management.
 
-## 介绍
+## Introduction
 
-### 功能概览
+### Feature Overview
 
-| 面板   | 功能                                                         |
-| ------ | ------------------------------------------------------------ |
-| 运维   | 修改nameserver 地址;  选用 ```VIPChannel```                  |
-| 驾驶舱 | 查看 broker, topic 消息量                                    |
-| 集群   | 集群分布,broker 配置、运行信息                              |
-| 主题   | 搜索、筛选、删除、更新/新增主题,消息路由,发送消息,重置消费位点 |
-| 消费者 | 搜索、删除、新增/更新消费者组,终端,消费详情,配置          |
-| 消息   | 消息记录,私信消息,消息轨迹等消息详情                       |
+| Dashboard | Function                                                     |
+| --------- | ------------------------------------------------------------ |
+| OPS       | Modify nameserver address; use `VIPChannel`                  |
+| Dashboard | Check broker, topic message volume                           |
+| Cluster   | Cluster distribution, broker configuration, runtime information |
+| Topic     | Search, filter, delete, update/add topics, message routing, send 
messages, reset consumption points |
+| Consumer  | Search, delete, add/update consumer groups, terminals, 
consumption details, configuration |
+| Message   | Message records, private messages, message trace, etc. message 
details |
 
-操作面板:
+operation panel:
 
 ![1657630174311](../picture/17Dashboard/1_dashboard.png)
 
-## 快速开始
+## Quick start

Review Comment:
   Quick start -> Quick Start



##########
i18n/en/docusaurus-plugin-content-docs/current/04-deployment/17Dashboard.md:
##########
@@ -1,147 +1,150 @@
-
 # RocketMQ Dashboard
 
-`RocketMQ Dashboard` 是 RocketMQ 的管控利器,为用户提供客户端和应用程序的各种事件、性能的统计信息,支持以可视化工具代替 
Topic 配置、Broker 管理等命令行操作。
+**`RocketMQ Dashboard`** is a tool for managing RocketMQ, providing various 
statistical information on events and performance of clients and applications, 
and supporting visualized tools to replace command line operations such as 
topic configuration and broker management.
 
-## 介绍
+## Introduction
 
-### 功能概览
+### Feature Overview
 
-| 面板   | 功能                                                         |
-| ------ | ------------------------------------------------------------ |
-| 运维   | 修改nameserver 地址;  选用 ```VIPChannel```                  |
-| 驾驶舱 | 查看 broker, topic 消息量                                    |
-| 集群   | 集群分布,broker 配置、运行信息                              |
-| 主题   | 搜索、筛选、删除、更新/新增主题,消息路由,发送消息,重置消费位点 |
-| 消费者 | 搜索、删除、新增/更新消费者组,终端,消费详情,配置          |
-| 消息   | 消息记录,私信消息,消息轨迹等消息详情                       |
+| Dashboard | Function                                                     |
+| --------- | ------------------------------------------------------------ |
+| OPS       | Modify nameserver address; use `VIPChannel`                  |
+| Dashboard | Check broker, topic message volume                           |
+| Cluster   | Cluster distribution, broker configuration, runtime information |
+| Topic     | Search, filter, delete, update/add topics, message routing, send 
messages, reset consumption points |
+| Consumer  | Search, delete, add/update consumer groups, terminals, 
consumption details, configuration |
+| Message   | Message records, private messages, message trace, etc. message 
details |
 
-操作面板:
+operation panel:
 
 ![1657630174311](../picture/17Dashboard/1_dashboard.png)
 
-## 快速开始
+## Quick start
 
-系统要求:
+System requirements:
 
 1. Linux/Unix/Mac
 2. 64bit JDK 1.8+
 3. Maven 3.2.x
-4. 启动 [RocketMQ](https://rocketmq.apache.org/docs/quick-start/) 
+4. Start [RocketMQ](https://rocketmq.apache.org/docs/quick-start/) 
 
-网络配置:
+Network configuration:
 
-1. 云服务器可远程访问或本地虚拟机可 PING 通外网
+1. The cloud server can be accessed remotely or the local virtual machine can 
PING the external network
 2. ```rocketmq``` 配置文件 ```broker.conf / broker-x.properties``` 设置 nameserver 
地址和端口号
-3. 用配置文件启动 broker
+3. Start the broker with the configuration file
 
-### 1. docker 镜像安装
+### 1. docker image installation
 
-① 安装docker,拉取 ```rocketmq-dashboard``` 镜像
+① Install docker and pull the rocketmq-dashboard image
 
 ```shell
 docker pull apacherocketmq/rocketmq-dashboard:latest
 ```
 
-② docker 容器中运行 ```rocketmq-dashboard```
+② Run in a docker container ```rocketmq-dashboard```

Review Comment:
   docker -> Docker



##########
i18n/en/docusaurus-plugin-content-docs/current/04-deployment/17Dashboard.md:
##########
@@ -1,147 +1,150 @@
-
 # RocketMQ Dashboard
 
-`RocketMQ Dashboard` 是 RocketMQ 的管控利器,为用户提供客户端和应用程序的各种事件、性能的统计信息,支持以可视化工具代替 
Topic 配置、Broker 管理等命令行操作。
+**`RocketMQ Dashboard`** is a tool for managing RocketMQ, providing various 
statistical information on events and performance of clients and applications, 
and supporting visualized tools to replace command line operations such as 
topic configuration and broker management.
 
-## 介绍
+## Introduction
 
-### 功能概览
+### Feature Overview
 
-| 面板   | 功能                                                         |
-| ------ | ------------------------------------------------------------ |
-| 运维   | 修改nameserver 地址;  选用 ```VIPChannel```                  |
-| 驾驶舱 | 查看 broker, topic 消息量                                    |
-| 集群   | 集群分布,broker 配置、运行信息                              |
-| 主题   | 搜索、筛选、删除、更新/新增主题,消息路由,发送消息,重置消费位点 |
-| 消费者 | 搜索、删除、新增/更新消费者组,终端,消费详情,配置          |
-| 消息   | 消息记录,私信消息,消息轨迹等消息详情                       |
+| Dashboard | Function                                                     |
+| --------- | ------------------------------------------------------------ |
+| OPS       | Modify nameserver address; use `VIPChannel`                  |
+| Dashboard | Check broker, topic message volume                           |
+| Cluster   | Cluster distribution, broker configuration, runtime information |
+| Topic     | Search, filter, delete, update/add topics, message routing, send 
messages, reset consumption points |
+| Consumer  | Search, delete, add/update consumer groups, terminals, 
consumption details, configuration |
+| Message   | Message records, private messages, message trace, etc. message 
details |
 
-操作面板:
+operation panel:

Review Comment:
   operation -> Operation



##########
i18n/en/docusaurus-plugin-content-docs/current/04-deployment/17Dashboard.md:
##########
@@ -1,147 +1,150 @@
-
 # RocketMQ Dashboard
 
-`RocketMQ Dashboard` 是 RocketMQ 的管控利器,为用户提供客户端和应用程序的各种事件、性能的统计信息,支持以可视化工具代替 
Topic 配置、Broker 管理等命令行操作。
+**`RocketMQ Dashboard`** is a tool for managing RocketMQ, providing various 
statistical information on events and performance of clients and applications, 
and supporting visualized tools to replace command line operations such as 
topic configuration and broker management.
 
-## 介绍
+## Introduction
 
-### 功能概览
+### Feature Overview
 
-| 面板   | 功能                                                         |
-| ------ | ------------------------------------------------------------ |
-| 运维   | 修改nameserver 地址;  选用 ```VIPChannel```                  |
-| 驾驶舱 | 查看 broker, topic 消息量                                    |
-| 集群   | 集群分布,broker 配置、运行信息                              |
-| 主题   | 搜索、筛选、删除、更新/新增主题,消息路由,发送消息,重置消费位点 |
-| 消费者 | 搜索、删除、新增/更新消费者组,终端,消费详情,配置          |
-| 消息   | 消息记录,私信消息,消息轨迹等消息详情                       |
+| Dashboard | Function                                                     |
+| --------- | ------------------------------------------------------------ |
+| OPS       | Modify nameserver address; use `VIPChannel`                  |
+| Dashboard | Check broker, topic message volume                           |
+| Cluster   | Cluster distribution, broker configuration, runtime information |
+| Topic     | Search, filter, delete, update/add topics, message routing, send 
messages, reset consumption points |
+| Consumer  | Search, delete, add/update consumer groups, terminals, 
consumption details, configuration |
+| Message   | Message records, private messages, message trace, etc. message 
details |
 
-操作面板:
+operation panel:
 
 ![1657630174311](../picture/17Dashboard/1_dashboard.png)
 
-## 快速开始
+## Quick start
 
-系统要求:
+System requirements:
 
 1. Linux/Unix/Mac
 2. 64bit JDK 1.8+
 3. Maven 3.2.x
-4. 启动 [RocketMQ](https://rocketmq.apache.org/docs/quick-start/) 
+4. Start [RocketMQ](https://rocketmq.apache.org/docs/quick-start/) 
 
-网络配置:
+Network configuration:
 
-1. 云服务器可远程访问或本地虚拟机可 PING 通外网
+1. The cloud server can be accessed remotely or the local virtual machine can 
PING the external network
 2. ```rocketmq``` 配置文件 ```broker.conf / broker-x.properties``` 设置 nameserver 
地址和端口号
-3. 用配置文件启动 broker
+3. Start the broker with the configuration file
 
-### 1. docker 镜像安装
+### 1. docker image installation
 
-① 安装docker,拉取 ```rocketmq-dashboard``` 镜像
+① Install docker and pull the rocketmq-dashboard image
 
 ```shell
 docker pull apacherocketmq/rocketmq-dashboard:latest
 ```
 
-② docker 容器中运行 ```rocketmq-dashboard```
+② Run in a docker container ```rocketmq-dashboard```
 
 ```shell
 docker run -d --name rocketmq-dashboard -e 
"JAVA_OPTS=-Drocketmq.namesrv.addr=127.0.0.1:9876" -p 8080:8080 -t 
apacherocketmq/rocketmq-dashboard:latest
 ```
 
 :::tip
 
-```namesrv.addr:port``` 替换为 ```rocketmq```  中配置的 nameserver 地址:端口号
+Replace namesrv.addr:port with the nameserver address and port configured in 
rocketmq
 
-开放端口号:8080,9876,10911,11011 端口
+1. Open port numbers: 8080, 9876, 10911, 11011
 
-- 云服务器:设置安全组访问规则
-- 本地虚拟机:关闭防火墙,或 ```-add-port```
+- Cloud server: Set security group access rules
+- Local virtual machine: Turn off firewall, or -add-port
 
 :::
 
-### 2. 源码安装
+### 2. Source installation
 
-源码地址:[apache/rocketmq-dashboard](https://github.com/apache/rocketmq-dashboard) 
+Source 
address:[apache/rocketmq-dashboard](https://github.com/apache/rocketmq-dashboard)
 
 
-下载并解压,切换至源码目录 ```rocketmq-dashboard-master/```
+Download it, unzip it, and navigate to the source directory 
```rocketmq-dashboard-master/```
 
-① 编译 ```rocketmq-dashboard``` 
+① Compile ```rocketmq-dashboard``` 
 
 ```shell
 mvn clean package -Dmaven.test.skip=true
 ```
 
-② 运行 ```rocketmq-dashboard```
+② Run ```rocketmq-dashboard```
 
 ```shell
 java -jar target/rocketmq-dashboard-1.0.1-SNAPSHOT.jar
 ```
 
-提示:**Started App in x.xxx seconds (JVM running for x.xxx)** 启动成功
+:::tip
+
+**Started App in x.xxx seconds (JVM running for x.xxx)** ,Indicates successful 
startup.
+
+:::
 
-浏览器页面访问:namesrv.addr:8080
+Browser page access:namesrv.addr:8080
 
-关闭 ```rocketmq-dashboard``` : ctrl + c
+Close ```rocketmq-dashboard``` : ctrl + c
 
-再次启动:执行 ②
+Restart:execution ②
 
-**tips**:下载后的源码需要上传到 Linux 系统上编译,本地编译可能会报错。
+**tips**:The downloaded source code needs to be uploaded to the Linux system 
for compilation, and local compilation may give errors
 
-## 使用教程
+## Tutorial
 
-### 1. 创建主题 Topic 
+### 1.Create topic-Topic 
 
-主题 ```>``` 新增/更新
+Topic ```>``` ADD/UPDATE
 
 ![1657547091545](../picture/17Dashboard/2_createTopic.png)
 
-### 2. 创建消费者组 consumer
+### 2. Create consumer group-Consumer
 
-消费者 ```>``` 新增/更新
+Consumer ```>``` ADD/UPDATE
 
 ![1657547745254](../picture/17Dashboard/3_createConsumer.png)
 
-### 3. 重置消费位点
+### 3. Reset consumption offset
 
-主题 ```>``` 重置消费位点
+Topic ```>``` REST CONSUMER OFFSET
 
 ![1657547891994](../picture/17Dashboard/4_resetOffset.png)
 
-**tips**:
+:::tip
+
+- Cluster consumption supports resetting consumption offsets, but broadcast 
mode does not.
+- If a consumer is not online, it is not possible to reset the consumption 
offset.
 
-- 集群消费支持重置消费位点, 广播模式不支持.
-- 消费者不在线不能重置消费位点
+:::
 
-### 4. 扩容 Topic 队列
+### 4. Expand topic queue

Review Comment:
   queue -> queues



##########
i18n/en/docusaurus-plugin-content-docs/current/04-deployment/17Dashboard.md:
##########
@@ -1,147 +1,150 @@
-
 # RocketMQ Dashboard
 
-`RocketMQ Dashboard` 是 RocketMQ 的管控利器,为用户提供客户端和应用程序的各种事件、性能的统计信息,支持以可视化工具代替 
Topic 配置、Broker 管理等命令行操作。
+**`RocketMQ Dashboard`** is a tool for managing RocketMQ, providing various 
statistical information on events and performance of clients and applications, 
and supporting visualized tools to replace command line operations such as 
topic configuration and broker management.
 
-## 介绍
+## Introduction
 
-### 功能概览
+### Feature Overview
 
-| 面板   | 功能                                                         |
-| ------ | ------------------------------------------------------------ |
-| 运维   | 修改nameserver 地址;  选用 ```VIPChannel```                  |
-| 驾驶舱 | 查看 broker, topic 消息量                                    |
-| 集群   | 集群分布,broker 配置、运行信息                              |
-| 主题   | 搜索、筛选、删除、更新/新增主题,消息路由,发送消息,重置消费位点 |
-| 消费者 | 搜索、删除、新增/更新消费者组,终端,消费详情,配置          |
-| 消息   | 消息记录,私信消息,消息轨迹等消息详情                       |
+| Dashboard | Function                                                     |
+| --------- | ------------------------------------------------------------ |
+| OPS       | Modify nameserver address; use `VIPChannel`                  |
+| Dashboard | Check broker, topic message volume                           |
+| Cluster   | Cluster distribution, broker configuration, runtime information |
+| Topic     | Search, filter, delete, update/add topics, message routing, send 
messages, reset consumption points |
+| Consumer  | Search, delete, add/update consumer groups, terminals, 
consumption details, configuration |
+| Message   | Message records, private messages, message trace, etc. message 
details |
 
-操作面板:
+operation panel:
 
 ![1657630174311](../picture/17Dashboard/1_dashboard.png)
 
-## 快速开始
+## Quick start
 
-系统要求:
+System requirements:
 
 1. Linux/Unix/Mac
 2. 64bit JDK 1.8+
 3. Maven 3.2.x
-4. 启动 [RocketMQ](https://rocketmq.apache.org/docs/quick-start/) 
+4. Start [RocketMQ](https://rocketmq.apache.org/docs/quick-start/) 
 
-网络配置:
+Network configuration:
 
-1. 云服务器可远程访问或本地虚拟机可 PING 通外网
+1. The cloud server can be accessed remotely or the local virtual machine can 
PING the external network
 2. ```rocketmq``` 配置文件 ```broker.conf / broker-x.properties``` 设置 nameserver 
地址和端口号
-3. 用配置文件启动 broker
+3. Start the broker with the configuration file
 
-### 1. docker 镜像安装
+### 1. docker image installation
 
-① 安装docker,拉取 ```rocketmq-dashboard``` 镜像
+① Install docker and pull the rocketmq-dashboard image
 
 ```shell
 docker pull apacherocketmq/rocketmq-dashboard:latest
 ```
 
-② docker 容器中运行 ```rocketmq-dashboard```
+② Run in a docker container ```rocketmq-dashboard```
 
 ```shell
 docker run -d --name rocketmq-dashboard -e 
"JAVA_OPTS=-Drocketmq.namesrv.addr=127.0.0.1:9876" -p 8080:8080 -t 
apacherocketmq/rocketmq-dashboard:latest
 ```
 
 :::tip
 
-```namesrv.addr:port``` 替换为 ```rocketmq```  中配置的 nameserver 地址:端口号
+Replace namesrv.addr:port with the nameserver address and port configured in 
rocketmq
 
-开放端口号:8080,9876,10911,11011 端口
+1. Open port numbers: 8080, 9876, 10911, 11011
 
-- 云服务器:设置安全组访问规则
-- 本地虚拟机:关闭防火墙,或 ```-add-port```
+- Cloud server: Set security group access rules
+- Local virtual machine: Turn off firewall, or -add-port
 
 :::
 
-### 2. 源码安装
+### 2. Source installation
 
-源码地址:[apache/rocketmq-dashboard](https://github.com/apache/rocketmq-dashboard) 
+Source 
address:[apache/rocketmq-dashboard](https://github.com/apache/rocketmq-dashboard)
 
 
-下载并解压,切换至源码目录 ```rocketmq-dashboard-master/```
+Download it, unzip it, and navigate to the source directory 
```rocketmq-dashboard-master/```
 
-① 编译 ```rocketmq-dashboard``` 
+① Compile ```rocketmq-dashboard``` 
 
 ```shell
 mvn clean package -Dmaven.test.skip=true
 ```
 
-② 运行 ```rocketmq-dashboard```
+② Run ```rocketmq-dashboard```
 
 ```shell
 java -jar target/rocketmq-dashboard-1.0.1-SNAPSHOT.jar
 ```
 
-提示:**Started App in x.xxx seconds (JVM running for x.xxx)** 启动成功
+:::tip
+
+**Started App in x.xxx seconds (JVM running for x.xxx)** ,Indicates successful 
startup.
+
+:::
 
-浏览器页面访问:namesrv.addr:8080
+Browser page access:namesrv.addr:8080
 
-关闭 ```rocketmq-dashboard``` : ctrl + c
+Close ```rocketmq-dashboard``` : ctrl + c
 
-再次启动:执行 ②
+Restart:execution ②
 
-**tips**:下载后的源码需要上传到 Linux 系统上编译,本地编译可能会报错。
+**tips**:The downloaded source code needs to be uploaded to the Linux system 
for compilation, and local compilation may give errors

Review Comment:
   give -> return



-- 
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