{
  "errors": {
    "unauthorized": "Unauthorized",
    "methodNotAllowed": "Method not allowed",
    "creationFailed": "Error creating WhatsApp session",
    "sessionIdMissing": "Session ID not provided",
    "sessionNotFound": "Session not found",
    "noPermissionToDisconnect": "No permission to disconnect this session",
    "disconnectFailed": "Error disconnecting from WhatsApp",
    "sessionListFailed": "Error listing WhatsApp sessions",
    "internalServerError": "Internal server error",
    "connection_in_progress": "Connection already in progress",
    "operation_in_progress": "Operation {operation} already in progress for session {sessionId}",
    "session_not_found": "Session {sessionId} not found",
    "invalid_transition": "Invalid transition: {from} to {to}",
    "max_reconnect_attempts": "Maximum reconnection attempts reached",
    "circuit_breaker_active": "Circuit breaker activated",
    "credentials_save_error": "Error saving credentials",
    "fatal_connection_error": "Critical error in connection handler"
  },
  "messages": {
    "sessionCreated": "Session created successfully. Wait for the QR code to be generated.",
    "imageSent": "Image sent",
    "cannotDownloadImage": "Could not download the image",
    "errorProcessingImage": "Error processing image",
    "videoSent": "Video sent",
    "documentSent": "Document sent",
    "voiceMessage": "Voice message",
    "stickerSent": "Sticker sent",
    "unrecognizedMessage": "Unrecognized message: {content}",
    "unsupportedMessage": "Unsupported message type",
    "errorProcessingMessage": "Error processing message",
    "messageDeleted": "This message was deleted",
    "buttonSelected": "Button selected",
    "listSelected": "List item selected",
    "templateButtonSelected": "Template button selected",
    "interactiveResponse": "Interactive response",
    "contactsShared": "Contacts shared",
    "poll": "Poll",
    "pollUpdated": "Poll updated"
  }
}