Simplify: "renameFail" and "removeFail" toasts

This commit is contained in:
Nicholas Wallace 2024-08-30 10:13:50 -07:00
parent 71c0b2bca3
commit 9311fd10bc
12 changed files with 19 additions and 23 deletions

View file

@ -806,10 +806,8 @@
"ToastAccountUpdateFailed": "Failed to update account",
"ToastAccountUpdateSuccess": "Account updated",
"ToastApiCallFailed": "API call failed",
"ToastAuthorImageRemoveFailed": "Failed to remove image",
"ToastAuthorImageRemoveSuccess": "Author image removed",
"ToastAuthorNotFound": "Author \"{0}\" not found",
"ToastAuthorRemoveFailed": "Failed to remove author",
"ToastAuthorRemoveSuccess": "Author removed",
"ToastAuthorSearchNotFound": "Author not found",
"ToastAuthorUpdateFailed": "Failed to update author",
@ -829,7 +827,6 @@
"ToastBatchUpdateSuccess": "Batch update success",
"ToastBookmarkCreateFailed": "Failed to create bookmark",
"ToastBookmarkCreateSuccess": "Bookmark added",
"ToastBookmarkRemoveFailed": "Failed to remove bookmark",
"ToastBookmarkRemoveSuccess": "Bookmark removed",
"ToastBookmarkUpdateFailed": "Failed to update bookmark",
"ToastBookmarkUpdateSuccess": "Bookmark updated",
@ -839,9 +836,7 @@
"ToastChaptersMustHaveTitles": "Chapters must have titles",
"ToastCollectionItemsAddFailed": "Item(s) added to collection failed",
"ToastCollectionItemsAddSuccess": "Item(s) added to collection success",
"ToastCollectionItemsRemoveFailed": "Failed to remove item(s) from collection",
"ToastCollectionItemsRemoveSuccess": "Item(s) removed from collection",
"ToastCollectionRemoveFailed": "Failed to remove collection",
"ToastCollectionRemoveSuccess": "Collection removed",
"ToastCollectionUpdateFailed": "Failed to update collection",
"ToastCollectionUpdateSuccess": "Collection updated",
@ -898,7 +893,6 @@
"ToastNoUpdatesNecessary": "No updates necessary",
"ToastPlaylistCreateFailed": "Failed to create playlist",
"ToastPlaylistCreateSuccess": "Playlist created",
"ToastPlaylistRemoveFailed": "Failed to remove playlist",
"ToastPlaylistRemoveSuccess": "Playlist removed",
"ToastPlaylistUpdateFailed": "Failed to update playlist",
"ToastPlaylistUpdateSuccess": "Playlist updated",
@ -914,6 +908,8 @@
"ToastRemoveItemFromCollectionSuccess": "Item removed from collection",
"ToastRemoveItemsWithIssuesFailed": "Failed to remove library items with issues",
"ToastRemoveItemsWithIssuesSuccess": "Removed library items with issues",
"ToastRenameFailed": "Failed to rename",
"ToastRemoveFailed": "Failed to remove",
"ToastRescanFailed": "Re-Scan Failed for {0}",
"ToastRescanRemoved": "Re-Scan complete item was removed",
"ToastRescanUpToDate": "Re-Scan complete item was up to date",