mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 17:43:47 +00:00
feat: redesign fortune wheel UI and add to mobile nav
- Add wheel button to mobile bottom nav (replaces Support when enabled) - Slow down LED lights animation (250ms -> 600ms) - Replace result modal with inline card in Wheel.tsx - Add haptic feedback on spin result - AdminWheel.tsx: inline prize editing instead of modal - AdminWheel.tsx: drag-and-drop for prize reordering - AdminWheel.tsx: live wheel preview on desktop - AdminWheel.tsx: group settings into sections - Replace confirm() with native dialog - Add translations for all languages
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
"and": "и",
|
||||
"edit": "Редактировать",
|
||||
"delete": "Удалить",
|
||||
"collapse": "Свернуть",
|
||||
"currency": "₽",
|
||||
"refresh": "Обновить",
|
||||
"copy": "Копировать",
|
||||
@@ -971,21 +972,27 @@
|
||||
"prizes": "Призы",
|
||||
"statistics": "Статистика"
|
||||
},
|
||||
"preview": "Предпросмотр",
|
||||
"settings": {
|
||||
"enableWheel": "Включить колесо",
|
||||
"allowSpins": "Разрешить пользователям крутить колесо",
|
||||
"spinCost": "Стоимость вращения",
|
||||
"costInStars": "Стоимость в Stars",
|
||||
"costInDays": "Стоимость в днях",
|
||||
"limitsAndRtp": "Лимиты и RTP",
|
||||
"rtpPercent": "RTP (Return to Player) %",
|
||||
"dailyLimit": "Дневной лимит вращений (0 = безлимит)",
|
||||
"minSubDays": "Мин. дней подписки для оплаты днями",
|
||||
"promocodes": "Промокоды",
|
||||
"promoPrefix": "Префикс промокодов"
|
||||
},
|
||||
"prizes": {
|
||||
"addPrize": "Добавить приз",
|
||||
"editPrize": "Редактировать приз",
|
||||
"noPrizes": "Призы не настроены. Добавьте призы для активации колеса.",
|
||||
"deletePrize": "Удалить этот приз?",
|
||||
"deletePrize": "Удалить приз",
|
||||
"confirmDelete": "Вы уверены, что хотите удалить этот приз? Это действие нельзя отменить.",
|
||||
"dragToReorder": "Перетащите для изменения порядка",
|
||||
"types": {
|
||||
"subscription_days": "Дни подписки",
|
||||
"balance_bonus": "Бонус баланса",
|
||||
|
||||
Reference in New Issue
Block a user