Merge pull request #587 from ajnart/torrent-queue-item-info

 Add detail popover for torrents list and better error handling for torrents
This commit is contained in:
Thomas Camlong
2023-01-20 12:58:08 +09:00
committed by GitHub
8 changed files with 360 additions and 85 deletions

View File

@@ -16,6 +16,10 @@
}
},
"card": {
"footer": {
"error": "Error",
"lastUpdated": "Last updated {{time}} ago"
},
"table": {
"header": {
"name": "Name",
@@ -25,6 +29,9 @@
"estimatedTimeOfArrival": "ETA",
"progress": "Progress"
},
"item": {
"text": "Managed by {{appName}}, {{ratio}} ratio"
},
"body": {
"nothingFound": "No torrents found"
}
@@ -49,6 +56,17 @@
},
"loading": {
"title": "Loading..."
},
"popover": {
"introductionPrefix": "Managed by",
"metrics": {
"queuePosition": "Queue position - {{position}}",
"progress": "Progress - {{progress}}%",
"totalSelectedSize": "Total - {{totalSize}}",
"state": "State - {{state}}",
"ratio": "Ratio -",
"completed": "Completed"
}
}
}
}