Merge pull request #10272 from kjellwinblad/kjell/better_label

docs: make clickhouse config label for Server URL more concise
This commit is contained in:
Kjell Winblad 2023-03-31 16:17:26 +02:00 committed by GitHub
commit fe400c7f8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -60,7 +60,7 @@ https://clickhouse.com/docs/en/interfaces/formats#formats 了解更多关于
} }
label { label {
en: "Batch Value Separator" en: "Batch Value Separator"
zh: "批量值分离器" zh: "分隔符"
} }
} }
config_enable { config_enable {

View File

@ -7,8 +7,8 @@ emqx_ee_connector_clickhouse {
zh: """你想连接到的Clickhouse服务器的HTTP URL例如http://myhostname:8123。""" zh: """你想连接到的Clickhouse服务器的HTTP URL例如http://myhostname:8123。"""
} }
label: { label: {
en: "URL to clickhouse server" en: "Server URL"
zh: "到clickhouse服务器的URL" zh: "服务器 URL"
} }
} }