chore: add translations

This commit is contained in:
Stefan Strigler 2023-01-19 13:26:36 +01:00
parent 62b01b3501
commit 6bde1173af
2 changed files with 4 additions and 4 deletions

View File

@ -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 {

View File

@ -1 +1 @@
[FIXME] Support HAProxy protocol for dashboard API.
现在 dashboard 增加了对 `HAProxy` 协议的支持。