Files
frigate/web/public/locales/ko/views/search.json
T

29 lines
745 B
JSON
Raw Normal View History

2025-09-18 23:18:47 +02:00
{
"search": "검색",
2025-10-01 16:53:50 +02:00
"savedSearches": "저장된 검색들",
"button": {
2026-03-18 15:46:34 +01:00
"clear": "검색 초기화",
"save": "검색 저장",
"filterInformation": "필터 정보",
2026-04-30 20:00:48 +02:00
"delete": "저장된 검색 삭제",
"filterActive": "필터 활성화됨"
2026-03-18 15:46:34 +01:00
},
2026-04-30 20:00:48 +02:00
"searchFor": "{{inputValue}} 검색",
"trackedObjectId": "추적 객체 ID",
"filter": {
"label": {
"cameras": "카메라",
"labels": "레이블",
"zones": "구역",
"sub_labels": "하위 레이블",
"attributes": "속성",
"search_type": "검색 유형",
"time_range": "시간 범위",
"before": "이전",
"after": "이후",
"min_score": "최소 점수",
"max_score": "최대 점수"
}
}
2025-09-18 23:18:47 +02:00
}