Initial commit from monorepo
This commit is contained in:
29
i18n/locales/en/aiAssistants.json
Normal file
29
i18n/locales/en/aiAssistants.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"aiAssistants": {
|
||||
"header": {
|
||||
"title": "AI agent"
|
||||
},
|
||||
"view": {
|
||||
"fallbackName": "AI assistant",
|
||||
"not_found": "Assistant not found",
|
||||
"agentTitle": "Optovia AI agent",
|
||||
"agentSubtitle": "Routes, offers, orders and delivery status. Powered by LangGraph + MCP.",
|
||||
"you": "You",
|
||||
"agentName": "Optovia",
|
||||
"typing": "Agent is thinking...",
|
||||
"placeholder": "Ask about offers, routes or an order status",
|
||||
"send": "Send",
|
||||
"reset": "Reset",
|
||||
"welcome": "Hi! I can find offers with routes to your destination, get order status, and list logistics nodes.",
|
||||
"error": "Failed to get a reply from the agent.",
|
||||
"emptyResponse": "No response from agent."
|
||||
},
|
||||
"assistants": {
|
||||
"optovia": {
|
||||
"name": "Logistics agent",
|
||||
"role": "Optovia AI assistant",
|
||||
"description": "Agent for routes, offers and order statuses."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user