{
    "connectionStatus": {
        "wait": "Hang tight",
        "starting": "Starting...",
        "connecting": "Connecting..."
    },
    "actions": {
        "start": "Start conversation",
        "continue": "Let's continue",
        "resume": "Continue conversation...",
        "newConversation": "Create new conversation",
        "reconnect": "Reconnect"
    },
    "prompts": {
        "resumeQ": "Want to continue where we left off?",
        "stillHere": "Are you still here?"
    },
    "inputs": {
        "msgPh": "Type your message here..."
    },
    "hints": {
        "interrupt": "Talk to interrupt"
    },
    "devices": {
        "mic": "Microphone",
        "spk": "Speakers"
    },
    "navigation": {
        "chat": "Chat",
        "chatHistory": "Chat history"
    },
    "errors": {
        "lowConnectivity": {
            "endUser": "Your network bandwidth is low. This may affect your experience.",
            "ownerChat": "Your network bandwidth is low. This may affect your experience."
        },
        "noError": {
            "endUser": "",
            "ownerChat": ""
        },
        "insufficientCredits": {
            "endUser": "Voice and face animations are temporarily unavailable. You can still use the chat.",
            "ownerChat": "Your account has run out of credits. Voice and face animations are temporarily unavailable. Please purchase additional credits."
        },
        "trialInsufficientCredits": {
            "endUser": "The agent is temporarily unavailable. Please try again later.",
            "ownerChat": "Your account has run out of credits. Voice and face animations are temporarily unavailable. Please purchase additional credits."
        },
        "deletedVoice": {
            "endUser": "Voice and face animations are temporarily unavailable. You can still use the chat.",
            "ownerChat": "The voice file previously used for your agent has been deleted and is no longer available. Voice and face animations are temporarily unavailable. Please select a new voice for your agent."
        },
        "deletedAvatar": {
            "endUser": "Voice and face animations are temporarily unavailable. You can still use the chat.",
            "ownerChat": "The avatar file previously used for your agent has been deleted and is no longer available. Voice and face animations are temporarily unavailable. Please select a new Avatar for this agent."
        },
        "systemOverload": {
            "endUser": "The agent is temporarily unavailable. Please try again later.",
            "ownerChat": "Due to system overload, the agent is temporarily unavailable. We're working to restore full functionality"
        },
        "fallbackError": {
            "endUser": "The agent is temporarily unavailable. Please try again later.",
            "ownerChat": "The agent is temporarily unavailable. Please try again later."
        },
        "templateLimitReached": {
            "endUser": "Chat limit reached. Please create an Agent to continue the conversation.",
            "ownerChat": "Chat limit reached. Please create an Agent to continue the conversation."
        }
    }
}
