Implement showing/updating/removing tracker bindings
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user