William Yang 3 лет назад
Родитель
Сommit
fde19e2b4b
1 измененных файлов с 5 добавлено и 5 удалено
  1. 5 5
      apps/emqx/i18n/emqx_schema_i18n.conf

+ 5 - 5
apps/emqx/i18n/emqx_schema_i18n.conf

@@ -1903,7 +1903,7 @@ base_listener_acceptors {
 
 fields_mqtt_quic_listener_max_bytes_per_key {
     desc {
-        en: "Maximum number of bytes to encrypt with a single 1-RTT encryption keybefore initiating key update. Default: 274877906944"
+        en: "Maximum number of bytes to encrypt with a single 1-RTT encryption key before initiating key update. Default: 274877906944"
         zh: "在启动密钥更新之前,用单个 1-RTT 加密密钥加密的最大字节数。默认值:274877906944"
     }
     label {
@@ -2090,7 +2090,7 @@ fields_mqtt_quic_listener_peer_unidi_stream_count {
 
 fields_mqtt_quic_listener_retry_memory_limit {
     desc {
-        en: "The percentage of available memory usable for handshake connections beforestateless retry is used. Calculated as `N/65535`. Default: 65"
+        en: "The percentage of available memory usable for handshake connections before stateless retry is used. Calculated as `N/65535`. Default: 65"
         zh: "在使用无状态重试之前,可用于握手连接的可用内存的百分比。计算为`N/65535`。默认值:65"
     }
     label {
@@ -2123,7 +2123,7 @@ fields_mqtt_quic_listener_max_operations_per_drain {
 
 fields_mqtt_quic_listener_send_buffering_enabled {
     desc {
-        en: "Buffer send data instead of holding application buffers untilsent data is acknowledged. Default: 1 (Enabled)"
+        en: "Buffer send data instead of holding application buffers until sent data is acknowledged. Default: 1 (Enabled)"
         zh: "缓冲发送数据,而不是保留应用缓冲区,直到发送数据被确认。默认值:1(启用)"
     }
     label {
@@ -2200,7 +2200,7 @@ fields_mqtt_quic_listener_maximum_mtu {
 
 fields_mqtt_quic_listener_mtu_discovery_search_complete_timeout_us {
     desc {
-        en: "The time in microseconds to wait before reattempting MTU probing ifmax was not reached. Default: 600000000"
+        en: "The time in microseconds to wait before reattempting MTU probing if max was not reached. Default: 600000000"
         zh: "如果没有达到 max ,在重新尝试 MTU 探测之前要等待的时间,单位是微秒。默认值:600000000"
     }
     label {
@@ -2222,7 +2222,7 @@ fields_mqtt_quic_listener_mtu_discovery_missing_probe_count {
 
 fields_mqtt_quic_listener_max_binding_stateless_operations {
     desc {
-        en: "The maximum number of stateless operations that may be queued ona binding at any one time. Default: 100"
+        en: "The maximum number of stateless operations that may be queued on a binding at any one time. Default: 100"
         zh: "在任何时候可以在一个绑定上排队的无状态操作的最大数量。默认值:100"
     }
     label {