{
    "en": {
        "disconnected": {
            "header": "No connection to server",
            "text": "Attempting to reconnect"
        },
        "singles": {
            "first": "Winner",
            "two": "Among the two",
            "three": "Among the three"
        },
        "pairs": {
            "title": "The order of the first and second winners?"
        }
    },
    "ru": {
         "disconnected": {
            "header": "Нет соединения с сервером",
            "text": "Идет восстановления связи"
        },
        "singles": {
            "first": "Победитель",
            "two": "В двойке",
            "three": "В тройке"
        },
        "pairs": {
            "title": "В каком порядке займут первое и второе места?"
        }
    },
    "es": {
        "disconnected": {
            "header": "Sin conexión al servidor",
            "text": "Intentando reconectar"
        },
        "singles": {
            "first": "Ganador",
            "two": "Entre los dos",
            "three": "Entre los tres"
        },
        "pairs": {
            "title": "¿El orden del primer y segundo ganadores?"
        }
    }
}
