🌐 Fix localization errors

This commit is contained in:
ajnart
2022-09-02 23:47:30 +02:00
parent 87bf8db241
commit 1dc90e1e03
3 changed files with 43 additions and 21 deletions

View File

@@ -2,5 +2,34 @@
"descriptor": {
"name": "Download Speed",
"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"
}
}
}
}