From 6bde1173afecd84ef5dc644cc1bfec45d9800e69 Mon Sep 17 00:00:00 2001 From: Stefan Strigler Date: Thu, 19 Jan 2023 13:26:36 +0100 Subject: [PATCH] chore: add translations --- apps/emqx_dashboard/i18n/emqx_dashboard_i18n.conf | 6 +++--- changes/v5.0.15/feat-9802.zh.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/emqx_dashboard/i18n/emqx_dashboard_i18n.conf b/apps/emqx_dashboard/i18n/emqx_dashboard_i18n.conf index cc0d0244b..8efacbdfb 100644 --- a/apps/emqx_dashboard/i18n/emqx_dashboard_i18n.conf +++ b/apps/emqx_dashboard/i18n/emqx_dashboard_i18n.conf @@ -94,12 +94,12 @@ Note: `sample_interval` should be a divisor of 60.""" } proxy_header { desc { - en: "Enable support for HAProxy header. Be aware once enabled regular HTTP requests can't be handled anymore." - zh: "[FIXME]" + en: "Enable support for `HAProxy` header. Be aware once enabled regular HTTP requests can't be handled anymore." + zh: "开启对 `HAProxy` 的支持,注意:一旦开启了这个功能,就无法再处理普通的 HTTP 请求了。" } label: { en: "Enable support for HAProxy header" - zh: "[FIXME]" + zh: "开启对 `HAProxy` 的支持" } } desc_dashboard { diff --git a/changes/v5.0.15/feat-9802.zh.md b/changes/v5.0.15/feat-9802.zh.md index 97a926b1a..9afcd8f17 100644 --- a/changes/v5.0.15/feat-9802.zh.md +++ b/changes/v5.0.15/feat-9802.zh.md @@ -1 +1 @@ -[FIXME] Support HAProxy protocol for dashboard API. +现在 dashboard 增加了对 `HAProxy` 协议的支持。