Add backup flag selection on backup creation

This commit is contained in:
schroda
2025-10-04 14:11:28 +02:00
parent 3e98b5172d
commit d33f708104
5 changed files with 158 additions and 24 deletions

View File

@@ -1196,8 +1196,8 @@
"failure": "Could not create backup"
},
"label": {
"in_progress": "Creating backup…",
"description": "Back up library as a Tachiyomi backup",
"in_progress": "Creating backup…",
"title": "Create backup"
}
},
@@ -1251,6 +1251,19 @@
}
}
},
"flag": {
"categories": "Categories",
"chapters": "Chapters",
"client_data": "Client data",
"group": {
"library": "Library",
"settings": "Settings"
},
"history": "History",
"manga": "Manga",
"server_settings": "Server settings",
"tracking": "Tracking"
},
"title": "Backup"
},
"clear_cache": {