mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-28 10:19:13 +01:00
36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"descriptor": {
|
|
"name": "다운로드 속도",
|
|
"description": "지원되는 통합의 다운로드 및 업로드 속도를 표시합니다."
|
|
},
|
|
"card": {
|
|
"table": {
|
|
"header": {
|
|
"name": "이름",
|
|
"size": "크기",
|
|
"download": "다운로드",
|
|
"upload": "업로드",
|
|
"estimatedTimeOfArrival": "남은 시간",
|
|
"progress": "진행률"
|
|
},
|
|
"body": {
|
|
"nothingFound": "토렌트 없음"
|
|
}
|
|
},
|
|
"lineChart": {
|
|
"title": "현재 다운로드 속도",
|
|
"download": "다운로드: {{download}}",
|
|
"upload": "업로드: {{upload}}",
|
|
"timeSpan": "{{seconds}} 초 전",
|
|
"totalDownload": "다운로드: {{download}}/s",
|
|
"totalUpload": "업로드: {{upload}}/s"
|
|
},
|
|
"errors": {
|
|
"noDownloadClients": {
|
|
"title": "지원되는 다운로드 클라이언트를 찾을 수 없습니다!",
|
|
"text": "현재 다운로드를 보려면 다운로드 서비스를 추가하세요"
|
|
}
|
|
}
|
|
}
|
|
}
|