{
    "config": {
        "abort": {
            "already_configured": "Device is already configured"
        },
        "error": {
            "cannot_connect": "Failed to connect",
            "invalid_access_token": "Invalid access token",
            "invalid_auth": "Invalid authentication",
            "unknown": "Unexpected error"
        },
        "step": {
            "2fa": {
                "data": {
                    "2fa": "Two-factor code"
                },
                "description": "Enter the pin sent to your email",
                "title": "Two-factor authentication"
            },
            "user": {
                "data": {
                    "password": "Password",
                    "username": "Username"
                },
                "title": "Sign-in with Blink account"
            }
        }
    },
    "options": {
        "step": {
            "simple_options": {
                "data": {
                    "scan_interval": "Scan Interval (seconds)"
                },
                "description": "Configure Blink integration",
                "title": "Blink options"
            }
        }
    }
}