Loading market data...

Senate Won

Senate Won

and

tags. We'll preserve that. We also need to translate the meta description: "The Senate won't vote on the Clarity Act this month, dimming the bill's chances of becoming law this year. Here's what the delay means." -> "سنا این ماه درباره Clarity Act رأیگیری نخواهد کرد و شانس تبدیل این لایحه به قانون در سال جاری را کاهش میدهد. در اینجا معنای این تأخیر آمده است." Now we need to output JSON. Ensure proper escaping of quotes and special characters. We'll use double quotes for JSON strings, and escape any internal double quotes. Since we have Persian text, we need to ensure it's properly encoded. We'll output as UTF-8. Let's construct the JSON. Title: "سنا این ماه درباره Clarity Act رأیگیری نخواهد کرد و امیدها برای تصویب در سال جاری کاهش مییابد" but we might want to keep it concise. The original title is "Senate Won't Vote on Clarity Act This Month, Dimming Hopes for This Year". We can translate as "سنا این ماه درباره Clarity Act رأیگیری نخواهد کرد و امیدها برای تصویب در سال جاری کاهش مییابد" but that is a bit long. Maybe "سنا این ماه درباره Clarity Act رأیگیری نمیکند؛ امیدها برای تصویب در سال جاری کاهش مییابد" but we need to keep the meaning. I'll go with the first. Alternatively, we can use "سنا این ماه درباره Clarity Act رأیگیری نخواهد کرد و امیدها برای تصویب در سال جاری کاهش مییابد" but that is fine. Now content: We'll put the translated paragraphs inside
with the same structure. We have two

headings: "A narrowing window" and "What a missed vote means" and "The bill's uncertain path forward" actually there are three headings? Let's check original: It has

A narrowing window

, then

What a missed vote means

, then

The bill's uncertain path forward

. So we need to translate those headings. Translate headings: - "A narrowing window" -> "پنجره در حال تنگ شدن" or "پنجره باریک" but we need to convey narrowing. Maybe "پنجره در حال بسته شدن" but it's narrowing. I'll use "پنجره در حال تنگ شدن". - "What a missed vote means" -> "معنای رأیگیری از دست رفته" or "معنای عدم رأیگیری" but it's about a missed vote. I'll use "معنای رأیگیری از دست رفته". - "The bill's uncertain path forward" -> "مسیر نامعلوم لایحه در آینده" or "مسیر نامشخص لایحه به جلو". I'll use "مسیر نامعلوم لایحه در آینده". Now we need to structure the content. The original has paragraphs after each heading. We'll