Loading market data...

Cameroon Prison

Cameroon Prison
with inline styles. We need to keep those styles exactly as they are, but translate the text inside. Also the

and
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" -> "خوانش نزولی"