This commit is contained in:
Piotr Niełacny 2026-02-23 10:40:53 +01:00 committed by GitHub
commit 03e00eeeb0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 413 additions and 1 deletions

View file

@ -19,6 +19,7 @@
"ButtonChangeRootPassword": "Change Root Password",
"ButtonCheckAndDownloadNewEpisodes": "Check & Download New Episodes",
"ButtonChooseAFolder": "Choose a folder",
"ButtonChooseCueFile": "Choose .cue file",
"ButtonChooseFiles": "Choose files",
"ButtonClearFilter": "Clear Filter",
"ButtonClose": "Close",
@ -47,6 +48,7 @@
"ButtonLibrary": "Library",
"ButtonLogout": "Logout",
"ButtonLookup": "Lookup",
"ButtonImportCue": "Import .cue",
"ButtonManageTracks": "Manage Tracks",
"ButtonMapChapterTitles": "Map Chapter Titles",
"ButtonMatchAllAuthors": "Match All Authors",
@ -147,6 +149,7 @@
"HeaderEreaderSettings": "Ereader Settings",
"HeaderFiles": "Files",
"HeaderFindChapters": "Find Chapters",
"HeaderImportCue": "Import .cue",
"HeaderIgnoredFiles": "Ignored Files",
"HeaderItemFiles": "Item Files",
"HeaderItemMetadataUtils": "Item Metadata Utils",
@ -760,6 +763,8 @@
"MessageChapterErrorStartLtPrev": "Invalid start time must be greater than or equal to previous chapter start time",
"MessageChapterStartIsAfter": "Chapter start is after the end of your audiobook",
"MessageChaptersNotFound": "Chapters not found",
"MessageCueNoChaptersFound": "No chapters found in .cue file",
"MessageCueSelectFile": "Select a .cue file to preview chapters",
"MessageCheckingCron": "Checking cron...",
"MessageConfirmCloseFeed": "Are you sure you want to close this feed?",
"MessageConfirmDeleteApiKey": "Are you sure you want to delete API key \"{0}\"?",
@ -1023,6 +1028,7 @@
"ToastChaptersMustHaveTitles": "Chapters must have titles",
"ToastChaptersRemoved": "Chapters removed",
"ToastChaptersUpdated": "Chapters updated",
"ToastCueParseFailed": "Failed to parse .cue file",
"ToastCollectionItemsAddFailed": "Item(s) added to collection failed",
"ToastCollectionRemoveSuccess": "Collection removed",
"ToastCollectionUpdateSuccess": "Collection updated",