Explorar o código

chore(i18n): improve config desc

JianBo He %!s(int64=2) %!d(string=hai) anos
pai
achega
b57b964083
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      rel/i18n/emqx_conf_schema.hocon

+ 2 - 2
rel/i18n/emqx_conf_schema.hocon

@@ -1190,11 +1190,11 @@ To flush events, the handler discards the buffered log messages without logging.
   log_overload_kill_restart_after {
   log_overload_kill_restart_after {
     desc {
     desc {
       en: """The handler restarts automatically after a delay in the event of termination, unless the value `infinity` is set, which blocks any subsequent restarts."""
       en: """The handler restarts automatically after a delay in the event of termination, unless the value `infinity` is set, which blocks any subsequent restarts."""
-      zh: """如果处理进程终止,它会在以指定的时间后后自动重新启动。 `infinity` 不自动重启。"""
+      zh: """处理进程停止后,会在该延迟时间后自动重新启动。除非该值设置为 <code>infinity</code>,这表示永不重新启动。"""
     }
     }
     label {
     label {
       en: "Handler Restart Timer"
       en: "Handler Restart Timer"
-      zh: "处理进程重启机制"
+      zh: "处理进程重启延迟"
     }
     }
   }
   }