emqx/rel/i18n/emqx_ee_connector_clickhous...

26 lines
687 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

emqx_ee_connector_clickhouse {
base_url {
desc {
en: """The HTTP URL to the Clickhouse server that you want to connect to (for example http://myhostname:8123)"""
zh: """你想连接到的Clickhouse服务器的HTTP URL例如http://myhostname:8123。"""
}
label: {
en: "Server URL"
zh: "服务器 URL"
}
}
connect_timeout {
desc {
en: "The timeout when connecting to the Clickhouse server."
zh: "连接HTTP服务器的超时时间。"
}
label: {
en: "Clickhouse Timeout"
zh: "连接超时"
}
}
}