Implement showing/updating/removing tracker bindings

This commit is contained in:
schroda
2024-03-17 18:42:48 +01:00
parent 66c57a542b
commit 5dbf1ce30c
10 changed files with 556 additions and 17 deletions

View File

@@ -309,6 +309,7 @@
"open_site": "Open Site",
"options": "Options",
"popular": "Popular",
"remove": "Remove",
"reset": "Reset",
"reset_to_default": "Reset to Default",
"restore": "Restore",
@@ -381,6 +382,7 @@
"logged_in": "Logged in",
"never": "Never",
"none": "None",
"open_in_browser": "Open in browser",
"other": "Other",
"password": "Password",
"placeholder": "Placeholder",
@@ -599,6 +601,18 @@
"error": "Could not track manga",
"success": "Tracked manga"
}
},
"remove": {
"dialog": {
"label": {
"description": "This will remove the tracking locally.",
"title": "Remove {{tracker}} tracking?"
}
},
"label": {
"error": "Could not untrack manga",
"success": "Untracked manga"
}
}
}
},
@@ -1100,7 +1114,14 @@
"trackers": "Trackers"
}
},
"title": "Tracking"
"title": "Tracking",
"track_record": {
"label": {
"finish_date": "Finish date",
"score": "Score",
"start_date": "Start date"
}
}
},
"updates": {
"error": {