mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-19 15:06:20 +00:00
acb3dd7ef1
Adds a compact collapsible radio widget (top-left) that plays internet radio streams with the HTML5 Audio API — no server/renderer changes. - station list loaded from a JSON5 config file (loadGamedata: JSON + JSON5), shipped as radio-stations.json5.example so each hotel fills in its own - shows the selected station + a dropdown (3 visible, scrolls if more) to switch; volume slider; animated equalizer + LIVE indicator - first station autostarts quietly (5%) on load, with a resume-on-first- gesture fallback for browser autoplay policy
18 lines
632 B
Plaintext
18 lines
632 B
Plaintext
{
|
|
"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",
|
|
"soundboard.title": "Soundboard",
|
|
"soundboard.empty": "No sounds available",
|
|
"soundboard.lastplayed": "Played by %user%",
|
|
"soundboard.room.setting.desc": "Let people in this room play sound effects",
|
|
"radio.title": "Radio",
|
|
"radio.empty": "No stations",
|
|
"radio.error": "Couldn't load stations",
|
|
"radio.stop": "Stop"
|
|
}
|