50 lines
890 B
JSON
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": ""
|
|
}
|
|
}
|