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

14 lines
344 B
JSON
Raw Normal View History

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:",
"send": "Send"
2026-02-13 05:01:22 +03:00
}