feat(frontend):优化前端页面设计

This commit is contained in:
2026-05-29 16:44:17 +00:00
parent a83c5fa5bd
commit affe460180
80 changed files with 2670 additions and 2678 deletions
+123
View File
@@ -0,0 +1,123 @@
{
"app": {
"name": "KiloStar",
"tagline": "Distributed Multi-Agent System"
},
"nav": {
"work": "Work",
"agent": "Agent",
"chat": "Chat",
"workflow": "Workflow",
"plugin": "Plugin",
"agents": "Agents",
"settings": "Settings"
},
"auth": {
"welcomeBack": "Welcome Back",
"createAccount": "Create Account",
"enterCredentials": "Enter your credentials to access your account",
"signUpToStart": "Sign up to start using the platform",
"username": "Username",
"password": "Password",
"signIn": "Sign In",
"signUp": "Sign Up",
"noAccount": "Don't have an account?",
"hasAccount": "Already have an account?",
"processing": "Processing...",
"registerSuccess": "Registration successful. Please log in."
},
"chat": {
"newChat": "New Chat",
"chatHistory": "Chat History",
"noHistory": "No chat history.",
"startChat": "Click + to start a new chat.",
"placeholder": "Ask kilostar to do something...",
"send": "Send",
"selectChat": "Select a chat history or create a new one to start.",
"assistantName": "kilostar Assistant",
"errorCommunication": "Sorry, an error occurred while communicating with the server."
},
"workflow": {
"workflows": "Workflows",
"manageWorkflows": "Manage and monitor your automated processes.",
"createWorkflow": "Create Workflow",
"noWorkflows": "No Workflows Found",
"workflowsAppearHere": "Workflows created from your chats will appear here automatically.",
"newWorkflow": "New Workflow",
"backToList": "Back to workflow list",
"workflowTitle": "Workflow Title",
"titlePlaceholder": "e.g. Scrape tech news and generate summaries",
"titleHint": "Give your workflow a concise, descriptive name",
"command": "Command",
"commandHint": "Describe the task you want the AI to complete in detail",
"commandPlaceholder": "Describe the task you want the AI to complete...",
"step1": "Step 1",
"step2": "Step 2",
"cancel": "Cancel",
"createAndStart": "Create & Start Workflow",
"creating": "Creating...",
"live": "Live",
"disconnected": "Disconnected",
"chatLog": "Chat Log",
"diagram": "Diagram",
"originalCommand": "Original Command",
"waitingEvents": "Waiting for events...",
"replyPlaceholder": "Reply to the workflow...",
"refresh": "Refresh Data",
"workflowDetails": "Workflow Details",
"loading": "Loading Workflows...",
"status": {
"waiting": "Waiting",
"running": "Running",
"completed": "Completed",
"failed": "Failed"
}
},
"settings": {
"settings": "Settings",
"userManagement": "User Management",
"systemSettings": "System Settings",
"general": "General",
"language": "Language",
"theme": "Theme",
"light": "Light",
"dark": "Dark",
"systemDefault": "System Default",
"clusterRuntime": "Cluster & Runtime",
"debugLogging": "Enable debug logging",
"saveChanges": "Save Changes",
"saved": "Settings saved!",
"addUser": "Add User",
"username": "Username",
"role": "Role",
"status": "Status",
"actions": "Actions",
"active": "Active",
"inactive": "Inactive",
"cancel": "Cancel",
"create": "Create",
"save": "Save",
"deleteConfirm": "Are you sure you want to delete this user?",
"deleteFailed": "Failed to delete user",
"updateFailed": "Failed to update user role",
"addNewUser": "Add New User",
"editUserRole": "Edit User Role",
"enterUsername": "e.g. jsmith",
"enterPassword": "Enter secure password",
"fillBoth": "Please fill in both username and password."
},
"agent": {
"individual": "Individual",
"providerManagement": "Provider Management",
"skills": "Skills",
"tools": "Tools"
},
"common": {
"close": "Close",
"submit": "Submit",
"loading": "Loading...",
"error": "Error",
"success": "Success",
"back": "Back"
}
}
+123
View File
@@ -0,0 +1,123 @@
{
"app": {
"name": "千星",
"tagline": "分布式多智能体系统"
},
"nav": {
"work": "工作",
"agent": "智能体",
"chat": "对话",
"workflow": "工作流",
"plugin": "插件",
"agents": "智能体",
"settings": "设置"
},
"auth": {
"welcomeBack": "欢迎回来",
"createAccount": "创建账号",
"enterCredentials": "输入您的凭据以访问账户",
"signUpToStart": "注册以开始使用平台",
"username": "用户名",
"password": "密码",
"signIn": "登录",
"signUp": "注册",
"noAccount": "还没有账号?",
"hasAccount": "已有账号?",
"processing": "处理中...",
"registerSuccess": "注册成功,请登录。"
},
"chat": {
"newChat": "新对话",
"chatHistory": "对话历史",
"noHistory": "暂无对话记录",
"startChat": "点击 + 开始新对话",
"placeholder": "让 kilostar 做点什么...",
"send": "发送",
"selectChat": "选择对话记录或创建新对话以开始",
"assistantName": "kilostar 助手",
"errorCommunication": "抱歉,与服务器通信时出错。"
},
"workflow": {
"workflows": "工作流",
"manageWorkflows": "管理和监控您的自动化流程",
"createWorkflow": "创建工作流",
"noWorkflows": "暂无工作流",
"workflowsAppearHere": "从对话创建的工作流将自动显示在这里",
"newWorkflow": "新建工作流",
"backToList": "返回工作流列表",
"workflowTitle": "工作流标题",
"titlePlaceholder": "例如:爬取最新技术新闻并生成摘要",
"titleHint": "为你的工作流起一个简洁、描述性的名称",
"command": "需求描述",
"commandHint": "详细描述你希望 AI 完成的任务,越具体效果越好",
"commandPlaceholder": "详细描述你希望 AI 完成的任务...",
"step1": "第一步",
"step2": "第二步",
"cancel": "取消",
"createAndStart": "创建并启动工作流",
"creating": "正在创建...",
"live": "实时",
"disconnected": "已断开",
"chatLog": "交流日志",
"diagram": "流程图",
"originalCommand": "原始指令",
"waitingEvents": "等待事件...",
"replyPlaceholder": "回复工作流...",
"refresh": "刷新数据",
"workflowDetails": "工作流详情",
"loading": "正在加载工作流...",
"status": {
"waiting": "等待中",
"running": "运行中",
"completed": "已完成",
"failed": "失败"
}
},
"settings": {
"settings": "设置",
"userManagement": "用户管理",
"systemSettings": "系统设置",
"general": "通用",
"language": "语言",
"theme": "主题",
"light": "浅色",
"dark": "深色",
"systemDefault": "跟随系统",
"clusterRuntime": "集群与运行时",
"debugLogging": "启用调试日志",
"saveChanges": "保存更改",
"saved": "设置已保存!",
"addUser": "添加用户",
"username": "用户名",
"role": "角色",
"status": "状态",
"actions": "操作",
"active": "活跃",
"inactive": "未激活",
"cancel": "取消",
"create": "创建",
"save": "保存",
"deleteConfirm": "确定要删除此用户吗?",
"deleteFailed": "删除用户失败",
"updateFailed": "更新用户角色失败",
"addNewUser": "添加新用户",
"editUserRole": "编辑用户角色",
"enterUsername": "例如:zhangsan",
"enterPassword": "输入安全密码",
"fillBoth": "请填写用户名和密码。"
},
"agent": {
"individual": "个体",
"providerManagement": "供应商管理",
"skills": "技能",
"tools": "工具"
},
"common": {
"close": "关闭",
"submit": "提交",
"loading": "加载中...",
"error": "错误",
"success": "成功",
"back": "返回"
}
}