fix: добавлена подпись «Стоимость вращения» к блоку оплаты спина

This commit is contained in:
Fringg
2026-03-18 04:35:32 +03:00
parent 2d89b5e342
commit 914a802c1b
5 changed files with 6 additions and 1 deletions

View File

@@ -937,6 +937,7 @@
"days_other": "{{count}} days", "days_other": "{{count}} days",
"subscriptionDays": "Subscription days", "subscriptionDays": "Subscription days",
"day": "Day", "day": "Day",
"spinCost": "Spin cost",
"spin": "SPIN!", "spin": "SPIN!",
"spinning": "Spinning...", "spinning": "Spinning...",
"history": "History", "history": "History",

View File

@@ -779,6 +779,7 @@
"days_other": "{{count}} روز", "days_other": "{{count}} روز",
"subscriptionDays": "روز اشتراک", "subscriptionDays": "روز اشتراک",
"day": "روز", "day": "روز",
"spinCost": "هزینه چرخش",
"spin": "بچرخان!", "spin": "بچرخان!",
"spinning": "در حال چرخش...", "spinning": "در حال چرخش...",
"history": "تاریخچه", "history": "تاریخچه",

View File

@@ -966,6 +966,7 @@
"days_many": "{{count}} дней", "days_many": "{{count}} дней",
"subscriptionDays": "Дни подписки", "subscriptionDays": "Дни подписки",
"day": "День", "day": "День",
"spinCost": "Стоимость вращения",
"spin": "КРУТИТЬ!", "spin": "КРУТИТЬ!",
"spinning": "Крутится...", "spinning": "Крутится...",
"history": "История", "history": "История",

View File

@@ -779,6 +779,7 @@
"days_other": "{{count}} 天", "days_other": "{{count}} 天",
"subscriptionDays": "订阅天数", "subscriptionDays": "订阅天数",
"day": "天", "day": "天",
"spinCost": "抽奖费用",
"spin": "开始抽奖!", "spin": "开始抽奖!",
"spinning": "抽奖中...", "spinning": "抽奖中...",
"history": "历史", "history": "历史",

View File

@@ -545,7 +545,8 @@ export default function Wheel() {
<div className="mt-8 space-y-4"> <div className="mt-8 space-y-4">
{/* Payment type selector */} {/* Payment type selector */}
{(starsEnabled || daysEnabled) && ( {(starsEnabled || daysEnabled) && (
<div className="rounded-xl border border-dark-700/30 bg-dark-800/30 p-1"> <div className="rounded-xl border border-dark-700/30 bg-dark-800/30 px-1 pb-1 pt-2">
<p className="mb-1 text-center text-xs text-dark-400">{t('wheel.spinCost')}</p>
<div <div
className={`grid gap-1 ${bothMethodsAvailable ? 'grid-cols-2' : 'grid-cols-1'}`} className={`grid gap-1 ${bothMethodsAvailable ? 'grid-cols-2' : 'grid-cols-1'}`}
> >