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

This commit is contained in:
smueller
2026-06-26 13:00:01 +02:00
parent 4262464cd5
commit d29a02f2a4
93 changed files with 1875 additions and 55 deletions

View File

@@ -192,7 +192,8 @@
"properties": "Eigenschaften",
"players": "Spieler",
"worlds": "Welten",
"backups": "Backups"
"backups": "Backups",
"addons": "Add-ons"
},
"console": {
"loading": "Wird geladen…",
@@ -317,6 +318,23 @@
"created": "Erstellt",
"actions": "Aktionen",
"empty": "Noch keine Backups vorhanden."
},
"addons": {
"loading": "Wird geladen…",
"unsupported": "Add-ons werden für diese Server-Software noch nicht unterstützt. Verwenden Sie Paper oder Fabric.",
"stoppedHint": "Add-ons können nur installiert oder entfernt werden, wenn der Server gestoppt ist.",
"searchPlaceholder": "Modrinth durchsuchen…",
"search": "Suchen",
"searchError": "Katalogsuche fehlgeschlagen.",
"versionsError": "Versionen konnten nicht geladen werden.",
"installError": "Installation fehlgeschlagen.",
"removeError": "Entfernen fehlgeschlagen.",
"select": "Versionen",
"compatibleVersions": "Kompatible Versionen für {name}",
"install": "Installieren",
"remove": "Entfernen",
"installed": "Installiert",
"empty": "Noch keine Add-ons installiert."
}
}
}

View File

@@ -192,7 +192,8 @@
"properties": "Properties",
"players": "Players",
"worlds": "Worlds",
"backups": "Backups"
"backups": "Backups",
"addons": "Add-ons"
},
"console": {
"loading": "Loading…",
@@ -317,6 +318,23 @@
"created": "Created",
"actions": "Actions",
"empty": "No backups yet."
},
"addons": {
"loading": "Loading…",
"unsupported": "Add-ons are not supported for this server software yet. Use Paper or Fabric.",
"stoppedHint": "Add-ons can only be installed or removed while the server is stopped.",
"searchPlaceholder": "Search Modrinth…",
"search": "Search",
"searchError": "Catalog search failed.",
"versionsError": "Could not load versions.",
"installError": "Installation failed.",
"removeError": "Remove failed.",
"select": "Versions",
"compatibleVersions": "Compatible versions for {name}",
"install": "Install",
"remove": "Remove",
"installed": "Installed",
"empty": "No add-ons installed yet."
}
}
}