mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-11 03:41:42 +00:00
Replace: toasts in BookShelfToolbar
This commit is contained in:
parent
acace5fc48
commit
93a0d471da
2 changed files with 10 additions and 5 deletions
|
|
@ -809,6 +809,7 @@
|
|||
"ToastApiCallFailed": "API call failed",
|
||||
"ToastAuthorImageRemoveFailed": "Failed to remove image",
|
||||
"ToastAuthorImageRemoveSuccess": "Author image removed",
|
||||
"ToastAuthorNotFound": "Author {0} not found",
|
||||
"ToastAuthorUpdateFailed": "Failed to update author",
|
||||
"ToastAuthorUpdateMerged": "Author merged",
|
||||
"ToastAuthorUpdateSuccess": "Author updated",
|
||||
|
|
@ -862,6 +863,8 @@
|
|||
"ToastItemMarkedAsFinishedSuccess": "Item marked as Finished",
|
||||
"ToastItemMarkedAsNotFinishedFailed": "Failed to mark as Not Finished",
|
||||
"ToastItemMarkedAsNotFinishedSuccess": "Item marked as Not Finished",
|
||||
"ToastItemUpdateFailed": "Failed to update item",
|
||||
"ToastItemUpdateSuccess": "Item updated",
|
||||
"ToastLibraryCreateFailed": "Failed to create library",
|
||||
"ToastLibraryCreateSuccess": "Library \"{0}\" created",
|
||||
"ToastLibraryDeleteFailed": "Failed to delete library",
|
||||
|
|
@ -890,6 +893,8 @@
|
|||
"ToastProgressReset": "Your progress was reset",
|
||||
"ToastRSSFeedCloseFailed": "Failed to close RSS feed",
|
||||
"ToastRSSFeedCloseSuccess": "RSS feed closed",
|
||||
"ToastRemoveItemsWithIssuesFailed": "Failed to remove library items with issues",
|
||||
"ToastRemoveItemsWithIssuesSuccess": "Removed library items with issues",
|
||||
"ToastRemoveItemFromCollectionFailed": "Failed to remove item from collection",
|
||||
"ToastRemoveItemFromCollectionSuccess": "Item removed from collection",
|
||||
"ToastRescanFailed": "Re-Scan Failed for \"{0}\"",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue