. We need to translate those headings. "The freeze" -> "Zmrazení". "How the scheme worked" -> "Jak schéma fungovalo". Also in content we have
before those paragraphs. So we'll include translated headings.
Let's write final content string with proper escaping for JSON. Use double quotes inside, escape inner double quotes. But since we are outputting JSON, we need to escape any double quotes in the Czech text. There are none. Also ensure no newlines in the string? JSON allows newlines in strings, but better to keep as single line or use . I'll keep it as a single line string with for readability? Actually the instruction says "Translated HTML content..." so it should be a string. I'll write it as a multiline string in the JSON? JSON does allow multiline strings but it's not standard. Better to escape