Files
webapp/i18n/locales/en/aiAssistants.json
2026-01-07 09:10:35 +07:00

30 lines
942 B
JSON

{
"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."
}
}
}
}