chore(docs): translate Max Awaiting PUBREL confs

This commit is contained in:
JianBo He 2022-10-20 15:30:52 +08:00
parent 1686ca26fa
commit fa020d036f
1 changed files with 8 additions and 6 deletions

View File

@ -869,23 +869,25 @@ When set to true, invalid utf8 strings in for example client ID, topic name, etc
mqtt_max_awaiting_rel { mqtt_max_awaiting_rel {
desc { desc {
en: """Maximum QoS 2 packets (Client -> Broker) awaiting PUBREL.""" en: """EMQX creates a wait queue in the client's session to accept QoS 2 messages from the client until this QoS 2 message transmission is complete or is discarded due to timeout.</br>
zh: """PUBREL (Client -> Broker) 最大等待队列长度。""" After this queue is full, the processing of QoS 2 messages will be stopped."""
zh: """EMQX 会在客户端的会话中创建一个等待队列来接受客户端的 QoS 2 消息,直到这条 QoS 2 消息传输完成或由于超时被丢弃。</br>
该队列满后会停止处理 QoS 2 消息。"""
} }
label: { label: {
en: """Max Awaiting PUBREL""" en: """Max Awaiting PUBREL"""
zh: """Max Awaiting PUBREL""" zh: """PUBREL 等待队列长度"""
} }
} }
mqtt_await_rel_timeout { mqtt_await_rel_timeout {
desc { desc {
en: """The QoS 2 messages (Client -> Broker) will be dropped if awaiting PUBREL timeout.""" en: """The QoS 2 messages (Client -> Broker) handle flow will be ignored if awaiting PUBREL timeout. This QoS 2 message can be published successfully."""
zh: """PUBREL (Client -> Broker) 最大等待时间,超时则会被丢弃。""" zh: """如果等待 PUBREL 超时QoS 2消息Client -> Broker处理流程将被忽略。这条 QoS 2 仍然会成功发布。"""
} }
label: { label: {
en: """Max Awaiting PUBREL TIMEOUT""" en: """Max Awaiting PUBREL TIMEOUT"""
zh: """Max Awaiting PUBREL TIMEOUT""" zh: """PUBREL 最大等待时间"""
} }
} }