{
  "candy-egg-ws": {
    "label": {
      "category-IN": "CANDY EGG websocket IN",
      "category-OUT": "CANDY EGG websocket OUT",
      "category-acc": "CANDY EGG account",
      "path": "Path",
      "account": "Account",
      "account-fqn": "Account FQN",
      "login-user": "User ID",
      "login-password": "Password",
      "secure": "Use Secure Connection (TLS)"
    },
    "payload": "Send/Receive payload",
    "message": "Send/Receive entire message",
    "status": {
      "error": "error",
      "connected": "connected",
      "disconnected": "disconnected",
      "auth-retry": "Retrying authenticaton"
    },
    "errors": {
      "too-many-redirects": "Too many redirects, WS path:__path__, Redirect Location:__location__ (Retry after approx. 1min)",
      "wrong-path": "Missing path:[__path__] (Retry after approx. 1min)",
      "auth-error": "Auth error for the path:[__path__] ], User ID:[__user__]",
      "server-error": "Server error for the path:[__path__], Status:[__status__] (Retry after approx. 1min)",
      "connect-error": "An error occured on the ws connection to __accountFqn__: __err__",
      "send-error": "An error occurred while sending a mesage to __accountFqn__: __err__",
      "missing-conf": "Missing server configuration"
    }
  }
}
