{
  "config": {
    "step": {
      "scan": {
        "title": "Scan SMS4IoT Device QR Code",
        "description": "A QR-scanner page will open in a new window. Point the camera at the QR code on your SMS4IoT device.\n\nThe QR code must contain: `device_id domain protocol [keys…]` separated by spaces."
      }
    },
    "error": {
      "invalid_qr_format": "QR code did not contain the required fields (device_id, domain, protocol).",
      "missing_qr_data": "No QR data was received. Please try again."
    },
    "abort": {
      "already_configured": "This device is already configured.",
      "invalid_qr_format": "Invalid QR code — expected: device_id domain protocol [keys…]",
      "missing_qr_data": "No QR data received. Please start the flow again."
    },
    "create_entry": {
      "default": "SMS4IoT device {device_id} registered."
    }
  }
}
