mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-03 09:38:15 +03:00
Translated using Weblate (Korean)
Currently translated at 2.5% (3 of 118 strings) Translated using Weblate (Korean) Currently translated at 2.1% (10 of 462 strings) Translated using Weblate (Korean) Currently translated at 6.2% (3 of 48 strings) Translated using Weblate (Korean) Currently translated at 3.3% (4 of 118 strings) Translated using Weblate (Korean) Currently translated at 6.5% (4 of 61 strings) Translated using Weblate (Korean) Currently translated at 30.0% (3 of 10 strings) Translated using Weblate (Korean) Currently translated at 8.6% (4 of 46 strings) Translated using Weblate (Korean) Currently translated at 15.3% (4 of 26 strings) Translated using Weblate (Korean) Currently translated at 100.0% (9 of 9 strings) Translated using Weblate (Korean) Currently translated at 4.8% (4 of 83 strings) Translated using Weblate (Korean) Currently translated at 48.0% (12 of 25 strings) Translated using Weblate (Korean) Currently translated at 7.6% (4 of 52 strings) Translated using Weblate (Korean) Currently translated at 7.8% (15 of 192 strings) Translated using Weblate (Korean) Currently translated at 3.0% (13 of 427 strings) Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: jjyn0215 <jjyn0215@gmail.com> Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/audio/ko/ 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-dialog/ko/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-player/ko/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/objects/ko/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-configeditor/ko/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-events/ko/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-exports/ko/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-facelibrary/ko/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-live/ko/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-search/ko/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/ko/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-system/ko/ Translation: Frigate NVR/audio Translation: Frigate NVR/common Translation: Frigate NVR/components-camera Translation: Frigate NVR/components-dialog Translation: Frigate NVR/components-player Translation: Frigate NVR/objects Translation: Frigate NVR/views-configeditor Translation: Frigate NVR/views-events Translation: Frigate NVR/views-exports Translation: Frigate NVR/views-facelibrary Translation: Frigate NVR/views-live Translation: Frigate NVR/views-search Translation: Frigate NVR/views-settings Translation: Frigate NVR/views-system
This commit is contained in:
committed by
Nicolas Mowen
co-authored by
jjyn0215
parent
caa187e4ed
commit
55d6383234
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"documentTitle": "설정 편집기 - Frigate",
|
||||
"configEditor": "설정 편집기"
|
||||
"configEditor": "설정 편집기",
|
||||
"safeConfigEditor": "설정 편집기 (안전 모드)"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
{
|
||||
"alerts": "알림",
|
||||
"detections": "탐지"
|
||||
"detections": "탐지",
|
||||
"motion": {
|
||||
"label": "움직임",
|
||||
"only": "움직임만"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,17 @@
|
||||
{
|
||||
"documentTitle": "내보내기 - Frigate",
|
||||
"search": "검색"
|
||||
"search": "검색",
|
||||
"noExports": "내보내기가 없습니다",
|
||||
"deleteExport": "내보내기 제거",
|
||||
"deleteExport.desc": "{{exportName}}을 지우시겠습니까?",
|
||||
"editExport": {
|
||||
"title": "내보내기 이름 변경",
|
||||
"desc": "이 내보내기의 새 이름을 입력하세요.",
|
||||
"saveExport": "내보내기 저장"
|
||||
},
|
||||
"toast": {
|
||||
"error": {
|
||||
"renameExportFailed": "내보내기 이름 변경에 실패했습니다: {{errorMessage}}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
{
|
||||
"description": {
|
||||
"placeholder": "이 모음집의 이름을 입력해주세요",
|
||||
"addFace": "얼굴 라이브러리에 새 컬렉션 추가하는 방법을 단계별로 알아보세요."
|
||||
"addFace": "얼굴 라이브러리에 새 컬렉션 추가하는 방법을 단계별로 알아보세요.",
|
||||
"invalidName": "잘못된 이름입니다. 이름은 문자, 숫자, 공백, 따옴표 ('), 밑줄 (_), 그리고 붙임표 (-)만 포함이 가능합니다."
|
||||
},
|
||||
"details": {
|
||||
"person": "사람"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
{
|
||||
"documentTitle": "실시간 - Frigate",
|
||||
"documentTitle.withCamera": "실시간 - {{camera}} - Frigate"
|
||||
"documentTitle.withCamera": "실시간 - {{camera}} - Frigate",
|
||||
"lowBandwidthMode": "저대역폭 모드",
|
||||
"twoWayTalk": {
|
||||
"enable": "양방향 말하기 활성화"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
{
|
||||
"search": "검색",
|
||||
"savedSearches": "저장된 검색들"
|
||||
"savedSearches": "저장된 검색들",
|
||||
"button": {
|
||||
"clear": "검색 초기화"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -23,7 +23,8 @@
|
||||
},
|
||||
"documentTitle": {
|
||||
"default": "설정 - Frigate",
|
||||
"authentication": "인증 설정 - Frigate"
|
||||
"authentication": "인증 설정 - Frigate",
|
||||
"camera": "카메라 설정 - Frigate"
|
||||
},
|
||||
"users": {
|
||||
"table": {
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"documentTitle": {
|
||||
"cameras": "카메라 통계 - Frigate",
|
||||
"storage": "스토리지 통계 - Frigate"
|
||||
"storage": "스토리지 통계 - Frigate",
|
||||
"general": "기본 통계 - Frigate"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user