language added
This commit is contained in:
Thomas
2025-10-07 21:10:54 +02:00
parent 5f6d5200ca
commit 5965c6ba7f

View File

@@ -1,81 +1,81 @@
{ {
"Languages": { "Languages": {
"English": { "English": {
"Dashboard": { "Dashboard": {
"Headline": "Twitch PHP Bot - Dashboard", "Headline": "Twitch PHP Bot - Dashboard",
"Login": "Login", "Login": "Login",
"Logout": "Log out", "Logout": "Log out",
"Uptime": "Uptime", "Uptime": "Uptime",
"Offline": "Offline", "Offline": "Offline",
"Online": "Xh Ym", "Online": "Xh Ym",
"Timers": "Timers", "Timers": "Timers",
"Poll": "Poll", "Poll": "Poll",
"Giveaway": "Giveaway", "Giveaway": "Giveaway",
"Commands": "Commands", "Commands": "Commands",
"Rights": "Rights", "Rights": "Rights",
"Loyalty Points": "Loyalty Points", "Loyalty Points": "Loyalty Points",
"Bets": "Bets", "Bets": "Bets",
"Raffle": "Raffle", "Raffle": "Raffle",
"Slots": "Slots", "Slots": "Slots",
"EventSub": "Subs, gifts & bits", "EventSub": "Subs, gifts & bits",
"Start": "Start stream", "Start": "Start stream",
"Stop": "Stop stream", "Stop": "Stop stream",
"Restart": "Restart stream", "Restart": "Restart stream",
"Send test": "Send test message", "Send test": "Send test message",
"Validate token": "Validate token", "Validate token": "Validate token",
"Full log": "Full log", "Full log": "Full log",
"Settings": "Settings", "Settings": "Settings",
"Total Bits (current stream)": "Total Bits (current stream)", "Total Bits (current stream)": "Total Bits (current stream)",
"Subscriptions (current stream)": "Subscriptions (current stream)", "Subscriptions (current stream)": "Subscriptions (current stream)",
"Cheers (Current stream)": "Cheers (Current stream)", "Cheers (Current stream)": "Cheers (Current stream)",
"Live log": "Live log", "Live log": "Live log",
"Live log description": "SSE fallback to Websocket (requires node ws_server.js)" "Live log description": "SSE fallback to Websocket (requires node ws_server.js)"
}, },
"Settings": { "Settings": {
"Headline": "Settings", "Headline": "Settings",
"Save": "Save changes", "Save": "Save changes",
"Cancel": "Cancel", "Cancel": "Cancel",
"Language": "Language" "Language": "Language"
} }
}, },
"Danish": { "Danish": {
"Dashboard": { "Dashboard": {
"Headline": "Twitch PHP Bot - Kontrolpanel", "Headline": "Twitch PHP Bot - Kontrolpanel",
"Login": "Log ind", "Login": "Log ind",
"Logout": "Log ud", "Logout": "Log ud",
"Uptime": "Oppetid", "Uptime": "Oppetid",
"Offline": "Offline", "Offline": "Offline",
"Online": "Xt Ym", "Online": "Xt Ym",
"Timers": "Timere", "Timers": "Timere",
"Poll": "Afstemning", "Poll": "Afstemning",
"Giveaway": "Giveaway", "Giveaway": "Giveaway",
"Commands": "Kommandoer", "Commands": "Kommandoer",
"Rights": "Rettigheder", "Rights": "Rettigheder",
"Loyalty Points": "Loyalitetspoint", "Loyalty Points": "Loyalitetspoint",
"Bets": "Væddemål", "Bets": "Væddemål",
"Raffle": "Konkurrence", "Raffle": "Konkurrence",
"Slots": "Enarmet tyveknægt", "Slots": "Enarmet tyveknægt",
"EventSub": "Subs, gaver & bits", "EventSub": "Subs, gaver & bits",
"Start": "Start stream", "Start": "Start stream",
"Stop": "Stop stream", "Stop": "Stop stream",
"Restart": "Genstart stream", "Restart": "Genstart stream",
"Send test": "Send testbesked", "Send test": "Send testbesked",
"Validate token": "Validér token", "Validate token": "Validér token",
"Full log": "Fuld log", "Full log": "Fuld log",
"Settings": "Indstillinger", "Settings": "Indstillinger",
"Total Bits (current stream)": "Bits total (nuværende stream)", "Total Bits (current stream)": "Bits total (nuværende stream)",
"Subscriptions (current stream)": "Abonnenter (nuværende stream)", "Subscriptions (current stream)": "Abonnenter (nuværende stream)",
"Cheers (Current stream)": "Cheers (nuværende stream)", "Cheers (Current stream)": "Cheers (nuværende stream)",
"Live log": "Live log", "Live log": "Live log",
"Live log description": "SSE fallback til Websocket (kræver node ws_server.js)" "Live log description": "SSE fallback til Websocket (kræver node ws_server.js)"
}, },
"Settings": { "Settings": {
"Headline": "Indstillinger", "Headline": "Indstillinger",
"Save": "Gem ændringer", "Save": "Gem ændringer",
"Cancel": "Annuller", "Cancel": "Annuller",
"Language": "Sprog" "Language": "Sprog"
} }
} }
} }
} }