Files
Homarr/public/locales/ko/modules/media-transcoding.json
2024-05-07 19:46:34 +02:00

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": ""
}
}