mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-01 05:29:41 +00:00
Allow removing all items with issues from tools
This commit is contained in:
parent
653db18679
commit
1cd6473b26
2 changed files with 46 additions and 0 deletions
|
|
@ -564,6 +564,8 @@
|
|||
"LabelRemoveAllMetadataJson": "Remove all metadata.json files",
|
||||
"LabelRemoveAudibleBranding": "Remove Audible intro and outro from chapters",
|
||||
"LabelRemoveCover": "Remove cover",
|
||||
"LabelRemoveItemsWithIssues": "Remove items with issues",
|
||||
"LabelRemoveItemsWithIssuesHelp": "Remove all items that are missing or invalid.",
|
||||
"LabelRemoveMetadataFile": "Remove metadata files in library item folders",
|
||||
"LabelRemoveMetadataFileHelp": "Remove all metadata.json and metadata.abs files in your {0} folders.",
|
||||
"LabelRowsPerPage": "Rows per page",
|
||||
|
|
@ -797,6 +799,7 @@
|
|||
"MessageConfirmRemoveAuthor": "Are you sure you want to remove author \"{0}\"?",
|
||||
"MessageConfirmRemoveCollection": "Are you sure you want to remove collection \"{0}\"?",
|
||||
"MessageConfirmRemoveEpisode": "Are you sure you want to remove episode \"{0}\"?",
|
||||
"MessageConfirmRemoveItemsWithIssues": "Are you sure you want to remove all items with issues?",
|
||||
"MessageConfirmRemoveEpisodeNote": "Note: This does not delete the audio file unless toggling \"Hard delete file\"",
|
||||
"MessageConfirmRemoveEpisodes": "Are you sure you want to remove {0} episodes?",
|
||||
"MessageConfirmRemoveListeningSessions": "Are you sure you want to remove {0} listening sessions?",
|
||||
|
|
@ -1079,6 +1082,9 @@
|
|||
"ToastLibraryDeleteFailed": "Failed to delete library",
|
||||
"ToastLibraryDeleteSuccess": "Library deleted",
|
||||
"ToastLibraryScanFailedToStart": "Failed to start scan",
|
||||
"ToastLibraryItemsWithIssuesNoneFound": "No items with issues found",
|
||||
"ToastLibraryItemsWithIssuesRemoved": "Removed items with issues",
|
||||
"ToastLibraryItemsWithIssuesRemoveFailed": "Failed to remove items with issues",
|
||||
"ToastLibraryScanStarted": "Library scan started",
|
||||
"ToastLibraryUpdateSuccess": "Library \"{0}\" updated",
|
||||
"ToastMatchAllAuthorsFailed": "Failed to match all authors",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue