Add detail popover for torrents list

This commit is contained in:
Manuel
2023-01-18 21:24:55 +01:00
parent e950987359
commit 1bf3b1312b
8 changed files with 328 additions and 85 deletions

View File

@@ -16,6 +16,10 @@
}
},
"card": {
"footer": {
"error": "Error",
"lastUpdated": "Last updated {{time}} ago"
},
"table": {
"header": {
"name": "Name",
@@ -49,6 +53,16 @@
},
"loading": {
"title": "Loading..."
},
"popover": {
"introductionPrefix": "Managed by",
"metrics": {
"queuePosition": "Queue position - {{position}}",
"progress": "Progress - {{progress}}%",
"totalSelectedSize": "Total - {{totalSize}}",
"state": "State - {{state}}",
"completed": "Completed"
}
}
}
}