Files
homarr/public/locales/ko/modules/dashdot.json
2023-02-06 21:02:59 +01:00

58 lines
1.3 KiB
JSON

{
"descriptor": {
"name": "Dash.",
"description": "",
"settings": {
"title": "",
"cpuMultiView": {
"label": "CPU 멀티 코어 보기"
},
"storageMultiView": {
"label": "저장소 모든 드라이브 보기"
},
"useCompactView": {
"label": "작은 모듈 사용"
},
"graphs": {
"label": "그래프"
},
"url": {
"label": "Dash. 주소"
},
"usePercentages": {
"label": ""
}
}
},
"card": {
"title": "Dash.",
"errors": {
"noService": "Dash. 서비스를 찾을 수 없습니다. Homarr 대시보드에 추가하거나 모듈 옵션에서 Dash. URL을 설정해 주세요.",
"noInformation": "Dash. 에서 정보를 얻을 수 없습니다. 최신 버전을 사용 중인가요?"
},
"graphs": {
"storage": {
"title": "저장소",
"label": "저장소:"
},
"network": {
"title": "네트워크",
"label": "네트워크:",
"metrics": {
"download": "다운로드",
"upload": "업로드"
}
},
"cpu": {
"title": "CPU"
},
"memory": {
"title": "RAM"
},
"gpu": {
"title": "GPU"
}
}
}
}