🔀 Merge pull request #373 from JannesV/feature/usenet

Feature/usenet
This commit is contained in:
Thomas Camlong
2022-09-02 11:19:51 +02:00
committed by GitHub
31 changed files with 1314 additions and 172 deletions

View File

@@ -2,5 +2,10 @@
"actions": {
"save": "Save"
},
"tip": "Tip: "
}
"tip": "Tip: ",
"time": {
"seconds": "seconds",
"minutes": "minutes",
"hours": "hours"
}
}

View File

@@ -0,0 +1,49 @@
{
"descriptor": {
"name": "Usenet",
"description": "Show the queue and history of supported services"
},
"card": {
"errors": {
"noDownloadClients": {
"title": "No supported download clients found!",
"text": "Add a download service to view your current downloads"
}
}
},
"tabs": {
"queue": "Queue",
"history": "History"
},
"info": {
"sizeLeft": "Size left",
"paused": "Paused"
},
"queue": {
"header": {
"name": "Name",
"size": "Size",
"eta": "ETA",
"progress": "Progress"
},
"empty": "Queue is empty.",
"error": {
"title": "Error!",
"message": "Some error has occured while fetching data:"
},
"paused": "Paused"
},
"history": {
"header": {
"name": "Name",
"size": "Size",
"duration": "Download Duration"
},
"empty": "Queue is empty.",
"error": {
"title": "Error!",
"message": "Some error has occured while fetching data:"
},
"paused": "Paused"
}
}