chore(i18n): fix the bad desc for statsd
This commit is contained in:
parent
5b219deb4a
commit
d17c473dc2
|
@ -0,0 +1,16 @@
|
||||||
|
emqx_statsd_api {
|
||||||
|
|
||||||
|
get_statsd_config_api {
|
||||||
|
desc {
|
||||||
|
en: """List the configuration of StatsD metrics collection and push service."""
|
||||||
|
zh: """列出 StatsD 指标采集和推送服务的的配置。"""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
update_statsd_config_api {
|
||||||
|
desc {
|
||||||
|
en: """Update the configuration of StatsD metrics collection and push service."""
|
||||||
|
zh: """更新 StatsD 指标采集和推送服务的配置。"""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue