MQTT Revamp (#2381)

Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
This commit is contained in:
Anwarul Islam
2022-11-27 03:13:24 +06:00
committed by GitHub
parent 75c0350584
commit 2ed709796a
23 changed files with 1280 additions and 209 deletions

View File

@@ -161,6 +161,7 @@
"body": "This request does not have a body",
"collection": "Collection is empty",
"collections": "Collections are empty",
"subscription": "Subscriptions are empty",
"documentation": "Connect to a GraphQL endpoint to view documentation",
"endpoint": "Endpoint cannot be empty",
"environments": "Environments are empty",
@@ -312,6 +313,8 @@
"import_export": "Import / Export"
},
"mqtt": {
"new": "New Subscription",
"invalid_topic": "Please provide a topic for the subscription",
"communication": "Communication",
"log": "Log",
"message": "Message",
@@ -321,7 +324,23 @@
"topic_name": "Topic Name",
"topic_title": "Publish / Subscribe topic",
"unsubscribe": "Unsubscribe",
"url": "URL"
"url": "URL",
"client_id": "Client ID",
"qos": "QoS",
"color": "Color",
"connection_not_authorized": "This MQTT connection does not use any authentication.",
"not_connected": "Please start a MQTT connection first.",
"already_subscribed": "You are already subscribed to this topic.",
"connection_config": "Connection Config",
"keep_alive": "Keep Alive",
"clean_session": "Clean Session",
"ssl": "SSL",
"lw_qos": "Last-Will QoS",
"lw_retain": "Last-Will Retain",
"lw_topic": "Last-Will Topic",
"lw_message": "Last-Will Message",
"clear_input": "Clear input",
"clear_input_on_send": "Clear input on send"
},
"navigation": {
"doc": "Docs",
@@ -530,6 +549,15 @@
"title": "Theme"
}
},
"shortcodes": {
"actions": "Actions",
"created_on": "Created on",
"deleted": "Shortcode deleted",
"method": "Method",
"not_found": "Shortcode not found",
"short_code": "Short code",
"url": "URL"
},
"show": {
"code": "Show code",
"collection": "Expand Collection Panel",
@@ -539,7 +567,7 @@
"socketio": {
"communication": "Communication",
"connection_not_authorized": "This SocketIO connection does not use any authentication.",
"event_name": "Event Name",
"event_name": "Event/Topic Name",
"events": "Events",
"log": "Log",
"url": "URL"