mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-15 12:02:15 +01:00
97 lines
2.4 KiB
JSON
97 lines
2.4 KiB
JSON
{
|
|
"descriptor": {
|
|
"name": "Transcoding multimediale",
|
|
"description": "Mostra informazioni sul transcoding multimediale",
|
|
"settings": {
|
|
"title": "Impostazioni transcoding multimediale",
|
|
"appId": {
|
|
"label": "Seleziona un'app"
|
|
},
|
|
"defaultView": {
|
|
"label": "Vista predefinita",
|
|
"data": {
|
|
"workers": "Worker",
|
|
"queue": "Coda",
|
|
"statistics": "Statistiche"
|
|
}
|
|
},
|
|
"showHealthCheck": {
|
|
"label": "Mostra l'indicatore del Controllo Integrità"
|
|
},
|
|
"showHealthChecksInQueue": {
|
|
"label": "Mostra i Controlli Integrità in coda"
|
|
},
|
|
"queuePageSize": {
|
|
"label": "Coda: Elementi per pagina"
|
|
},
|
|
"showAppIcon": {
|
|
"label": "Mostra l'icona dell'app nell'angolo in basso a destra"
|
|
}
|
|
}
|
|
},
|
|
"noAppSelected": "Seleziona un'app nelle impostazioni del widget",
|
|
"views": {
|
|
"workers": {
|
|
"table": {
|
|
"header": {
|
|
"name": "File",
|
|
"eta": "ETA",
|
|
"progress": "Avanzamento"
|
|
},
|
|
"empty": "Vuoto",
|
|
"tooltip": {
|
|
"transcode": "Transcode",
|
|
"healthCheck": "Controllo Integrità"
|
|
}
|
|
}
|
|
},
|
|
"queue": {
|
|
"table": {
|
|
"header": {
|
|
"name": "File",
|
|
"size": "Dimensione"
|
|
},
|
|
"footer": {
|
|
"currentIndex": "{{start}}-{{end}} di {{total}}"
|
|
},
|
|
"empty": "Vuoto",
|
|
"tooltip": {
|
|
"transcode": "Transcode",
|
|
"healthCheck": "Controllo Integrità"
|
|
}
|
|
}
|
|
},
|
|
"statistics": {
|
|
"empty": "Vuoto",
|
|
"box": {
|
|
"transcodes": "Transcodes: {{value}}",
|
|
"healthChecks": "Controlli Integrità: {{value}}",
|
|
"files": "File: {{value}}",
|
|
"spaceSaved": "Salvati: {{value}}"
|
|
},
|
|
"pies": {
|
|
"transcodes": "Transcodes",
|
|
"healthChecks": "Controlli Integrità",
|
|
"videoCodecs": "Codecs",
|
|
"videoContainers": "Containers",
|
|
"videoResolutions": "Risoluzioni"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"title": "Errore",
|
|
"message": "Si è verificato un errore durante il recupero dei dati da Tdarr."
|
|
},
|
|
"tabs": {
|
|
"workers": "Worker",
|
|
"queue": "Coda",
|
|
"statistics": "Statistiche"
|
|
},
|
|
"healthCheckStatus": {
|
|
"title": "Controllo Integrità",
|
|
"queued": "In coda",
|
|
"healthy": "Sano",
|
|
"unhealthy": "Non integro"
|
|
}
|
|
}
|