This commit is contained in:
Thomas
2025-10-06 21:16:09 +02:00
3 changed files with 89 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
Klon eller hent ZIP fra GitHub:
```
git clone https://github.com/<dit-brugernavn>/twitch-php-bot.git
git clone [https://github.com/tuxitheone/PHP_Bot-ModInterface.git]
Placer i din webserver, fx:
makefile
@@ -65,7 +65,7 @@ Installation Guide Twitch PHP Bot
Clone or download the ZIP from GitHub:
```
git clone https://github.com/<your-username>/twitch-php-bot.git
git clone [https://github.com/tuxitheone/PHP_Bot-ModInterface.git]
```
Place it in your web server directory, for example:

81
Language.json Normal file
View File

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

View File

@@ -1,6 +1,6 @@
# Roadmap Twitch PHP Bot
## Færdig (v0.0.1)
## Færdig (v0.0.1)
- \[x] PHP-socket Twitch bot
- \[x] Dashboard (index)
- \[x] Kommandoer, timers, points
@@ -10,6 +10,7 @@
- \[x] Login + rettigheder (Admin, Mod, User)
- \[x] Indstillinger + watchdog
- \[x] SQLite database
- \[ ] Sprogfil
---
@@ -48,7 +49,7 @@
#English
Roadmap Twitch PHP Bot
## Completed (v0.0.1)
## Completed (v0.0.1)
- \[x] PHP socket-based Twitch bot
- \[x] Dashboard (index)
- \[x] Commands, timers, points
@@ -58,6 +59,7 @@ Roadmap Twitch PHP Bot
- \[x] Login + permissions (Admin, Mod, User)
- \[x] Settings + watchdog
- \[x] SQLite database
- \[ ] Languages File
##🚧 Upcoming Versions