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

49 lines
983 B
JSON

{
"descriptor": {
"name": "Usenet",
"description": "Allows U 2 View An Manage Ur Usenet Instance."
},
"card": {
"errors": {
"noDownloadClients": {
"title": "No supportd download clientz findz!",
"text": "Add Supportd Usenet Download Client 2 View Ur Current Downloadz"
}
}
},
"tabs": {
"queue": "Queue",
"history": "Histowee"
},
"info": {
"sizeLeft": "Siez left",
"paused": "Paused"
},
"queue": {
"header": {
"name": "Naym",
"size": "Bigness",
"eta": "ETA",
"progress": "Progres"
},
"empty": "Empty",
"error": {
"title": "Error!",
"message": "An error has occurred"
},
"paused": "Paused"
},
"history": {
"header": {
"name": "Naym",
"size": "Bigness",
"duration": "Duration"
},
"empty": "Empty",
"error": {
"title": "Error!",
"message": "Error loadin histowee"
},
"paused": "Paused"
}
}