mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 17:43:47 +00:00
Improve wheel: fix lights animation and add prize legend
- Fix lights animation to run continuously (even when idle) - Lights now move sequentially around the circle - Remove text labels from wheel, keep only emoji - Add WheelLegend component with color indicators - Display legend on right (desktop) and bottom (mobile) - Add 'prizes' translation key for all languages
This commit is contained in:
@@ -705,6 +705,7 @@
|
||||
"wheel": {
|
||||
"title": "Колесо удачи",
|
||||
"disabled": "Колесо удачи временно недоступно",
|
||||
"prizes": "Призы",
|
||||
"spinsRemaining": "Осталось вращений сегодня",
|
||||
"choosePayment": "Выберите способ оплаты",
|
||||
"stars": "Stars",
|
||||
@@ -1007,6 +1008,8 @@
|
||||
"deletePrize": "Удалить приз",
|
||||
"confirmDelete": "Вы уверены, что хотите удалить этот приз? Это действие нельзя отменить.",
|
||||
"dragToReorder": "Перетащите для изменения порядка",
|
||||
"unsavedOrder": "Есть несохраненные изменения порядка",
|
||||
"unsavedOrderHint": "Сохраните изменения или отмените их",
|
||||
"types": {
|
||||
"subscription_days": "Дни подписки",
|
||||
"balance_bonus": "Бонус баланса",
|
||||
|
||||
Reference in New Issue
Block a user