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

dinglei pushed a commit to branch new-official-website
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git


The following commit(s) were added to refs/heads/new-official-website by this 
push:
     new 75e269f82 [ISSUE #337] Modify 03wathis en document Chinese worlds to 
english worlds in 4.x version (#338)
75e269f82 is described below

commit 75e269f82fe795b15e9018570bc0feb640307480
Author: mxsm <[email protected]>
AuthorDate: Tue Oct 18 14:51:33 2022 +0800

    [ISSUE #337] Modify 03wathis en document Chinese worlds to english worlds 
in 4.x version (#338)
---
 .../current/01-introduction/03whatis.md                            | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git 
a/i18n/en/docusaurus-plugin-content-docs/current/01-introduction/03whatis.md 
b/i18n/en/docusaurus-plugin-content-docs/current/01-introduction/03whatis.md
index 68c7da578..99ff4f1af 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/01-introduction/03whatis.md
+++ b/i18n/en/docusaurus-plugin-content-docs/current/01-introduction/03whatis.md
@@ -14,18 +14,18 @@ import TabItem from '@theme/TabItem';
 :::tip Concepts
 
 <Tabs>
-  <TabItem value="Producer" label="生产者" default>
+  <TabItem value="Producer" label="Producer" default>
    The producer is responsible for producing messages, and the business system 
is generally responsible for producing messages. A producer sends messages 
generated in the business application system to the broker server.RocketMQ 
provides a variety of sending methods, synchronous sending, asynchronous 
sending, sequential sending, and one-way sending.
 
 learn more  ➡️ [Producer](../02-producer/04concept1.md)
   </TabItem>
-  <TabItem value="Consumer" label="消费者">
+  <TabItem value="Consumer" label="Consumer">
    Aims to consume messages, which are generally responsible by the backend 
system (asynchronous consumption). A message consumer pulls messages from the 
Broker server and serves them to the application. From the perspective of user 
applications, two consumption methods are provided: pull consumption and push 
consumption.
 
 learn more  ➡️ [Consumer](../03-consumer/11concept2.md)
 
   </TabItem>
-  <TabItem value="Topic" label="主题">
+  <TabItem value="Topic" label="Topic">
   RocketMQ's fundamental unit of event organization is called Topic. Each 
Topic contains several messages, and each message can only belong to one topic.
 
 learn more  ➡️ [basic concept](../02-producer/04concept1.md)
@@ -154,4 +154,3 @@ The Producer starts by establishing a long-term connection 
with one device of th
 
 The Consumer establishes a long-term connection with one of the NameServers, 
obtains which brokers the current subscription topic exists on, and then 
directly establishes a connection channel with the Broker, and then starts to 
consume messages.
 
-

Reply via email to