-
- {t('auth.loginTitle')}
-
+
+ {/* Tech background layer */}
+
+
+
+ {/* Main content */}
+
+ {/* Left: brand + slogan */}
+
+
+
+ {t('app.name')}
+
+
+
+ {t('auth.slogan')}
+
+
+
+ {t('auth.subtitle')}
+
+
+
+ MCP
+ Group
+ Market
+ Logging
+
-
);
diff --git a/locales/en.json b/locales/en.json
index a08fa40..7747cef 100644
--- a/locales/en.json
+++ b/locales/en.json
@@ -1,6 +1,6 @@
{
"app": {
- "title": "MCP Hub Dashboard",
+ "title": "MCPHub Dashboard",
"error": "Error",
"closeButton": "Close",
"noServers": "No MCP servers available",
@@ -10,11 +10,11 @@
"changePassword": "Change Password",
"toggleSidebar": "Toggle Sidebar",
"welcomeUser": "Welcome, {{username}}",
- "name": "MCP Hub"
+ "name": "MCPHub"
},
"about": {
"title": "About",
- "versionInfo": "MCP Hub Version: {{version}}",
+ "versionInfo": "MCPHub Version: {{version}}",
"newVersion": "New version available!",
"currentVersion": "Current version",
"newVersionAvailable": "New version {{version}} is available",
@@ -30,7 +30,7 @@
"label": "Sponsor",
"title": "Support the Project",
"rewardAlt": "Reward QR Code",
- "supportMessage": "Support the development of MCP Hub by buying me a coffee!",
+ "supportMessage": "Support the development of MCPHub by buying me a coffee!",
"supportButton": "Support on Ko-fi"
},
"wechat": {
@@ -52,7 +52,9 @@
},
"auth": {
"login": "Login",
- "loginTitle": "Login to MCP Hub",
+ "loginTitle": "Login to MCPHub",
+ "slogan": "The Unified Hub for MCP Servers",
+ "subtitle": "Centralized management platform for Model Context Protocol servers. Organize, monitor, and scale multiple MCP servers with flexible routing strategies.",
"username": "Username",
"password": "Password",
"loggingIn": "Logging in...",
diff --git a/locales/zh.json b/locales/zh.json
index 0edaae2..f7fa0bb 100644
--- a/locales/zh.json
+++ b/locales/zh.json
@@ -1,6 +1,6 @@
{
"app": {
- "title": "MCP Hub 控制面板",
+ "title": "MCPHub 控制面板",
"error": "错误",
"closeButton": "关闭",
"noServers": "没有可用的 MCP 服务器",
@@ -10,11 +10,11 @@
"changePassword": "修改密码",
"toggleSidebar": "切换侧边栏",
"welcomeUser": "欢迎, {{username}}",
- "name": "MCP Hub"
+ "name": "MCPHub"
},
"about": {
"title": "关于",
- "versionInfo": "MCP Hub 版本: {{version}}",
+ "versionInfo": "MCPHub 版本: {{version}}",
"newVersion": "有新版本可用!",
"currentVersion": "当前版本",
"newVersionAvailable": "新版本 {{version}} 已发布",
@@ -30,7 +30,7 @@
"label": "赞助",
"title": "支持项目",
"rewardAlt": "赞赏码",
- "supportMessage": "通过捐赠支持 MCP Hub 的开发!",
+ "supportMessage": "通过捐赠支持 MCPHub 的开发!",
"supportButton": "在 Ko-fi 上支持"
},
"wechat": {
@@ -52,7 +52,9 @@
},
"auth": {
"login": "登录",
- "loginTitle": "登录 MCP Hub",
+ "loginTitle": "登录 MCPHub",
+ "slogan": "统一的 MCP 服务器管理平台",
+ "subtitle": "模型上下文协议服务器的集中管理平台,通过灵活的路由策略组织、监控和扩展多个 MCP 服务器。",
"username": "用户名",
"password": "密码",
"loggingIn": "登录中...",