Files
homarr/public/locales/it/modules/torrents-status.json
2022-08-30 12:49:55 +02:00

40 lines
663 B
JSON

{
"descriptor": {
"name": "",
"description": "",
"settings": {
"hideComplete": {
"label": ""
}
}
},
"card": {
"table": {
"header": {
"name": "",
"size": "",
"download": "",
"upload": "",
"estimatedTimeOfArrival": "",
"progress": ""
},
"body": {
"nothingFound": ""
}
},
"lineChart": {
"title": "",
"download": "",
"upload": "",
"timeSpan": "",
"totalDownload": "",
"totalUpload": ""
},
"errors": {
"noDownloadClients": {
"title": "",
"text": ""
}
}
}
}