mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-19 22:12:15 +01:00
97 lines
2.4 KiB
JSON
97 lines
2.4 KiB
JSON
{
|
|
"descriptor": {
|
|
"name": "Media transcodering",
|
|
"description": "Informatie over media transcodering weergeven",
|
|
"settings": {
|
|
"title": "Instellingen voor media transcodering",
|
|
"appId": {
|
|
"label": "Selecteer een app"
|
|
},
|
|
"defaultView": {
|
|
"label": "Standaardweergave",
|
|
"data": {
|
|
"workers": "Workers",
|
|
"queue": "Wachtrij",
|
|
"statistics": "Statistieken"
|
|
}
|
|
},
|
|
"showHealthCheck": {
|
|
"label": "Indicator voor gezondheidscontrole weergeven"
|
|
},
|
|
"showHealthChecksInQueue": {
|
|
"label": "Gezondheidscontroles in wachtrij weergeven"
|
|
},
|
|
"queuePageSize": {
|
|
"label": "Wachtrij: items per pagina"
|
|
},
|
|
"showAppIcon": {
|
|
"label": "App-icoon in de rechterbenedenhoek weergeven"
|
|
}
|
|
}
|
|
},
|
|
"noAppSelected": "Selecteer een app in de widget instellingen",
|
|
"views": {
|
|
"workers": {
|
|
"table": {
|
|
"header": {
|
|
"name": "Bestand",
|
|
"eta": "ETA",
|
|
"progress": "Voortgang"
|
|
},
|
|
"empty": "Leeg",
|
|
"tooltip": {
|
|
"transcode": "Transcoderen",
|
|
"healthCheck": "Gezondheidscontrole"
|
|
}
|
|
}
|
|
},
|
|
"queue": {
|
|
"table": {
|
|
"header": {
|
|
"name": "Bestand",
|
|
"size": "Grootte"
|
|
},
|
|
"footer": {
|
|
"currentIndex": "{{start}}-{{end}} van {{total}}"
|
|
},
|
|
"empty": "Leeg",
|
|
"tooltip": {
|
|
"transcode": "Transcoderen",
|
|
"healthCheck": "Gezondheidscontrole"
|
|
}
|
|
}
|
|
},
|
|
"statistics": {
|
|
"empty": "Leeg",
|
|
"box": {
|
|
"transcodes": "Transcodes: {{value}}",
|
|
"healthChecks": "Gezondheidstests: {{value}}",
|
|
"files": "Bestanden: {{value}}",
|
|
"spaceSaved": "Opgeslagen: {{value}}"
|
|
},
|
|
"pies": {
|
|
"transcodes": "Transcodes",
|
|
"healthChecks": "Gezondheidscontroles",
|
|
"videoCodecs": "Codecs",
|
|
"videoContainers": "Containers",
|
|
"videoResolutions": "Resoluties"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"title": "Fout",
|
|
"message": "Er is een fout opgetreden tijdens het ophalen van gegevens uit Tdarr."
|
|
},
|
|
"tabs": {
|
|
"workers": "Workers",
|
|
"queue": "Wachtrij",
|
|
"statistics": "Statistieken"
|
|
},
|
|
"healthCheckStatus": {
|
|
"title": "Gezondheidscontrole",
|
|
"queued": "In wachtrij",
|
|
"healthy": "Gezond",
|
|
"unhealthy": "Ongezond"
|
|
}
|
|
}
|