🌐 Fix localization errors
This commit is contained in:
@@ -13,14 +13,7 @@
|
|||||||
"label": "Use Compact View"
|
"label": "Use Compact View"
|
||||||
},
|
},
|
||||||
"graphs": {
|
"graphs": {
|
||||||
"label": "Graphs",
|
"label": "Graphs"
|
||||||
"options": {
|
|
||||||
"cpu": "CPU",
|
|
||||||
"ram": "RAM",
|
|
||||||
"storage": "Storage",
|
|
||||||
"network": "Network",
|
|
||||||
"gpu": "GPU"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"url": {
|
"url": {
|
||||||
"label": "Dash. URL"
|
"label": "Dash. URL"
|
||||||
|
|||||||
@@ -2,5 +2,34 @@
|
|||||||
"descriptor": {
|
"descriptor": {
|
||||||
"name": "Download Speed",
|
"name": "Download Speed",
|
||||||
"description": "Show the current download speed of supported services"
|
"description": "Show the current download speed of supported services"
|
||||||
|
},
|
||||||
|
"card": {
|
||||||
|
"table": {
|
||||||
|
"header": {
|
||||||
|
"name": "Name",
|
||||||
|
"size": "Size",
|
||||||
|
"download": "Down",
|
||||||
|
"upload": "Up",
|
||||||
|
"estimatedTimeOfArrival": "ETA",
|
||||||
|
"progress": "Progress"
|
||||||
|
},
|
||||||
|
"body": {
|
||||||
|
"nothingFound": "No torrents found"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"lineChart": {
|
||||||
|
"title": "Current download speed",
|
||||||
|
"download": "Download: {{download}}",
|
||||||
|
"upload": "Upload: {{upload}}",
|
||||||
|
"timeSpan": "{{seconds}} seconds ago",
|
||||||
|
"totalDownload": "Download: {{download}}/s",
|
||||||
|
"totalUpload": "Upload: {{upload}}/s"
|
||||||
|
},
|
||||||
|
"errors": {
|
||||||
|
"noDownloadClients": {
|
||||||
|
"title": "No supported download clients found!",
|
||||||
|
"text": "Add a download service to view your current downloads"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -12,12 +12,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"tabs": {
|
"tabs": {
|
||||||
"queue": "",
|
"queue": "Queue",
|
||||||
"history": ""
|
"history": "History"
|
||||||
},
|
},
|
||||||
"info": {
|
"info": {
|
||||||
"sizeLeft": "",
|
"sizeLeft": "Size left",
|
||||||
"paused": ""
|
"paused": "Paused"
|
||||||
},
|
},
|
||||||
"queue": {
|
"queue": {
|
||||||
"header": {
|
"header": {
|
||||||
@@ -26,24 +26,24 @@
|
|||||||
"eta": "ETA",
|
"eta": "ETA",
|
||||||
"progress": "Progress"
|
"progress": "Progress"
|
||||||
},
|
},
|
||||||
"empty": "",
|
"empty": "Empty",
|
||||||
"error": {
|
"error": {
|
||||||
"title": "",
|
"title": "Error",
|
||||||
"message": ""
|
"message": "An error has occurred"
|
||||||
},
|
},
|
||||||
"paused": ""
|
"paused": "Paused"
|
||||||
},
|
},
|
||||||
"history": {
|
"history": {
|
||||||
"header": {
|
"header": {
|
||||||
"name": "Name",
|
"name": "Name",
|
||||||
"size": "Size",
|
"size": "Size",
|
||||||
"duration": ""
|
"duration": "Duration"
|
||||||
},
|
},
|
||||||
"empty": "",
|
"empty": "Empty",
|
||||||
"error": {
|
"error": {
|
||||||
"title": "",
|
"title": "Error",
|
||||||
"message": ""
|
"message": "Error loading history"
|
||||||
},
|
},
|
||||||
"paused": ""
|
"paused": "Paused"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user