emqx/rel/i18n/emqx_retainer_api.hocon

82 lines
1.4 KiB
Plaintext

emqx_retainer_api {
config_content.desc:
"""The config content"""
config_not_found.desc:
"""Config not found."""
delete_matching_api.desc:
"""Delete matching messages."""
delete_matching_api.label:
"""Delete matching messages"""
from_clientid.desc:
"""The clientid of publisher."""
from_username.desc:
"""The username of publisher."""
get_config_api.desc:
"""View config"""
get_config_api.label:
"""View config"""
list_retained_api.desc:
"""List retained messages."""
list_retained_api.label:
"""List retained messages."""
delete_messages.desc:
"""Delete all retained messages"""
delete_messages.label:
"""Delete Retained Messages"""
lookup_api.desc:
"""Lookup a message by a topic without wildcards."""
lookup_api.label:
"""Lookup a message"""
message_detail.desc:
"""Details of the message."""
message_not_exist.desc:
"""Viewed message doesn't exist."""
msgid.desc:
"""Message ID."""
payload.desc:
"""Payload."""
publish_at.desc:
"""Message publish time, RFC 3339 format."""
qos.desc:
"""QoS."""
retained_list.desc:
"""Retained messages list."""
topic.desc:
"""Topic."""
query_match_topic.desc:
"""Topic filter, supports wildcards, omit this to match all messages."""
unsupported_backend.desc:
"""Unsupported backend."""
update_config_failed.desc:
"""Update config failed"""
update_config_success.desc:
"""Update configs successfully."""
update_retainer_api.desc:
"""Update retainer config."""
update_retainer_api.label:
"""Update retainer config"""
}