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

97 lines
1.6 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": ""
}
}