mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-05-08 16:10:09 +00:00
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",
|
||||
|
||||
Reference in New Issue
Block a user