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

82 lines
1.9 KiB
JSON

{
"descriptor": {
"name": "Torrent",
"description": "Displays List Ov Torrents Frum Supportd Torrent Clients.",
"settings": {
"title": "Settings 4 Torrent Widget",
"refreshInterval": {
"label": "Refresh Interval (In Secondz)"
},
"displayCompletedTorrents": {
"label": "Display Completd Torrents"
},
"displayStaleTorrents": {
"label": "Display Stale Torrents"
},
"labelFilterIsWhitelist": {
"label": ""
},
"labelFilter": {
"label": "",
"description": ""
}
}
},
"card": {
"footer": {
"error": "Error!",
"lastUpdated": ""
},
"table": {
"header": {
"name": "Naym",
"size": "Bigness",
"download": "Down",
"upload": "Up",
"estimatedTimeOfArrival": "ETA",
"progress": "Progres"
},
"item": {
"text": ""
},
"body": {
"nothingFound": "No torrents findz",
"filterHidingItems": ""
}
},
"lineChart": {
"title": "Current download sped",
"download": "Download: {{download}}",
"upload": "Upload: {{upload}}",
"timeSpan": "{{seconds}} secondz aog",
"totalDownload": "Download: {{download}}/s",
"totalUpload": "Upload: {{upload}}/s"
},
"errors": {
"noDownloadClients": {
"title": "No Supportd Torrent Clients Findz!",
"text": "Add Supportd Torrent Client 2 View Ur Current Downloadz"
},
"generic": {
"title": "",
"text": ""
}
},
"loading": {
"title": "",
"description": ""
},
"popover": {
"introductionPrefix": "",
"metrics": {
"queuePosition": "",
"progress": "",
"totalSelectedSize": "",
"state": "",
"ratio": "",
"completed": ""
}
}
}
}