Files
homarr/public/locales/it/modules/torrents-status.json
2023-09-01 21:55:45 +02:00

82 lines
2.5 KiB
JSON

{
"descriptor": {
"name": "Torrent",
"description": "Visualizza un elenco di torrent dai client Torrent supportati.",
"settings": {
"title": "Impostazioni per il widget Torrent",
"refreshInterval": {
"label": "Intervallo di aggiornamento (in secondi)"
},
"displayCompletedTorrents": {
"label": "Mostra torrent completati"
},
"displayStaleTorrents": {
"label": "Mostra torrent in stallo"
},
"labelFilterIsWhitelist": {
"label": "La label list è una whitelist (anzichè blacklist)"
},
"labelFilter": {
"label": "Label list",
"description": "Quando 'è whitelist' è selezionato, agirà come una whitelist. Se non selezionato, è una blacklist. Non farà nulla quando vuoto"
}
}
},
"card": {
"footer": {
"error": "Errore",
"lastUpdated": "Ultimo aggiornamento {{time}} fa"
},
"table": {
"header": {
"name": "Nome",
"size": "Dimensione",
"download": "Down",
"upload": "Up",
"estimatedTimeOfArrival": "ETA",
"progress": "Avanzamento"
},
"item": {
"text": "Gestito da {{appName}}, {{ratio}} ratio"
},
"body": {
"nothingFound": "Nessun torrent trovato",
"filterHidingItems": "{{count}} le voci sono nascoste dai tuoi filtri"
}
},
"lineChart": {
"title": "Velocità di download",
"download": "Download: {{download}}",
"upload": "Upload: {{upload}}",
"timeSpan": "{{seconds}} secondi fa",
"totalDownload": "Download: {{download}}/s",
"totalUpload": "Upload: {{upload}}/s"
},
"errors": {
"noDownloadClients": {
"title": "Nessun client Torrent supportato trovato!",
"text": "Aggiungi un client Torrent supportato per visualizzare i download attuali"
},
"generic": {
"title": "Si è verificato un errore imprevisto",
"text": "Impossibile comunicare con i client Torrent. Controllare la configurazione"
}
},
"loading": {
"title": "Caricamento in corso",
"description": "Connessione in corso"
},
"popover": {
"introductionPrefix": "Gestito da",
"metrics": {
"queuePosition": "Posizione in coda - {{position}}",
"progress": "Progresso - {{progress}}%",
"totalSelectedSize": "Totale - {{totalSize}}",
"state": "Stato - {{state}}",
"ratio": "Ratio -",
"completed": "Completato"
}
}
}
}