nightly commit

This commit is contained in:
Torsten Brendgen
2026-04-25 22:49:22 +02:00
parent feaa62309c
commit cf78405148
10 changed files with 368 additions and 226 deletions

View File

@@ -64,15 +64,15 @@ L["OPT_DEBUG_CLEAR"] = "Clear debug log"
L["OPT_DEBUG_SELECT_ALL"] = "Select all"
L["DEBUG_WINDOW_TITLE"] = "HMGT Debug Console"
L["DEBUG_WINDOW_HINT"] = "Mouse wheel scrolls, Ctrl+A selects all, Ctrl+C copies selected text"
L["OPT_DEVTOOLS_MODE"] = "Developer tools"
L["OPT_DEVTOOLS_MODE_DESC"] = "Enable the structured developer event console."
L["OPT_DEVTOOLS_LEVEL"] = "Capture level"
L["OPT_DEVTOOLS_MODE"] = "Debug console"
L["OPT_DEVTOOLS_MODE_DESC"] = "Enable the shared debug and developer log."
L["OPT_DEVTOOLS_LEVEL"] = "Debug level"
L["OPT_DEVTOOLS_LEVEL_ERROR"] = "Errors"
L["OPT_DEVTOOLS_LEVEL_TRACE"] = "Trace"
L["OPT_DEVTOOLS_SCOPE"] = "Scope filter"
L["OPT_DEVTOOLS_SCOPE_ALL"] = "All scopes"
L["OPT_DEVTOOLS_OPEN"] = "Open developer console"
L["OPT_DEVTOOLS_CLEAR"] = "Clear developer log"
L["OPT_DEVTOOLS_LEVEL_TRACE"] = "Verbose"
L["OPT_DEVTOOLS_SCOPE"] = "Module filter"
L["OPT_DEVTOOLS_SCOPE_ALL"] = "All modules"
L["OPT_DEVTOOLS_OPEN"] = "Open debug console"
L["OPT_DEVTOOLS_CLEAR"] = "Clear debug log"
L["OPT_DEVTOOLS_SELECT_ALL"] = "Select all"
L["OPT_DEVTOOLS_DISABLED"] = "HMGT: developer tools are not enabled."
L["DEVTOOLS_WINDOW_TITLE"] = "HMGT Developer Tools"