fix(hocon): i18n style

This commit is contained in:
Ivan Dyachkov 2023-08-04 07:28:36 +02:00
parent dce2719c30
commit 93197137e7
3 changed files with 3 additions and 6 deletions

View File

@ -37,8 +37,7 @@ local_topic.label:
template.desc:
"""Template, the default value is empty. When this value is empty the whole message will be stored in the database.<br>
The template can be any valid JSON with placeholders and make sure all keys for table are here, example:<br>
<code>{"id" : "${id}", "clientid" : "${clientid}", "data" : "${payload.data}"}</code>
"""
<code>{"id" : "${id}", "clientid" : "${clientid}", "data" : "${payload.data}"}</code>"""
template.label:
"""Template"""

View File

@ -8,8 +8,7 @@ backlog.label:
bind.desc:
"""Port without IP(18083) or port with specified IP(127.0.0.1:18083).
Disabled when setting bind to `0`.
"""
Disabled when setting bind to `0`."""
bind.label:
"""Bind"""

View File

@ -10,8 +10,7 @@ bootstrap_file.desc:
"""The bootstrap file provides API keys for EMQX.
EMQX will load these keys on startup to authorize API requests.
It contains key-value pairs in the format:`api_key:api_secret`.
Each line specifies an API key and its associated secret.
"""
Each line specifies an API key and its associated secret."""
bootstrap_file.label:
"""Initialize api_key file."""