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:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user