mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-19 15:06:20 +00:00
feat: rare values panel + fortune wheel UI + prize editor
Toolbar buttons, FortuneWheelView (animated wheel, prize icons, recent winners), RareValuesView (diamond price guide + staff prize-editor tab), furni infostand value line, useFortuneWheel/useRareValues hooks, it/en text examples.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"rarevalues.title": "Rare Values",
|
||||
"rarevalues.loading": "Loading values…",
|
||||
"rarevalues.empty": "No rares found",
|
||||
"rarevalues.infostand.label": "Value:"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"rarevalues.title": "Valore Rari",
|
||||
"rarevalues.loading": "Caricamento valori…",
|
||||
"rarevalues.empty": "Nessun raro trovato",
|
||||
"rarevalues.infostand.label": "Valore:"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"wheel.title": "Fortune Wheel",
|
||||
"wheel.free.today": "You have %count% free spins today!",
|
||||
"wheel.extra": "Extra spins: %count%",
|
||||
"wheel.spin": "SPIN",
|
||||
"wheel.buy": "Buy spin",
|
||||
"wheel.winners": "Latest winners",
|
||||
"wheel.winners.empty": "No winners yet"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"wheel.title": "Ruota della Fortuna",
|
||||
"wheel.free.today": "Hai %count% giri gratis oggi!",
|
||||
"wheel.extra": "Giri extra: %count%",
|
||||
"wheel.spin": "GIRA",
|
||||
"wheel.buy": "Compra giro",
|
||||
"wheel.winners": "Ultimi vincitori",
|
||||
"wheel.winners.empty": "Ancora nessun vincitore"
|
||||
}
|
||||
Reference in New Issue
Block a user