Require confirmation before category deletion

closes #1118
This commit is contained in:
schroda
2026-06-17 00:39:27 +02:00
parent 0c246ade2f
commit f960bf61cf
3 changed files with 25 additions and 2 deletions

View File

@@ -450,6 +450,7 @@ msgstr "Apply safe area padding"
msgid "Are you sure you want to abort the migration?"
msgstr "Are you sure you want to abort the migration?"
#: src/features/category/components/CategorySettingsCard.tsx
#: src/features/chapter/services/Chapters.ts
#: src/features/manga/hooks/useManageMangaLibraryState.tsx
#: src/features/manga/services/Mangas.ts
@@ -1011,6 +1012,10 @@ msgstr "Could not create category"
msgid "Could not create theme"
msgstr "Could not create theme"
#: src/features/category/components/CategorySettingsCard.tsx
msgid "Could not delete category"
msgstr "Could not delete category"
#. placeholder {0}: theme.getName()
#: src/features/theme/components/ThemeList.tsx
msgid "Could not delete theme \"{0}\""
@@ -3974,6 +3979,11 @@ msgstr "Yesterday at {timeString}"
msgid "Ying & Yang"
msgstr "Ying & Yang"
#. placeholder {0}: category.name
#: src/features/category/components/CategorySettingsCard.tsx
msgid "You are about to delete category \"{0}\""
msgstr "You are about to delete category \"{0}\""
#. placeholder {0}: manga.title
#: src/features/manga/hooks/useManageMangaLibraryState.tsx
msgid "You are about to remove \"{0}\" from your library"