and
. We'll keep that.
Also meta description: "HYPE token jumped up to 20% to $72 after Trump said the CFTC is working to bring Hyperliquid into a legal U.S. framework. No formal plan yet."
Translation: "قفزت عملة HYPE بنسبة تصل إلى 20% إلى 72 دولارًا بعد أن قال ترامب إن هيئة تداول العقود الآجلة للسلع تعمل على إدخال Hyperliquid في إطار قانوني أمريكي. لا توجد خطة رسمية بعد."
We need to ensure we use proper Arabic terminology. For "token" we used "عملة" but sometimes "توكن" is used. But "عملة" is fine. For "regulatory framework" we used "إطار تنظيمي". For "compliant" we used "امتثالي". That's fine.
Now we need to output JSON. The title should be the translated title. The content should be the full article with HTML tags. The meta description is separate.
Let's write the JSON.
We must ensure the content is a string with HTML. We'll use double quotes for JSON, so we need to escape any double quotes inside. In the content, we have quotes around "compliant U.S. access" - we need to escape them. Also in the original, there are quotes, but in Arabic we might use different quotation marks? We'll use the same style: we can use «» or "". But to be safe, we'll use the same as original: we have "compliant U.S. access" in English, but in Arabic we might put it in quotes. We'll use "الوصول الامتثالي للولايات المتحدة" and put it in quotes. We'll use double quotes, but we need to escape them in JSON. Alternatively, we can use single quotes or just not use quotes. But to preserve meaning, we'll use quotes. We'll escape them as ".
Also, we need to ensure the HTML structure is preserved. We'll have and and
tags.
Let's construct the content string.
We'll write:
قفزت عملة HYPE بنسبة تصل إلى 20% يوم الخميس بعد أن
and
tags.
Let's construct the content string.
We'll write:
قفزت عملة HYPE بنسبة تصل إلى 20% يوم الخميس بعد أن
قفزت عملة HYPE بنسبة تصل إلى 20% يوم الخميس بعد أن



