Phase7
Some checks failed
CI / Node — lint, typecheck, test, build (push) Failing after 9s
CI / Go — node-agent tests (push) Failing after 8s
CI / Go — edge-gateway build (push) Successful in 14s

This commit is contained in:
smueller
2026-06-26 13:20:55 +02:00
parent 49a98ee31d
commit ab21f53cdd
86 changed files with 1207 additions and 63 deletions

View File

@@ -108,6 +108,9 @@
"allocatedRam": "Zugewiesener RAM",
"activitySubtitle": "Übersicht",
"totalServers": "Server gesamt",
"credits": "Credits",
"creditsSubtitle": "Laufzeit-Guthaben",
"creditsRemaining": "Verbleibende Credits",
"viewAllServers": "Alle Server anzeigen",
"serversSummary": "Server in Ihrem Konto"
},
@@ -154,6 +157,7 @@
"ram": "RAM",
"start": "Starten",
"stop": "Stoppen",
"idleCountdown": "Auto-Stop in {seconds}s (keine Spieler)",
"details": "Details",
"detailSubtitle": "Serverdetails und Lifecycle-Steuerung",
"backToList": "Zurück zur Serverliste",

View File

@@ -108,6 +108,9 @@
"allocatedRam": "Allocated RAM",
"activitySubtitle": "Overview",
"totalServers": "Total servers",
"credits": "Credits",
"creditsSubtitle": "Runtime balance",
"creditsRemaining": "Credits remaining",
"viewAllServers": "View all servers",
"serversSummary": "Servers in your account"
},
@@ -154,6 +157,7 @@
"ram": "RAM",
"start": "Start",
"stop": "Stop",
"idleCountdown": "Auto-stop in {seconds}s (no players)",
"details": "Details",
"detailSubtitle": "Server details and lifecycle controls",
"backToList": "Back to servers",