Implement binding manga to tracker

This commit is contained in:
schroda
2024-03-10 17:36:22 +01:00
parent f913f5ec32
commit 66c57a542b
17 changed files with 905 additions and 30 deletions

View File

@@ -317,6 +317,8 @@
"select": "Select",
"select_all": "Select all",
"set": "Set",
"show_less": "Show less",
"show_more": "Show more",
"start": "Start",
"stop": "Stop",
"submit": "Submit"
@@ -383,6 +385,8 @@
"password": "Password",
"placeholder": "Placeholder",
"sort": "Sort",
"started": "Started",
"type": "Type",
"unknown": "Unknown",
"username": "Username"
},
@@ -587,11 +591,25 @@
"error": "Could not migrate manga",
"success": "Successfully migrated manga"
}
},
"track": {
"add": {
"label": {
"action": "Track",
"error": "Could not track manga",
"success": "Tracked manga"
}
}
}
},
"button": {
"add_to_library": "Add To Library",
"in_library": "In Library"
"in_library": "In Library",
"track": {
"active_one": "{{count}} Tracker",
"active_other": "{{count}} Tracker",
"start": "Tracking"
}
},
"error": {
"label": {
@@ -1050,6 +1068,9 @@
},
"tracking": {
"action": {
"button": {
"add_tracking": "Add tracking"
},
"login": {
"label": {
"failure": "Could not log in to {{name}}",
@@ -1062,6 +1083,11 @@
}
}
},
"error": {
"label": {
"could_not_load_track_info": "Could not load track info"
}
},
"settings": {
"dialog": {
"title": {