修复web服务页面未处理多语言

This commit is contained in:
xintaofei
2026-03-27 20:49:56 +08:00
parent 31a8195ebd
commit f50c85ce84
11 changed files with 224 additions and 16 deletions

View File

@@ -1630,5 +1630,25 @@
"directoryExists": "Target directory already exists",
"commandFailed": "Project creation command failed."
}
},
"WebServiceSettings": {
"sectionTitle": "Web Service",
"sectionDescription": "Enable to access Codeg remotely via browser",
"port": "Port",
"status": "Status",
"running": "Running",
"stopped": "Stopped",
"processing": "Processing...",
"start": "Start",
"stop": "Stop",
"startFailed": "Failed to start",
"stopFailed": "Failed to stop",
"open": "Open",
"hide": "Hide",
"show": "Show",
"copy": "Copy",
"addressLabel": "Access Address",
"tokenLabel": "Access Token",
"tokenHint": "Enter this token when accessing the Web client for the first time"
}
}