texts.
I'll write the Persian translation for each part.
Title: "برچسب موسیقی زندان کامرون هشدار متضادی برای ارزهای دیجیتال به همراه دارد"
Meta description: "زندان نیو بل در کامرون یک برچسب موسیقی راهاندازی کرده که زندانیان را به ستارههای کوچک تبدیل میکند. برخی ناظران کریپتو این را نشانهای نزولی از اشباع خردهفروشی میدانند."
Content: I'll translate paragraph by paragraph.
First paragraph: "New Bell prison in Cameroon has launched its own record label, letting inmates record songs and music videos from inside the facility. The initiative has turned several prisoners into mini stars, with their music gaining local popularity. But for crypto markets, the feel-good story carries a contrarian warning: it may signal that retail adoption has peaked."
Translation: "زندان نیو بل در کامرون برچسب موسیقی خود را راهاندازی کرده است که به زندانیان اجازه میدهد آهنگها و موزیک ویدیوها را از داخل این مرکز ضبط کنند. این ابتکار چندین زندانی را به ستارههای کوچک تبدیل کرده و موسیقی آنها محبوبیت محلی پیدا کرده است. اما برای بازارهای کریپتو، این داستان دلنشین یک هشدار متضاد به همراه دارد: ممکن است نشاندهنده اوج پذیرش خردهفروشی باشد."
Second paragraph (h2): "Inside New Bell's record label" -> "داخل برچسب موسیقی نیو بل"
Then paragraph: "The prison's record label operates entirely within the walls of New Bell, one of Cameroon's largest correctional facilities. Inmates write, record, and produce music, and the resulting videos are shared on social media. The program is part of a broader rehabilitation effort, giving prisoners a creative outlet and a path to recognition. Some inmates have amassed small followings, with their songs streamed thousands of times."
Translation: "برچسب موسیقی زندان کاملاً درون دیوارهای نیو بل، یکی از بزرگترین مراکز اصلاحی کامرون، فعالیت میکند. زندانیان آهنگها را مینویسند، ضبط میکنند و تولید میکنند و ویدیوهای حاصل در رسانههای اجتماعی به اشتراک گذاشته میشوند. این برنامه بخشی از یک تلاش گستردهتر برای بازپروری است که به زندانیان یک خروجی خلاقانه و مسیری برای شناخته شدن میدهد. برخی زندانیان دنبالکنندگان کوچکی جمع کردهاند و آهنگهایشان هزاران بار پخش شده است."
Then the market snapshot div. We need to translate the text inside but keep the HTML structure and styles. For the h3: "📊 Market Data Snapshot" -> "📊 خلاصه دادههای بازار"
Then the grid items:
- First: "24h Change" -> "تغییر ۲۴ ساعته", value "-0.20%" stays.
- Second: "7d Change" -> "تغییر ۷ روزه", value "-2.50%" stays.
- Third: "Fear & Greed" -> "ترس و طمع", value "25" and "Extreme Fear" -> "ترس شدید"
- Fourth: "Sentiment" -> "احساسات بازار", value "🔴 bearish" -> "🔴 نزولی"
Then the bottom div: "
Bitcoin (BTC):" stays, "$63,644" stays, "Rank #1" -> "رتبه ۱"
We need to escape double quotes in the style attributes. For example: style="background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); border-radius: 12px; padding: 20px; margin: 20px 0; border: 1px solid rgba(255,255,255,0.1);" should become style="background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); border-radius: 12px; padding: 20px; margin: 20px 0; border: 1px solid rgba(255,255,255,0.1);" etc. But careful: the original uses double quotes for attribute values. In JSON, we need to escape them. So we'll replace " with " inside the string.
Similarly for other attributes like class, etc. But class values don't have quotes inside, so fine.
Now next h2: "The bearish reading" -> "خوانش نزولی"