update hello world

This commit is contained in:
duanfuxiang
2025-06-02 23:00:56 +08:00
parent b1315aa6b1
commit d83ea57fca
8 changed files with 507 additions and 53 deletions

View File

@@ -1,6 +1,18 @@
export default {
chat: {
stop: "Stop",
welcome: {
title: "Welcome to Infio Copilot",
subtitle: "Explore different modes to enhance your productivity"
},
navigation: {
commands: "Commands",
commandsDesc: "Create and manage custom commands for quick actions",
customMode: "Custom Mode",
customModeDesc: "Define personalized AI modes with specific behaviors",
mcp: "MCP",
mcpDesc: "Manage Model Context Protocol integrations"
},
errors: {
failedToLoadConversation: "Failed to load conversation",
failedToSaveHistory: "Failed to save chat history",

View File

@@ -2,6 +2,18 @@
export default {
chat: {
stop: "停止",
welcome: {
title: "欢迎使用 Infio Copilot",
subtitle: "探索不同模式来提升您的生产力"
},
navigation: {
commands: "命令",
commandsDesc: "创建和管理用于快速操作的自定义命令",
customMode: "自定义模式",
customModeDesc: "定义具有特定行为的个性化 AI 模式",
mcp: "MCP",
mcpDesc: "管理模型上下文协议集成"
},
errors: {
failedToLoadConversation: "加载对话失败",
failedToSaveHistory: "保存聊天记录失败",