mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-10 11:21:36 +00:00
RSS Manager code
This commit is contained in:
parent
2ada293e8a
commit
aefcc4490f
7 changed files with 508 additions and 233 deletions
|
|
@ -17,6 +17,7 @@
|
|||
"ButtonCloseFeed": "Close Feed",
|
||||
"ButtonCollections": "Collections",
|
||||
"ButtonConfigureScanner": "Configure Scanner",
|
||||
"ButtonCopyFeedURL": "Copy Feed URL",
|
||||
"ButtonCreate": "Create",
|
||||
"ButtonCreateBackup": "Create Backup",
|
||||
"ButtonDelete": "Delete",
|
||||
|
|
@ -24,6 +25,7 @@
|
|||
"ButtonEdit": "Edit",
|
||||
"ButtonEditChapters": "Edit Chapters",
|
||||
"ButtonEditPodcast": "Edit Podcast",
|
||||
"ButtonForceReCheckFeed": "Force Re-Check Feed",
|
||||
"ButtonForceReScan": "Force Re-Scan",
|
||||
"ButtonFullPath": "Full Path",
|
||||
"ButtonHide": "Hide",
|
||||
|
|
@ -246,7 +248,14 @@
|
|||
"LabelEpisodeType": "Episode Type",
|
||||
"LabelExample": "Example",
|
||||
"LabelExplicit": "Explicit",
|
||||
"LabelFeedHealthy": "Feed Healthy",
|
||||
"LabelFeedURL": "Feed URL",
|
||||
"LabelFeedLastChecked": "Last Checked",
|
||||
"LabelFeedLastSuccessfulCheck": "Last Successful Check",
|
||||
"LabelFeedShowOnlyUnhealthy": "Show only unhealthy",
|
||||
"LabelFeedNextAutomaticCheck": "Next Automatic Check",
|
||||
"LabelFeedNotWorking": "Feed is returning errors, check the logs for more information",
|
||||
"LabelFeedWorking": "Feed working as expected",
|
||||
"LabelFile": "File",
|
||||
"LabelFileBirthtime": "File Birthtime",
|
||||
"LabelFileModified": "File Modified",
|
||||
|
|
@ -572,6 +581,7 @@
|
|||
"MessageMatchBooksDescription": "will attempt to match books in the library with a book from the selected search provider and fill in empty details and cover art. Does not overwrite details.",
|
||||
"MessageNoAudioTracks": "No audio tracks",
|
||||
"MessageNoAuthors": "No Authors",
|
||||
"MessageNoAvailable": "N/A",
|
||||
"MessageNoBackups": "No Backups",
|
||||
"MessageNoBookmarks": "No Bookmarks",
|
||||
"MessageNoChapters": "No Chapters",
|
||||
|
|
@ -642,6 +652,7 @@
|
|||
"PlaceholderNewPlaylist": "New playlist name",
|
||||
"PlaceholderSearch": "Search..",
|
||||
"PlaceholderSearchEpisode": "Search episode..",
|
||||
"PlaceholderSearchTitle": "Search title..",
|
||||
"ToastAccountUpdateFailed": "Failed to update account",
|
||||
"ToastAccountUpdateSuccess": "Account updated",
|
||||
"ToastAuthorImageRemoveFailed": "Failed to remove image",
|
||||
|
|
@ -713,4 +724,4 @@
|
|||
"ToastSocketFailedToConnect": "Socket failed to connect",
|
||||
"ToastUserDeleteFailed": "Failed to delete user",
|
||||
"ToastUserDeleteSuccess": "User deleted"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue