frigate/web/public/locales/en/views/chat.json

25 lines
787 B
JSON
Raw Normal View History

2026-02-13 05:01:22 +03:00
{
2026-02-26 18:36:52 +03:00
"title": "Frigate Chat",
"subtitle": "Your AI assistant for camera management and insights",
2026-02-13 05:01:22 +03:00
"placeholder": "Ask anything...",
2026-02-13 05:04:40 +03:00
"error": "Something went wrong. Please try again.",
2026-02-13 05:35:40 +03:00
"processing": "Processing...",
"toolsUsed": "Used: {{tools}}",
"showTools": "Show tools ({{count}})",
"hideTools": "Hide tools",
"call": "Call",
2026-02-17 05:24:43 +03:00
"result": "Result",
"arguments": "Arguments:",
2026-02-18 04:48:46 +03:00
"response": "Response:",
2026-02-26 18:36:52 +03:00
"send": "Send",
"suggested_requests": "Try asking:",
"starting_requests": {
"show_recent_events": "Show recent events",
"show_camera_status": "Show camera status"
},
"starting_requests_prompts": {
"show_recent_events": "Show me the recent events from the last hour",
"show_camera_status": "What is the current status of my cameras?"
}
2026-02-13 05:01:22 +03:00
}