Files
frigate/web/public/locales/ko/components/player.json
T

54 lines
1.9 KiB
JSON
Raw Normal View History

2025-09-01 03:41:10 +02:00
{
"submitFrigatePlus": {
2025-10-01 16:53:50 +02:00
"submit": "제출",
+23
2026-05-10 19:38:27 +02:00
"title": "이 프레임을 Frigate+에 제출하시겠습니까?",
2026-09-05 13:26:33 +02:00
"previewError": "스냅샷 미리보기를 불러올 수 없습니다. 해당 시점의 녹화 영상을 사용할 수 없는 상태일 수 있습니다."
2025-09-01 03:41:10 +02:00
},
"stats": {
"bandwidth": {
"short": "대역폭",
"title": "대역폭:"
},
"latency": {
"short": {
2025-10-21 18:14:44 +02:00
"title": "지연",
2026-09-05 13:26:33 +02:00
"value": "{{seconds}}초"
2025-09-01 03:41:10 +02:00
},
2026-09-05 13:26:33 +02:00
"title": "지연 시간:",
"value": "{{seconds}}초"
2025-09-01 03:41:10 +02:00
},
"streamType": {
"short": "종류",
"title": "스트림 종류:"
},
2025-10-21 18:14:44 +02:00
"totalFrames": "총 프레임:",
"droppedFrames": {
"title": "손실 프레임:",
"short": {
2026-09-05 13:26:33 +02:00
"title": "손실",
"value": "{{droppedFrames}}프레임"
2025-10-21 18:14:44 +02:00
}
},
2026-09-05 13:26:33 +02:00
"decodedFrames": "디코딩된 프레임:",
2025-10-21 18:14:44 +02:00
"droppedFrameRate": "프레임 손실률:"
2025-09-18 23:18:47 +02:00
},
2026-09-05 13:26:33 +02:00
"noRecordingsFoundForThisTime": "해당 시간대에 저장된 녹화 영상이 없습니다",
"noPreviewFound": "미리보기를 찾을 수 없습니다",
"noPreviewFoundFor": "{{cameraName}} 카메라의 미리보기를 찾을 수 없습니다",
"livePlayerRequiredIOSVersion": "이 실시간 스트림 유형을 사용하려면 iOS 17.1 이상 버전이 필요합니다.",
2025-10-21 18:14:44 +02:00
"streamOffline": {
"title": "스트림 오프라인",
2026-09-05 13:26:33 +02:00
"desc": "{{cameraName}} 카메라의 <code>detect</code> 스트림에서 수신된 프레임이 없습니다. 오류 로그를 확인하세요"
2025-10-21 18:14:44 +02:00
},
"cameraDisabled": "카메라를 이용할 수 없습니다",
"toast": {
"success": {
2026-09-05 13:26:33 +02:00
"submittedFrigatePlus": "Frigate+에 프레임을 성공적으로 제출했습니다"
2025-10-21 18:14:44 +02:00
},
"error": {
2026-09-05 13:26:33 +02:00
"submitFrigatePlusFailed": "Frigate+에 프레임을 제출하지 못했습니다"
2025-10-21 18:14:44 +02:00
}
2026-09-05 13:26:33 +02:00
},
"cameraOff": "카메라가 꺼져 있습니다"
2025-09-01 03:41:10 +02:00
}