Add cancel task confirmation dialog

- Add L10n strings for cancel confirmation
- Add confirmation dialog to ResidenceDetailView
- Fix AllTasksView cancel dialog (was using archive strings)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Trey t
2026-01-25 10:46:13 -06:00
parent 49f4cf168f
commit 09be5fa444
4 changed files with 47 additions and 9 deletions
+22
View File
@@ -25673,6 +25673,28 @@
}
}
},
"tasks_cancel_confirm" : {
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Are you sure you want to cancel this task?"
}
}
}
},
"tasks_cancel_task" : {
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Cancel Task"
}
}
}
},
"tasks_category" : {
"extractionState" : "manual",
"localizations" : {