Merge branch 'dev' into ui/docker
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
"card": {
|
||||
"title": "Dash.",
|
||||
"errors": {
|
||||
"noService": "No dash. service found. Please add one to your Homarr dashboard or set a dashdot URL in the module options",
|
||||
"noService": "No Dash. service found. Please add one to your Homarr dashboard or set a Dash. URL in the module options",
|
||||
"noInformation": "Cannot acquire information from dash. - are you running the latest version?"
|
||||
},
|
||||
"graphs": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Search Bar",
|
||||
"description": "Search bar to search the web, youtube, torrents or overseerr"
|
||||
"description": "Search bar to search the web, Youtube, Torrents or Overseerr"
|
||||
},
|
||||
"input": {
|
||||
"placeholder": "Search the web..."
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user