Merge branch 'develop' into mobile-library-allowed-formats-and-thumbnail-fix

* develop:
  Translations update from Hosted Weblate (#3113)
This commit is contained in:
acx10
2026-02-28 14:36:38 -07:00
46 changed files with 4589 additions and 4561 deletions

View File

@@ -34,6 +34,11 @@ public class BookRuleEvaluatorService {
public Specification<BookEntity> toSpecification(GroupRule groupRule, Long userId) {
return (root, query, cb) -> {
// JOINs on multi-valued associations (authors, tags, shelves, etc.) can
// produce duplicate rows — use DISTINCT so pagination counts and page
// content reflect unique BookEntity results.
query.distinct(true);
Join<BookEntity, UserBookProgressEntity> progressJoin = root.join("userBookProgress", JoinType.LEFT);
Predicate userPredicate = cb.or(

View File

@@ -1,8 +1,8 @@
{
"offline": "",
"loading": "",
"loadingDescription": "",
"offlineLoadingDescription": "",
"offlineDescription": "",
"connectionLost": ""
"offline": "Anda sedang offline",
"loading": "Memuat Booklore…",
"loadingDescription": "Mohon menunggu selagi kami menyiapkan semuanya.",
"offlineLoadingDescription": "",
"offlineDescription": "",
"connectionLost": ""
}

View File

@@ -1,29 +1,29 @@
{
"oidc": {
"loginFailedSummary": "",
"redirectingDetail": ""
},
"login": {
"title": "",
"subtitle": "",
"usernameLabel": "",
"usernamePlaceholder": "",
"passwordLabel": "",
"passwordPlaceholder": "",
"signIn": "",
"orContinueWith": "",
"redirectingTo": "",
"oidcTrouble": "",
"reEnableOidc": "",
"connectionError": "",
"unexpectedError": "",
"oidcInitError": "",
"oidcWarningTitle": "",
"retryOidc": "",
"useLocalLogin": "",
"oidcAutoDisabled": "",
"oidcManuallyDisabled": "",
"oidcErrors": "",
"rateLimited": ""
}
"oidc": {
"loginFailedSummary": "Login OIDC Gagal",
"redirectingDetail": "Mengalihkan ke login lokal..."
},
"login": {
"title": "",
"subtitle": "",
"usernameLabel": "",
"usernamePlaceholder": "",
"passwordLabel": "",
"passwordPlaceholder": "",
"signIn": "",
"orContinueWith": "",
"redirectingTo": "",
"oidcTrouble": "",
"reEnableOidc": "",
"connectionError": "",
"unexpectedError": "",
"oidcInitError": "",
"oidcWarningTitle": "",
"retryOidc": "",
"useLocalLogin": "",
"oidcAutoDisabled": "",
"oidcManuallyDisabled": "",
"oidcErrors": "",
"rateLimited": ""
}
}

View File

File diff suppressed because it is too large Load Diff

View File

@@ -1,26 +1,26 @@
{
"save": "",
"cancel": "",
"delete": "",
"close": "",
"confirm": "",
"search": "",
"loading": "",
"error": "",
"success": "",
"yes": "",
"no": "",
"ok": "",
"retry": "",
"back": "",
"next": "",
"submit": "",
"remove": "",
"edit": "",
"info": "",
"select": "",
"dismiss": "",
"discard": "",
"review": "",
"libraryPathInaccessible": ""
"save": "Simpan",
"cancel": "Batal",
"delete": "Hapus",
"close": "Tutup",
"confirm": "Konfirmasi",
"search": "Cari",
"loading": "Memuat...",
"error": "Eror",
"success": "Sukses",
"yes": "Ya",
"no": "Tidak",
"ok": "OK",
"retry": "Ulangi",
"back": "Kembali",
"next": "Berikutnya",
"submit": "Kirim",
"remove": "Hapus",
"edit": "Ubah",
"info": "Info",
"select": "Pilih",
"dismiss": "Abaikan",
"discard": "Buang",
"review": "Tinjau",
"libraryPathInaccessible": ""
}

View File

@@ -1,66 +1,66 @@
{
"main": {
"pageTitle": "",
"welcomeTitle": "",
"welcomeSubtitle": "",
"welcomeDescription": "",
"createLibrary": "",
"customizeDashboard": ""
},
"scroller": {
"noBooksFound": "",
"loadError": "",
"continueListening": "",
"continueReading": "",
"recentlyAdded": "",
"discoverNew": "",
"magicShelf": "",
"default": ""
},
"settings": {
"title": "",
"description": "",
"type": "",
"selectType": "",
"magicShelf": "",
"selectMagicShelf": "",
"sortField": "",
"selectField": "",
"direction": "",
"selectDirection": "",
"maxItems": "",
"addScroller": "",
"resetToDefault": "",
"scrollerTypes": {
"lastRead": "",
"lastListened": "",
"latestAdded": "",
"random": "",
"magicShelf": "",
"default": ""
"main": {
"pageTitle": "Dasbor",
"welcomeTitle": "Selamat Datang di BookLore!",
"welcomeSubtitle": "",
"welcomeDescription": "",
"createLibrary": "",
"customizeDashboard": ""
},
"sortFields": {
"title": "",
"fileName": "",
"filePath": "",
"addedOn": "",
"author": "",
"authorSurnameVorname": "",
"seriesName": "",
"seriesNumber": "",
"personalRating": "",
"publisher": "",
"publishedDate": "",
"lastReadTime": "",
"readStatus": "",
"dateFinished": "",
"readingProgress": "",
"bookType": "",
"pageCount": ""
"scroller": {
"noBooksFound": "",
"loadError": "",
"continueListening": "",
"continueReading": "",
"recentlyAdded": "",
"discoverNew": "",
"magicShelf": "",
"default": ""
},
"sortDirections": {
"asc": "",
"desc": ""
"settings": {
"title": "",
"description": "",
"type": "",
"selectType": "",
"magicShelf": "",
"selectMagicShelf": "",
"sortField": "",
"selectField": "",
"direction": "",
"selectDirection": "",
"maxItems": "",
"addScroller": "",
"resetToDefault": "",
"scrollerTypes": {
"lastRead": "",
"lastListened": "",
"latestAdded": "",
"random": "",
"magicShelf": "",
"default": ""
},
"sortFields": {
"title": "",
"fileName": "",
"filePath": "",
"addedOn": "",
"author": "",
"authorSurnameVorname": "",
"seriesName": "",
"seriesNumber": "",
"personalRating": "",
"publisher": "",
"publishedDate": "",
"lastReadTime": "",
"readStatus": "",
"dateFinished": "",
"readingProgress": "",
"bookType": "",
"pageCount": ""
},
"sortDirections": {
"asc": "",
"desc": ""
}
}
}
}

View File

@@ -1,55 +1,55 @@
{
"topbar": {
"bookdrop": "",
"createNewLibrary": "",
"uploadBook": "",
"charts": "",
"metadataManager": "",
"settings": "",
"documentation": "",
"profile": "",
"logout": "",
"language": "",
"supportBookLore": "",
"notificationAriaLabel": "",
"createLibrary": "",
"stats": "",
"libraryStats": "",
"readingStats": ""
},
"menu": {
"home": "",
"dashboard": "",
"allBooks": "",
"libraries": "",
"shelves": "",
"magicShelves": "",
"unshelved": "",
"series": "",
"authors": "",
"notebook": "",
"update": ""
},
"changelog": {
"title": "",
"description": "",
"loading": "",
"empty": ""
},
"theme": {
"primary": "",
"surface": ""
},
"uploadDialog": {
"chooseFile": "",
"selectImage": "",
"fileNote": "",
"or": "",
"imageUrl": "",
"urlPlaceholder": "",
"urlNote": "",
"errorNoInput": "",
"errorUploadFailed": "",
"errorUploadRetry": ""
}
"topbar": {
"bookdrop": "",
"createNewLibrary": "Buat Perpustakaan Baru",
"uploadBook": "Unggah Buku",
"charts": "",
"metadataManager": "",
"settings": "",
"documentation": "",
"profile": "",
"logout": "",
"language": "",
"supportBookLore": "",
"notificationAriaLabel": "",
"createLibrary": "",
"stats": "",
"libraryStats": "",
"readingStats": ""
},
"menu": {
"home": "",
"dashboard": "",
"allBooks": "",
"libraries": "",
"shelves": "",
"magicShelves": "",
"unshelved": "",
"series": "",
"authors": "",
"notebook": "",
"update": ""
},
"changelog": {
"title": "",
"description": "",
"loading": "",
"empty": ""
},
"theme": {
"primary": "",
"surface": ""
},
"uploadDialog": {
"chooseFile": "",
"selectImage": "",
"fileNote": "",
"or": "",
"imageUrl": "",
"urlPlaceholder": "",
"urlNote": "",
"errorNoInput": "",
"errorUploadFailed": "",
"errorUploadRetry": ""
}
}

View File

@@ -1,62 +1,62 @@
{
"creator": {
"titleNew": "",
"titleEdit": "",
"subtitle": "",
"libraryDetails": "",
"nameLabel": "",
"namePlaceholder": "",
"iconLabel": "",
"chooseIcon": "",
"customSvg": "",
"bookFolders": "",
"addFolder": "",
"emptyFoldersHint": "",
"options": "",
"watchFolders": "",
"watchFoldersTooltip": "",
"metadataSource": "",
"metadataSourceTooltip": "",
"metadataSourcePlaceholder": "",
"metadataSourceEmbedded": "",
"metadataSourceSidecar": "",
"metadataSourcePreferSidecar": "",
"metadataSourcePreferEmbedded": "",
"metadataSourceNone": "",
"formatPriority": "",
"formatPriorityTooltip": "",
"allowedFormats": "",
"allowedFormatsTooltip": "",
"allowAll": "",
"formatWarning": "",
"deselectedFormatsWarning": "",
"validation": {
"enterName": "",
"selectIcon": "",
"addFolder": "",
"readyCreate": "",
"readyUpdate": ""
"creator": {
"titleNew": "Perpustakaan Baru",
"titleEdit": "Ubah Perpustakaan",
"subtitle": "",
"libraryDetails": "",
"nameLabel": "",
"namePlaceholder": "",
"iconLabel": "",
"chooseIcon": "",
"customSvg": "",
"bookFolders": "",
"addFolder": "",
"emptyFoldersHint": "",
"options": "",
"watchFolders": "",
"watchFoldersTooltip": "",
"metadataSource": "",
"metadataSourceTooltip": "",
"metadataSourcePlaceholder": "",
"metadataSourceEmbedded": "",
"metadataSourceSidecar": "",
"metadataSourcePreferSidecar": "",
"metadataSourcePreferEmbedded": "",
"metadataSourceNone": "",
"formatPriority": "",
"formatPriorityTooltip": "",
"allowedFormats": "",
"allowedFormatsTooltip": "",
"allowAll": "",
"formatWarning": "",
"deselectedFormatsWarning": "",
"validation": {
"enterName": "",
"selectIcon": "",
"addFolder": "",
"readyCreate": "",
"readyUpdate": ""
},
"buttonCreate": "",
"buttonUpdate": "",
"toast": {
"nameExistsSummary": "",
"nameExistsDetail": "",
"updatedSummary": "",
"updatedDetail": "",
"updateFailedSummary": "",
"updateFailedDetail": "",
"createdSummary": "",
"createdDetail": "",
"createdLargeDetail": "",
"createFailedSummary": "",
"createFailedDetail": ""
}
},
"buttonCreate": "",
"buttonUpdate": "",
"toast": {
"nameExistsSummary": "",
"nameExistsDetail": "",
"updatedSummary": "",
"updatedDetail": "",
"updateFailedSummary": "",
"updateFailedDetail": "",
"createdSummary": "",
"createdDetail": "",
"createdLargeDetail": "",
"createFailedSummary": "",
"createFailedDetail": ""
"loading": {
"title": "",
"processing": "",
"complete": "",
"openLibrary": ""
}
},
"loading": {
"title": "",
"processing": "",
"complete": "",
"openLibrary": ""
}
}

View File

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,5 @@
{
"dashboard": "",
"libraries": "",
"settings": ""
"dashboard": "Dasbor",
"libraries": "Perpustakaan",
"settings": "Pengaturan"
}

View File

@@ -1,24 +1,24 @@
{
"pageTitle": "",
"pageDescription": "",
"searchPlaceholder": "",
"filterAll": "",
"filterHighlights": "",
"filterNotes": "",
"filterBookmarks": "",
"filterByBook": "",
"allBooks": "",
"sortNewest": "",
"sortOldest": "",
"export": "",
"exportMarkdown": "",
"noEntries": "",
"noEntriesHint": "",
"noResults": "",
"chapter": "",
"highlight": "",
"note": "",
"bookmark": "",
"annotation": "",
"annotations": ""
"pageTitle": "",
"pageDescription": "Semua sorotan, catatan, dan bookmark Anda di seluruh perpustakaan Anda dalam satu tempat.",
"searchPlaceholder": "",
"filterAll": "",
"filterHighlights": "",
"filterNotes": "",
"filterBookmarks": "",
"filterByBook": "",
"allBooks": "",
"sortNewest": "",
"sortOldest": "",
"export": "",
"exportMarkdown": "",
"noEntries": "",
"noEntriesHint": "",
"noResults": "",
"chapter": "",
"highlight": "",
"note": "",
"bookmark": "",
"annotation": "",
"annotations": ""
}

View File

@@ -1,64 +1,64 @@
{
"loading": "",
"untitled": "",
"unknownAuthor": "",
"coverAlt": "",
"header": {
"backTooltip": "",
"bookmarksTooltip": "",
"chaptersTracksTooltip": ""
},
"trackInfo": {
"trackOf": "",
"chapterOf": ""
},
"controls": {
"previousTrackTooltip": "",
"previousChapterTooltip": "",
"rewindTooltip": "",
"forwardTooltip": "",
"nextTrackTooltip": "",
"nextChapterTooltip": ""
},
"extra": {
"addBookmark": "",
"sleepTimer": "",
"endOfChapter": ""
},
"details": {
"narratedBy": "",
"kbps": "",
"totalDuration": ""
},
"sidebar": {
"tracks": "",
"chapters": ""
},
"bookmarks": {
"title": "",
"empty": "",
"emptyHint": "",
"deleteTooltip": "",
"bookmarkAt": ""
},
"sleepTimerMenu": {
"minutes15": "",
"minutes30": "",
"minutes45": "",
"minutes60": "",
"endOfChapter": "",
"cancelTimer": ""
},
"toast": {
"loadFailed": "",
"audioLoadFailed": "",
"sleepTimerSet": "",
"sleepTimerEndOfChapter": "",
"sleepTimerStopped": "",
"bookmarkAdded": "",
"bookmarkExists": "",
"bookmarkExistsDetail": "",
"bookmarkFailed": "",
"bookmarkDeleted": ""
}
"loading": "Memuat audiobook...",
"untitled": "Tanpa Judul",
"unknownAuthor": "Penulis Tidak Dikenal",
"coverAlt": "",
"header": {
"backTooltip": "",
"bookmarksTooltip": "",
"chaptersTracksTooltip": ""
},
"trackInfo": {
"trackOf": "",
"chapterOf": ""
},
"controls": {
"previousTrackTooltip": "",
"previousChapterTooltip": "",
"rewindTooltip": "",
"forwardTooltip": "",
"nextTrackTooltip": "",
"nextChapterTooltip": ""
},
"extra": {
"addBookmark": "",
"sleepTimer": "",
"endOfChapter": ""
},
"details": {
"narratedBy": "",
"kbps": "",
"totalDuration": ""
},
"sidebar": {
"tracks": "",
"chapters": ""
},
"bookmarks": {
"title": "",
"empty": "",
"emptyHint": "",
"deleteTooltip": "",
"bookmarkAt": ""
},
"sleepTimerMenu": {
"minutes15": "",
"minutes30": "",
"minutes45": "",
"minutes60": "",
"endOfChapter": "",
"cancelTimer": ""
},
"toast": {
"loadFailed": "",
"audioLoadFailed": "",
"sleepTimerSet": "",
"sleepTimerEndOfChapter": "",
"sleepTimerStopped": "",
"bookmarkAdded": "",
"bookmarkExists": "",
"bookmarkExistsDetail": "",
"bookmarkFailed": "",
"bookmarkDeleted": ""
}
}

View File

@@ -1,127 +1,127 @@
{
"reader": {
"continueToNextBook": "",
"noPagesAvailable": "",
"loadingBook": "",
"slideshow": ""
},
"noteDialog": {
"editNote": "",
"addNote": "",
"pageLabel": "",
"pageInfo": "",
"yourNote": "",
"placeholder": "",
"noteColor": "",
"updateNote": "",
"saveNote": "",
"colorAmber": "",
"colorGreen": "",
"colorBlue": "",
"colorPink": "",
"colorPurple": "",
"colorDeepOrange": ""
},
"shortcutsHelp": {
"title": "",
"gotIt": "",
"groupNavigation": "",
"groupDisplay": "",
"groupPlayback": "",
"groupOther": "",
"previousNextPage": "",
"swipeLeftRight": "",
"nextPage": "",
"previousPage": "",
"firstPage": "",
"lastPage": "",
"toggleFullscreen": "",
"toggleReadingDirection": "",
"exitFullscreenCloseDialogs": "",
"toggleZoom": "",
"doubleTap": "",
"toggleSlideshow": "",
"showHelpDialog": ""
},
"footer": {
"prevBook": "",
"nextBook": "",
"firstPage": "",
"previousPage": "",
"nextPage": "",
"lastPage": "",
"of": "",
"pageSlider": "",
"pagePlaceholder": "",
"go": "",
"noPreviousBook": "",
"noNextBook": "",
"previousBookTooltip": "",
"nextBookTooltip": ""
},
"header": {
"contents": "",
"addBookmark": "",
"removeBookmark": "",
"addNote": "",
"pageHasNotesAddAnother": "",
"stopSlideshow": "",
"startSlideshow": "",
"exitFullscreen": "",
"fullscreen": "",
"keyboardShortcuts": "",
"more": "",
"stopSlideshowLabel": "",
"startSlideshowLabel": "",
"exitFullscreenLabel": "",
"fullscreenLabel": "",
"keyboardShortcutsLabel": "",
"settings": "",
"closeReader": ""
},
"quickSettings": {
"fitMode": "",
"fitPage": "",
"fitWidth": "",
"fitHeight": "",
"actualSize": "",
"automatic": "",
"scrollMode": "",
"paginated": "",
"infinite": "",
"longStrip": "",
"pageView": "",
"twoPage": "",
"single": "",
"pageSpread": "",
"oddFirst": "",
"evenFirst": "",
"readingDirection": "",
"leftToRight": "",
"rightToLeft": "",
"slideshowInterval": "",
"background": "",
"black": "",
"gray": "",
"white": ""
},
"sidebar": {
"contentTab": "",
"bookmarksTab": "",
"notesTab": "",
"noPagesFound": "",
"noBookmarksYet": "",
"bookmarkHint": "",
"searchNotesPlaceholder": "",
"noMatchingNotes": "",
"tryDifferentSearch": "",
"noNotesYet": "",
"notesHint": "",
"deleteBookmark": "",
"editNote": "",
"deleteNote": "",
"clearSearch": "",
"page": "",
"untitled": ""
}
"reader": {
"continueToNextBook": "Lanjutkan ke Buku Berikutnya",
"noPagesAvailable": "Halaman tidak tersedia.",
"loadingBook": "Memuat buku...",
"slideshow": ""
},
"noteDialog": {
"editNote": "",
"addNote": "",
"pageLabel": "",
"pageInfo": "",
"yourNote": "",
"placeholder": "",
"noteColor": "",
"updateNote": "",
"saveNote": "",
"colorAmber": "",
"colorGreen": "",
"colorBlue": "",
"colorPink": "",
"colorPurple": "",
"colorDeepOrange": ""
},
"shortcutsHelp": {
"title": "",
"gotIt": "",
"groupNavigation": "",
"groupDisplay": "",
"groupPlayback": "",
"groupOther": "",
"previousNextPage": "",
"swipeLeftRight": "",
"nextPage": "",
"previousPage": "",
"firstPage": "",
"lastPage": "",
"toggleFullscreen": "",
"toggleReadingDirection": "",
"exitFullscreenCloseDialogs": "",
"toggleZoom": "",
"doubleTap": "",
"toggleSlideshow": "",
"showHelpDialog": ""
},
"footer": {
"prevBook": "",
"nextBook": "",
"firstPage": "",
"previousPage": "",
"nextPage": "",
"lastPage": "",
"of": "",
"pageSlider": "",
"pagePlaceholder": "",
"go": "",
"noPreviousBook": "",
"noNextBook": "",
"previousBookTooltip": "",
"nextBookTooltip": ""
},
"header": {
"contents": "",
"addBookmark": "",
"removeBookmark": "",
"addNote": "",
"pageHasNotesAddAnother": "",
"stopSlideshow": "",
"startSlideshow": "",
"exitFullscreen": "",
"fullscreen": "",
"keyboardShortcuts": "",
"more": "",
"stopSlideshowLabel": "",
"startSlideshowLabel": "",
"exitFullscreenLabel": "",
"fullscreenLabel": "",
"keyboardShortcutsLabel": "",
"settings": "",
"closeReader": ""
},
"quickSettings": {
"fitMode": "",
"fitPage": "",
"fitWidth": "",
"fitHeight": "",
"actualSize": "",
"automatic": "",
"scrollMode": "",
"paginated": "",
"infinite": "",
"longStrip": "",
"pageView": "",
"twoPage": "",
"single": "",
"pageSpread": "",
"oddFirst": "",
"evenFirst": "",
"readingDirection": "",
"leftToRight": "",
"rightToLeft": "",
"slideshowInterval": "",
"background": "",
"black": "",
"gray": "",
"white": ""
},
"sidebar": {
"contentTab": "",
"bookmarksTab": "",
"notesTab": "",
"noPagesFound": "",
"noBookmarksYet": "",
"bookmarkHint": "",
"searchNotesPlaceholder": "",
"noMatchingNotes": "",
"tryDifferentSearch": "",
"noNotesYet": "",
"notesHint": "",
"deleteBookmark": "",
"editNote": "",
"deleteNote": "",
"clearSearch": "",
"page": "",
"untitled": ""
}
}

View File

@@ -1,194 +1,194 @@
{
"reader": {
"loadingBook": ""
},
"metadataDialog": {
"title": "",
"basicInformation": "",
"titleLabel": "",
"subtitle": "",
"authors": "",
"publisher": "",
"published": "",
"language": "",
"pages": "",
"unknown": "",
"na": "",
"series": "",
"seriesName": "",
"bookNumber": "",
"identifiers": "",
"ratings": "",
"reviews": "",
"categories": "",
"tags": "",
"fileInformation": "",
"fileSize": "",
"fileName": "",
"description": ""
},
"noteDialog": {
"editNote": "",
"addNote": "",
"selectedText": "",
"yourNote": "",
"notePlaceholder": "",
"noteColor": "",
"updateNote": "",
"saveNote": ""
},
"settingsDialog": {
"themeTab": "",
"typographyTab": "",
"layoutTab": "",
"darkMode": "",
"themeColors": "",
"annotationHighlighter": "",
"fontSettings": "",
"fontSize": "",
"lineHeight": "",
"fontFamily": "",
"layout": "",
"readingFlow": "",
"paginated": "",
"scrolled": "",
"maxColumns": "",
"columnGap": "",
"maxWidth": "",
"maxHeight": "",
"textOptions": "",
"justifyText": "",
"hyphenate": ""
},
"footer": {
"previousSection": "",
"nextSection": "",
"location": "",
"progress": "",
"timeLeftInSection": "",
"timeLeftInBook": "",
"chapter": "",
"section": "",
"page": "",
"goTo": "",
"go": "",
"goToPercentage": "",
"firstSection": "",
"lastSection": "",
"jumpTo": ""
},
"header": {
"chapters": "",
"addBookmark": "",
"removeBookmark": "",
"search": "",
"notes": "",
"fullscreen": "",
"exitFullscreen": "",
"keyboardShortcuts": "",
"more": "",
"settings": "",
"closeReader": ""
},
"quickSettings": {
"darkMode": "",
"fontSize": "",
"lineSpacing": "",
"moreSettings": ""
},
"panel": {
"searchTitle": "",
"notesTitle": "",
"searchTab": "",
"notesTab": "",
"searchPlaceholder": "",
"clearSearch": "",
"searching": "",
"cancelSearch": "",
"resultsFound": "",
"resultsFoundPlural": "",
"noResultsFound": "",
"tryDifferentKeywords": "",
"searchThisBook": "",
"enterTextToFind": "",
"searchNotes": "",
"editNote": "",
"deleteNote": "",
"noMatchingNotes": "",
"tryDifferentSearchTerms": "",
"noNotesYet": "",
"noNotesHint": ""
},
"sidebar": {
"bookCoverAlt": "",
"contentsTab": "",
"bookmarksTab": "",
"highlightsTab": "",
"deleteBookmark": "",
"noBookmarksYet": "",
"noBookmarksHint": "",
"deleteHighlight": "",
"noHighlightsYet": "",
"noHighlightsHint": ""
},
"selectionPopup": {
"copyText": "",
"searchInBook": "",
"annotate": "",
"addNote": "",
"deleteAnnotation": ""
},
"shortcutsHelp": {
"title": "",
"gotIt": "",
"navigation": "",
"previousPage": "",
"nextPage": "",
"firstSection": "",
"lastSection": "",
"panels": "",
"tableOfContents": "",
"searchShortcut": "",
"notesShortcut": "",
"display": "",
"toggleFullscreen": "",
"exitFullscreenCloseDialogs": "",
"other": "",
"showHelpDialog": "",
"swipeRight": "",
"swipeLeft": ""
},
"headerFooterUtil": {
"timeRemainingInSection": ""
},
"toast": {
"noteSavedSummary": "",
"noteSavedDetail": "",
"noteUpdatedSummary": "",
"noteUpdatedDetail": "",
"saveFailedSummary": "",
"saveFailedDetail": "",
"updateFailedSummary": "",
"updateFailedDetail": "",
"bookmarkAddedSummary": "",
"bookmarkAddedDetail": "",
"bookmarkExistsSummary": "",
"bookmarkExistsDetail": "",
"bookmarkFailedSummary": "",
"bookmarkFailedDetail": "",
"highlightAddedSummary": "",
"highlightAddedDetail": "",
"highlightExistsSummary": "",
"highlightExistsDetail": "",
"highlightFailedSummary": "",
"highlightFailedDetail": "",
"highlightRemovedSummary": "",
"highlightRemovedDetail": "",
"highlightRemoveFailedSummary": "",
"highlightRemoveFailedDetail": "",
"noteAnnotationUpdatedSummary": "",
"noteAnnotationUpdatedDetail": "",
"noteAnnotationUpdateFailedSummary": "",
"noteAnnotationUpdateFailedDetail": ""
}
"reader": {
"loadingBook": "Memuat buku..."
},
"metadataDialog": {
"title": "Informasi Buku",
"basicInformation": "Informasi Dasar",
"titleLabel": "",
"subtitle": "",
"authors": "",
"publisher": "",
"published": "",
"language": "",
"pages": "",
"unknown": "",
"na": "",
"series": "",
"seriesName": "",
"bookNumber": "",
"identifiers": "",
"ratings": "",
"reviews": "",
"categories": "",
"tags": "",
"fileInformation": "",
"fileSize": "",
"fileName": "",
"description": ""
},
"noteDialog": {
"editNote": "",
"addNote": "",
"selectedText": "",
"yourNote": "",
"notePlaceholder": "",
"noteColor": "",
"updateNote": "",
"saveNote": ""
},
"settingsDialog": {
"themeTab": "",
"typographyTab": "",
"layoutTab": "",
"darkMode": "",
"themeColors": "",
"annotationHighlighter": "",
"fontSettings": "",
"fontSize": "",
"lineHeight": "",
"fontFamily": "",
"layout": "",
"readingFlow": "",
"paginated": "",
"scrolled": "",
"maxColumns": "",
"columnGap": "",
"maxWidth": "",
"maxHeight": "",
"textOptions": "",
"justifyText": "",
"hyphenate": ""
},
"footer": {
"previousSection": "",
"nextSection": "",
"location": "",
"progress": "",
"timeLeftInSection": "",
"timeLeftInBook": "",
"chapter": "",
"section": "",
"page": "",
"goTo": "",
"go": "",
"goToPercentage": "",
"firstSection": "",
"lastSection": "",
"jumpTo": ""
},
"header": {
"chapters": "",
"addBookmark": "",
"removeBookmark": "",
"search": "",
"notes": "",
"fullscreen": "",
"exitFullscreen": "",
"keyboardShortcuts": "",
"more": "",
"settings": "",
"closeReader": ""
},
"quickSettings": {
"darkMode": "",
"fontSize": "",
"lineSpacing": "",
"moreSettings": ""
},
"panel": {
"searchTitle": "",
"notesTitle": "",
"searchTab": "",
"notesTab": "",
"searchPlaceholder": "",
"clearSearch": "",
"searching": "",
"cancelSearch": "",
"resultsFound": "",
"resultsFoundPlural": "",
"noResultsFound": "",
"tryDifferentKeywords": "",
"searchThisBook": "",
"enterTextToFind": "",
"searchNotes": "",
"editNote": "",
"deleteNote": "",
"noMatchingNotes": "",
"tryDifferentSearchTerms": "",
"noNotesYet": "",
"noNotesHint": ""
},
"sidebar": {
"bookCoverAlt": "",
"contentsTab": "",
"bookmarksTab": "",
"highlightsTab": "",
"deleteBookmark": "",
"noBookmarksYet": "",
"noBookmarksHint": "",
"deleteHighlight": "",
"noHighlightsYet": "",
"noHighlightsHint": ""
},
"selectionPopup": {
"copyText": "",
"searchInBook": "",
"annotate": "",
"addNote": "",
"deleteAnnotation": ""
},
"shortcutsHelp": {
"title": "",
"gotIt": "",
"navigation": "",
"previousPage": "",
"nextPage": "",
"firstSection": "",
"lastSection": "",
"panels": "",
"tableOfContents": "",
"searchShortcut": "",
"notesShortcut": "",
"display": "",
"toggleFullscreen": "",
"exitFullscreenCloseDialogs": "",
"other": "",
"showHelpDialog": "",
"swipeRight": "",
"swipeLeft": ""
},
"headerFooterUtil": {
"timeRemainingInSection": ""
},
"toast": {
"noteSavedSummary": "",
"noteSavedDetail": "",
"noteUpdatedSummary": "",
"noteUpdatedDetail": "",
"saveFailedSummary": "",
"saveFailedDetail": "",
"updateFailedSummary": "",
"updateFailedDetail": "",
"bookmarkAddedSummary": "",
"bookmarkAddedDetail": "",
"bookmarkExistsSummary": "",
"bookmarkExistsDetail": "",
"bookmarkFailedSummary": "",
"bookmarkFailedDetail": "",
"highlightAddedSummary": "",
"highlightAddedDetail": "",
"highlightExistsSummary": "",
"highlightExistsDetail": "",
"highlightFailedSummary": "",
"highlightFailedDetail": "",
"highlightRemovedSummary": "",
"highlightRemovedDetail": "",
"highlightRemoveFailedSummary": "",
"highlightRemoveFailedDetail": "",
"noteAnnotationUpdatedSummary": "",
"noteAnnotationUpdatedDetail": "",
"noteAnnotationUpdateFailedSummary": "",
"noteAnnotationUpdateFailedDetail": ""
}
}

View File

@@ -1,10 +1,10 @@
{
"toolbar": {
"switchToLightMode": "",
"switchToDarkMode": "",
"closePdfReader": ""
},
"toast": {
"failedToLoadBook": ""
}
"toolbar": {
"switchToLightMode": "Beralih ke Mode Terang",
"switchToDarkMode": "Beralih ke Mode Gelap",
"closePdfReader": "Tutup Pembaca PDF"
},
"toast": {
"failedToLoadBook": ""
}
}

View File

@@ -1,25 +1,25 @@
{
"pageTitle": "",
"browseAllSeries": "",
"searchPlaceholder": "",
"readNext": "",
"booksRead": "",
"noSeriesFound": "",
"noSeriesInCategory": "",
"cardSize": "",
"filters": {
"all": "",
"notStarted": "",
"inProgress": "",
"completed": "",
"abandoned": ""
},
"sort": {
"nameAsc": "",
"nameDesc": "",
"bookCount": "",
"progress": "",
"recentlyRead": "",
"recentlyAdded": ""
}
"pageTitle": "Serial",
"browseAllSeries": "Jelajahi Seluruh Serial",
"searchPlaceholder": "Cari berdasarkan nama serial atau penulis...",
"readNext": "",
"booksRead": "",
"noSeriesFound": "",
"noSeriesInCategory": "",
"cardSize": "",
"filters": {
"all": "",
"notStarted": "",
"inProgress": "",
"completed": "",
"abandoned": ""
},
"sort": {
"nameAsc": "",
"nameDesc": "",
"bookCount": "",
"progress": "",
"recentlyRead": "",
"recentlyAdded": ""
}
}

View File

@@ -1,50 +1,50 @@
{
"title": "",
"description": "",
"covers": {
"sectionTitle": "",
"regenerate": "",
"regenerateBtn": "",
"regenerateDesc": "",
"regenerateStarted": "",
"regenerateStartedDetail": "",
"regenerateError": "",
"verticalCropping": "",
"verticalCroppingDesc": "",
"horizontalCropping": "",
"horizontalCroppingDesc": "",
"aspectRatio": "",
"aspectRatioDesc": "",
"smartCropping": "",
"smartCroppingDesc": ""
},
"search": {
"sectionTitle": "",
"autoBookSearch": "",
"autoBookSearchDesc": "",
"similarBook": "",
"similarBookDesc": ""
},
"fileManagement": {
"sectionTitle": "",
"maxUploadSize": "",
"maxUploadPlaceholder": "",
"maxUploadDesc": "",
"restartWarning": "",
"invalidInput": "",
"invalidInputDetail": ""
},
"appearance": {
"sectionTitle": "",
"supportButtonAnimation": "",
"supportButtonAnimationDesc": ""
},
"telemetry": {
"sectionTitle": "",
"enableTelemetry": "",
"telemetryDesc": ""
},
"settingsSaved": "",
"settingsSavedDetail": "",
"settingsError": ""
"title": "Preferensi Global",
"description": "",
"covers": {
"sectionTitle": "Gambar Sampul Buku",
"regenerate": "",
"regenerateBtn": "",
"regenerateDesc": "",
"regenerateStarted": "",
"regenerateStartedDetail": "",
"regenerateError": "",
"verticalCropping": "",
"verticalCroppingDesc": "",
"horizontalCropping": "",
"horizontalCroppingDesc": "",
"aspectRatio": "",
"aspectRatioDesc": "",
"smartCropping": "",
"smartCroppingDesc": ""
},
"search": {
"sectionTitle": "",
"autoBookSearch": "",
"autoBookSearchDesc": "",
"similarBook": "",
"similarBookDesc": ""
},
"fileManagement": {
"sectionTitle": "",
"maxUploadSize": "",
"maxUploadPlaceholder": "",
"maxUploadDesc": "",
"restartWarning": "",
"invalidInput": "",
"invalidInputDetail": ""
},
"appearance": {
"sectionTitle": "",
"supportButtonAnimation": "",
"supportButtonAnimationDesc": ""
},
"telemetry": {
"sectionTitle": "",
"enableTelemetry": "",
"telemetryDesc": ""
},
"settingsSaved": "",
"settingsSavedDetail": "",
"settingsError": ""
}

View File

@@ -1,19 +1,19 @@
{
"title": "",
"description": "",
"sectionTitle": "",
"filterPlaceholder": "",
"userFilterPlaceholder": "",
"dateRangePlaceholder": "",
"clearFilters": "",
"autoRefresh": "",
"pageReport": "",
"empty": "",
"columns": {
"timestamp": "",
"user": "",
"action": "",
"title": "Log Audit",
"description": "",
"ip": ""
}
"sectionTitle": "",
"filterPlaceholder": "",
"userFilterPlaceholder": "",
"dateRangePlaceholder": "",
"clearFilters": "",
"autoRefresh": "",
"pageReport": "",
"empty": "",
"columns": {
"timestamp": "",
"user": "",
"action": "",
"description": "",
"ip": ""
}
}

View File

@@ -1,73 +1,73 @@
{
"title": "",
"description": "",
"methods": {
"sectionTitle": "",
"sectionDesc": ""
},
"internal": {
"label": "",
"status": "",
"description": ""
},
"oidc": {
"label": "",
"experimental": "",
"title": "Pengaturan Autentikasi",
"description": "",
"configHint": "",
"enabled": "",
"disabled": ""
},
"providerConfig": {
"sectionTitle": "",
"sectionDesc": "",
"providerName": "",
"providerPlaceholder": "",
"clientId": "",
"clientIdPlaceholder": "",
"issuerUri": "",
"issuerPlaceholder": "",
"scope": "",
"scopeHint": "",
"claimMappings": "",
"claimDesc": "",
"usernameClaim": "",
"usernamePlaceholder": "",
"emailClaim": "",
"emailPlaceholder": "",
"nameClaim": "",
"namePlaceholder": ""
},
"provisioning": {
"sectionTitle": "",
"sectionDesc": "",
"autoLabel": "",
"autoEnabled": "",
"autoDisabled": "",
"autoDesc": "",
"defaultPerms": "",
"readBooks": "",
"defaultLibraryAccess": "",
"selectLibraries": ""
},
"perms": {
"uploadBooks": "",
"downloadBooks": "",
"editMetadata": "",
"manageLibrary": "",
"emailBook": "",
"deleteBook": "",
"koreaderSync": "",
"koboSync": "",
"accessOpds": ""
},
"toast": {
"saved": "",
"oidcUpdated": "",
"oidcError": "",
"providerSaved": "",
"providerError": "",
"provisionSaved": "",
"provisionError": ""
}
"methods": {
"sectionTitle": "",
"sectionDesc": ""
},
"internal": {
"label": "",
"status": "",
"description": ""
},
"oidc": {
"label": "",
"experimental": "",
"description": "",
"configHint": "",
"enabled": "",
"disabled": ""
},
"providerConfig": {
"sectionTitle": "",
"sectionDesc": "",
"providerName": "",
"providerPlaceholder": "",
"clientId": "",
"clientIdPlaceholder": "",
"issuerUri": "",
"issuerPlaceholder": "",
"scope": "",
"scopeHint": "",
"claimMappings": "",
"claimDesc": "",
"usernameClaim": "",
"usernamePlaceholder": "",
"emailClaim": "",
"emailPlaceholder": "",
"nameClaim": "",
"namePlaceholder": ""
},
"provisioning": {
"sectionTitle": "",
"sectionDesc": "",
"autoLabel": "",
"autoEnabled": "",
"autoDisabled": "",
"autoDesc": "",
"defaultPerms": "",
"readBooks": "",
"defaultLibraryAccess": "",
"selectLibraries": ""
},
"perms": {
"uploadBooks": "",
"downloadBooks": "",
"editMetadata": "",
"manageLibrary": "",
"emailBook": "",
"deleteBook": "",
"koreaderSync": "",
"koboSync": "",
"accessOpds": ""
},
"toast": {
"saved": "",
"oidcUpdated": "",
"oidcError": "",
"providerSaved": "",
"providerError": "",
"provisionSaved": "",
"provisionError": ""
}
}

View File

@@ -1,126 +1,126 @@
{
"accessRestricted": "",
"contactAdmin": "",
"copied": "",
"copyFailed": "",
"copiedDetail": "",
"copyFailedDetail": "",
"koreader": {
"title": "",
"description": "",
"syncConfig": "",
"syncConfigDesc": "",
"enableSync": "",
"enableSyncDesc": "",
"syncWithBooklore": "",
"syncWithBookloreDesc": "",
"apiPath": "",
"apiPathDesc": "",
"username": "",
"usernameDesc": "",
"usernameRequired": "",
"password": "",
"passwordDesc": "",
"passwordMinLength": "",
"settingsManagement": "",
"settingsManagementDesc": "",
"accessDenied": "",
"loadError": "",
"syncUpdated": "",
"syncEnabled": "",
"syncDisabled": "",
"syncUpdateFailed": "",
"syncUpdateError": "",
"bookloreReaderEnabled": "",
"bookloreReaderDisabled": "",
"bookloreReaderError": "",
"saved": "",
"credentialsSaved": "",
"credentialsError": ""
},
"kobo": {
"title": "",
"description": "",
"syncConfig": "",
"syncConfigDesc": "",
"enableSync": "",
"enableSyncDesc": "",
"autoAddLabel": "",
"autoAddDesc": "",
"token": "",
"tokenDesc": "",
"tokenManagement": "",
"regenerateToken": "",
"tokenManagementDesc": "",
"markAsReading": "",
"markAsReadingDesc": "",
"markAsReadingRec": "",
"markAsFinished": "",
"markAsFinishedDesc": "",
"markAsFinishedRec": "",
"recommended": "",
"adminSettings": "",
"adminSettingsDesc": "",
"convertKepub": "",
"convertKepubPros": "",
"convertKepubCons": "",
"conversionSizeLimit": "",
"conversionSizeLimitDesc": "",
"conversionSizeLimitRec": "",
"forceHyphenation": "",
"forceHyphenationDesc": "",
"convertCbx": "",
"convertCbxDesc": "",
"imageCompression": "",
"imageCompressionDesc": "",
"cbxSizeLimit": "",
"cbxSizeLimitDesc": "",
"cbxSizeLimitRec": "",
"accessDenied": "",
"loadError": "",
"settingsUpdated": "",
"settingsSaved": "",
"settingsUpdateError": "",
"saveFailed": "",
"saveError": "",
"settingsSuccess": "",
"tokenRegenerated": "",
"tokenRegeneratedDetail": "",
"tokenRegenerateError": "",
"confirmRegenerate": "",
"confirmRegenerateHeader": "",
"confirmDisable": "",
"confirmDisableHeader": "",
"syncEnabled": "",
"syncDisabled": "",
"progressUpdated": "",
"twoWaySyncLabel": "",
"twoWaySyncDesc": "",
"twoWaySyncNote": "",
"twoWaySyncEnabled": "",
"twoWaySyncDisabled": "",
"autoAddEnabled": "",
"autoAddDisabled": "",
"pros": "",
"cons": ""
},
"hardcover": {
"title": "",
"description": "",
"syncConfig": "",
"syncConfigDesc": "",
"syncLabel": "",
"syncDesc": "",
"apiKey": "",
"apiKeyPlaceholder": "",
"apiKeyDesc": "",
"accessDenied": "",
"loadError": "",
"settingsUpdated": "",
"syncEnabledMsg": "",
"syncDisabledMsg": "",
"apiKeyUpdated": "",
"updateFailed": "",
"updateError": ""
}
"accessRestricted": "Akses Dibatasi",
"contactAdmin": "Silakan hubungi pengelola Anda untuk meminta izin.",
"copied": "Disalin",
"copyFailed": "",
"copiedDetail": "",
"copyFailedDetail": "",
"koreader": {
"title": "",
"description": "",
"syncConfig": "",
"syncConfigDesc": "",
"enableSync": "",
"enableSyncDesc": "",
"syncWithBooklore": "",
"syncWithBookloreDesc": "",
"apiPath": "",
"apiPathDesc": "",
"username": "",
"usernameDesc": "",
"usernameRequired": "",
"password": "",
"passwordDesc": "",
"passwordMinLength": "",
"settingsManagement": "",
"settingsManagementDesc": "",
"accessDenied": "",
"loadError": "",
"syncUpdated": "",
"syncEnabled": "",
"syncDisabled": "",
"syncUpdateFailed": "",
"syncUpdateError": "",
"bookloreReaderEnabled": "",
"bookloreReaderDisabled": "",
"bookloreReaderError": "",
"saved": "",
"credentialsSaved": "",
"credentialsError": ""
},
"kobo": {
"title": "",
"description": "",
"syncConfig": "",
"syncConfigDesc": "",
"enableSync": "",
"enableSyncDesc": "",
"autoAddLabel": "",
"autoAddDesc": "",
"token": "",
"tokenDesc": "",
"tokenManagement": "",
"regenerateToken": "",
"tokenManagementDesc": "",
"markAsReading": "",
"markAsReadingDesc": "",
"markAsReadingRec": "",
"markAsFinished": "",
"markAsFinishedDesc": "",
"markAsFinishedRec": "",
"recommended": "",
"adminSettings": "",
"adminSettingsDesc": "",
"convertKepub": "",
"convertKepubPros": "",
"convertKepubCons": "",
"conversionSizeLimit": "",
"conversionSizeLimitDesc": "",
"conversionSizeLimitRec": "",
"forceHyphenation": "",
"forceHyphenationDesc": "",
"convertCbx": "",
"convertCbxDesc": "",
"imageCompression": "",
"imageCompressionDesc": "",
"cbxSizeLimit": "",
"cbxSizeLimitDesc": "",
"cbxSizeLimitRec": "",
"accessDenied": "",
"loadError": "",
"settingsUpdated": "",
"settingsSaved": "",
"settingsUpdateError": "",
"saveFailed": "",
"saveError": "",
"settingsSuccess": "",
"tokenRegenerated": "",
"tokenRegeneratedDetail": "",
"tokenRegenerateError": "",
"confirmRegenerate": "",
"confirmRegenerateHeader": "",
"confirmDisable": "",
"confirmDisableHeader": "",
"syncEnabled": "",
"syncDisabled": "",
"progressUpdated": "",
"twoWaySyncLabel": "",
"twoWaySyncDesc": "",
"twoWaySyncNote": "",
"twoWaySyncEnabled": "",
"twoWaySyncDisabled": "",
"autoAddEnabled": "",
"autoAddDisabled": "",
"pros": "",
"cons": ""
},
"hardcover": {
"title": "",
"description": "",
"syncConfig": "",
"syncConfigDesc": "",
"syncLabel": "",
"syncDesc": "",
"apiKey": "",
"apiKeyPlaceholder": "",
"apiKeyDesc": "",
"accessDenied": "",
"loadError": "",
"settingsUpdated": "",
"syncEnabledMsg": "",
"syncDisabledMsg": "",
"apiKeyUpdated": "",
"updateFailed": "",
"updateError": ""
}
}

View File

@@ -1,127 +1,127 @@
{
"title": "",
"description": "",
"accessRestricted": "",
"accessDenied": "",
"contactAdmin": "",
"provider": {
"title": "",
"title": "Konfigurasi Email",
"description": "",
"addProvider": "",
"emptyTitle": "",
"emptySubtitle": "",
"default": "",
"sharedTooltip": "",
"editProvider": "",
"cannotEditShared": "",
"deleteProvider": "",
"cannotDeleteShared": "",
"saveChanges": "",
"host": "",
"port": "",
"username": "",
"password": "",
"fromAddress": "",
"hostPlaceholder": "",
"portPlaceholder": "",
"usernamePlaceholder": "",
"passwordPlaceholder": "",
"fromAddressPlaceholder": "",
"providerNamePlaceholder": "",
"authentication": "",
"startTls": "",
"shared": "",
"shareTooltip": "",
"loadError": "",
"updateSuccess": "",
"updateError": "",
"deleteConfirm": "",
"deleteSuccess": "",
"deleteError": "",
"defaultSetSummary": "",
"defaultSetDetail": "",
"defaultSetError": "",
"sharedSuccess": "",
"sharedStatusOn": "",
"sharedStatusOff": "",
"sharedError": "",
"create": {
"title": "",
"description": "",
"providerName": "",
"providerNamePlaceholder": "",
"providerNameRequired": "",
"host": "",
"hostPlaceholder": "",
"hostRequired": "",
"port": "",
"portPlaceholder": "",
"portRequired": "",
"username": "",
"usernamePlaceholder": "",
"password": "",
"passwordPlaceholder": "",
"fromAddress": "",
"fromAddressPlaceholder": "",
"enableAuth": "",
"enableAuthDesc": "",
"enableStartTls": "",
"enableStartTlsDesc": "",
"requiredFieldsError": "",
"readyToCreate": "",
"createBtn": "",
"validationError": "",
"validationErrorDetail": "",
"success": "",
"successDetail": "",
"failed": "",
"failedDetail": "",
"failedDefault": ""
"accessRestricted": "Akses Dibatasi",
"accessDenied": "",
"contactAdmin": "Silakan hubungi pengelola Anda untuk meminta izin.",
"provider": {
"title": "",
"description": "",
"addProvider": "",
"emptyTitle": "",
"emptySubtitle": "",
"default": "",
"sharedTooltip": "",
"editProvider": "",
"cannotEditShared": "",
"deleteProvider": "",
"cannotDeleteShared": "",
"saveChanges": "",
"host": "",
"port": "",
"username": "",
"password": "",
"fromAddress": "",
"hostPlaceholder": "",
"portPlaceholder": "",
"usernamePlaceholder": "",
"passwordPlaceholder": "",
"fromAddressPlaceholder": "",
"providerNamePlaceholder": "",
"authentication": "",
"startTls": "",
"shared": "",
"shareTooltip": "",
"loadError": "",
"updateSuccess": "",
"updateError": "",
"deleteConfirm": "",
"deleteSuccess": "",
"deleteError": "",
"defaultSetSummary": "",
"defaultSetDetail": "",
"defaultSetError": "",
"sharedSuccess": "",
"sharedStatusOn": "",
"sharedStatusOff": "",
"sharedError": "",
"create": {
"title": "",
"description": "",
"providerName": "",
"providerNamePlaceholder": "",
"providerNameRequired": "",
"host": "",
"hostPlaceholder": "",
"hostRequired": "",
"port": "",
"portPlaceholder": "",
"portRequired": "",
"username": "",
"usernamePlaceholder": "",
"password": "",
"passwordPlaceholder": "",
"fromAddress": "",
"fromAddressPlaceholder": "",
"enableAuth": "",
"enableAuthDesc": "",
"enableStartTls": "",
"enableStartTlsDesc": "",
"requiredFieldsError": "",
"readyToCreate": "",
"createBtn": "",
"validationError": "",
"validationErrorDetail": "",
"success": "",
"successDetail": "",
"failed": "",
"failedDetail": "",
"failedDefault": ""
}
},
"recipient": {
"title": "",
"description": "",
"addRecipient": "",
"emptyTitle": "",
"emptySubtitle": "",
"default": "",
"email": "",
"name": "",
"emailPlaceholder": "",
"namePlaceholder": "",
"editRecipient": "",
"deleteRecipient": "",
"saveChanges": "",
"loadError": "",
"updateSuccess": "",
"updateError": "",
"deleteConfirm": "",
"deleteSuccess": "",
"deleteError": "",
"defaultSetSummary": "",
"defaultSetDetail": "",
"create": {
"title": "",
"description": "",
"recipientName": "",
"recipientNamePlaceholder": "",
"recipientNameRequired": "",
"emailAddress": "",
"emailAddressPlaceholder": "",
"emailRequired": "",
"defaultRecipient": "",
"defaultRecipientDesc": "",
"requiredFieldsError": "",
"readyToAdd": "",
"addBtn": "",
"validationError": "",
"validationErrorDetail": "",
"success": "",
"successDetail": "",
"failed": "",
"failedDetail": "",
"failedDefault": ""
}
}
},
"recipient": {
"title": "",
"description": "",
"addRecipient": "",
"emptyTitle": "",
"emptySubtitle": "",
"default": "",
"email": "",
"name": "",
"emailPlaceholder": "",
"namePlaceholder": "",
"editRecipient": "",
"deleteRecipient": "",
"saveChanges": "",
"loadError": "",
"updateSuccess": "",
"updateError": "",
"deleteConfirm": "",
"deleteSuccess": "",
"deleteError": "",
"defaultSetSummary": "",
"defaultSetDetail": "",
"create": {
"title": "",
"description": "",
"recipientName": "",
"recipientNamePlaceholder": "",
"recipientNameRequired": "",
"emailAddress": "",
"emailAddressPlaceholder": "",
"emailRequired": "",
"defaultRecipient": "",
"defaultRecipientDesc": "",
"requiredFieldsError": "",
"readyToAdd": "",
"addBtn": "",
"validationError": "",
"validationErrorDetail": "",
"success": "",
"successDetail": "",
"failed": "",
"failedDetail": "",
"failedDefault": ""
}
}
}

View File

@@ -1,34 +1,34 @@
{
"title": "",
"description": "",
"defaultSettings": {
"sectionTitle": "",
"sectionDesc": "",
"saveButton": "",
"saveSuccess": "",
"saveFailed": "",
"saveError": ""
},
"libraryOverrides": {
"sectionTitle": "",
"sectionDesc": "",
"customSettings": "",
"defaultSettings": "",
"exportSidecar": "",
"importSidecar": "",
"exportTooltip": "",
"importTooltip": "",
"saveLibraryButton": "",
"saveSuccess": "",
"saveFailed": "",
"saveError": "",
"exportSuccess": "",
"exportComplete": "",
"exportFailed": "",
"exportError": "",
"importSuccess": "",
"importComplete": "",
"importFailed": "",
"importError": ""
}
"title": "Konfigurasi Metadata Perpustakaan",
"description": "",
"defaultSettings": {
"sectionTitle": "",
"sectionDesc": "",
"saveButton": "",
"saveSuccess": "",
"saveFailed": "",
"saveError": ""
},
"libraryOverrides": {
"sectionTitle": "",
"sectionDesc": "",
"customSettings": "",
"defaultSettings": "",
"exportSidecar": "",
"importSidecar": "",
"exportTooltip": "",
"importTooltip": "",
"saveLibraryButton": "",
"saveSuccess": "",
"saveFailed": "",
"saveError": "",
"exportSuccess": "",
"exportComplete": "",
"exportFailed": "",
"exportError": "",
"importSuccess": "",
"importComplete": "",
"importFailed": "",
"importError": ""
}
}

View File

@@ -1,94 +1,94 @@
{
"title": "",
"description": "",
"autoDownload": {
"sectionTitle": "",
"warning": "",
"enableLabel": "",
"loadError": ""
},
"persistence": {
"sectionTitle": "",
"sectionDesc": "",
"networkWarningTitle": "",
"networkWarning": "",
"unsupportedNote": "",
"writeEpub": "",
"writeEpubDesc": "",
"writeCbx": "",
"writeCbxDesc": "",
"writePdf": "",
"writePdfDesc": "",
"writePdfNote": "",
"writeAudiobook": "",
"writeAudiobookDesc": "",
"writeAudiobookNote": "",
"maxFileSize": "",
"maxFileSizeTooltip": "",
"autoMove": "",
"autoMoveDesc": "",
"sidecarTitle": "",
"sidecarDesc": "",
"enableSidecar": "",
"enableSidecarDesc": "",
"writeOnUpdate": "",
"writeOnUpdateDesc": "",
"writeOnScan": "",
"writeOnScanDesc": "",
"includeCover": "",
"includeCoverDesc": "",
"loadError": ""
},
"providers": {
"sectionTitle": "",
"sectionDesc": "",
"configurableTitle": "",
"readyToUseTitle": "",
"saveConfigurations": "",
"saveSuccess": "",
"saveError": "",
"region": "",
"selectDomain": "",
"cookieLabel": "",
"cookieDesc": "",
"cookiePlaceholder": "",
"languageRestriction": "",
"selectLanguage": "",
"apiKeyOptional": "",
"googleApiDesc": "",
"googleApiPlaceholder": "",
"apiToken": "",
"hardcoverPlaceholder": "",
"comicvinePlaceholder": ""
},
"fieldSelector": {
"sectionTitle": "",
"sectionDesc": ""
},
"publicReviews": {
"sectionTitle": "",
"sectionDesc": "",
"downloadLabel": "",
"autoDownloadLabel": "",
"autoDownloadDesc": "",
"reviewSources": "",
"reviewSourcesDesc": "",
"maxLabel": "",
"maxTooltip": "",
"noProviders": "",
"loadError": ""
},
"matchWeights": {
"sectionTitle": "",
"sectionDesc": "",
"recalculateLabel": "",
"recalculateDesc": "",
"recalculateBtn": "",
"fieldWeights": "",
"saveWeights": "",
"saveSuccess": "",
"saveError": "",
"recalcSuccess": "",
"recalcError": ""
}
"title": "Pengaturan Metadata",
"description": "",
"autoDownload": {
"sectionTitle": "",
"warning": "",
"enableLabel": "",
"loadError": ""
},
"persistence": {
"sectionTitle": "",
"sectionDesc": "",
"networkWarningTitle": "",
"networkWarning": "",
"unsupportedNote": "",
"writeEpub": "",
"writeEpubDesc": "",
"writeCbx": "",
"writeCbxDesc": "",
"writePdf": "",
"writePdfDesc": "",
"writePdfNote": "",
"writeAudiobook": "",
"writeAudiobookDesc": "",
"writeAudiobookNote": "",
"maxFileSize": "",
"maxFileSizeTooltip": "",
"autoMove": "",
"autoMoveDesc": "",
"sidecarTitle": "",
"sidecarDesc": "",
"enableSidecar": "",
"enableSidecarDesc": "",
"writeOnUpdate": "",
"writeOnUpdateDesc": "",
"writeOnScan": "",
"writeOnScanDesc": "",
"includeCover": "",
"includeCoverDesc": "",
"loadError": ""
},
"providers": {
"sectionTitle": "",
"sectionDesc": "",
"configurableTitle": "",
"readyToUseTitle": "",
"saveConfigurations": "",
"saveSuccess": "",
"saveError": "",
"region": "",
"selectDomain": "",
"cookieLabel": "",
"cookieDesc": "",
"cookiePlaceholder": "",
"languageRestriction": "",
"selectLanguage": "",
"apiKeyOptional": "",
"googleApiDesc": "",
"googleApiPlaceholder": "",
"apiToken": "",
"hardcoverPlaceholder": "",
"comicvinePlaceholder": ""
},
"fieldSelector": {
"sectionTitle": "",
"sectionDesc": ""
},
"publicReviews": {
"sectionTitle": "",
"sectionDesc": "",
"downloadLabel": "",
"autoDownloadLabel": "",
"autoDownloadDesc": "",
"reviewSources": "",
"reviewSourcesDesc": "",
"maxLabel": "",
"maxTooltip": "",
"noProviders": "",
"loadError": ""
},
"matchWeights": {
"sectionTitle": "",
"sectionDesc": "",
"recalculateLabel": "",
"recalculateDesc": "",
"recalculateBtn": "",
"fieldWeights": "",
"saveWeights": "",
"saveSuccess": "",
"saveError": "",
"recalcSuccess": "",
"recalcError": ""
}
}

View File

@@ -1,92 +1,92 @@
{
"title": "",
"description": "",
"warning": {
"title": "",
"text": ""
},
"defaultPattern": {
"sectionTitle": "",
"sectionDesc": "",
"placeholder": "",
"preview": "",
"invalidChars": "",
"saveSuccess": "",
"invalidError": "",
"saveError": ""
},
"libraryOverrides": {
"sectionTitle": "",
"sectionDesc": "",
"emptyTitle": "",
"emptySubtitle": "",
"custom": "",
"usingDefault": "",
"clearPattern": "",
"placeholder": "",
"preview": "",
"saveAll": "",
"saveSuccess": "",
"saveError": ""
},
"placeholders": {
"sectionTitle": "",
"sectionDesc": "",
"available": "",
"title": "",
"subtitle": "",
"authors": "",
"year": "",
"series": "",
"seriesIndex": "",
"language": "",
"publisher": "",
"isbn": "",
"currentFilename": "",
"optionalBlocks": "",
"optionalDesc": "",
"pattern": "",
"withIndex": "",
"without": "",
"elseClause": "",
"elseDesc": "",
"withSeries": "",
"withoutSeries": "",
"modifiers": "",
"modifiersDesc": "",
"modFirst": "",
"modSort": "",
"modInitial": "",
"modUpper": "",
"modLower": ""
},
"examples": {
"sectionTitle": "",
"sectionDesc": "",
"fullMetadata": "",
"partialMetadata": "",
"notSet": "",
"basicGroup": "",
"conditionalGroup": "",
"modifiersGroup": "",
"basicPattern": "",
"seriesInFolder": "",
"titleSubtitle": "",
"absolutePath": "",
"folderOnly": "",
"yearPrefix": "",
"optionalBlock": "",
"subtitleConditional": "",
"multipleOptional": "",
"elseClause": "",
"elseClauseFallback": "",
"elseWithModifier": "",
"modifierSort": "",
"modifierInitial": "",
"modFirst": "",
"modUpper": "",
"modLower": "",
"letterFolder": "",
"combinedMods": ""
}
"title": "Pola Penamaan Berkas",
"description": "",
"warning": {
"title": "",
"text": ""
},
"defaultPattern": {
"sectionTitle": "",
"sectionDesc": "",
"placeholder": "",
"preview": "",
"invalidChars": "",
"saveSuccess": "",
"invalidError": "",
"saveError": ""
},
"libraryOverrides": {
"sectionTitle": "",
"sectionDesc": "",
"emptyTitle": "",
"emptySubtitle": "",
"custom": "",
"usingDefault": "",
"clearPattern": "",
"placeholder": "",
"preview": "",
"saveAll": "",
"saveSuccess": "",
"saveError": ""
},
"placeholders": {
"sectionTitle": "",
"sectionDesc": "",
"available": "",
"title": "",
"subtitle": "",
"authors": "",
"year": "",
"series": "",
"seriesIndex": "",
"language": "",
"publisher": "",
"isbn": "",
"currentFilename": "",
"optionalBlocks": "",
"optionalDesc": "",
"pattern": "",
"withIndex": "",
"without": "",
"elseClause": "",
"elseDesc": "",
"withSeries": "",
"withoutSeries": "",
"modifiers": "",
"modifiersDesc": "",
"modFirst": "",
"modSort": "",
"modInitial": "",
"modUpper": "",
"modLower": ""
},
"examples": {
"sectionTitle": "",
"sectionDesc": "",
"fullMetadata": "",
"partialMetadata": "",
"notSet": "",
"basicGroup": "",
"conditionalGroup": "",
"modifiersGroup": "",
"basicPattern": "",
"seriesInFolder": "",
"titleSubtitle": "",
"absolutePath": "",
"folderOnly": "",
"yearPrefix": "",
"optionalBlock": "",
"subtitleConditional": "",
"multipleOptional": "",
"elseClause": "",
"elseClauseFallback": "",
"elseWithModifier": "",
"modifierSort": "",
"modifierInitial": "",
"modFirst": "",
"modUpper": "",
"modLower": "",
"letterFolder": "",
"combinedMods": ""
}
}

View File

@@ -1,80 +1,80 @@
{
"title": "",
"description": "",
"server": {
"sectionTitle": "",
"sectionDesc": "",
"opdsLabel": "",
"opdsDesc": "",
"komgaLabel": "",
"komgaDesc": "",
"groupUnknownLabel": "",
"groupUnknownDesc": "",
"enabled": "",
"disabled": "",
"grouped": "",
"individual": ""
},
"endpoints": {
"sectionTitle": "",
"sectionDesc": "",
"opdsCatalog": "",
"opdsHint": "",
"komgaBase": "",
"komgaHint": "",
"copyUrl": ""
},
"users": {
"sectionTitle": "",
"sectionDesc": "",
"addUser": "",
"emptyTitle": "",
"emptySubtitle": "",
"editSortOrder": "",
"deleteUser": ""
},
"createDialog": {
"title": "",
"username": "",
"password": "",
"sortOrder": "",
"enterUsername": "",
"enterPassword": "",
"selectSortOrder": "",
"sortHint": "",
"create": ""
},
"sortOrders": {
"recent": "",
"titleAsc": "",
"titleDesc": "",
"authorAsc": "",
"authorDesc": "",
"seriesAsc": "",
"seriesDesc": "",
"ratingAsc": "",
"ratingDesc": ""
},
"deleteConfirm": "",
"deleteHeader": "",
"accessRestricted": "",
"accessDenied": "",
"contactAdmin": "",
"loadError": "",
"createSuccess": "",
"createError": "",
"deleteSuccess": "",
"deleteError": "",
"opdsCopied": "",
"komgaCopied": "",
"sortUpdateSuccess": "",
"sortUpdateError": "",
"settingsSaved": "",
"settingsError": "",
"opdsEnabled": "",
"opdsDisabled": "",
"komgaEnabled": "",
"komgaDisabled": "",
"groupEnabled": "",
"groupDisabled": ""
"title": "Konfigurasi OPDS",
"description": "",
"server": {
"sectionTitle": "",
"sectionDesc": "",
"opdsLabel": "",
"opdsDesc": "",
"komgaLabel": "",
"komgaDesc": "",
"groupUnknownLabel": "",
"groupUnknownDesc": "",
"enabled": "",
"disabled": "",
"grouped": "",
"individual": ""
},
"endpoints": {
"sectionTitle": "",
"sectionDesc": "",
"opdsCatalog": "",
"opdsHint": "",
"komgaBase": "",
"komgaHint": "",
"copyUrl": ""
},
"users": {
"sectionTitle": "",
"sectionDesc": "",
"addUser": "",
"emptyTitle": "",
"emptySubtitle": "",
"editSortOrder": "",
"deleteUser": ""
},
"createDialog": {
"title": "",
"username": "",
"password": "",
"sortOrder": "",
"enterUsername": "",
"enterPassword": "",
"selectSortOrder": "",
"sortHint": "",
"create": ""
},
"sortOrders": {
"recent": "",
"titleAsc": "",
"titleDesc": "",
"authorAsc": "",
"authorDesc": "",
"seriesAsc": "",
"seriesDesc": "",
"ratingAsc": "",
"ratingDesc": ""
},
"deleteConfirm": "",
"deleteHeader": "",
"accessRestricted": "Akses Dibatasi",
"accessDenied": "",
"contactAdmin": "Silakan hubungi pengelola Anda untuk meminta izin.",
"loadError": "",
"createSuccess": "",
"createError": "",
"deleteSuccess": "",
"deleteError": "",
"opdsCopied": "",
"komgaCopied": "",
"sortUpdateSuccess": "",
"sortUpdateError": "",
"settingsSaved": "",
"settingsError": "",
"opdsEnabled": "",
"opdsDisabled": "",
"komgaEnabled": "",
"komgaDisabled": "",
"groupEnabled": "",
"groupDisabled": ""
}

View File

@@ -1,34 +1,34 @@
{
"title": "",
"description": "",
"basicInfo": "",
"username": "",
"usernamePlaceholder": "",
"fullName": "",
"fullNamePlaceholder": "",
"email": "",
"emailPlaceholder": "",
"editProfile": "",
"saveChanges": "",
"security": "",
"currentPassword": "",
"newPassword": "",
"confirmNewPassword": "",
"changePassword": "",
"loading": "",
"validation": {
"currentPasswordRequired": "",
"newPasswordRequired": "",
"passwordMinLength": "",
"confirmPasswordRequired": "",
"passwordMismatch": ""
},
"toast": {
"errorNoUser": "",
"noChanges": "",
"profileUpdated": "",
"profileUpdateFailed": "",
"passwordChanged": "",
"passwordChangeFailed": ""
}
"title": "Profil Pengguna",
"description": "Atur informasi akun Anda dan pengaturan keamanan",
"basicInfo": "Informasi Dasar",
"username": "",
"usernamePlaceholder": "",
"fullName": "",
"fullNamePlaceholder": "",
"email": "",
"emailPlaceholder": "",
"editProfile": "",
"saveChanges": "",
"security": "",
"currentPassword": "",
"newPassword": "",
"confirmNewPassword": "",
"changePassword": "",
"loading": "",
"validation": {
"currentPasswordRequired": "",
"newPasswordRequired": "",
"passwordMinLength": "",
"confirmPasswordRequired": "",
"passwordMismatch": ""
},
"toast": {
"errorNoUser": "",
"noChanges": "",
"profileUpdated": "",
"profileUpdateFailed": "",
"passwordChanged": "",
"passwordChangeFailed": ""
}
}

View File

@@ -1,180 +1,180 @@
{
"title": "",
"description": "",
"appMode": {
"title": "",
"title": "Preferensi Pembaca",
"description": "",
"pdfLabel": "",
"pdfDesc": "",
"ebookLabel": "",
"ebookDesc": "",
"comicLabel": "",
"comicDesc": "",
"streamingPdfLabel": "",
"streamingPdfDesc": "",
"defaultOverride": "",
"bookSpecific": ""
},
"ebook": {
"sectionTitle": "",
"sectionDesc": "",
"appearance": "",
"theme": "",
"themeDesc": "",
"darkMode": "",
"light": "",
"dark": "",
"darkModeDesc": "",
"typography": "",
"fontFamily": "",
"fontFamilyDesc": "",
"fontSize": "",
"fontSizeDesc": "",
"lineHeight": "",
"lineHeightDesc": "",
"textJustification": "",
"left": "",
"justified": "",
"textJustificationDesc": "",
"hyphenation": "",
"off": "",
"on": "",
"hyphenationDesc": "",
"layout": "",
"flow": "",
"paginated": "",
"scrolled": "",
"flowDesc": "",
"maxColumns": "",
"maxColumnsDesc": "",
"columnGap": "",
"columnGapDesc": "",
"maxWidth": "",
"maxWidthDesc": "",
"maxHeight": "",
"maxHeightDesc": ""
},
"pdf": {
"sectionTitle": "",
"sectionDesc": "",
"pageSpread": "",
"pageSpreadDesc": "",
"pageZoom": "",
"pageZoomDesc": "",
"even": "",
"odd": "",
"none": "",
"autoZoom": "",
"pageFit": "",
"pageWidth": "",
"actualSize": ""
},
"cbx": {
"sectionTitle": "",
"sectionDesc": "",
"pageSpread": "",
"pageSpreadDesc": "",
"pageLayout": "",
"pageLayoutDesc": "",
"fitMode": "",
"fitModeDesc": "",
"scrollMode": "",
"scrollModeDesc": "",
"backgroundColor": "",
"backgroundColorDesc": "",
"even": "",
"odd": "",
"singlePage": "",
"twoPage": "",
"fitPage": "",
"fitWidth": "",
"fitHeight": "",
"actualSize": "",
"automatic": "",
"paginated": "",
"infinite": "",
"gray": "",
"black": "",
"white": ""
},
"streamingPdf": {
"sectionTitle": "",
"sectionDesc": "",
"pageSpread": "",
"pageSpreadDesc": "",
"pageLayout": "",
"pageLayoutDesc": "",
"fitMode": "",
"fitModeDesc": "",
"scrollMode": "",
"scrollModeDesc": "",
"backgroundColor": "",
"backgroundColorDesc": "",
"even": "",
"odd": "",
"singlePage": "",
"twoPage": "",
"fitPage": "",
"fitWidth": "",
"fitHeight": "",
"actualSize": "",
"automatic": "",
"paginated": "",
"infinite": "",
"gray": "",
"black": "",
"white": ""
},
"toast": {
"preferencesUpdated": "",
"preferencesUpdatedDetail": ""
},
"fonts": {
"sectionTitle": "",
"sectionDesc": "",
"emptyTitle": "",
"emptyDesc": "",
"emptyHint": "",
"supportedFormats": "",
"yourLibrary": "",
"preview": "",
"file": "",
"size": "",
"uploaded": "",
"deleteFont": "",
"deleteFontConfirm": "",
"deleteFontHeader": "",
"deleteSuccess": "",
"deleteFailed": "",
"deleteError": "",
"loadError": "",
"quotaExceeded": "",
"quotaExceededDetail": "",
"upload": {
"title": "",
"description": "",
"selectFile": "",
"dragDrop": "",
"supportedFormats": "",
"maxSize": "",
"fontPreview": "",
"displayName": "",
"displayNameDesc": "",
"displayNamePlaceholder": "",
"uploadBtn": "",
"previewFailed": "",
"previewFailedDetail": "",
"noFileSelected": "",
"noFileSelectedDetail": "",
"success": "",
"successDetail": "",
"uploadFailed": "",
"uploadFailedDefault": "",
"uploadFailedInvalid": "",
"invalidFileType": "",
"invalidFileTypeDetail": "",
"fileTooLarge": "",
"fileTooLargeDetail": ""
"appMode": {
"title": "Pengaturan Mode Aplikasi",
"description": "",
"pdfLabel": "",
"pdfDesc": "",
"ebookLabel": "",
"ebookDesc": "",
"comicLabel": "",
"comicDesc": "",
"streamingPdfLabel": "",
"streamingPdfDesc": "",
"defaultOverride": "",
"bookSpecific": ""
},
"ebook": {
"sectionTitle": "",
"sectionDesc": "",
"appearance": "Tampilan",
"theme": "Tema",
"themeDesc": "",
"darkMode": "",
"light": "Terang",
"dark": "Gelap",
"darkModeDesc": "",
"typography": "Tipografi",
"fontFamily": "",
"fontFamilyDesc": "",
"fontSize": "",
"fontSizeDesc": "",
"lineHeight": "",
"lineHeightDesc": "",
"textJustification": "",
"left": "Kiri",
"justified": "Rata Kiri-Kanan",
"textJustificationDesc": "",
"hyphenation": "Tanda Hubung",
"off": "Mati",
"on": "Nyala",
"hyphenationDesc": "",
"layout": "Tata Letak",
"flow": "Alur",
"paginated": "Berhalaman",
"scrolled": "Digulirkan",
"flowDesc": "",
"maxColumns": "",
"maxColumnsDesc": "",
"columnGap": "",
"columnGapDesc": "",
"maxWidth": "",
"maxWidthDesc": "",
"maxHeight": "",
"maxHeightDesc": ""
},
"pdf": {
"sectionTitle": "",
"sectionDesc": "",
"pageSpread": "",
"pageSpreadDesc": "",
"pageZoom": "",
"pageZoomDesc": "",
"even": "Genap",
"odd": "Ganjil",
"none": "",
"autoZoom": "",
"pageFit": "",
"pageWidth": "",
"actualSize": ""
},
"cbx": {
"sectionTitle": "",
"sectionDesc": "",
"pageSpread": "",
"pageSpreadDesc": "",
"pageLayout": "",
"pageLayoutDesc": "",
"fitMode": "",
"fitModeDesc": "",
"scrollMode": "",
"scrollModeDesc": "",
"backgroundColor": "",
"backgroundColorDesc": "",
"even": "Genap",
"odd": "Ganjil",
"singlePage": "",
"twoPage": "",
"fitPage": "",
"fitWidth": "",
"fitHeight": "",
"actualSize": "",
"automatic": "Otomatis",
"paginated": "Berhalaman",
"infinite": "Tak Terbatas",
"gray": "Abu-abu",
"black": "Hitam",
"white": "Putih"
},
"streamingPdf": {
"sectionTitle": "",
"sectionDesc": "",
"pageSpread": "",
"pageSpreadDesc": "",
"pageLayout": "",
"pageLayoutDesc": "",
"fitMode": "",
"fitModeDesc": "",
"scrollMode": "",
"scrollModeDesc": "",
"backgroundColor": "",
"backgroundColorDesc": "",
"even": "Genap",
"odd": "Ganjil",
"singlePage": "",
"twoPage": "",
"fitPage": "",
"fitWidth": "",
"fitHeight": "",
"actualSize": "",
"automatic": "Otomatis",
"paginated": "Berhalaman",
"infinite": "Tak Terbatas",
"gray": "Abu-abu",
"black": "Hitam",
"white": "Putih"
},
"toast": {
"preferencesUpdated": "",
"preferencesUpdatedDetail": ""
},
"fonts": {
"sectionTitle": "",
"sectionDesc": "",
"emptyTitle": "",
"emptyDesc": "",
"emptyHint": "",
"supportedFormats": "",
"yourLibrary": "",
"preview": "Pratinjau",
"file": "Berkas",
"size": "Ukuran",
"uploaded": "Diunggah",
"deleteFont": "",
"deleteFontConfirm": "",
"deleteFontHeader": "",
"deleteSuccess": "",
"deleteFailed": "",
"deleteError": "",
"loadError": "",
"quotaExceeded": "",
"quotaExceededDetail": "",
"upload": {
"title": "",
"description": "",
"selectFile": "",
"dragDrop": "",
"supportedFormats": "",
"maxSize": "",
"fontPreview": "",
"displayName": "",
"displayNameDesc": "",
"displayNamePlaceholder": "",
"uploadBtn": "",
"previewFailed": "",
"previewFailedDetail": "",
"noFileSelected": "",
"noFileSelectedDetail": "",
"success": "Sukses",
"successDetail": "",
"uploadFailed": "",
"uploadFailedDefault": "",
"uploadFailedInvalid": "",
"invalidFileType": "",
"invalidFileTypeDetail": "",
"fileTooLarge": "",
"fileTooLargeDetail": ""
}
}
}
}

View File

@@ -1,166 +1,166 @@
{
"title": "",
"description": "",
"currentUsers": {
"sectionTitle": "",
"sectionDesc": "",
"addUser": ""
},
"emptyState": {
"title": "",
"subtitle": ""
},
"admin": "",
"permBadges": {
"bookMgmt": "",
"systemAccess": "",
"systemConfig": "",
"metadataEditing": "",
"deviceSync": "",
"bulkReset": ""
},
"actions": {
"editUser": "",
"changePassword": "",
"deleteUser": "",
"saveChanges": ""
},
"userInfo": {
"title": "",
"fullName": "",
"email": "",
"libraries": "",
"notSet": "",
"allLibrariesAdmin": "",
"selectLibraries": "",
"enterFullName": "",
"enterEmail": ""
},
"permGroups": {
"administration": "",
"bookManagement": "",
"systemAccess": "",
"systemConfig": "",
"metadataEditing": "",
"deviceSync": "",
"bulkReset": ""
},
"perms": {
"fullAdmin": "",
"uploadBooks": "",
"downloadBooks": "",
"deleteBooks": "",
"manageLibrary": "",
"emailBooks": "",
"accessBookdrop": "",
"viewLibraryStats": "",
"viewUserStats": "",
"manageMetadataConfig": "",
"manageAppPreferences": "",
"accessTaskManager": "",
"manageIcons": "",
"manageFonts": "",
"editSingleMetadata": "",
"bulkAutoFetch": "",
"bulkCustomFetch": "",
"accessBulkEditor": "",
"bulkRegenerateCover": "",
"moveOrganize": "",
"bulkLockUnlock": "",
"koreaderSync": "",
"koboSync": "",
"opdsFeedAccess": "",
"bulkResetBooklore": "",
"bulkResetKoreader": "",
"bulkResetReadStatus": ""
},
"permissions": "",
"contentRestrictions": {
"title": "",
"title": "Manajemen Pengguna",
"description": "",
"type": "",
"mode": "",
"value": "",
"selectType": "",
"selectMode": "",
"selectValue": "",
"searchFilter": "",
"addTooltip": "",
"emptyTitle": "",
"emptyHint": "",
"excludeTitle": "",
"excludeDesc": "",
"allowOnlyTitle": "",
"allowOnlyDesc": "",
"infoNote": "",
"types": {
"category": "",
"tag": "",
"mood": "",
"ageRating": "",
"contentRating": ""
"currentUsers": {
"sectionTitle": "Pengguna Saat Ini",
"sectionDesc": "",
"addUser": ""
},
"modes": {
"exclude": "",
"allowOnly": ""
"emptyState": {
"title": "",
"subtitle": ""
},
"selectAllFields": "",
"alreadyExists": "",
"addSuccess": "",
"addError": "",
"removeSuccess": "",
"removeError": "",
"loadError": ""
},
"passwordDialog": {
"title": "",
"newPassword": "",
"confirmPassword": "",
"enterNew": "",
"confirmNew": "",
"changeBtn": "",
"bothRequired": "",
"mismatch": "",
"success": ""
},
"createDialog": {
"title": "",
"description": "",
"basicInfo": "",
"fullName": "",
"username": "",
"email": "",
"password": "",
"confirmPassword": "",
"enterFullName": "",
"enterUsername": "",
"enterEmail": "",
"enterPassword": "",
"confirmPasswordPlaceholder": "",
"nameRequired": "",
"usernameRequired": "",
"emailInvalid": "",
"passwordMinLength": "",
"confirmRequired": "",
"passwordMismatch": "",
"libraryAccess": "",
"accessibleLibraries": "",
"selectLibraries": "",
"libraryRequired": "",
"editMetadata": "",
"bulkEditMetadata": "",
"readBooks": "",
"footerInfo": "",
"createUser": "",
"validationError": "",
"createSuccess": "",
"createFailed": "",
"createError": ""
},
"deleteConfirm": "",
"updateSuccess": "",
"updateError": "",
"deleteSuccess": "",
"deleteError": "",
"fetchError": ""
"admin": "",
"permBadges": {
"bookMgmt": "",
"systemAccess": "",
"systemConfig": "",
"metadataEditing": "",
"deviceSync": "",
"bulkReset": ""
},
"actions": {
"editUser": "",
"changePassword": "",
"deleteUser": "",
"saveChanges": ""
},
"userInfo": {
"title": "",
"fullName": "",
"email": "",
"libraries": "",
"notSet": "",
"allLibrariesAdmin": "",
"selectLibraries": "",
"enterFullName": "",
"enterEmail": ""
},
"permGroups": {
"administration": "",
"bookManagement": "",
"systemAccess": "",
"systemConfig": "",
"metadataEditing": "",
"deviceSync": "",
"bulkReset": ""
},
"perms": {
"fullAdmin": "",
"uploadBooks": "",
"downloadBooks": "",
"deleteBooks": "",
"manageLibrary": "",
"emailBooks": "",
"accessBookdrop": "",
"viewLibraryStats": "",
"viewUserStats": "",
"manageMetadataConfig": "",
"manageAppPreferences": "",
"accessTaskManager": "",
"manageIcons": "",
"manageFonts": "",
"editSingleMetadata": "",
"bulkAutoFetch": "",
"bulkCustomFetch": "",
"accessBulkEditor": "",
"bulkRegenerateCover": "",
"moveOrganize": "",
"bulkLockUnlock": "",
"koreaderSync": "",
"koboSync": "",
"opdsFeedAccess": "",
"bulkResetBooklore": "",
"bulkResetKoreader": "",
"bulkResetReadStatus": ""
},
"permissions": "",
"contentRestrictions": {
"title": "",
"description": "",
"type": "",
"mode": "",
"value": "",
"selectType": "",
"selectMode": "",
"selectValue": "",
"searchFilter": "",
"addTooltip": "",
"emptyTitle": "",
"emptyHint": "",
"excludeTitle": "",
"excludeDesc": "",
"allowOnlyTitle": "",
"allowOnlyDesc": "",
"infoNote": "",
"types": {
"category": "",
"tag": "",
"mood": "",
"ageRating": "",
"contentRating": ""
},
"modes": {
"exclude": "",
"allowOnly": ""
},
"selectAllFields": "",
"alreadyExists": "",
"addSuccess": "",
"addError": "",
"removeSuccess": "",
"removeError": "",
"loadError": ""
},
"passwordDialog": {
"title": "",
"newPassword": "",
"confirmPassword": "",
"enterNew": "",
"confirmNew": "",
"changeBtn": "",
"bothRequired": "",
"mismatch": "",
"success": ""
},
"createDialog": {
"title": "",
"description": "",
"basicInfo": "",
"fullName": "",
"username": "",
"email": "",
"password": "",
"confirmPassword": "",
"enterFullName": "",
"enterUsername": "",
"enterEmail": "",
"enterPassword": "",
"confirmPasswordPlaceholder": "",
"nameRequired": "",
"usernameRequired": "",
"emailInvalid": "",
"passwordMinLength": "",
"confirmRequired": "",
"passwordMismatch": "",
"libraryAccess": "",
"accessibleLibraries": "",
"selectLibraries": "",
"libraryRequired": "",
"editMetadata": "",
"bulkEditMetadata": "",
"readBooks": "",
"footerInfo": "",
"createUser": "",
"validationError": "",
"createSuccess": "",
"createFailed": "",
"createError": ""
},
"deleteConfirm": "",
"updateSuccess": "",
"updateError": "",
"deleteSuccess": "",
"deleteError": "",
"fetchError": ""
}

View File

@@ -1,125 +1,125 @@
{
"title": "",
"description": "",
"librarySort": {
"sectionTitle": "",
"sectionDesc": "",
"defaultPreferences": "",
"defaultPreferencesDesc": "",
"sortOrderLabel": "",
"ascending": "",
"descending": "",
"remove": "",
"addSortField": "",
"autoSave": "",
"autoSaveDesc": "",
"overrideManagement": "",
"overrideManagementDesc": "",
"addOverride": "",
"removeOverride": "",
"tableType": "",
"tableName": "",
"tableSortBy": "",
"tableDirection": "",
"tableViewMode": "",
"tableActions": "",
"saveSettings": "",
"saveSuccess": "",
"saveSuccessDetail": "",
"sortTitle": "",
"sortFileName": "",
"sortFilePath": "",
"sortAuthor": "",
"sortAuthorSurname": "",
"sortSeriesName": "",
"sortSeriesNumber": "",
"sortLastRead": "",
"sortPersonalRating": "",
"sortAddedOn": "",
"sortFileSize": "",
"sortLocked": "",
"sortPublisher": "",
"sortPublishedDate": "",
"sortAmazonRating": "",
"sortAmazonCount": "",
"sortGoodreadsRating": "",
"sortGoodreadsCount": "",
"sortHardcoverRating": "",
"sortHardcoverCount": "",
"sortRanobedbRating": "",
"sortReadStatus": "",
"sortDateFinished": "",
"sortReadingProgress": "",
"sortBookType": "",
"sortNarrator": "",
"sortPages": "",
"sortRandom": "",
"entityLibrary": "",
"entityShelf": "",
"entityMagicShelf": "",
"viewGrid": "",
"viewTable": "",
"saveSortDefault": "",
"sortSaved": "",
"sortSavedDetail": "",
"editSort": "",
"tableSortConfig": "",
"visibleSortFields": "",
"visibleSortFieldsDesc": "",
"sortFieldCount": "",
"resetToDefaults": ""
},
"filter": {
"sectionTitle": "",
"sectionDesc": "",
"filterMode": "",
"filterModeDesc": "",
"visibleFilters": "",
"visibleFiltersDesc": "",
"selectionCount": "",
"addFilter": "",
"resetToDefaults": "",
"modeAnd": "",
"modeOr": "",
"modeSingle": ""
},
"sidebarSort": {
"sectionTitle": "",
"sectionDesc": "",
"library": "",
"libraryDesc": "",
"shelf": "",
"shelfDesc": "",
"magicShelf": "",
"magicShelfDesc": "",
"selectSorting": "",
"nameAsc": "",
"nameDesc": "",
"creationAsc": "",
"creationDesc": "",
"prefsUpdated": "",
"prefsUpdatedDetail": ""
},
"metaCenter": {
"sectionTitle": "",
"sectionDesc": "",
"displayMode": "",
"displayModeDesc": "",
"openInPage": "",
"openInDialog": "",
"seriesViewMode": "",
"seriesViewModeDesc": "",
"enabled": "",
"disabled": "",
"prefsUpdated": "",
"metaCenterSaved": "",
"seriesViewSaved": ""
},
"layout": {
"sectionTitle": "",
"sidebarWidth": "",
"sidebarWidthDesc": "",
"saved": "",
"savedDetail": ""
}
"title": "Preferensi Tampilan",
"description": "",
"librarySort": {
"sectionTitle": "",
"sectionDesc": "",
"defaultPreferences": "",
"defaultPreferencesDesc": "",
"sortOrderLabel": "",
"ascending": "Naik",
"descending": "Turun",
"remove": "Hapus",
"addSortField": "",
"autoSave": "",
"autoSaveDesc": "",
"overrideManagement": "",
"overrideManagementDesc": "",
"addOverride": "",
"removeOverride": "",
"tableType": "",
"tableName": "Nama",
"tableSortBy": "",
"tableDirection": "Arah",
"tableViewMode": "",
"tableActions": "",
"saveSettings": "",
"saveSuccess": "",
"saveSuccessDetail": "",
"sortTitle": "Judul",
"sortFileName": "",
"sortFilePath": "",
"sortAuthor": "Penulis",
"sortAuthorSurname": "",
"sortSeriesName": "",
"sortSeriesNumber": "",
"sortLastRead": "",
"sortPersonalRating": "",
"sortAddedOn": "",
"sortFileSize": "",
"sortLocked": "Terkunci",
"sortPublisher": "Penerbit",
"sortPublishedDate": "",
"sortAmazonRating": "",
"sortAmazonCount": "",
"sortGoodreadsRating": "",
"sortGoodreadsCount": "",
"sortHardcoverRating": "",
"sortHardcoverCount": "",
"sortRanobedbRating": "",
"sortReadStatus": "",
"sortDateFinished": "",
"sortReadingProgress": "",
"sortBookType": "",
"sortNarrator": "Narator",
"sortPages": "Halaman",
"sortRandom": "Acak",
"entityLibrary": "Perpustakaan",
"entityShelf": "Rak",
"entityMagicShelf": "",
"viewGrid": "",
"viewTable": "Tabel",
"saveSortDefault": "",
"sortSaved": "",
"sortSavedDetail": "",
"editSort": "",
"tableSortConfig": "",
"visibleSortFields": "",
"visibleSortFieldsDesc": "",
"sortFieldCount": "",
"resetToDefaults": ""
},
"filter": {
"sectionTitle": "",
"sectionDesc": "",
"filterMode": "",
"filterModeDesc": "",
"visibleFilters": "",
"visibleFiltersDesc": "",
"selectionCount": "",
"addFilter": "",
"resetToDefaults": "",
"modeAnd": "Dan",
"modeOr": "Atau",
"modeSingle": ""
},
"sidebarSort": {
"sectionTitle": "",
"sectionDesc": "",
"library": "Perpustakaan",
"libraryDesc": "",
"shelf": "Rak",
"shelfDesc": "",
"magicShelf": "",
"magicShelfDesc": "",
"selectSorting": "",
"nameAsc": "",
"nameDesc": "",
"creationAsc": "",
"creationDesc": "",
"prefsUpdated": "",
"prefsUpdatedDetail": ""
},
"metaCenter": {
"sectionTitle": "",
"sectionDesc": "",
"displayMode": "",
"displayModeDesc": "",
"openInPage": "",
"openInDialog": "",
"seriesViewMode": "",
"seriesViewModeDesc": "",
"enabled": "Diaktifkan",
"disabled": "Dimatikan",
"prefsUpdated": "",
"metaCenterSaved": "",
"seriesViewSaved": ""
},
"layout": {
"sectionTitle": "Tata Letak",
"sidebarWidth": "",
"sidebarWidthDesc": "",
"saved": "",
"savedDetail": ""
}
}

View File

@@ -1,17 +1,17 @@
{
"tabs": {
"reader": "",
"view": "",
"metadata1": "",
"metadata2": "",
"application": "",
"users": "",
"email": "",
"patterns": "",
"authentication": "",
"tasks": "",
"auditLogs": "",
"opds": "",
"devices": ""
}
"tabs": {
"reader": "Pembaca",
"view": "Tampilan",
"metadata1": "Metadata 1",
"metadata2": "",
"application": "Aplikasi",
"users": "Pengguna",
"email": "Email",
"patterns": "Pola",
"authentication": "Autentikasi",
"tasks": "Tugas",
"auditLogs": "",
"opds": "OPDS",
"devices": "Perangkat"
}
}

View File

@@ -1,154 +1,154 @@
{
"bookUploader": {
"title": "",
"description": "",
"uploadDestination": "",
"librarySelection": "",
"libraryLabel": "",
"selectLibrary": "",
"subpathLabel": "",
"selectSubpath": "",
"selectFiles": "",
"chooseBtn": "",
"chooseTooltip": "",
"uploadBtn": "",
"uploadTooltip": "",
"clearBtn": "",
"clearTooltip": "",
"uploadHint": "",
"uploading": "",
"complete": "",
"filesCount": "",
"failedCount": "",
"dragDropTitle": "",
"supportedFormats": "",
"maxFileSize": "",
"fileTooLargeTooltip": "",
"uploadFailedTooltip": "",
"statusTooLarge": "",
"statusReady": "",
"statusUploading": "",
"statusUploaded": "",
"statusFailed": "",
"destinationLibrary": "",
"destinationBookdrop": "",
"toast": {
"noDestinationSummary": "",
"noDestinationDetail": "",
"fileTooLargeSummary": "",
"fileTooLargeDetail": "",
"missingDataSummary": "",
"missingDataDetail": "",
"uploadFailedDefault": ""
}
},
"changePassword": {
"title": "",
"subtitle": "",
"currentPasswordLabel": "",
"currentPasswordPlaceholder": "",
"newPasswordLabel": "",
"newPasswordPlaceholder": "",
"confirmPasswordLabel": "",
"confirmPasswordPlaceholder": "",
"updateBtn": "",
"validation": {
"passwordsMismatch": "",
"allFieldsRequired": "",
"passwordsDoNotMatch": "",
"sameAsCurrentPassword": ""
"bookUploader": {
"title": "Unggah Buku",
"description": "",
"uploadDestination": "",
"librarySelection": "",
"libraryLabel": "Perpustakaan",
"selectLibrary": "",
"subpathLabel": "",
"selectSubpath": "",
"selectFiles": "",
"chooseBtn": "Pilih",
"chooseTooltip": "",
"uploadBtn": "Unggah",
"uploadTooltip": "",
"clearBtn": "Bersihkan",
"clearTooltip": "",
"uploadHint": "",
"uploading": "Mengunggah...",
"complete": "Selesai",
"filesCount": "",
"failedCount": "",
"dragDropTitle": "",
"supportedFormats": "",
"maxFileSize": "",
"fileTooLargeTooltip": "",
"uploadFailedTooltip": "",
"statusTooLarge": "",
"statusReady": "Siap",
"statusUploading": "Mengunggah",
"statusUploaded": "Diunggah",
"statusFailed": "Gagal",
"destinationLibrary": "Perpustakaan",
"destinationBookdrop": "",
"toast": {
"noDestinationSummary": "",
"noDestinationDetail": "",
"fileTooLargeSummary": "",
"fileTooLargeDetail": "",
"missingDataSummary": "",
"missingDataDetail": "",
"uploadFailedDefault": ""
}
},
"toast": {
"success": "",
"failedSummary": "",
"failedDetailDefault": ""
}
},
"directoryPicker": {
"title": "",
"description": "",
"currentPath": "",
"searchPlaceholder": "",
"goUpTooltip": "",
"selectAllBtn": "",
"selectAllTooltip": "",
"deselectAllBtn": "",
"deselectAllTooltip": "",
"selectCurrentBtn": "",
"selectCurrentTooltip": "",
"foldersSelected": "",
"foldersSelectedPlural": "",
"loadingDirectories": "",
"noMatchesFound": "",
"directoryEmpty": "",
"noMatchesDescription": "",
"emptyDescription": "",
"folderAvailable": "",
"foldersAvailable": "",
"folderWillBeSelected": "",
"foldersWillBeSelected": "",
"selectDirectoriesBtn": ""
},
"liveNotification": {
"defaultMessage": ""
},
"metadataProgress": {
"taskStalled": "",
"taskCancelled": "",
"cancellationScheduledSummary": "",
"cancellationScheduledDetail": "",
"cancelFailedSummary": "",
"cancelFailedDetail": "",
"taskTitle": "",
"tagReview": "",
"tagAuto": "",
"bookProgress": "",
"reviewBtn": "",
"discardBtn": "",
"dismissBtn": "",
"discardTooltip": "",
"cancelBtn": "",
"cancelTooltip": "",
"statusInProgress": "",
"statusCompleted": "",
"statusError": "",
"statusCancelled": ""
},
"reader": {
"failedToLoadPages": "",
"failedToLoadBook": ""
},
"settingsHelper": {
"settingsSavedSummary": "",
"settingsSavedDetail": "",
"saveErrorDetail": ""
},
"setup": {
"title": "",
"subtitle": "",
"usernameLabel": "",
"usernamePlaceholder": "",
"fullNameLabel": "",
"fullNamePlaceholder": "",
"emailLabel": "",
"emailPlaceholder": "",
"passwordLabel": "",
"passwordPlaceholder": "",
"confirmPasswordLabel": "",
"confirmPasswordPlaceholder": "",
"createAccountBtn": "",
"creatingAccountBtn": "",
"successMessage": "",
"validation": {
"usernameRequired": "",
"nameRequired": "",
"emailRequired": "",
"passwordMinLength": "",
"confirmPasswordRequired": "",
"passwordsMismatch": ""
"changePassword": {
"title": "",
"subtitle": "",
"currentPasswordLabel": "",
"currentPasswordPlaceholder": "",
"newPasswordLabel": "",
"newPasswordPlaceholder": "",
"confirmPasswordLabel": "",
"confirmPasswordPlaceholder": "",
"updateBtn": "",
"validation": {
"passwordsMismatch": "",
"allFieldsRequired": "",
"passwordsDoNotMatch": "",
"sameAsCurrentPassword": ""
},
"toast": {
"success": "",
"failedSummary": "",
"failedDetailDefault": ""
}
},
"toast": {
"createFailedDefault": ""
"directoryPicker": {
"title": "",
"description": "",
"currentPath": "",
"searchPlaceholder": "",
"goUpTooltip": "",
"selectAllBtn": "",
"selectAllTooltip": "",
"deselectAllBtn": "",
"deselectAllTooltip": "",
"selectCurrentBtn": "",
"selectCurrentTooltip": "",
"foldersSelected": "",
"foldersSelectedPlural": "",
"loadingDirectories": "",
"noMatchesFound": "",
"directoryEmpty": "",
"noMatchesDescription": "",
"emptyDescription": "",
"folderAvailable": "",
"foldersAvailable": "",
"folderWillBeSelected": "",
"foldersWillBeSelected": "",
"selectDirectoriesBtn": ""
},
"liveNotification": {
"defaultMessage": ""
},
"metadataProgress": {
"taskStalled": "",
"taskCancelled": "",
"cancellationScheduledSummary": "",
"cancellationScheduledDetail": "",
"cancelFailedSummary": "",
"cancelFailedDetail": "",
"taskTitle": "",
"tagReview": "Tinjau",
"tagAuto": "Otomatis",
"bookProgress": "",
"reviewBtn": "Tinjau",
"discardBtn": "Buang",
"dismissBtn": "Abaikan",
"discardTooltip": "",
"cancelBtn": "Batal",
"cancelTooltip": "",
"statusInProgress": "",
"statusCompleted": "Selesai",
"statusError": "Eror",
"statusCancelled": "Dibatalkan"
},
"reader": {
"failedToLoadPages": "",
"failedToLoadBook": ""
},
"settingsHelper": {
"settingsSavedSummary": "",
"settingsSavedDetail": "",
"saveErrorDetail": ""
},
"setup": {
"title": "",
"subtitle": "",
"usernameLabel": "Nama Pengguna",
"usernamePlaceholder": "",
"fullNameLabel": "",
"fullNamePlaceholder": "",
"emailLabel": "",
"emailPlaceholder": "",
"passwordLabel": "Kata Sandi",
"passwordPlaceholder": "",
"confirmPasswordLabel": "",
"confirmPasswordPlaceholder": "",
"createAccountBtn": "",
"creatingAccountBtn": "",
"successMessage": "",
"validation": {
"usernameRequired": "",
"nameRequired": "",
"emailRequired": "",
"passwordMinLength": "",
"confirmPasswordRequired": "",
"passwordsMismatch": ""
},
"toast": {
"createFailedDefault": ""
}
}
}
}

View File

@@ -1,220 +1,220 @@
{
"main": {
"title": "",
"selectLibrary": "",
"totalBooks": "",
"books": "",
"totalAuthors": "",
"authors": "",
"totalSeries": "",
"series": "",
"totalPublishers": "",
"publishers": "",
"totalSize": "",
"librarySize": "",
"loading": "",
"noData": "",
"noDataHint": "",
"dragToReorder": ""
},
"config": {
"title": "",
"close": "",
"enableAll": "",
"disableAll": "",
"resetOrder": "",
"smallCharts": "",
"largeCharts": "",
"xlargeCharts": ""
},
"chartNames": {
"bookFormats": "",
"languages": "",
"metadataScore": "",
"pageCount": "",
"publicationTimeline": "",
"readingJourney": "",
"topItems": "",
"authorUniverse": "",
"publicationTrend": ""
},
"bookFormats": {
"title": "",
"description": "",
"noData": "",
"tooltipLabel": ""
},
"language": {
"title": "",
"description": "",
"noData": "",
"tooltipLabel": ""
},
"metadataScore": {
"title": "",
"description": "",
"noData": "",
"tooltipLabel": "",
"excellent": "",
"good": "",
"fair": "",
"poor": "",
"veryPoor": ""
},
"pageCount": {
"title": "",
"description": "",
"noData": "",
"tooltipTitle": "",
"tooltipLabel": "",
"tooltipLabelPlural": "",
"axisPageCount": "",
"axisBooks": ""
},
"publicationTimeline": {
"title": "",
"description": "",
"booksWithDates": "",
"noData": "",
"tooltipBook": "",
"tooltipBooks": "",
"axisNumberOfBooks": "",
"insightOldest": "",
"insightAverageYear": "",
"insightMedian": "",
"insightNewest": "",
"insightTimeSpan": "",
"insightYearsOfLiterature": "",
"insightPeakDecade": "",
"insightPeakDecadeBooks": "",
"insightDecadesCovered": "",
"insightDifferentEras": ""
},
"publicationTrend": {
"title": "",
"description": "",
"noData": "",
"tooltipTitle": "",
"tooltipBook": "",
"tooltipBooks": "",
"axisPublicationYear": "",
"axisBooks": "",
"insightPeakYear": "",
"insightPeakYearBooks": "",
"insightLast10Years": "",
"insightLast10YearsBooks": "",
"insightAvgPerYear": "",
"insightBooksPerYear": "",
"insightBest5YearSpan": "",
"insightMostBooksPublished": "",
"insightTimeSpan": "",
"insightYearsCovered": "",
"insightCentury21": "",
"insightCentury21Books": "",
"insightClassics": "",
"insightClassicsPre1970": "",
"insightUniqueYears": ""
},
"readingJourney": {
"title": "",
"description": "",
"noData": "",
"noDataHint": "",
"axisMonth": "",
"axisCumulativeBooks": "",
"legendBooksAdded": "",
"legendBooksFinished": "",
"tooltipBacklog": "",
"insightCurrentBacklog": "",
"insightBacklogPercent": "",
"insightAvgTimeToFinish": "",
"insightDaysAfterAdding": "",
"insightBestReadingMonth": "",
"insightPeakAcquisition": "",
"insightFinishRate": "",
"insightBooksPerMonthAvg": "",
"insightLongestStreak": "",
"insightConsecutiveMonths": "",
"insightLast3Months": "",
"insightRecentlyFinished": "",
"insightCompletion": "",
"insightBooksFinished": "",
"recentActivityBooks": "",
"recentActivityNone": ""
},
"topItems": {
"titlePrefix": "",
"descriptionPrefix": "",
"descriptionSuffix": "",
"shown": "",
"noDataPrefix": "",
"noDataSuffix": "",
"noDataHintPrefix": "",
"noDataHintSuffix": "",
"axisNumberOfBooks": "",
"dataTypes": {
"authors": "",
"categories": "",
"series": "",
"publishers": "",
"tags": "",
"moods": ""
"main": {
"title": "Statistik Pustaka",
"selectLibrary": "Pilih perpustakaan",
"totalBooks": "Jumlah buku",
"books": "",
"totalAuthors": "",
"authors": "",
"totalSeries": "",
"series": "",
"totalPublishers": "",
"publishers": "",
"totalSize": "",
"librarySize": "",
"loading": "",
"noData": "",
"noDataHint": "",
"dragToReorder": ""
},
"readStatus": {
"read": "",
"reading": "",
"reReading": "",
"unread": "",
"partiallyRead": "",
"paused": "",
"wontRead": "",
"abandoned": "",
"notSet": ""
"config": {
"title": "",
"close": "",
"enableAll": "",
"disableAll": "",
"resetOrder": "",
"smallCharts": "",
"largeCharts": "",
"xlargeCharts": ""
},
"insightTop": "",
"insightTopValue": "",
"insightMostCompleted": "",
"insightMostCompletedValue": "",
"insightTop5Coverage": "",
"insightTop5CoverageValue": "",
"insightAvgPer": "",
"insightAvgPerValue": "",
"tooltipBooks": "",
"tooltipBook": ""
},
"authorUniverse": {
"title": "",
"description": "",
"authorsBadge": "",
"legendNote": "",
"noData": "",
"axisBooks": "",
"axisRating": "",
"legend75to100": "",
"legend50to74": "",
"legend25to49": "",
"legend1to24": "",
"legendUnread": "",
"tooltipBooks": "",
"tooltipTotalPages": "",
"tooltipAvgRating": "",
"tooltipNoRatings": "",
"tooltipRead": "",
"tooltipGenres": "",
"insightMostCollected": "",
"insightHighestRated": "",
"insightMostPages": "",
"insightMostRead": "",
"insightHiddenGem": "",
"insightBiggestBacklog": "",
"insightTop3Concentration": "",
"insightLongestReads": "",
"insightMostVersatile": "",
"insightUntouchedAuthor": "",
"insightOverallProgress": ""
},
"libraryFilter": {
"allLibraries": "",
"libraryFallback": ""
}
"chartNames": {
"bookFormats": "",
"languages": "",
"metadataScore": "",
"pageCount": "",
"publicationTimeline": "",
"readingJourney": "",
"topItems": "",
"authorUniverse": "",
"publicationTrend": ""
},
"bookFormats": {
"title": "",
"description": "",
"noData": "",
"tooltipLabel": ""
},
"language": {
"title": "",
"description": "",
"noData": "",
"tooltipLabel": ""
},
"metadataScore": {
"title": "",
"description": "",
"noData": "",
"tooltipLabel": "",
"excellent": "",
"good": "",
"fair": "",
"poor": "",
"veryPoor": ""
},
"pageCount": {
"title": "",
"description": "",
"noData": "",
"tooltipTitle": "",
"tooltipLabel": "",
"tooltipLabelPlural": "",
"axisPageCount": "",
"axisBooks": ""
},
"publicationTimeline": {
"title": "",
"description": "",
"booksWithDates": "",
"noData": "",
"tooltipBook": "",
"tooltipBooks": "",
"axisNumberOfBooks": "",
"insightOldest": "",
"insightAverageYear": "",
"insightMedian": "",
"insightNewest": "",
"insightTimeSpan": "",
"insightYearsOfLiterature": "",
"insightPeakDecade": "",
"insightPeakDecadeBooks": "",
"insightDecadesCovered": "",
"insightDifferentEras": ""
},
"publicationTrend": {
"title": "",
"description": "",
"noData": "",
"tooltipTitle": "",
"tooltipBook": "",
"tooltipBooks": "",
"axisPublicationYear": "",
"axisBooks": "",
"insightPeakYear": "",
"insightPeakYearBooks": "",
"insightLast10Years": "",
"insightLast10YearsBooks": "",
"insightAvgPerYear": "",
"insightBooksPerYear": "",
"insightBest5YearSpan": "",
"insightMostBooksPublished": "",
"insightTimeSpan": "",
"insightYearsCovered": "",
"insightCentury21": "",
"insightCentury21Books": "",
"insightClassics": "",
"insightClassicsPre1970": "",
"insightUniqueYears": ""
},
"readingJourney": {
"title": "",
"description": "",
"noData": "",
"noDataHint": "",
"axisMonth": "",
"axisCumulativeBooks": "",
"legendBooksAdded": "",
"legendBooksFinished": "",
"tooltipBacklog": "",
"insightCurrentBacklog": "",
"insightBacklogPercent": "",
"insightAvgTimeToFinish": "",
"insightDaysAfterAdding": "",
"insightBestReadingMonth": "",
"insightPeakAcquisition": "",
"insightFinishRate": "",
"insightBooksPerMonthAvg": "",
"insightLongestStreak": "",
"insightConsecutiveMonths": "",
"insightLast3Months": "",
"insightRecentlyFinished": "",
"insightCompletion": "",
"insightBooksFinished": "",
"recentActivityBooks": "",
"recentActivityNone": ""
},
"topItems": {
"titlePrefix": "",
"descriptionPrefix": "",
"descriptionSuffix": "",
"shown": "",
"noDataPrefix": "",
"noDataSuffix": "",
"noDataHintPrefix": "",
"noDataHintSuffix": "",
"axisNumberOfBooks": "",
"dataTypes": {
"authors": "",
"categories": "",
"series": "",
"publishers": "",
"tags": "",
"moods": ""
},
"readStatus": {
"read": "",
"reading": "",
"reReading": "",
"unread": "",
"partiallyRead": "",
"paused": "",
"wontRead": "",
"abandoned": "",
"notSet": ""
},
"insightTop": "",
"insightTopValue": "",
"insightMostCompleted": "",
"insightMostCompletedValue": "",
"insightTop5Coverage": "",
"insightTop5CoverageValue": "",
"insightAvgPer": "",
"insightAvgPerValue": "",
"tooltipBooks": "",
"tooltipBook": ""
},
"authorUniverse": {
"title": "",
"description": "",
"authorsBadge": "",
"legendNote": "",
"noData": "",
"axisBooks": "",
"axisRating": "",
"legend75to100": "",
"legend50to74": "",
"legend25to49": "",
"legend1to24": "",
"legendUnread": "",
"tooltipBooks": "",
"tooltipTotalPages": "",
"tooltipAvgRating": "",
"tooltipNoRatings": "",
"tooltipRead": "",
"tooltipGenres": "",
"insightMostCollected": "",
"insightHighestRated": "",
"insightMostPages": "",
"insightMostRead": "",
"insightHiddenGem": "",
"insightBiggestBacklog": "",
"insightTop3Concentration": "",
"insightLongestReads": "",
"insightMostVersatile": "",
"insightUntouchedAuthor": "",
"insightOverallProgress": ""
},
"libraryFilter": {
"allLibraries": "",
"libraryFallback": ""
}
}

View File

File diff suppressed because it is too large Load Diff

View File

@@ -1,33 +1,33 @@
{
"browser": {
"confirm": {
"deleteMessage": "",
"deleteMessage": "Weet je zeker dat je {{ count }} boeken wilt verwijderen?\n\nJe boeken zullen permanent verwijdert worden van je bestandssysteem.\n\nDeze actie kan niet ongedaan worden gemaakt.",
"deleteHeader": "Verwijdering bevestigen",
"regenCoverMessage": "",
"regenCoverHeader": "",
"customCoverMessage": "",
"customCoverHeader": ""
"regenCoverMessage": "Weet u zeker dat u de omslagen voor {{ count }} boek(en) opnieuw wil genereren?",
"regenCoverHeader": "Bevestig het opnieuw genereren van de omslag",
"customCoverMessage": "Weet u zeker dat u aangepaste omslagen wilt genereren voor {{ count }} boek(en)?",
"customCoverHeader": "Bevestig aangepaste omslag genereren"
},
"toast": {
"sortSavedSummary": "",
"sortSavedGlobalDetail": "",
"sortSavedEntityDetail": "",
"regenCoverStartedSummary": "",
"regenCoverStartedDetail": "",
"customCoverStartedSummary": "",
"customCoverStartedDetail": "",
"failedSummary": "",
"regenCoverFailedDetail": "",
"customCoverFailedDetail": "",
"unshelveSuccessDetail": "",
"unshelveFailedDetail": "",
"noEligibleBooksSummary": "",
"noEligibleBooksDetail": "",
"multipleLibrariesSummary": "",
"multipleLibrariesDetail": ""
"sortSavedSummary": "Sorteren op opgeslagen",
"sortSavedGlobalDetail": "Standaard sorteerconfiguratie opgeslagen.",
"sortSavedEntityDetail": "Sorteerconfiguratie opgeslagen voor deze {{ entityType }}.",
"regenCoverStartedSummary": "Omslag regeneratie gestart",
"regenCoverStartedDetail": "Omslagen voor {{ count }} boek(en) opnieuw genereren. Vernieuw de pagina wanneer u klaar bent.",
"customCoverStartedSummary": "Aangepaste omslaggeneratie gestart",
"customCoverStartedDetail": "Aangepaste omslagen genereren voor {{ count }} boek(en).",
"failedSummary": "Mislukt",
"regenCoverFailedDetail": "Het opnieuw genereren van de omslag kon niet worden gestart.",
"customCoverFailedDetail": "Het genereren van een aangepaste omslag kon niet worden gestart.",
"unshelveSuccessDetail": "Boekenplanken bijgewerkt",
"unshelveFailedDetail": "Kan boekenplanken niet bijwerken",
"noEligibleBooksSummary": "Geen in aanmerking komende boeken",
"noEligibleBooksDetail": "Geselecteerde boeken moeten boeken in één bestand zijn (geen alternatieve formaten).",
"multipleLibrariesSummary": "Meerdere bibliotheken",
"multipleLibrariesDetail": "Alle geselecteerde boeken moeten uit dezelfde bibliotheek komen."
},
"loading": {
"deleting": "",
"deleting": "{{ count }} boek(en) verwijderen...",
"unshelving": ""
},
"labels": {

View File

@@ -101,7 +101,10 @@
"deleteBookMessage": "Ali si prepričan, da želiš izbrisati \"{{ title }}\"?\n\nTo bo trajno odstranilo datoteko s tvojega diska.\n\nTe akcije ni mogoče preklicati.",
"deleteBookHeader": "Potrdi brisanje",
"deleteFileMessage": "Ali si prepričan, da želiš izbrisati dodatno datoteko \"{{ fileName }}\"?",
"deleteFileHeader": "Potrdi brisanje datoteke"
"deleteFileHeader": "Potrdi brisanje datoteke",
"largeFileMessage": "Ta datoteka presega 25 MB. Nekateri ponudniki e-pošte lahko zavrnejo velike priloge.\n\nAli jo želiš vseeno poslati?",
"largeFileHeader": "Opozorilo o veliki datoteki",
"sendAnyway": "Pošlji vseeno"
},
"toast": {
"quickSendSuccessDetail": "Pošiljanje knjige je bilo načrtovano.",
@@ -429,7 +432,8 @@
"validationTitleOrIsbn": "Naslov ali ISBN je obvezen",
"validationReady": "Pripravljeno na ustvarjanje",
"cancelButton": "Prekliči",
"addButton": "Dodaj fizično knjigo"
"addButton": "Dodaj fizično knjigo",
"fetchMetadataTooltip": "Pridobi metapodatke po ISBN"
},
"fileUploader": {
"title": "Naloži dodatno datoteko",

View File

@@ -22,5 +22,5 @@
"dismiss": "Prezri",
"discard": "Zavrzi",
"review": "Preglej",
"libraryPathInaccessible": ""
"libraryPathInaccessible": "Pot do knjižnice ni dostopna"
}

View File

@@ -102,7 +102,10 @@
"seriesGaps": "Vrzeli v zbirki",
"seriesPosition": "Položaj v zbirki",
"readingProgress": "Napredek branja (%)",
"metadataPresence": "Prisotnost metapodatkov"
"metadataPresence": "Prisotnost metapodatkov",
"audiobookCodec": "Kodek",
"audiobookChapterCount": "Število poglavij",
"audiobookBitrate": "Bitna hitrost (kb/s)"
},
"operators": {
"equals": "Je enako",
@@ -257,7 +260,10 @@
"comicColorists": "Koloristi",
"comicLetterers": "Opremljevalci besedila",
"comicCoverArtists": "Avtorji naslovnic",
"comicEditors": "Uredniki"
"comicEditors": "Uredniki",
"audiobookCodec": "Kodek",
"audiobookChapterCount": "Poglavja",
"audiobookBitrate": "Bitna hitrost"
},
"toast": {
"validationErrorSummary": "Napaka pri preverjanju",

View File

@@ -221,7 +221,8 @@
"downloadTooltip": "Prenesi",
"deleteTooltip": "Izbriši",
"downloadAllTooltip": "Prenesi vse datoteke kot ZIP arhiv",
"physicalBookHint": "Lahko naložiš digitalno kopijo ali ročno dodaš metapodatke."
"physicalBookHint": "Lahko naložiš digitalno kopijo ali ročno dodaš metapodatke.",
"detachTooltip": "Odklopi"
},
"viewer": {
"metadataLocked": "Metapodatki te knjige so zaklenjeni.",
@@ -357,7 +358,11 @@
"dateUpdatedSummary": "Datum posodobljen",
"dateUpdatedDetail": "Datum dokončanja knjige je bil posodobljen.",
"dateUpdateFailedSummary": "Posodobitev ni uspela",
"dateUpdateFailedDetail": "Datuma dokončanja ni bilo mogoče posodobiti."
"dateUpdateFailedDetail": "Datuma dokončanja ni bilo mogoče posodobiti.",
"detachFileSuccessSummary": "Datoteka odklopljena",
"detachFileSuccessDetail": "Datoteka je bila odklopljena in ustvarjena je bila nova knjiga.",
"detachFileErrorSummary": "Odklop ni uspel",
"detachFileErrorDetail": "Datoteke ni bilo mogoče odklopiti."
},
"confirm": {
"resetProgressMessage": "Želiš ponastaviti napredek branja za \"{{ title }}\"?",
@@ -373,8 +378,16 @@
"deleteFileBtn": "Izbriši datoteko",
"deleteBookMessage": "Ali si prepričan, da želiš izbrisati \"{{ title }}\"?\n\nTo bo trajno odstranilo zapis o knjigi iz tvoje knjižnice.\n\nTega dejanja ni mogoče razveljaviti.",
"deleteBookAllFilesMessage": "Ali si prepričan, da želiš izbrisati \"{{ title }}\"?\n\nTo bo trajno odstranilo zapis o knjigi IN vse povezane datoteke iz tvojega sistema.\n\nTega dejanja ni mogoče razveljaviti.",
"deleteEverythingBtn": "Izbriši vse"
}
"deleteEverythingBtn": "Izbriši vse",
"detachFileHeader": "Odklopi datoteko",
"detachFileMessage": "S tem boš datoteko \"{{ fileName }}\" ločil od te knjige in zanjo ustvaril novo samostojno knjigo. Datoteka ne bo izbrisana.",
"detachFileCopyMetadata": "Kopiraj metapodatke v novo knjigo",
"detachFileBtn": "Odklopi",
"largeFileMessage": "Ta datoteka presega 25 MB. Nekateri ponudniki e-pošte lahko zavrnejo velike priloge.\n\nAli jo želiš vseeno poslati?",
"largeFileHeader": "Opozorilo o veliki datoteki",
"sendAnyway": "Vseeno pošlji"
},
"audiobookChapterList": "Seznam poglavij"
},
"sidecar": {
"title": "Sidecar metapodatki",

View File

@@ -43,8 +43,8 @@
"settingsSavedDetail": "Nastavitve so bile uspešno shranjene!",
"settingsError": "Pri shranjevanju nastavitev je prišlo do napake.",
"appearance": {
"supportButtonAnimation": "",
"supportButtonAnimationDesc": "",
"sectionTitle": ""
"supportButtonAnimation": "Animacija gumba za podporo",
"supportButtonAnimationDesc": "Prikaži animirani učinek srca na gumbu za podporo v zgornji vrstici. Če to onemogočiš, gumb ostane viden, vendar se animacija odstrani.",
"sectionTitle": "Izgled"
}
}

View File

@@ -1,8 +1,8 @@
{
"offline": "",
"loading": "",
"loadingDescription": "",
"offlineLoadingDescription": "",
"offlineDescription": "",
"connectionLost": ""
"offline": "Ви офлайн",
"loading": "Завантаження BookLore…",
"loadingDescription": "Зачекайте, будь ласка, триває підготовка.",
"offlineLoadingDescription": "Для завантаження BookLore потрібне з'єднання із сервером.",
"offlineDescription": "Перевірте мережу та спробуйте ще раз.",
"connectionLost": "З'єднання втрачено. Деякі функції можуть бути обмежені."
}

View File

@@ -1,29 +1,29 @@
{
"oidc": {
"loginFailedSummary": "",
"redirectingDetail": ""
},
"login": {
"title": "",
"subtitle": "",
"usernameLabel": "",
"usernamePlaceholder": "",
"passwordLabel": "",
"passwordPlaceholder": "",
"signIn": "",
"orContinueWith": "",
"redirectingTo": "",
"oidcTrouble": "",
"reEnableOidc": "",
"connectionError": "",
"unexpectedError": "",
"oidcInitError": "",
"oidcWarningTitle": "",
"retryOidc": "",
"useLocalLogin": "",
"oidcAutoDisabled": "",
"oidcManuallyDisabled": "",
"oidcErrors": "",
"rateLimited": ""
}
"oidc": {
"loginFailedSummary": "Помилка входу OIDC",
"redirectingDetail": "Перенаправлення на сторінку входу..."
},
"login": {
"title": "Вітаємо знову!",
"subtitle": "Авторизуйтесь для продовження",
"usernameLabel": "Ім'я користувача",
"usernamePlaceholder": "Введіть ім'я користувача",
"passwordLabel": "Пароль",
"passwordPlaceholder": "Введіть пароль",
"signIn": "Увійти",
"orContinueWith": "або продовжити через",
"redirectingTo": "Перенаправлення на {{provider}}...",
"oidcTrouble": "Проблеми з {{provider}}? Використовуйте локальний вхід",
"reEnableOidc": "Повторно активувати вхід {{provider}}",
"connectionError": "Не вдалося з'єднатися з сервером. Перевірте підключення та спробуйте ще раз.",
"unexpectedError": "Сталася неочікувана помилка. Спробуйте ще раз.",
"oidcInitError": "Помилка входу OIDC. Спробуйте ще раз або увійдіть локально.",
"oidcWarningTitle": "Проблеми з автентифікацією OIDC",
"retryOidc": "Повторити OIDC",
"useLocalLogin": "Використати локальний вхід",
"oidcAutoDisabled": "Автентифікацію {{provider}} вимкнено після {{count}} невдач. Повторіть спробу або увійдіть локально.",
"oidcManuallyDisabled": "Автентифікацію {{provider}} вимкнено. Ви можете активувати її знову або використати локальний вхід.",
"oidcErrors": "Помилка автентифікації {{provider}} ({{count}}). Можлива проблема з мережею або сервером.",
"rateLimited": "Перевищено ліміт спроб. Будь ласка, зачекайте."
}
}

View File

@@ -1,26 +1,26 @@
{
"save": "",
"cancel": "",
"delete": "",
"close": "",
"confirm": "",
"search": "",
"loading": "",
"error": "",
"success": "",
"yes": "",
"no": "",
"ok": "",
"retry": "",
"back": "",
"next": "",
"submit": "",
"remove": "",
"edit": "",
"info": "",
"select": "",
"dismiss": "",
"discard": "",
"review": "",
"libraryPathInaccessible": ""
"save": "Зберегти",
"cancel": "Відмінити",
"delete": "Видалити",
"close": "Закрити",
"confirm": "Підтвердити",
"search": "Пошук",
"loading": "Завантаження...",
"error": "Помилка",
"success": "Готово",
"yes": "Так",
"no": "Ні",
"ok": "Підтвердження",
"retry": "Повторити спробу",
"back": "Назад",
"next": "Вперед",
"submit": "Надіслати",
"remove": "Прибрати",
"edit": "Редагувати",
"info": "Інформація",
"select": "Вибрати",
"dismiss": "Відхилити",
"discard": "Відкинути",
"review": "Перевірити",
"libraryPathInaccessible": "Шлях до бібліотеки недоступний"
}

View File

@@ -1,5 +1,5 @@
{
"dashboard": "",
"libraries": "",
"settings": ""
"dashboard": "Головна",
"libraries": "Бібліотеки",
"settings": "Налаштування"
}

View File

@@ -1,180 +1,180 @@
{
"title": "",
"description": "",
"appMode": {
"title": "",
"description": "",
"pdfLabel": "",
"pdfDesc": "",
"ebookLabel": "",
"ebookDesc": "",
"comicLabel": "",
"comicDesc": "",
"streamingPdfLabel": "",
"streamingPdfDesc": "",
"defaultOverride": "",
"bookSpecific": ""
},
"ebook": {
"sectionTitle": "",
"sectionDesc": "",
"appearance": "",
"theme": "",
"themeDesc": "",
"darkMode": "",
"light": "",
"dark": "",
"darkModeDesc": "",
"typography": "",
"fontFamily": "",
"fontFamilyDesc": "",
"fontSize": "",
"fontSizeDesc": "",
"lineHeight": "",
"lineHeightDesc": "",
"textJustification": "",
"left": "",
"justified": "",
"textJustificationDesc": "",
"hyphenation": "",
"off": "",
"on": "",
"hyphenationDesc": "",
"layout": "",
"flow": "",
"paginated": "",
"scrolled": "",
"flowDesc": "",
"maxColumns": "",
"maxColumnsDesc": "",
"columnGap": "",
"columnGapDesc": "",
"maxWidth": "",
"maxWidthDesc": "",
"maxHeight": "",
"maxHeightDesc": ""
},
"pdf": {
"sectionTitle": "",
"sectionDesc": "",
"pageSpread": "",
"pageSpreadDesc": "",
"pageZoom": "",
"pageZoomDesc": "",
"even": "",
"odd": "",
"none": "",
"autoZoom": "",
"pageFit": "",
"pageWidth": "",
"actualSize": ""
},
"cbx": {
"sectionTitle": "",
"sectionDesc": "",
"pageSpread": "",
"pageSpreadDesc": "",
"pageLayout": "",
"pageLayoutDesc": "",
"fitMode": "",
"fitModeDesc": "",
"scrollMode": "",
"scrollModeDesc": "",
"backgroundColor": "",
"backgroundColorDesc": "",
"even": "",
"odd": "",
"singlePage": "",
"twoPage": "",
"fitPage": "",
"fitWidth": "",
"fitHeight": "",
"actualSize": "",
"automatic": "",
"paginated": "",
"infinite": "",
"gray": "",
"black": "",
"white": ""
},
"streamingPdf": {
"sectionTitle": "",
"sectionDesc": "",
"pageSpread": "",
"pageSpreadDesc": "",
"pageLayout": "",
"pageLayoutDesc": "",
"fitMode": "",
"fitModeDesc": "",
"scrollMode": "",
"scrollModeDesc": "",
"backgroundColor": "",
"backgroundColorDesc": "",
"even": "",
"odd": "",
"singlePage": "",
"twoPage": "",
"fitPage": "",
"fitWidth": "",
"fitHeight": "",
"actualSize": "",
"automatic": "",
"paginated": "",
"infinite": "",
"gray": "",
"black": "",
"white": ""
},
"toast": {
"preferencesUpdated": "",
"preferencesUpdatedDetail": ""
},
"fonts": {
"sectionTitle": "",
"sectionDesc": "",
"emptyTitle": "",
"emptyDesc": "",
"emptyHint": "",
"supportedFormats": "",
"yourLibrary": "",
"preview": "",
"file": "",
"size": "",
"uploaded": "",
"deleteFont": "",
"deleteFontConfirm": "",
"deleteFontHeader": "",
"deleteSuccess": "",
"deleteFailed": "",
"deleteError": "",
"loadError": "",
"quotaExceeded": "",
"quotaExceededDetail": "",
"upload": {
"title": "",
"description": "",
"selectFile": "",
"dragDrop": "",
"supportedFormats": "",
"maxSize": "",
"fontPreview": "",
"displayName": "",
"displayNameDesc": "",
"displayNamePlaceholder": "",
"uploadBtn": "",
"previewFailed": "",
"previewFailedDetail": "",
"noFileSelected": "",
"noFileSelectedDetail": "",
"success": "",
"successDetail": "",
"uploadFailed": "",
"uploadFailedDefault": "",
"uploadFailedInvalid": "",
"invalidFileType": "",
"invalidFileTypeDetail": "",
"fileTooLarge": "",
"fileTooLargeDetail": ""
"title": "Налаштуваннях читалки",
"description": "Налаштуйте параметри читання для вашої бібліотеки. Встановіть стандартні значення, що замінюватимуть налаштування окремих книг, або дозвольте кожній книзі зберігати власні параметри для форматів PDF, EPUB, FB2, MOBI, AZW3 та CBX.",
"appMode": {
"title": "Режим застосування налаштувань",
"description": "Налаштуйте спосіб застосування параметрів читання у вашій бібліотеці. Оберіть «Пріоритет стандартних налаштувань», щоб застосувати обрані налаштування до всіх книг одного формату, або «Окремо для кожної книги», щоб зберегти індивідуальні параметри для кожного видання.",
"pdfLabel": "Налаштування PDF-рідера",
"pdfDesc": "Керуйте тим, чи будуть стандартний масштаб, макет сторінок та налаштування навігації застосовуватися до всіх PDF-файлів, чи кожен документ зберігатиме власні параметри.",
"ebookLabel": "Налаштування eBook-рідера",
"ebookDesc": "Визначте, чи застосовуватимуться стандартний шрифт, тема та макет до всіх електронних книг (EPUB, FB2, MOBI, AZW3), чи кожна книга зберігатиме власні налаштування.",
"comicLabel": "Налаштування комікс-рідера",
"comicDesc": "Виберіть, чи будуть стандартний макет сторінок, напрямок читання та параметри масштабування застосовуватися до всіх коміксів (CBZ, CBR, CB7), чи кожен файл зберігатиме власні налаштування.",
"streamingPdfLabel": "Налаштування потокового PDF-рідера",
"streamingPdfDesc": "Виберіть, чи будуть стандартний режим перегляду, спосіб масштабування та напрямок прокручування застосовуватися до всіх потокових PDF, чи кожен документ зберігатиме власну конфігурацію.",
"defaultOverride": "Пріоритет стандартних налаштувань",
"bookSpecific": "Окремо для кожної книги"
},
"ebook": {
"sectionTitle": "eBook-рідер: Стандартні налаштування",
"sectionDesc": "Встановіть стандартні налаштування для електронних книг (EPUB, FB2, MOBI, AZW3). Коли активовано режим «Пріоритет стандартних налаштувань», ці налаштування замінять індивідуальні параметри кожної книги. Налаштуйте типографіку, теми, перетікання тексту та макет.",
"appearance": "Зовнішній вигляд",
"theme": "Тема",
"themeDesc": "Оберіть колірну схему, яка найкраще відповідає вашим умовам читання та забезпечує комфорт для очей.",
"darkMode": "Темний режим",
"light": "Світлий",
"dark": "Темний",
"darkModeDesc": "Змінюйте колір фону на світлий або темний залежно від часу доби.",
"typography": "Шрифти та текст",
"fontFamily": "Шрифт",
"fontFamilyDesc": "Виберіть шрифт для максимально комфортного читання.",
"fontSize": "Розмір шрифту",
"fontSizeDesc": "Змінюйте розмір шрифту для комфортного читання.",
"lineHeight": "Міжрядковий інтервал",
"lineHeightDesc": "Налаштуйте вертикальний відступ між рядками для кращої читабельності.",
"textJustification": "Розподіл тексту",
"left": "За лівим краєм",
"justified": "По ширині",
"textJustificationDesc": "Вирівнюйте текст за лівим краєм або по ширині, щоб отримати рівні межі з обох боків.",
"hyphenation": "Переноси",
"off": "Вимкнено",
"on": "Увімкнено",
"hyphenationDesc": "Увімкніть, щоб розбивати довгі слова в кінці рядків для плавнішого перетікання тексту.",
"layout": "Вигляд сторінки",
"flow": "Перетікання",
"paginated": "Посторінковий",
"scrolled": "Прокручування",
"flowDesc": "Оберіть посторінковий режим або безперервне прокручування.",
"maxColumns": "Макс. кількість колонок",
"maxColumnsDesc": "Вкажіть, на скільки колонок розподіляти текст на широких екранах.",
"columnGap": "Відступ між колонками",
"columnGapDesc": "Налаштовуйте проміжок між стовпцями, щоб збалансувати вигляд сторінки.",
"maxWidth": "Максимальна ширина",
"maxWidthDesc": "Встановіть ліміт ширини області читання, щоб полегшити відстеження тексту.",
"maxHeight": "Максимальна висота",
"maxHeightDesc": "Встановіть ліміт висоти області читання для оптимального заповнення екрана."
},
"pdf": {
"sectionTitle": "PDF-рідер: Стандартні налаштування",
"sectionDesc": "Встановіть стандартні параметри для PDF-документів. Якщо активовано режим «Пріоритет стандартних налаштувань», ці параметри замінять індивідуальні налаштування документів. Налаштуйте масштаб, режими відображення, поведінку під час прокручування та навігацію.",
"pageSpread": "Книжковий розворот",
"pageSpreadDesc": "Оберіть режим відображення сторінок PDF: одна сторінка або книжковий розворот.",
"pageZoom": "Масштаб сторінки",
"pageZoomDesc": "Встановіть масштаб за замовчуванням для PDF-документів, щоб покращити зручність читання.",
"even": "Парні",
"odd": "Непарні",
"none": "Немає",
"autoZoom": "Автомасштабування",
"pageFit": "Заповнення сторінки",
"pageWidth": "За шириною",
"actualSize": "Оригінальний розмір"
},
"cbx": {
"sectionTitle": "Рідер коміксів: Стандартні налаштування",
"sectionDesc": "Встановіть стандартні параметри для архівів коміксів (CBZ, CBR, CB7). Якщо активовано режим «Пріоритет стандартних налаштувань», ці параметри замінять індивідуальні налаштування файлів. Налаштуйте макет сторінки, напрямок читання та рендеринг зображень.",
"pageSpread": "Книжковий розворот",
"pageSpreadDesc": "Оберіть режим відображення коміксів: одна сторінка або книжковий розворот.",
"pageLayout": "Макет сторінки",
"pageLayoutDesc": "Оберіть спосіб відображення сторінок коміксу під час читання.",
"fitMode": "Режим заповнення",
"fitModeDesc": "Оберіть спосіб масштабування зображень відповідно до розмірів вікна перегляду.",
"scrollMode": "Режим прокручування",
"scrollModeDesc": "Виберіть між посторінковим та нескінченним режимами прокручування.",
"backgroundColor": "Колір фону",
"backgroundColorDesc": "Встановіть колір фону для рідера коміксів.",
"even": "Парні",
"odd": "Непарні",
"singlePage": "Одна сторінка",
"twoPage": "Дві сторінки",
"fitPage": "За розміром сторінки",
"fitWidth": "За шириною",
"fitHeight": "За висотою",
"actualSize": "Оригінальний розмір",
"automatic": "Автоматично",
"paginated": "Посторінковий",
"infinite": "Нескінченний",
"gray": "Сірий",
"black": "Чорний",
"white": "Білий"
},
"streamingPdf": {
"sectionTitle": "Потоковий PDF-рідер: Стандартні налаштування",
"sectionDesc": "Налаштуйте стандартні параметри для потокового PDF-рідера. Якщо увімкнено режим «Пріоритет стандартних налаштувань», ці налаштування матимуть пріоритет над індивідуальними параметрами файлів. Регулюйте макет сторінки, масштабування, режим прокручування та параметри візуалізації для оптимального читання.",
"pageSpread": "Книжковий розворот",
"pageSpreadDesc": "Оберіть режим відображення сторінок PDF: одна сторінка або книжковий розворот.",
"pageLayout": "Макет сторінки",
"pageLayoutDesc": "Оберіть спосіб відображення PDF-сторінок під час читання.",
"fitMode": "Режим заповнення",
"fitModeDesc": "Оберіть спосіб масштабування сторінок під розмір вікна.",
"scrollMode": "Режим прокручування",
"scrollModeDesc": "Виберіть між посторінковим та нескінченним режимами прокручування.",
"backgroundColor": "Колір фону",
"backgroundColorDesc": "Встановіть колір фону для PDF-рідера.",
"even": "Парні",
"odd": "Непарні",
"singlePage": "Одна сторінка",
"twoPage": "Дві сторінки",
"fitPage": "За розміром сторінки",
"fitWidth": "За шириною",
"fitHeight": "За висотою",
"actualSize": "Оригінальний розмір",
"automatic": "Автоматично",
"paginated": "Посторінковий",
"infinite": "Нескінченний",
"gray": "Сірий",
"black": "Чорний",
"white": "Білий"
},
"toast": {
"preferencesUpdated": "Налаштування оновлено",
"preferencesUpdatedDetail": "Ваші налаштування успішно збережено."
},
"fonts": {
"sectionTitle": "Бібліотека користувацьких шрифтів",
"sectionDesc": "Персоналізуйте своє читання, завантажуючи власні шрифти для використання з електронними книгами (EPUB, FB2, MOBI, AZW3). Ви можете завантажити до 10 файлів шрифтів, які стануть доступними для вибору в налаштуваннях рідера.",
"emptyTitle": "Користувацьких шрифтів ще немає",
"emptyDesc": "Додавайте свої улюблені шрифти для персоналізації читання.",
"emptyHint": "Натисніть кнопку «Додати новий шрифт», щоб почати.",
"supportedFormats": "Підтримувані формати:",
"yourLibrary": "Ваша бібліотека шрифтів",
"preview": "Попередній перегляд",
"file": "Файл",
"size": "Розмір",
"uploaded": "Завантажено",
"deleteFont": "Видалити шрифт",
"deleteFontConfirm": "Ви впевнені, що хочете видалити шрифт «{{name}}»?",
"deleteFontHeader": "Видалити шрифт",
"deleteSuccess": "Шрифт «{{name}}» успішно видалено",
"deleteFailed": "Не вдалося видалити",
"deleteError": "Не вдалося видалити шрифт",
"loadError": "Не вдалося завантажити користувацькі шрифти",
"quotaExceeded": "Ліміт перевищено",
"quotaExceededDetail": "Дозволено максимум {{max}} шрифтів на одного користувача",
"upload": {
"title": "Додати новий шрифт",
"description": "Завантажте власний шрифт для EPUB-рідера",
"selectFile": "Виберіть файл шрифту",
"dragDrop": "Перетягніть файл шрифту",
"supportedFormats": "Підтримувані формати: <strong>TTF</strong>, <strong>OTF</strong>, <strong>WOFF</strong>, <strong>WOFF2</strong>",
"maxSize": "Максимальний розмір файлу: 5 MB",
"fontPreview": "Попередній перегляд шрифту",
"displayName": "Назва шрифту",
"displayNameDesc": "Ця назва відображатиметься у списку шрифтів під час читання EPUB-книг.",
"displayNamePlaceholder": "напр., Bookerly, Open Sans, Merriweather",
"uploadBtn": "Завантажити шрифт",
"previewFailed": "Помилка попереднього перегляду",
"previewFailedDetail": "Перегляд недоступний, проте завантаження можливе",
"noFileSelected": "Файл не вибрано",
"noFileSelectedDetail": "Будь ласка, виберіть файл шрифту для завантаження",
"success": "Готово",
"successDetail": "Шрифт \"{{name}}\" успішно завантажено",
"uploadFailed": "Не вдалося завантажити",
"uploadFailedDefault": "Не вдалося завантажити шрифт",
"uploadFailedInvalid": "Невірний формат файлу або ліміт перевищено",
"invalidFileType": "Невірний тип файлу",
"invalidFileTypeDetail": "Будь ласка, завантажте файл шрифту у форматі TTF, OTF, WOFF або WOFF2",
"fileTooLarge": "Файл занадто великий",
"fileTooLargeDetail": "Розмір файлу не повинен перевищувати {{size}}"
}
}
}
}

View File

@@ -1,125 +1,125 @@
{
"title": "",
"description": "",
"librarySort": {
"sectionTitle": "",
"sectionDesc": "",
"defaultPreferences": "",
"defaultPreferencesDesc": "",
"sortOrderLabel": "",
"ascending": "",
"descending": "",
"remove": "",
"addSortField": "",
"autoSave": "",
"autoSaveDesc": "",
"overrideManagement": "",
"overrideManagementDesc": "",
"addOverride": "",
"removeOverride": "",
"tableType": "",
"tableName": "",
"tableSortBy": "",
"tableDirection": "",
"tableViewMode": "",
"tableActions": "",
"saveSettings": "",
"saveSuccess": "",
"saveSuccessDetail": "",
"sortTitle": "",
"sortFileName": "",
"sortFilePath": "",
"sortAuthor": "",
"sortAuthorSurname": "",
"sortSeriesName": "",
"sortSeriesNumber": "",
"sortLastRead": "",
"sortPersonalRating": "",
"sortAddedOn": "",
"sortFileSize": "",
"sortLocked": "",
"sortPublisher": "",
"sortPublishedDate": "",
"sortAmazonRating": "",
"sortAmazonCount": "",
"sortGoodreadsRating": "",
"sortGoodreadsCount": "",
"sortHardcoverRating": "",
"sortHardcoverCount": "",
"sortRanobedbRating": "",
"sortReadStatus": "",
"sortDateFinished": "",
"sortReadingProgress": "",
"sortBookType": "",
"sortNarrator": "",
"sortPages": "",
"sortRandom": "",
"entityLibrary": "",
"entityShelf": "",
"entityMagicShelf": "",
"viewGrid": "",
"viewTable": "",
"saveSortDefault": "",
"sortSaved": "",
"sortSavedDetail": "",
"editSort": "",
"tableSortConfig": "",
"visibleSortFields": "",
"visibleSortFieldsDesc": "",
"sortFieldCount": "",
"resetToDefaults": ""
},
"filter": {
"sectionTitle": "",
"sectionDesc": "",
"filterMode": "",
"filterModeDesc": "",
"visibleFilters": "",
"visibleFiltersDesc": "",
"selectionCount": "",
"addFilter": "",
"resetToDefaults": "",
"modeAnd": "",
"modeOr": "",
"modeSingle": ""
},
"sidebarSort": {
"sectionTitle": "",
"sectionDesc": "",
"library": "",
"libraryDesc": "",
"shelf": "",
"shelfDesc": "",
"magicShelf": "",
"magicShelfDesc": "",
"selectSorting": "",
"nameAsc": "",
"nameDesc": "",
"creationAsc": "",
"creationDesc": "",
"prefsUpdated": "",
"prefsUpdatedDetail": ""
},
"metaCenter": {
"sectionTitle": "",
"sectionDesc": "",
"displayMode": "",
"displayModeDesc": "",
"openInPage": "",
"openInDialog": "",
"seriesViewMode": "",
"seriesViewModeDesc": "",
"enabled": "",
"disabled": "",
"prefsUpdated": "",
"metaCenterSaved": "",
"seriesViewSaved": ""
},
"layout": {
"sectionTitle": "",
"sidebarWidth": "",
"sidebarWidthDesc": "",
"saved": "",
"savedDetail": ""
}
"title": "Налаштування вигляду",
"description": "",
"librarySort": {
"sectionTitle": "",
"sectionDesc": "",
"defaultPreferences": "",
"defaultPreferencesDesc": "",
"sortOrderLabel": "",
"ascending": "",
"descending": "",
"remove": "",
"addSortField": "",
"autoSave": "",
"autoSaveDesc": "",
"overrideManagement": "",
"overrideManagementDesc": "",
"addOverride": "",
"removeOverride": "",
"tableType": "",
"tableName": "",
"tableSortBy": "",
"tableDirection": "",
"tableViewMode": "",
"tableActions": "",
"saveSettings": "",
"saveSuccess": "",
"saveSuccessDetail": "",
"sortTitle": "",
"sortFileName": "",
"sortFilePath": "",
"sortAuthor": "",
"sortAuthorSurname": "",
"sortSeriesName": "",
"sortSeriesNumber": "",
"sortLastRead": "",
"sortPersonalRating": "",
"sortAddedOn": "",
"sortFileSize": "",
"sortLocked": "",
"sortPublisher": "",
"sortPublishedDate": "",
"sortAmazonRating": "",
"sortAmazonCount": "",
"sortGoodreadsRating": "",
"sortGoodreadsCount": "",
"sortHardcoverRating": "",
"sortHardcoverCount": "",
"sortRanobedbRating": "",
"sortReadStatus": "",
"sortDateFinished": "",
"sortReadingProgress": "",
"sortBookType": "",
"sortNarrator": "",
"sortPages": "",
"sortRandom": "",
"entityLibrary": "",
"entityShelf": "",
"entityMagicShelf": "",
"viewGrid": "",
"viewTable": "",
"saveSortDefault": "",
"sortSaved": "",
"sortSavedDetail": "",
"editSort": "",
"tableSortConfig": "",
"visibleSortFields": "",
"visibleSortFieldsDesc": "",
"sortFieldCount": "",
"resetToDefaults": ""
},
"filter": {
"sectionTitle": "",
"sectionDesc": "",
"filterMode": "",
"filterModeDesc": "",
"visibleFilters": "",
"visibleFiltersDesc": "",
"selectionCount": "",
"addFilter": "",
"resetToDefaults": "",
"modeAnd": "",
"modeOr": "",
"modeSingle": ""
},
"sidebarSort": {
"sectionTitle": "",
"sectionDesc": "",
"library": "",
"libraryDesc": "",
"shelf": "",
"shelfDesc": "",
"magicShelf": "",
"magicShelfDesc": "",
"selectSorting": "",
"nameAsc": "",
"nameDesc": "",
"creationAsc": "",
"creationDesc": "",
"prefsUpdated": "",
"prefsUpdatedDetail": ""
},
"metaCenter": {
"sectionTitle": "",
"sectionDesc": "",
"displayMode": "",
"displayModeDesc": "",
"openInPage": "",
"openInDialog": "",
"seriesViewMode": "",
"seriesViewModeDesc": "",
"enabled": "",
"disabled": "",
"prefsUpdated": "",
"metaCenterSaved": "",
"seriesViewSaved": ""
},
"layout": {
"sectionTitle": "",
"sidebarWidth": "",
"sidebarWidthDesc": "",
"saved": "",
"savedDetail": ""
}
}

View File

@@ -1,17 +1,17 @@
{
"tabs": {
"reader": "",
"view": "",
"metadata1": "",
"metadata2": "",
"application": "",
"users": "",
"email": "",
"patterns": "",
"authentication": "",
"tasks": "",
"auditLogs": "",
"opds": "",
"devices": ""
}
"tabs": {
"reader": "Читалка",
"view": "Вигляд",
"metadata1": "Метадані 1",
"metadata2": "Метадані 2",
"application": "Програма",
"users": "Користувачі",
"email": "Email",
"patterns": "Шаблони",
"authentication": "Автентифікація",
"tasks": "Задачі",
"auditLogs": "Журнал аудиту",
"opds": "OPDS",
"devices": "Пристрої"
}
}