Files
homarr/public/locales/en/modules/usenet.json
2022-09-02 19:27:32 +02:00

50 lines
890 B
JSON

{
"descriptor": {
"name": "Sabnzbd",
"description": "Allows you to see your Sabnzbd queue and history, pause and resume downloads"
},
"card": {
"errors": {
"noDownloadClients": {
"title": "No supported download clients found!",
"text": "Add a download service to view your current downloads"
}
}
},
"tabs": {
"queue": "",
"history": ""
},
"info": {
"sizeLeft": "",
"paused": ""
},
"queue": {
"header": {
"name": "Name",
"size": "Size",
"eta": "ETA",
"progress": "Progress"
},
"empty": "",
"error": {
"title": "",
"message": ""
},
"paused": ""
},
"history": {
"header": {
"name": "Name",
"size": "Size",
"duration": ""
},
"empty": "",
"error": {
"title": "",
"message": ""
},
"paused": ""
}
}