frigate/web/public/locales/ko/config/cameras.json
Hosted Weblate d011bcf356
Translated using Weblate (Korean)
Currently translated at 100.0% (47 of 47 strings)

Translated using Weblate (Korean)

Currently translated at 6.1% (29 of 469 strings)

Translated using Weblate (Korean)

Currently translated at 100.0% (26 of 26 strings)

Translated using Weblate (Korean)

Currently translated at 12.2% (97 of 790 strings)

Translated using Weblate (Korean)

Currently translated at 100.0% (236 of 236 strings)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: John <john@akfn.net>
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/ko/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-camera/ko/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-player/ko/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-cameras/ko/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-global/ko/
Translation: Frigate NVR/Config - Cameras
Translation: Frigate NVR/Config - Global
Translation: Frigate NVR/common
Translation: Frigate NVR/components-camera
Translation: Frigate NVR/components-player
2026-05-03 01:55:35 +02:00

64 lines
2.5 KiB
JSON

{
"label": "카메라 설정",
"name": {
"label": "카메라 이름",
"description": "카메라 이름은 필수 항목입니다"
},
"friendly_name": {
"label": "별칭",
"description": "Frigate UI에서 사용되는 카메라 별칭"
},
"enabled": {
"label": "활성화됨",
"description": "활성화됨"
},
"audio": {
"label": "오디오 이벤트",
"description": "이 카메라의 오디오 기반 이벤트 감지 설정입니다.",
"enabled": {
"label": "오디오 감지 활성화",
"description": "이 카메라의 오디오 이벤트 감지를 활성화하거나 비활성화합니다."
},
"max_not_heard": {
"label": "종료 타임아웃",
"description": "오디오 이벤트가 종료되기 전, 설정된 오디오 유형이 감지되지 않는 시간(초)입니다."
},
"min_volume": {
"label": "최소 볼륨",
"description": "오디오 감지를 실행하는 데 필요한 최소 RMS 볼륨 임계값으로, 낮을수록 민감도가 높아집니다(예: 200 높음, 500 보통, 1000 낮음)."
},
"listen": {
"label": "청취 유형",
"description": "감지할 오디오 이벤트 유형 목록입니다(예: bark, fire_alarm, scream, speech, yell)."
},
"filters": {
"label": "오디오 필터",
"description": "오탐지를 줄이기 위해 사용되는 신뢰도 임계값과 같은 오디오 유형별 필터 설정입니다."
},
"enabled_in_config": {
"label": "원래 오디오 상태"
}
},
"mqtt": {
"label": "MQTT"
},
"notifications": {
"label": "알림",
"enabled": {
"label": "알림 활성화"
},
"email": {
"label": "알림 이메일",
"description": "푸시 알림에 사용되거나 특정 알림 제공업체에서 요구하는 이메일 주소입니다."
},
"cooldown": {
"label": "알림 재발송 대기 시간",
"description": "수신자에게 스팸 메일을 보내는 것을 방지하기 위해 알림 재발송 대기시간(초)을 설정합니다."
},
"enabled_in_config": {
"label": "초기 알림 활성 상태",
"description": "초기 구성에서 알림이 활성화되었는지 여부를 나타냅니다."
}
}
}