feat: add tdarr integration (#1657)

Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
This commit is contained in:
Manuel
2024-12-15 15:53:02 +01:00
committed by GitHub
parent 6de74d9525
commit 032509e462
25 changed files with 996 additions and 2 deletions

View File

@@ -1643,6 +1643,65 @@
}
}
},
"mediaTranscoding": {
"name": "Media transcoding",
"description": "Statistics, current queue and worker status of your media transcoding",
"option": {
"defaultView": {
"label": "Default view"
},
"queuePageSize": {
"label": "Queue page size"
}
},
"tab": {
"workers": "Workers",
"queue": "Queue",
"statistics": "Statistics"
},
"currentIndex": "{start}-{end} of {total}",
"healthCheck": {
"title": "Health check",
"queued": "Queued",
"status": {
"healthy": "Healthy",
"unhealthy": "Unhealthy"
}
},
"panel": {
"statistics": {
"empty": "Empty",
"transcodes": "Transcodes",
"transcodesCount": "Transcodes: {value}",
"healthChecksCount": "Health checks: {value}",
"filesCount": "Files: {value}",
"savedSpace": "Saved space: {value}",
"healthChecks": "Health checks",
"videoCodecs": "Codecs",
"videoContainers": "Containers",
"videoResolutions": "Resolutions"
},
"workers": {
"empty": "Empty",
"table": {
"file": "File",
"eta": "ETA",
"progress": "Progress",
"transcode": "Transcode",
"healthCheck": "Health check"
}
},
"queue": {
"empty": "Empty",
"table": {
"file": "File",
"size": "Size",
"transcode": "Transcode",
"healthCheck": "Health check"
}
}
}
},
"rssFeed": {
"name": "RSS feeds",
"description": "Monitor and display one or more generic RSS, ATOM or JSON feeds",
@@ -2272,6 +2331,9 @@
},
"updateChecker": {
"label": "Update checker"
},
"mediaTranscoding": {
"label": "Media transcoding"
}
}
},