mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-16 12:32:14 +01:00
97 lines
1.7 KiB
JSON
97 lines
1.7 KiB
JSON
{
|
|
"descriptor": {
|
|
"name": "",
|
|
"description": "",
|
|
"settings": {
|
|
"title": "",
|
|
"appId": {
|
|
"label": ""
|
|
},
|
|
"defaultView": {
|
|
"label": "",
|
|
"data": {
|
|
"workers": "",
|
|
"queue": "대기열",
|
|
"statistics": ""
|
|
}
|
|
},
|
|
"showHealthCheck": {
|
|
"label": ""
|
|
},
|
|
"showHealthChecksInQueue": {
|
|
"label": ""
|
|
},
|
|
"queuePageSize": {
|
|
"label": ""
|
|
},
|
|
"showAppIcon": {
|
|
"label": ""
|
|
}
|
|
}
|
|
},
|
|
"noAppSelected": "",
|
|
"views": {
|
|
"workers": {
|
|
"table": {
|
|
"header": {
|
|
"name": "",
|
|
"eta": "남은 시간",
|
|
"progress": "진행률"
|
|
},
|
|
"empty": "비어 있음",
|
|
"tooltip": {
|
|
"transcode": "",
|
|
"healthCheck": ""
|
|
}
|
|
}
|
|
},
|
|
"queue": {
|
|
"table": {
|
|
"header": {
|
|
"name": "",
|
|
"size": "크기"
|
|
},
|
|
"footer": {
|
|
"currentIndex": ""
|
|
},
|
|
"empty": "비어 있음",
|
|
"tooltip": {
|
|
"transcode": "",
|
|
"healthCheck": ""
|
|
}
|
|
}
|
|
},
|
|
"statistics": {
|
|
"empty": "비어 있음",
|
|
"box": {
|
|
"transcodes": "",
|
|
"healthChecks": "",
|
|
"files": "",
|
|
"spaceSaved": ""
|
|
},
|
|
"pies": {
|
|
"transcodes": "",
|
|
"healthChecks": "",
|
|
"videoCodecs": "",
|
|
"videoContainers": "",
|
|
"videoResolutions": ""
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"title": "오류",
|
|
"message": ""
|
|
},
|
|
"tabs": {
|
|
"workers": "",
|
|
"queue": "대기열",
|
|
"statistics": ""
|
|
},
|
|
"healthCheckStatus": {
|
|
"title": "",
|
|
"queued": "",
|
|
"healthy": "",
|
|
"unhealthy": ""
|
|
}
|
|
}
|