mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-06-24 13:21:52 +03:00
* add optional onClick to EmptyCard * show EmptyCard in face rec when face library is empty * add loading indicator * add description to camera management pane * Cleanup when use snapshot but can't load snapshot * Migrate files * fix birdseye color distortion when configured aspect ratio is unsupported * Skip processing end for object descriptions * don't crash if stats is null * fix genai roles in migration * frigate+ pane updates - allow users to select a plus model from the select even when one was not previously loaded - always show model summary card - add model filter popover - add restart button totast * fix frigate+ pane layout and buttons to match other settings panes * match button layout in go2rtc settings view * make audio maintainer respond to dynamic config updates * check correct zone name in publish state * fix nested translation extraction for Optional dict and list fields * mypy --------- Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
47 lines
2.0 KiB
JSON
47 lines
2.0 KiB
JSON
{
|
||
"documentTitle": "聊天 - Frigate",
|
||
"title": "Frigate 聊天",
|
||
"subtitle": "你的摄像头管理与智能分析 AI 助手",
|
||
"placeholder": "尝试问我任何事儿…",
|
||
"error": "出现错误,请稍后重试。",
|
||
"processing": "进行中…",
|
||
"toolsUsed": "使用:{{tools}}",
|
||
"showTools": "显示工具({{count}})",
|
||
"hideTools": "隐藏工具",
|
||
"call": "调用",
|
||
"result": "结果",
|
||
"arguments": "参数:",
|
||
"response": "响应:",
|
||
"attachment_chip_label": "在 {{camera}} 的 {{label}}",
|
||
"attachment_chip_remove": "移除附件",
|
||
"open_in_explore": "从浏览中打开",
|
||
"attach_event_aria": "关联事件 {{eventId}}",
|
||
"attachment_picker_paste_label": "或粘贴事件 ID",
|
||
"attachment_picker_attach": "关联",
|
||
"attachment_picker_placeholder": "关联一个事件",
|
||
"quick_reply_find_similar": "查找相似抓拍事件",
|
||
"quick_reply_tell_me_more": "了解更多详情",
|
||
"quick_reply_when_else": "还在哪些时段出现过?",
|
||
"quick_reply_find_similar_text": "查找与此相似的抓拍记录。",
|
||
"quick_reply_tell_me_more_text": "了解此条更多详情。",
|
||
"starting_requests": {
|
||
"show_recent_events": "查看近期事件",
|
||
"show_camera_status": "显示摄像头状态",
|
||
"recap": "我不在的时候发生了什么?",
|
||
"watch_camera": "监控摄像头活动"
|
||
},
|
||
"quick_reply_when_else_text": "还在哪些时间出现过?",
|
||
"anchor": "来源",
|
||
"similarity_score": "相似度",
|
||
"no_similar_objects_found": "未找到相似目标。",
|
||
"semantic_search_required": "必须启用语义搜索才能查找相似目标。",
|
||
"send": "发送",
|
||
"suggested_requests": "尝试问问:",
|
||
"starting_requests_prompts": {
|
||
"show_recent_events": "显示最近一小时的事件",
|
||
"show_camera_status": "我的摄像头当前状态如何?",
|
||
"recap": "我不在的时候发生了什么事?",
|
||
"watch_camera": "监控前门,有人出现就通知我"
|
||
}
|
||
}
|