mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-30 11:19:12 +01:00
50 lines
989 B
JSON
50 lines
989 B
JSON
{
|
|
"descriptor": {
|
|
"name": "Usenet",
|
|
"description": "Allows you to view and manage your Usenet instance."
|
|
},
|
|
"card": {
|
|
"errors": {
|
|
"noDownloadClients": {
|
|
"title": "No supported download clients found!",
|
|
"text": "Add a supported Usenet Download Client 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": "Empty",
|
|
"error": {
|
|
"title": "Error",
|
|
"message": "An error has occurred"
|
|
},
|
|
"paused": "Paused"
|
|
},
|
|
"history": {
|
|
"header": {
|
|
"name": "Name",
|
|
"size": "Size",
|
|
"duration": "Duration"
|
|
},
|
|
"empty": "Empty",
|
|
"error": {
|
|
"title": "Error",
|
|
"message": "Error loading history"
|
|
},
|
|
"paused": "Paused"
|
|
}
|
|
}
|