mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
fix: добавлена подпись «Стоимость вращения» к блоку оплаты спина
This commit is contained in:
@@ -937,6 +937,7 @@
|
||||
"days_other": "{{count}} days",
|
||||
"subscriptionDays": "Subscription days",
|
||||
"day": "Day",
|
||||
"spinCost": "Spin cost",
|
||||
"spin": "SPIN!",
|
||||
"spinning": "Spinning...",
|
||||
"history": "History",
|
||||
|
||||
@@ -779,6 +779,7 @@
|
||||
"days_other": "{{count}} روز",
|
||||
"subscriptionDays": "روز اشتراک",
|
||||
"day": "روز",
|
||||
"spinCost": "هزینه چرخش",
|
||||
"spin": "بچرخان!",
|
||||
"spinning": "در حال چرخش...",
|
||||
"history": "تاریخچه",
|
||||
|
||||
@@ -966,6 +966,7 @@
|
||||
"days_many": "{{count}} дней",
|
||||
"subscriptionDays": "Дни подписки",
|
||||
"day": "День",
|
||||
"spinCost": "Стоимость вращения",
|
||||
"spin": "КРУТИТЬ!",
|
||||
"spinning": "Крутится...",
|
||||
"history": "История",
|
||||
|
||||
@@ -779,6 +779,7 @@
|
||||
"days_other": "{{count}} 天",
|
||||
"subscriptionDays": "订阅天数",
|
||||
"day": "天",
|
||||
"spinCost": "抽奖费用",
|
||||
"spin": "开始抽奖!",
|
||||
"spinning": "抽奖中...",
|
||||
"history": "历史",
|
||||
|
||||
@@ -545,7 +545,8 @@ export default function Wheel() {
|
||||
<div className="mt-8 space-y-4">
|
||||
{/* Payment type selector */}
|
||||
{(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
|
||||
className={`grid gap-1 ${bothMethodsAvailable ? 'grid-cols-2' : 'grid-cols-1'}`}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user