|
| 1 | +{ |
| 2 | + "descriptor": { |
| 3 | + "name": "Media Transcoding", |
| 4 | + "description": "Displays information about media transcoding", |
| 5 | + "settings": { |
| 6 | + "title": "Media Transcoding Settings", |
| 7 | + "appId": { |
| 8 | + "label": "Select an app" |
| 9 | + }, |
| 10 | + "defaultView": { |
| 11 | + "label": "Default view", |
| 12 | + "data": { |
| 13 | + "workers": "Workers", |
| 14 | + "queue": "Queue", |
| 15 | + "statistics": "Statistics" |
| 16 | + } |
| 17 | + }, |
| 18 | + "showHealthCheck": { |
| 19 | + "label": "Show Health Check indicator" |
| 20 | + }, |
| 21 | + "showHealthChecksInQueue": { |
| 22 | + "label": "Show Health Checks in queue" |
| 23 | + }, |
| 24 | + "queuePageSize": { |
| 25 | + "label": "Queue: Items per page" |
| 26 | + }, |
| 27 | + "showAppIcon": { |
| 28 | + "label": "Show app icon in the bottom right corner" |
| 29 | + } |
| 30 | + } |
| 31 | + }, |
| 32 | + "noAppSelected": "Please select an app in the widget settings", |
| 33 | + "views": { |
| 34 | + "workers": { |
| 35 | + "table": { |
| 36 | + "header": { |
| 37 | + "name": "File", |
| 38 | + "eta": "ETA", |
| 39 | + "progress": "Progress" |
| 40 | + }, |
| 41 | + "empty": "Empty", |
| 42 | + "tooltip": { |
| 43 | + "transcode": "Transcode", |
| 44 | + "healthCheck": "Health Check" |
| 45 | + } |
| 46 | + } |
| 47 | + }, |
| 48 | + "queue": { |
| 49 | + "table": { |
| 50 | + "header": { |
| 51 | + "name": "File", |
| 52 | + "size": "Size" |
| 53 | + }, |
| 54 | + "footer": { |
| 55 | + "currentIndex": "{{start}}-{{end}} of {{total}}" |
| 56 | + }, |
| 57 | + "empty": "Empty", |
| 58 | + "tooltip": { |
| 59 | + "transcode": "Transcode", |
| 60 | + "healthCheck": "Health Check" |
| 61 | + } |
| 62 | + } |
| 63 | + }, |
| 64 | + "statistics": { |
| 65 | + "empty": "Empty", |
| 66 | + "box": { |
| 67 | + "transcodes": "Transcodes: {{value}}", |
| 68 | + "healthChecks": "Health Checks: {{value}}", |
| 69 | + "files": "Files: {{value}}", |
| 70 | + "spaceSaved": "Saved: {{value}}" |
| 71 | + }, |
| 72 | + "pies": { |
| 73 | + "transcodes": "Transcodes", |
| 74 | + "healthChecks": "Health Checks", |
| 75 | + "videoCodecs": "Codecs", |
| 76 | + "videoContainers": "Containers", |
| 77 | + "videoResolutions": "Resolutions" |
| 78 | + } |
| 79 | + } |
| 80 | + }, |
| 81 | + "error": { |
| 82 | + "title": "Error", |
| 83 | + "message": "An error occurred while fetching data from Tdarr." |
| 84 | + }, |
| 85 | + "tabs": { |
| 86 | + "workers": "Workers", |
| 87 | + "queue": "Queue", |
| 88 | + "statistics": "Statistics" |
| 89 | + }, |
| 90 | + "healthCheckStatus": { |
| 91 | + "title": "Health Check", |
| 92 | + "queued": "Queued", |
| 93 | + "healthy": "Healthy", |
| 94 | + "unhealthy": "Unhealthy" |
| 95 | + } |
| 96 | +} |
0 commit comments