update hello world
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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: "保存聊天记录失败",
|
||||
|
||||
Reference in New Issue
Block a user