diff --git a/booklore-api/src/main/java/org/booklore/service/BookRuleEvaluatorService.java b/booklore-api/src/main/java/org/booklore/service/BookRuleEvaluatorService.java index c8436fb79..ef53e568f 100644 --- a/booklore-api/src/main/java/org/booklore/service/BookRuleEvaluatorService.java +++ b/booklore-api/src/main/java/org/booklore/service/BookRuleEvaluatorService.java @@ -34,6 +34,11 @@ public class BookRuleEvaluatorService { public Specification 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 progressJoin = root.join("userBookProgress", JoinType.LEFT); Predicate userPredicate = cb.or( diff --git a/booklore-ui/src/i18n/id/app.json b/booklore-ui/src/i18n/id/app.json index d6f06a24c..8bcad4688 100644 --- a/booklore-ui/src/i18n/id/app.json +++ b/booklore-ui/src/i18n/id/app.json @@ -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": "" } diff --git a/booklore-ui/src/i18n/id/auth.json b/booklore-ui/src/i18n/id/auth.json index 5b781d768..544c411ac 100644 --- a/booklore-ui/src/i18n/id/auth.json +++ b/booklore-ui/src/i18n/id/auth.json @@ -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": "" + } } diff --git a/booklore-ui/src/i18n/id/book.json b/booklore-ui/src/i18n/id/book.json index 4b1a14c2b..63a0539f0 100644 --- a/booklore-ui/src/i18n/id/book.json +++ b/booklore-ui/src/i18n/id/book.json @@ -1,852 +1,852 @@ { - "browser": { - "confirm": { - "deleteMessage": "", - "deleteHeader": "", - "regenCoverMessage": "", - "regenCoverHeader": "", - "customCoverMessage": "", - "customCoverHeader": "" + "browser": { + "confirm": { + "deleteMessage": "", + "deleteHeader": "Konfirmasi Penghapusan", + "regenCoverMessage": "", + "regenCoverHeader": "", + "customCoverMessage": "", + "customCoverHeader": "" + }, + "toast": { + "sortSavedSummary": "", + "sortSavedGlobalDetail": "", + "sortSavedEntityDetail": "", + "regenCoverStartedSummary": "", + "regenCoverStartedDetail": "", + "customCoverStartedSummary": "", + "customCoverStartedDetail": "", + "failedSummary": "", + "regenCoverFailedDetail": "", + "customCoverFailedDetail": "", + "unshelveSuccessDetail": "", + "unshelveFailedDetail": "", + "noEligibleBooksSummary": "", + "noEligibleBooksDetail": "", + "multipleLibrariesSummary": "", + "multipleLibrariesDetail": "" + }, + "loading": { + "deleting": "", + "unshelving": "" + }, + "labels": { + "allBooks": "", + "unshelvedBooks": "", + "unshelvedBooksFiltered": "", + "filteredSuffix": "", + "seriesCollapsedInfo": "", + "item": "", + "items": "", + "selected": "", + "setAsDefault": "", + "save": "", + "collapseSeries": "", + "gridColumns": "", + "gridItemSize": "", + "bookTypeOverlay": "", + "noBooks": "", + "failedLibrary": "", + "failedShelf": "", + "activeFilters": "" + }, + "tooltip": { + "clearFilters": "", + "visibleColumns": "", + "displaySettings": "", + "selectSorting": "", + "toggleView": "", + "search": "", + "toggleSidebar": "", + "metadataActions": "", + "assignToShelf": "", + "removeFromShelf": "", + "lockUnlockMetadata": "", + "organizeFiles": "", + "attachToBook": "", + "moreActions": "", + "selectAll": "", + "deselectAll": "", + "deleteSelected": "" + }, + "placeholder": { + "selectColumns": "", + "search": "" + } }, - "toast": { - "sortSavedSummary": "", - "sortSavedGlobalDetail": "", - "sortSavedEntityDetail": "", - "regenCoverStartedSummary": "", - "regenCoverStartedDetail": "", - "customCoverStartedSummary": "", - "customCoverStartedDetail": "", - "failedSummary": "", - "regenCoverFailedDetail": "", - "customCoverFailedDetail": "", - "unshelveSuccessDetail": "", - "unshelveFailedDetail": "", - "noEligibleBooksSummary": "", - "noEligibleBooksDetail": "", - "multipleLibrariesSummary": "", - "multipleLibrariesDetail": "" + "card": { + "menu": { + "assignShelf": "", + "viewDetails": "", + "download": "", + "delete": "", + "emailBook": "", + "quickSend": "", + "customSend": "", + "metadata": "", + "searchMetadata": "", + "autoFetch": "", + "customFetch": "", + "regenerateCover": "", + "generateCustomCover": "", + "moreActions": "", + "organizeFile": "", + "readStatus": "", + "resetBookloreProgress": "", + "resetKOReaderProgress": "", + "book": "", + "loading": "" + }, + "confirm": { + "deleteBookMessage": "", + "deleteBookHeader": "", + "deleteFileMessage": "", + "deleteFileHeader": "", + "largeFileMessage": "", + "largeFileHeader": "", + "sendAnyway": "" + }, + "toast": { + "quickSendSuccessDetail": "", + "quickSendErrorDetail": "", + "deleteFileSuccessDetail": "", + "deleteFileErrorDetail": "", + "readStatusUpdatedSummary": "", + "readStatusUpdatedDetail": "", + "readStatusFailedSummary": "", + "readStatusFailedDetail": "", + "progressResetSummary": "", + "progressResetBookloreDetail": "", + "progressResetKOReaderDetail": "", + "progressResetFailedSummary": "", + "progressResetBookloreFailedDetail": "", + "progressResetKOReaderFailedDetail": "", + "coverRegenSuccessSummary": "", + "coverRegenSuccessDetail": "", + "coverRegenFailedDetail": "", + "customCoverSuccessSummary": "", + "customCoverSuccessDetail": "", + "customCoverFailedDetail": "" + }, + "alt": { + "cover": "", + "titleTooltip": "", + "seriesCollapsed": "", + "viewSeriesInfo": "", + "viewDetails": "", + "readBook": "", + "playAudiobook": "", + "bookMenu": "", + "continueReading": "" + } }, - "loading": { - "deleting": "", - "unshelving": "" + "notes": { + "confirm": { + "deleteMessage": "", + "deleteHeader": "" + }, + "toast": { + "loadFailedDetail": "", + "validationSummary": "", + "validationDetail": "", + "createSuccessDetail": "", + "createFailedDetail": "", + "updateSuccessDetail": "", + "updateFailedDetail": "", + "deleteSuccessDetail": "", + "deleteFailedDetail": "" + } }, - "labels": { - "allBooks": "", - "unshelvedBooks": "", - "unshelvedBooksFiltered": "", - "filteredSuffix": "", - "seriesCollapsedInfo": "", - "item": "", - "items": "", - "selected": "", - "setAsDefault": "", - "save": "", - "collapseSeries": "", - "gridColumns": "", - "gridItemSize": "", - "bookTypeOverlay": "", - "noBooks": "", - "failedLibrary": "", - "failedShelf": "", - "activeFilters": "" + "bookService": { + "toast": { + "someFilesNotDeletedSummary": "", + "someFilesNotDeletedDetail": "", + "booksDeletedSummary": "", + "booksDeletedDetail": "", + "deleteFailedSummary": "", + "deleteFailedDetail": "", + "physicalBookCreatedSummary": "", + "physicalBookCreatedDetail": "", + "creationFailedSummary": "", + "creationFailedDetail": "", + "fileDeletedSummary": "", + "additionalFileDeletedDetail": "", + "bookFileDeletedDetail": "", + "fileDeleteFailedSummary": "", + "fileDeleteFailedDetail": "", + "fileUploadedSummary": "", + "fileUploadedDetail": "", + "uploadFailedSummary": "", + "uploadFailedDetail": "", + "fieldLockFailedSummary": "", + "fieldLockFailedDetail": "", + "filesAttachedSummary": "", + "filesAttachedDetail": "", + "attachmentFailedSummary": "", + "attachmentFailedDetail": "" + } }, - "tooltip": { - "clearFilters": "", - "visibleColumns": "", - "displaySettings": "", - "selectSorting": "", - "toggleView": "", - "search": "", - "toggleSidebar": "", - "metadataActions": "", - "assignToShelf": "", - "removeFromShelf": "", - "lockUnlockMetadata": "", - "organizeFiles": "", - "attachToBook": "", - "moreActions": "", - "selectAll": "", - "deselectAll": "", - "deleteSelected": "" + "menuService": { + "menu": { + "autoFetchMetadata": "", + "customFetchMetadata": "", + "bulkMetadataEditor": "", + "multiBookMetadataEditor": "", + "regenerateCovers": "", + "generateCustomCovers": "", + "updateReadStatus": "", + "setAgeRating": "", + "clearAgeRating": "", + "setContentRating": "", + "clearContentRating": "", + "removeFromAllShelves": "", + "resetBookloreProgress": "", + "resetKOReaderProgress": "" + }, + "confirm": { + "readStatusMessage": "", + "readStatusHeader": "", + "ageRatingMessage": "", + "ageRatingHeader": "", + "clearAgeRatingMessage": "", + "clearAgeRatingHeader": "", + "contentRatingMessage": "", + "contentRatingHeader": "", + "clearContentRatingMessage": "", + "clearContentRatingHeader": "", + "unshelveMessage": "", + "unshelveHeader": "", + "resetBookloreMessage": "", + "resetKOReaderMessage": "", + "resetHeader": "" + }, + "toast": { + "readStatusUpdatedSummary": "", + "readStatusUpdatedDetail": "", + "updateFailedSummary": "", + "readStatusFailedDetail": "", + "ageRatingUpdatedSummary": "", + "ageRatingUpdatedDetail": "", + "ageRatingFailedDetail": "", + "ageRatingClearedSummary": "", + "ageRatingClearedDetail": "", + "clearAgeRatingFailedDetail": "", + "contentRatingUpdatedSummary": "", + "contentRatingUpdatedDetail": "", + "contentRatingFailedDetail": "", + "contentRatingClearedSummary": "", + "contentRatingClearedDetail": "", + "clearContentRatingFailedDetail": "", + "noBooksOnShelvesDetail": "", + "unshelveSuccessDetail": "", + "unshelveFailedDetail": "", + "progressResetSummary": "", + "bookloreProgressResetDetail": "", + "koreaderProgressResetDetail": "", + "failedSummary": "", + "progressResetFailedDetail": "" + }, + "loading": { + "updatingReadStatus": "", + "settingAgeRating": "", + "clearingAgeRating": "", + "settingContentRating": "", + "clearingContentRating": "", + "removingFromShelves": "", + "resettingBookloreProgress": "", + "resettingKOReaderProgress": "" + } }, - "placeholder": { - "selectColumns": "", - "search": "" + "shelfMenuService": { + "library": { + "optionsLabel": "", + "addPhysicalBook": "", + "editLibrary": "", + "rescanLibrary": "", + "customFetchMetadata": "", + "autoFetchMetadata": "", + "findDuplicates": "", + "deleteLibrary": "" + }, + "shelf": { + "publicShelfPrefix": "", + "readOnly": "", + "optionsLabel": "", + "editShelf": "", + "deleteShelf": "" + }, + "magicShelf": { + "optionsLabel": "", + "editMagicShelf": "", + "deleteMagicShelf": "" + }, + "confirm": { + "rescanLibraryMessage": "", + "deleteLibraryMessage": "", + "deleteShelfMessage": "", + "deleteMagicShelfMessage": "", + "header": "", + "rescanLabel": "" + }, + "toast": { + "libraryRefreshSuccessDetail": "", + "libraryRefreshFailedDetail": "", + "libraryDeletedDetail": "", + "libraryDeleteFailedDetail": "", + "shelfDeletedDetail": "", + "shelfDeleteFailedDetail": "", + "magicShelfDeletedDetail": "", + "magicShelfDeleteFailedDetail": "", + "failedSummary": "" + }, + "loading": { + "deletingLibrary": "" + } + }, + "columnPref": { + "columns": { + "readStatus": "", + "title": "", + "authors": "", + "publisher": "", + "seriesName": "", + "seriesNumber": "", + "categories": "", + "publishedDate": "", + "lastReadTime": "", + "addedOn": "", + "fileName": "", + "fileSizeKb": "", + "language": "", + "isbn": "", + "pageCount": "", + "amazonRating": "", + "amazonReviewCount": "", + "goodreadsRating": "", + "goodreadsReviewCount": "", + "hardcoverRating": "", + "hardcoverReviewCount": "", + "ranobedbRating": "" + }, + "toast": { + "savedSummary": "", + "savedDetail": "" + } + }, + "coverPref": { + "toast": { + "savedSummary": "", + "savedDetail": "", + "saveFailedSummary": "", + "saveFailedDetail": "" + } + }, + "filterPref": { + "toast": { + "saveFailedSummary": "", + "saveFailedDetail": "" + } + }, + "reviews": { + "confirm": { + "deleteAllMessage": "", + "deleteAllHeader": "", + "deleteMessage": "", + "deleteHeader": "" + }, + "toast": { + "loadFailedSummary": "", + "loadFailedDetail": "", + "reviewsUpdatedSummary": "", + "reviewsUpdatedDetail": "", + "fetchFailedSummary": "", + "fetchFailedDetail": "", + "allDeletedSummary": "", + "allDeletedDetail": "", + "deleteAllFailedSummary": "", + "deleteAllFailedDetail": "", + "deleteSuccessSummary": "", + "deleteSuccessDetail": "", + "deleteFailedSummary": "", + "deleteFailedDetail": "", + "lockedSummary": "", + "lockedDetail": "", + "unlockedSummary": "", + "unlockedDetail": "", + "lockFailedSummary": "", + "lockFailedDetail": "" + }, + "labels": { + "loadingReviews": "", + "showSpoiler": "", + "anonymous": "", + "spoiler": "" + }, + "empty": { + "noReviews": "", + "downloadsDisabled": "", + "fetchPrompt": "", + "noContent": "" + }, + "tooltip": { + "fetchReviews": "", + "reviewsLocked": "", + "deleteReview": "", + "pleaseWait": "", + "enableDownloads": "", + "unlockReviews": "", + "lockReviews": "", + "fetchNewReviews": "", + "deleteAllReviews": "", + "hideAllSpoilers": "", + "revealAllSpoilers": "", + "sortNewest": "", + "sortOldest": "" + } + }, + "addPhysicalBook": { + "title": "", + "description": "", + "closeTooltip": "", + "libraryLabel": "", + "libraryPlaceholder": "", + "titleLabel": "", + "titlePlaceholder": "", + "isbnLabel": "", + "isbnPlaceholder": "", + "authorsLabel": "", + "authorsPlaceholder": "", + "descriptionLabel": "", + "descriptionPlaceholder": "", + "publisherLabel": "", + "publisherPlaceholder": "", + "publishedDateLabel": "", + "publishedDatePlaceholder": "", + "languageLabel": "", + "languagePlaceholder": "", + "pageCountLabel": "", + "pageCountPlaceholder": "", + "categoriesLabel": "", + "categoriesPlaceholder": "", + "validationLibraryRequired": "", + "validationTitleOrIsbn": "", + "validationReady": "", + "cancelButton": "", + "addButton": "", + "fetchMetadataTooltip": "" + }, + "fileUploader": { + "title": "", + "unknownTitle": "", + "selectFileType": "", + "typeAlternativeFormat": "", + "typeSupplementary": "", + "statusUploading": "", + "statusUploaded": "", + "statusUploadFailed": "", + "statusTooLarge": "", + "statusReady": "", + "statusFailed": "", + "dragDropText": "", + "supportedFormats": "", + "supplementaryAllFormats": "", + "maxFileSize": "", + "uploadForBook": "", + "thisBook": "", + "toast": { + "fileTooLargeSummary": "", + "fileTooLargeDetail": "", + "fileTooLargeError": "", + "uploadFailedUnknown": "" + } + }, + "filter": { + "title": "", + "showingFirst100": "", + "footerNote": "", + "labels": { + "author": "", + "category": "", + "series": "", + "bookType": "", + "readStatus": "", + "personalRating": "", + "publisher": "", + "matchScore": "", + "library": "", + "shelf": "", + "shelfStatus": "", + "tag": "", + "publishedDate": "", + "fileSize": "", + "amazonRating": "", + "goodreadsRating": "", + "hardcoverRating": "", + "language": "", + "pageCount": "", + "mood": "", + "ageRating": "", + "contentRating": "", + "narrator": "", + "comicCharacter": "", + "comicTeam": "", + "comicLocation": "", + "comicCreator": "" + }, + "readStatus": { + "unread": "", + "reading": "", + "reReading": "", + "partiallyRead": "", + "paused": "", + "read": "", + "wontRead": "", + "abandoned": "", + "unset": "" + }, + "matchScore": { + "outstanding": "", + "excellent": "", + "great": "", + "good": "", + "fair": "", + "weak": "", + "poor": "" + }, + "fileSize": { + "lt1mb": "", + "1to10mb": "", + "10to50mb": "", + "50to100mb": "", + "250to500mb": "", + "05to1gb": "", + "1to2gb": "", + "5plusGb": "" + }, + "pageCount": { + "lt50": "", + "50to100": "", + "100to200": "", + "200to400": "", + "400to600": "", + "600to1000": "", + "1000plus": "" + }, + "ageRating": { + "allAges": "" + }, + "contentRating": { + "everyone": "", + "teen": "", + "mature": "", + "adult": "", + "explicit": "" + }, + "shelfStatus": { + "shelved": "", + "unshelved": "" + }, + "comicRoles": { + "penciller": "", + "inker": "", + "colorist": "", + "letterer": "", + "coverArtist": "", + "editor": "" + } + }, + "shelfAssigner": { + "title": "", + "descriptionMulti": "", + "descriptionSingle": "", + "shelvesAvailable": "", + "emptyTitle": "", + "emptyDescription": "", + "createShelf": "", + "cancelButton": "", + "saveChanges": "", + "loading": { + "updatingShelves": "" + }, + "toast": { + "updateSuccessDetail": "", + "updateFailedDetail": "" + } + }, + "shelfCreator": { + "title": "", + "description": "", + "closeTooltip": "", + "shelfNameLabel": "", + "shelfNamePlaceholder": "", + "shelfIconLabel": "", + "chooseIcon": "", + "chooseIconSubtitle": "", + "selectedIcon": "", + "removeIconTooltip": "", + "visibilityLabel": "", + "makePublicLabel": "", + "validationRequired": "", + "validationReady": "", + "cancelButton": "", + "createButton": "", + "toast": { + "createSuccessDetail": "", + "createFailedDetail": "" + } + }, + "shelfEditDialog": { + "title": "", + "description": "", + "shelfNameLabel": "", + "shelfNamePlaceholder": "", + "shelfIconLabel": "", + "selectIcon": "", + "visibilityLabel": "", + "publicShelfLabel": "", + "cancelButton": "", + "saveChanges": "", + "toast": { + "updateSuccessSummary": "", + "updateSuccessDetail": "", + "updateFailedSummary": "", + "updateFailedDetail": "" + } + }, + "table": { + "bookCoverAlt": "", + "statusPrefix": "", + "locked": "", + "unlocked": "", + "toast": { + "metadataLockedSummary": "", + "metadataLockedDetail": "", + "metadataUnlockedSummary": "", + "metadataUnlockedDetail": "", + "lockFailedSummary": "", + "lockFailedDetail": "", + "unlockFailedSummary": "", + "unlockFailedDetail": "" + } + }, + "lockUnlockDialog": { + "title": "", + "selectedCount": "", + "reset": "", + "lockAll": "", + "unlockAll": "", + "save": "", + "saving": "", + "locked": "", + "unlocked": "", + "unselected": "", + "toast": { + "updatingFieldLocks": "", + "updatedSummary": "", + "updatedDetail": "", + "failedSummary": "", + "failedDetail": "" + } + }, + "sorting": { + "sortOrder": "", + "removeTooltip": "", + "addSortFieldPlaceholder": "", + "saveAsDefault": "", + "ascendingTooltip": "", + "descendingTooltip": "", + "options": { + "title": "", + "fileName": "", + "filePath": "", + "author": "", + "authorSurnameVorname": "", + "seriesName": "", + "seriesNumber": "", + "lastReadTime": "", + "personalRating": "", + "addedOn": "", + "fileSizeKb": "", + "locked": "", + "publisher": "", + "publishedDate": "", + "readStatus": "", + "dateFinished": "", + "readingProgress": "", + "bookType": "", + "amazonRating": "", + "amazonReviewCount": "", + "goodreadsRating": "", + "goodreadsReviewCount": "", + "hardcoverRating": "", + "hardcoverReviewCount": "", + "ranobedbRating": "", + "narrator": "", + "pageCount": "", + "random": "" + } + }, + "fileAttacher": { + "title": "", + "titleBulk": "", + "description": "", + "descriptionBulk": "", + "sourceBookLabel": "", + "sourceBooksLabel": "", + "unknownTitle": "", + "selectTargetBook": "", + "searchPlaceholder": "", + "moveFilesLabel": "", + "warningMove": "", + "warningMoveBulk": "", + "warningNoMove": "", + "warningNoMoveBulk": "", + "warningDelete": "", + "warningDeleteBulk": "", + "attachFile": "", + "attachFilesBulk": "", + "unknownFile": "", + "unknownFormat": "", + "unknownFilename": "" + }, + "searcher": { + "placeholder": "", + "clearSearch": "", + "bookCoverAlt": "", + "byPrefix": "", + "noResults": "", + "unknownAuthor": "" + }, + "sender": { + "title": "", + "description": "", + "emailProvider": "", + "selectProvider": "", + "recipient": "", + "selectRecipient": "", + "fileFormat": "", + "unknownFormat": "", + "primaryBadge": "", + "largeFileWarning": "", + "sendBook": "", + "toast": { + "emailScheduledSummary": "", + "emailScheduledDetail": "", + "sendingFailedSummary": "", + "sendingFailedDetail": "", + "providerMissingSummary": "", + "providerMissingDetail": "", + "recipientMissingSummary": "", + "recipientMissingDetail": "", + "bookNotSelectedSummary": "", + "bookNotSelectedDetail": "" + } + }, + "seriesPage": { + "seriesDetailsTab": "", + "bookListTab": "", + "publisher": "", + "years": "", + "numberOfBooks": "", + "book": "", + "books": "", + "synopsis": "", + "language": "", + "readStatus": "", + "noDescription": "", + "showLess": "", + "showMore": "", + "noBooksFound": "", + "booksInSeries": "", + "selected": "", + "loadingSeriesDetails": "", + "completionOwned": "", + "missingBooks": "", + "nextUp": "", + "continueReading": "", + "readButton": "", + "viewDetails": "", + "continueButton": "", + "readPercent": "", + "listPages": "", + "stats": { + "totalPages": "", + "avgPersonalRating": "", + "avgGoodreads": "", + "avgAmazon": "", + "avgHardcover": "", + "formats": "", + "totalAudioDuration": "", + "owned": "" + }, + "status": { + "unread": "", + "reading": "", + "reReading": "", + "read": "", + "partiallyRead": "", + "paused": "", + "abandoned": "", + "wontRead": "", + "unset": "" + }, + "tooltip": { + "metadataActions": "", + "assignToShelf": "", + "lockUnlockMetadata": "", + "organizeFiles": "", + "moreActions": "", + "selectAll": "", + "deselectAll": "", + "deleteSelected": "" + } + }, + "duplicateMerger": { + "title": "", + "description": "", + "presetStrict": "", + "presetBalanced": "", + "presetAggressive": "", + "presetCustom": "", + "advanced": "", + "signalIsbn": "", + "signalExternalId": "", + "signalTitleAuthor": "", + "signalDirectory": "", + "signalFilename": "", + "scan": "", + "scanning": "", + "scanPrompt": "", + "noDuplicates": "", + "allMerged": "", + "mergeAll": "", + "merge": "", + "deleteSelected": "", + "dismiss": "", + "target": "", + "sameFormatWarning": "", + "helpText": "", + "groupLabel": "", + "fileCount": "", + "reason": { + "ISBN": "", + "EXTERNAL_ID": "", + "TITLE_AUTHOR": "", + "DIRECTORY": "", + "FILENAME": "" + }, + "confirm": { + "deleteHeader": "", + "deleteMessage": "" + }, + "toast": { + "scanFailedSummary": "", + "scanFailedDetail": "", + "mergeSuccessSummary": "", + "mergeSuccessDetail": "", + "mergeFailedSummary": "", + "mergeFailedDetail": "", + "mergePartialDetail": "" + } } - }, - "card": { - "menu": { - "assignShelf": "", - "viewDetails": "", - "download": "", - "delete": "", - "emailBook": "", - "quickSend": "", - "customSend": "", - "metadata": "", - "searchMetadata": "", - "autoFetch": "", - "customFetch": "", - "regenerateCover": "", - "generateCustomCover": "", - "moreActions": "", - "organizeFile": "", - "readStatus": "", - "resetBookloreProgress": "", - "resetKOReaderProgress": "", - "book": "", - "loading": "" - }, - "confirm": { - "deleteBookMessage": "", - "deleteBookHeader": "", - "deleteFileMessage": "", - "deleteFileHeader": "", - "largeFileMessage": "", - "largeFileHeader": "", - "sendAnyway": "" - }, - "toast": { - "quickSendSuccessDetail": "", - "quickSendErrorDetail": "", - "deleteFileSuccessDetail": "", - "deleteFileErrorDetail": "", - "readStatusUpdatedSummary": "", - "readStatusUpdatedDetail": "", - "readStatusFailedSummary": "", - "readStatusFailedDetail": "", - "progressResetSummary": "", - "progressResetBookloreDetail": "", - "progressResetKOReaderDetail": "", - "progressResetFailedSummary": "", - "progressResetBookloreFailedDetail": "", - "progressResetKOReaderFailedDetail": "", - "coverRegenSuccessSummary": "", - "coverRegenSuccessDetail": "", - "coverRegenFailedDetail": "", - "customCoverSuccessSummary": "", - "customCoverSuccessDetail": "", - "customCoverFailedDetail": "" - }, - "alt": { - "cover": "", - "titleTooltip": "", - "seriesCollapsed": "", - "viewSeriesInfo": "", - "viewDetails": "", - "readBook": "", - "playAudiobook": "", - "bookMenu": "", - "continueReading": "" - } - }, - "notes": { - "confirm": { - "deleteMessage": "", - "deleteHeader": "" - }, - "toast": { - "loadFailedDetail": "", - "validationSummary": "", - "validationDetail": "", - "createSuccessDetail": "", - "createFailedDetail": "", - "updateSuccessDetail": "", - "updateFailedDetail": "", - "deleteSuccessDetail": "", - "deleteFailedDetail": "" - } - }, - "bookService": { - "toast": { - "someFilesNotDeletedSummary": "", - "someFilesNotDeletedDetail": "", - "booksDeletedSummary": "", - "booksDeletedDetail": "", - "deleteFailedSummary": "", - "deleteFailedDetail": "", - "physicalBookCreatedSummary": "", - "physicalBookCreatedDetail": "", - "creationFailedSummary": "", - "creationFailedDetail": "", - "fileDeletedSummary": "", - "additionalFileDeletedDetail": "", - "bookFileDeletedDetail": "", - "fileDeleteFailedSummary": "", - "fileDeleteFailedDetail": "", - "fileUploadedSummary": "", - "fileUploadedDetail": "", - "uploadFailedSummary": "", - "uploadFailedDetail": "", - "fieldLockFailedSummary": "", - "fieldLockFailedDetail": "", - "filesAttachedSummary": "", - "filesAttachedDetail": "", - "attachmentFailedSummary": "", - "attachmentFailedDetail": "" - } - }, - "menuService": { - "menu": { - "autoFetchMetadata": "", - "customFetchMetadata": "", - "bulkMetadataEditor": "", - "multiBookMetadataEditor": "", - "regenerateCovers": "", - "generateCustomCovers": "", - "updateReadStatus": "", - "setAgeRating": "", - "clearAgeRating": "", - "setContentRating": "", - "clearContentRating": "", - "removeFromAllShelves": "", - "resetBookloreProgress": "", - "resetKOReaderProgress": "" - }, - "confirm": { - "readStatusMessage": "", - "readStatusHeader": "", - "ageRatingMessage": "", - "ageRatingHeader": "", - "clearAgeRatingMessage": "", - "clearAgeRatingHeader": "", - "contentRatingMessage": "", - "contentRatingHeader": "", - "clearContentRatingMessage": "", - "clearContentRatingHeader": "", - "unshelveMessage": "", - "unshelveHeader": "", - "resetBookloreMessage": "", - "resetKOReaderMessage": "", - "resetHeader": "" - }, - "toast": { - "readStatusUpdatedSummary": "", - "readStatusUpdatedDetail": "", - "updateFailedSummary": "", - "readStatusFailedDetail": "", - "ageRatingUpdatedSummary": "", - "ageRatingUpdatedDetail": "", - "ageRatingFailedDetail": "", - "ageRatingClearedSummary": "", - "ageRatingClearedDetail": "", - "clearAgeRatingFailedDetail": "", - "contentRatingUpdatedSummary": "", - "contentRatingUpdatedDetail": "", - "contentRatingFailedDetail": "", - "contentRatingClearedSummary": "", - "contentRatingClearedDetail": "", - "clearContentRatingFailedDetail": "", - "noBooksOnShelvesDetail": "", - "unshelveSuccessDetail": "", - "unshelveFailedDetail": "", - "progressResetSummary": "", - "bookloreProgressResetDetail": "", - "koreaderProgressResetDetail": "", - "failedSummary": "", - "progressResetFailedDetail": "" - }, - "loading": { - "updatingReadStatus": "", - "settingAgeRating": "", - "clearingAgeRating": "", - "settingContentRating": "", - "clearingContentRating": "", - "removingFromShelves": "", - "resettingBookloreProgress": "", - "resettingKOReaderProgress": "" - } - }, - "shelfMenuService": { - "library": { - "optionsLabel": "", - "addPhysicalBook": "", - "editLibrary": "", - "rescanLibrary": "", - "customFetchMetadata": "", - "autoFetchMetadata": "", - "findDuplicates": "", - "deleteLibrary": "" - }, - "shelf": { - "publicShelfPrefix": "", - "readOnly": "", - "optionsLabel": "", - "editShelf": "", - "deleteShelf": "" - }, - "magicShelf": { - "optionsLabel": "", - "editMagicShelf": "", - "deleteMagicShelf": "" - }, - "confirm": { - "rescanLibraryMessage": "", - "deleteLibraryMessage": "", - "deleteShelfMessage": "", - "deleteMagicShelfMessage": "", - "header": "", - "rescanLabel": "" - }, - "toast": { - "libraryRefreshSuccessDetail": "", - "libraryRefreshFailedDetail": "", - "libraryDeletedDetail": "", - "libraryDeleteFailedDetail": "", - "shelfDeletedDetail": "", - "shelfDeleteFailedDetail": "", - "magicShelfDeletedDetail": "", - "magicShelfDeleteFailedDetail": "", - "failedSummary": "" - }, - "loading": { - "deletingLibrary": "" - } - }, - "columnPref": { - "columns": { - "readStatus": "", - "title": "", - "authors": "", - "publisher": "", - "seriesName": "", - "seriesNumber": "", - "categories": "", - "publishedDate": "", - "lastReadTime": "", - "addedOn": "", - "fileName": "", - "fileSizeKb": "", - "language": "", - "isbn": "", - "pageCount": "", - "amazonRating": "", - "amazonReviewCount": "", - "goodreadsRating": "", - "goodreadsReviewCount": "", - "hardcoverRating": "", - "hardcoverReviewCount": "", - "ranobedbRating": "" - }, - "toast": { - "savedSummary": "", - "savedDetail": "" - } - }, - "coverPref": { - "toast": { - "savedSummary": "", - "savedDetail": "", - "saveFailedSummary": "", - "saveFailedDetail": "" - } - }, - "filterPref": { - "toast": { - "saveFailedSummary": "", - "saveFailedDetail": "" - } - }, - "reviews": { - "confirm": { - "deleteAllMessage": "", - "deleteAllHeader": "", - "deleteMessage": "", - "deleteHeader": "" - }, - "toast": { - "loadFailedSummary": "", - "loadFailedDetail": "", - "reviewsUpdatedSummary": "", - "reviewsUpdatedDetail": "", - "fetchFailedSummary": "", - "fetchFailedDetail": "", - "allDeletedSummary": "", - "allDeletedDetail": "", - "deleteAllFailedSummary": "", - "deleteAllFailedDetail": "", - "deleteSuccessSummary": "", - "deleteSuccessDetail": "", - "deleteFailedSummary": "", - "deleteFailedDetail": "", - "lockedSummary": "", - "lockedDetail": "", - "unlockedSummary": "", - "unlockedDetail": "", - "lockFailedSummary": "", - "lockFailedDetail": "" - }, - "labels": { - "loadingReviews": "", - "showSpoiler": "", - "anonymous": "", - "spoiler": "" - }, - "empty": { - "noReviews": "", - "downloadsDisabled": "", - "fetchPrompt": "", - "noContent": "" - }, - "tooltip": { - "fetchReviews": "", - "reviewsLocked": "", - "deleteReview": "", - "pleaseWait": "", - "enableDownloads": "", - "unlockReviews": "", - "lockReviews": "", - "fetchNewReviews": "", - "deleteAllReviews": "", - "hideAllSpoilers": "", - "revealAllSpoilers": "", - "sortNewest": "", - "sortOldest": "" - } - }, - "addPhysicalBook": { - "title": "", - "description": "", - "closeTooltip": "", - "libraryLabel": "", - "libraryPlaceholder": "", - "titleLabel": "", - "titlePlaceholder": "", - "isbnLabel": "", - "isbnPlaceholder": "", - "authorsLabel": "", - "authorsPlaceholder": "", - "descriptionLabel": "", - "descriptionPlaceholder": "", - "publisherLabel": "", - "publisherPlaceholder": "", - "publishedDateLabel": "", - "publishedDatePlaceholder": "", - "languageLabel": "", - "languagePlaceholder": "", - "pageCountLabel": "", - "pageCountPlaceholder": "", - "categoriesLabel": "", - "categoriesPlaceholder": "", - "validationLibraryRequired": "", - "validationTitleOrIsbn": "", - "validationReady": "", - "cancelButton": "", - "addButton": "", - "fetchMetadataTooltip": "" - }, - "fileUploader": { - "title": "", - "unknownTitle": "", - "selectFileType": "", - "typeAlternativeFormat": "", - "typeSupplementary": "", - "statusUploading": "", - "statusUploaded": "", - "statusUploadFailed": "", - "statusTooLarge": "", - "statusReady": "", - "statusFailed": "", - "dragDropText": "", - "supportedFormats": "", - "supplementaryAllFormats": "", - "maxFileSize": "", - "uploadForBook": "", - "thisBook": "", - "toast": { - "fileTooLargeSummary": "", - "fileTooLargeDetail": "", - "fileTooLargeError": "", - "uploadFailedUnknown": "" - } - }, - "filter": { - "title": "", - "showingFirst100": "", - "footerNote": "", - "labels": { - "author": "", - "category": "", - "series": "", - "bookType": "", - "readStatus": "", - "personalRating": "", - "publisher": "", - "matchScore": "", - "library": "", - "shelf": "", - "shelfStatus": "", - "tag": "", - "publishedDate": "", - "fileSize": "", - "amazonRating": "", - "goodreadsRating": "", - "hardcoverRating": "", - "language": "", - "pageCount": "", - "mood": "", - "ageRating": "", - "contentRating": "", - "narrator": "", - "comicCharacter": "", - "comicTeam": "", - "comicLocation": "", - "comicCreator": "" - }, - "readStatus": { - "unread": "", - "reading": "", - "reReading": "", - "partiallyRead": "", - "paused": "", - "read": "", - "wontRead": "", - "abandoned": "", - "unset": "" - }, - "matchScore": { - "outstanding": "", - "excellent": "", - "great": "", - "good": "", - "fair": "", - "weak": "", - "poor": "" - }, - "fileSize": { - "lt1mb": "", - "1to10mb": "", - "10to50mb": "", - "50to100mb": "", - "250to500mb": "", - "05to1gb": "", - "1to2gb": "", - "5plusGb": "" - }, - "pageCount": { - "lt50": "", - "50to100": "", - "100to200": "", - "200to400": "", - "400to600": "", - "600to1000": "", - "1000plus": "" - }, - "ageRating": { - "allAges": "" - }, - "contentRating": { - "everyone": "", - "teen": "", - "mature": "", - "adult": "", - "explicit": "" - }, - "shelfStatus": { - "shelved": "", - "unshelved": "" - }, - "comicRoles": { - "penciller": "", - "inker": "", - "colorist": "", - "letterer": "", - "coverArtist": "", - "editor": "" - } - }, - "shelfAssigner": { - "title": "", - "descriptionMulti": "", - "descriptionSingle": "", - "shelvesAvailable": "", - "emptyTitle": "", - "emptyDescription": "", - "createShelf": "", - "cancelButton": "", - "saveChanges": "", - "loading": { - "updatingShelves": "" - }, - "toast": { - "updateSuccessDetail": "", - "updateFailedDetail": "" - } - }, - "shelfCreator": { - "title": "", - "description": "", - "closeTooltip": "", - "shelfNameLabel": "", - "shelfNamePlaceholder": "", - "shelfIconLabel": "", - "chooseIcon": "", - "chooseIconSubtitle": "", - "selectedIcon": "", - "removeIconTooltip": "", - "visibilityLabel": "", - "makePublicLabel": "", - "validationRequired": "", - "validationReady": "", - "cancelButton": "", - "createButton": "", - "toast": { - "createSuccessDetail": "", - "createFailedDetail": "" - } - }, - "shelfEditDialog": { - "title": "", - "description": "", - "shelfNameLabel": "", - "shelfNamePlaceholder": "", - "shelfIconLabel": "", - "selectIcon": "", - "visibilityLabel": "", - "publicShelfLabel": "", - "cancelButton": "", - "saveChanges": "", - "toast": { - "updateSuccessSummary": "", - "updateSuccessDetail": "", - "updateFailedSummary": "", - "updateFailedDetail": "" - } - }, - "table": { - "bookCoverAlt": "", - "statusPrefix": "", - "locked": "", - "unlocked": "", - "toast": { - "metadataLockedSummary": "", - "metadataLockedDetail": "", - "metadataUnlockedSummary": "", - "metadataUnlockedDetail": "", - "lockFailedSummary": "", - "lockFailedDetail": "", - "unlockFailedSummary": "", - "unlockFailedDetail": "" - } - }, - "lockUnlockDialog": { - "title": "", - "selectedCount": "", - "reset": "", - "lockAll": "", - "unlockAll": "", - "save": "", - "saving": "", - "locked": "", - "unlocked": "", - "unselected": "", - "toast": { - "updatingFieldLocks": "", - "updatedSummary": "", - "updatedDetail": "", - "failedSummary": "", - "failedDetail": "" - } - }, - "sorting": { - "sortOrder": "", - "removeTooltip": "", - "addSortFieldPlaceholder": "", - "saveAsDefault": "", - "ascendingTooltip": "", - "descendingTooltip": "", - "options": { - "title": "", - "fileName": "", - "filePath": "", - "author": "", - "authorSurnameVorname": "", - "seriesName": "", - "seriesNumber": "", - "lastReadTime": "", - "personalRating": "", - "addedOn": "", - "fileSizeKb": "", - "locked": "", - "publisher": "", - "publishedDate": "", - "readStatus": "", - "dateFinished": "", - "readingProgress": "", - "bookType": "", - "amazonRating": "", - "amazonReviewCount": "", - "goodreadsRating": "", - "goodreadsReviewCount": "", - "hardcoverRating": "", - "hardcoverReviewCount": "", - "ranobedbRating": "", - "narrator": "", - "pageCount": "", - "random": "" - } - }, - "fileAttacher": { - "title": "", - "titleBulk": "", - "description": "", - "descriptionBulk": "", - "sourceBookLabel": "", - "sourceBooksLabel": "", - "unknownTitle": "", - "selectTargetBook": "", - "searchPlaceholder": "", - "moveFilesLabel": "", - "warningMove": "", - "warningMoveBulk": "", - "warningNoMove": "", - "warningNoMoveBulk": "", - "warningDelete": "", - "warningDeleteBulk": "", - "attachFile": "", - "attachFilesBulk": "", - "unknownFile": "", - "unknownFormat": "", - "unknownFilename": "" - }, - "searcher": { - "placeholder": "", - "clearSearch": "", - "bookCoverAlt": "", - "byPrefix": "", - "noResults": "", - "unknownAuthor": "" - }, - "sender": { - "title": "", - "description": "", - "emailProvider": "", - "selectProvider": "", - "recipient": "", - "selectRecipient": "", - "fileFormat": "", - "unknownFormat": "", - "primaryBadge": "", - "largeFileWarning": "", - "sendBook": "", - "toast": { - "emailScheduledSummary": "", - "emailScheduledDetail": "", - "sendingFailedSummary": "", - "sendingFailedDetail": "", - "providerMissingSummary": "", - "providerMissingDetail": "", - "recipientMissingSummary": "", - "recipientMissingDetail": "", - "bookNotSelectedSummary": "", - "bookNotSelectedDetail": "" - } - }, - "seriesPage": { - "seriesDetailsTab": "", - "bookListTab": "", - "publisher": "", - "years": "", - "numberOfBooks": "", - "book": "", - "books": "", - "synopsis": "", - "language": "", - "readStatus": "", - "noDescription": "", - "showLess": "", - "showMore": "", - "noBooksFound": "", - "booksInSeries": "", - "selected": "", - "loadingSeriesDetails": "", - "completionOwned": "", - "missingBooks": "", - "nextUp": "", - "continueReading": "", - "readButton": "", - "viewDetails": "", - "continueButton": "", - "readPercent": "", - "listPages": "", - "stats": { - "totalPages": "", - "avgPersonalRating": "", - "avgGoodreads": "", - "avgAmazon": "", - "avgHardcover": "", - "formats": "", - "totalAudioDuration": "", - "owned": "" - }, - "status": { - "unread": "", - "reading": "", - "reReading": "", - "read": "", - "partiallyRead": "", - "paused": "", - "abandoned": "", - "wontRead": "", - "unset": "" - }, - "tooltip": { - "metadataActions": "", - "assignToShelf": "", - "lockUnlockMetadata": "", - "organizeFiles": "", - "moreActions": "", - "selectAll": "", - "deselectAll": "", - "deleteSelected": "" - } - }, - "duplicateMerger": { - "title": "", - "description": "", - "presetStrict": "", - "presetBalanced": "", - "presetAggressive": "", - "presetCustom": "", - "advanced": "", - "signalIsbn": "", - "signalExternalId": "", - "signalTitleAuthor": "", - "signalDirectory": "", - "signalFilename": "", - "scan": "", - "scanning": "", - "scanPrompt": "", - "noDuplicates": "", - "allMerged": "", - "mergeAll": "", - "merge": "", - "deleteSelected": "", - "dismiss": "", - "target": "", - "sameFormatWarning": "", - "helpText": "", - "groupLabel": "", - "fileCount": "", - "reason": { - "ISBN": "", - "EXTERNAL_ID": "", - "TITLE_AUTHOR": "", - "DIRECTORY": "", - "FILENAME": "" - }, - "confirm": { - "deleteHeader": "", - "deleteMessage": "" - }, - "toast": { - "scanFailedSummary": "", - "scanFailedDetail": "", - "mergeSuccessSummary": "", - "mergeSuccessDetail": "", - "mergeFailedSummary": "", - "mergeFailedDetail": "", - "mergePartialDetail": "" - } - } } diff --git a/booklore-ui/src/i18n/id/common.json b/booklore-ui/src/i18n/id/common.json index 7cf9004ca..61b43b186 100644 --- a/booklore-ui/src/i18n/id/common.json +++ b/booklore-ui/src/i18n/id/common.json @@ -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": "" } diff --git a/booklore-ui/src/i18n/id/dashboard.json b/booklore-ui/src/i18n/id/dashboard.json index 3d8e56392..5a92835be 100644 --- a/booklore-ui/src/i18n/id/dashboard.json +++ b/booklore-ui/src/i18n/id/dashboard.json @@ -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": "" + } } - } } diff --git a/booklore-ui/src/i18n/id/layout.json b/booklore-ui/src/i18n/id/layout.json index 70342211c..534945126 100644 --- a/booklore-ui/src/i18n/id/layout.json +++ b/booklore-ui/src/i18n/id/layout.json @@ -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": "" + } } diff --git a/booklore-ui/src/i18n/id/library-creator.json b/booklore-ui/src/i18n/id/library-creator.json index 38addb7cd..047bebbb1 100644 --- a/booklore-ui/src/i18n/id/library-creator.json +++ b/booklore-ui/src/i18n/id/library-creator.json @@ -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": "" - } } diff --git a/booklore-ui/src/i18n/id/metadata.json b/booklore-ui/src/i18n/id/metadata.json index 5948893e1..19314bfa1 100644 --- a/booklore-ui/src/i18n/id/metadata.json +++ b/booklore-ui/src/i18n/id/metadata.json @@ -1,581 +1,581 @@ { - "center": { - "title": "", - "description": "", - "tabView": "", - "tabEdit": "", - "tabSearch": "", - "tabSidecar": "" - }, - "readingSessions": { - "loading": "", - "emptyState": "", - "pageReport": "", - "headerSession": "", - "headerType": "", - "headerDuration": "", - "headerProgress": "", - "headerProgressDelta": "", - "headerLocation": "", - "page": "", - "audio": "" - }, - "editor": { - "ebookCover": "", - "audiobookCover": "", - "regenerateCoverTooltip": "", - "generateCustomCoverTooltip": "", - "searchCoverTooltip": "", - "uploadCoverTooltip": "", - "lockCoverTooltip": "", - "unlockCoverTooltip": "", - "searchAudiobookCoverTooltip": "", - "uploadAudiobookCoverTooltip": "", - "regenerateAudiobookCoverTooltip": "", - "generateCustomAudiobookCoverTooltip": "", - "title": "", - "subtitle": "", - "language": "", - "authors": "", - "publisher": "", - "publishDate": "", - "genres": "", - "moods": "", - "tags": "", - "seriesName": "", - "seriesNumber": "", - "seriesTotal": "", - "publicReviews": "", - "noValue": "", - "isbn10": "", - "isbn13": "", - "ageRating": "", - "contentRating": "", - "pages": "", - "description": "", - "audiobookDetails": "", - "comicBookDetails": "", - "providerMetadata": "", - "amazonAsin": "", - "amazonRating": "", - "amazonReviewCount": "", - "googleBooksId": "", - "goodreadsId": "", - "goodreadsRating": "", - "goodreadsReviewCount": "", - "hardcoverId": "", - "hardcoverBookId": "", - "hardcoverRating": "", - "hardcoverReviewCount": "", - "lubimyczytacId": "", - "lubimyczytacRating": "", - "comicvineId": "", - "ranobedbId": "", - "ranobedbRating": "", - "audibleId": "", - "audibleRating": "", - "audibleReviewCount": "", - "closeBtn": "", - "previousBookBtn": "", - "nextBookBtn": "", - "autoFetchBtn": "", - "fetchingBtn": "", - "unlockAllBtn": "", - "lockAllBtn": "", - "saveBtn": "", - "fetchFromFileBtn": "", - "fetchFromFileTooltip": "", - "previousBookTooltip": "", - "nextBookTooltip": "", - "autoFetchTooltip": "", - "unlockAllTooltip": "", - "lockAllTooltip": "", - "navigationPosition": "", - "booleanUnknown": "", - "booleanYes": "", - "booleanNo": "", - "contentRatingEveryone": "", - "contentRatingTeen": "", - "contentRatingMature": "", - "contentRatingAdult": "", - "contentRatingExplicit": "", - "ageRatingAllAges": "", - "selectPlaceholder": "", - "toast": { - "successSummary": "", - "metadataUpdated": "", - "errorSummary": "", - "metadataUpdateFailed": "", - "metadataLocked": "", - "allFieldsLocked": "", - "metadataUnlocked": "", - "allFieldsUnlocked": "", - "lockStateFailed": "", - "uploadFailedSummary": "", - "uploadFailedDetail": "", - "uploadErrorSummary": "", - "uploadErrorDetail": "", - "coverRegenerated": "", - "partialSuccessSummary": "", - "coverRegenPartialDetail": "", - "coverRegenFailed": "", - "customCoverGenerated": "", - "customCoverPartialDetail": "", - "customCoverFailed": "", - "audiobookCoverRegenerated": "", - "audiobookCoverRegenPartialDetail": "", - "audiobookCoverRegenFailed": "", - "customAudiobookCoverGenerated": "", - "customAudiobookCoverPartialDetail": "", - "customAudiobookCoverFailed": "", - "audiobookUploadFailed": "", - "fileMetadataLoaded": "", - "fileMetadataFailed": "" - } - }, - "picker": { - "loadingMetadata": "", - "columnCurrent": "", - "columnFetched": "", - "copyMissingTooltip": "", - "copyAllTooltip": "", - "sectionCoverImage": "", - "sectionBasicInfo": "", - "sectionTagsCategories": "", - "sectionDescription": "", - "sectionSeriesInfo": "", - "sectionBookDetails": "", - "sectionComicDetails": "", - "sectionAudiobookDetails": "", - "sectionProviderMetadata": "", - "coverLabelEbook": "", - "coverLabel": "", - "coverLabelAudiobook": "", - "mobileCurrentLabel": "", - "mobileFetchedLabel": "", - "nonePresent": "", - "currentCoverAlt": "", - "fetchedCoverAlt": "", - "currentAudiobookCoverAlt": "", - "fetchedAudiobookCoverAlt": "", - "unlockCoverTooltip": "", - "lockCoverTooltip": "", - "unlockAllTooltip": "", - "lockAllTooltip": "", - "backToListBtn": "", - "saveChangesBtn": "", - "na": "", - "toast": { - "successSummary": "", - "metadataUpdated": "", - "errorSummary": "", - "metadataUpdateFailed": "", - "actionBlockedSummary": "", - "fieldLockedDetail": "", - "metadataLocked": "", - "allFieldsLocked": "", - "metadataUnlocked": "", - "allFieldsUnlocked": "", - "lockStateFailed": "" - } - }, - "searcher": { - "providersLabel": "", - "isbnLabel": "", - "titleLabel": "", - "authorLabel": "", - "isbnTooltip": "", - "selectProviders": "", - "isbnPlaceholder": "", - "titlePlaceholder": "", - "authorPlaceholder": "", - "searchBtn": "", - "searchResults": "", - "booksFound": "", - "fetching": "", - "readyToSearch": "", - "readyToSearchHint": "", - "noResultsFound": "", - "noResultsHint": "", - "selectOverlay": "" - }, - "tabs": { - "moreInSeries": "", - "similarBooks": "", - "covers": "", - "files": "", - "notes": "", - "readingSessions": "", - "reviews": "", - "ebookCover": "", - "audiobookCover": "", - "physicalBookTitle": "", - "physicalBookMessage": "", - "downloadAll": "", - "primaryFile": "", - "alternativeFormats": "", - "supplementaryFiles": "", - "readTooltip": "", - "streamingReaderTooltip": "", - "playTooltip": "", - "downloadTooltip": "", - "deleteTooltip": "", - "detachTooltip": "", - "downloadAllTooltip": "", - "physicalBookHint": "" - }, - "viewer": { - "metadataLocked": "", - "metadataUnlocked": "", - "genresLabel": "", - "moodsLabel": "", - "tagsLabel": "", - "libraryLabel": "", - "publisherLabel": "", - "publishedLabel": "", - "languageLabel": "", - "formatsLabel": "", - "primaryBadge": "", - "physicalBadge": "", - "bookloreProgressLabel": "", - "metadataMatchLabel": "", - "isbnLabel": "", - "readStatusLabel": "", - "koreaderProgressLabel": "", - "koboProgressLabel": "", - "finishedOnLabel": "", - "pageCountLabel": "", - "ageRatingLabel": "", - "contentRatingLabel": "", - "fileSizeLabel": "", - "filePathLabel": "", - "resetProgress": "", - "resetRating": "", - "saveDate": "", - "cancelDate": "", - "synopsisTitle": "", - "showLess": "", - "showMore": "", - "comicDetailsTitle": "", - "creatorsTitle": "", - "universeTitle": "", - "comicIssue": "", - "comicVolume": "", - "comicVol": "", - "comicStoryArc": "", - "comicAltSeries": "", - "comicFormat": "", - "comicImprint": "", - "pencillers": "", - "inkers": "", - "colorists": "", - "letterers": "", - "coverArtists": "", - "editors": "", - "characters": "", - "teams": "", - "locations": "", - "manga": "", - "blackAndWhite": "", - "rightToLeft": "", - "notesLabel": "", - "audiobookDetailsTitle": "", - "audiobookDuration": "", - "audiobookNarrator": "", - "audiobookChapters": "", - "audiobookBitrate": "", - "audiobookSampleRate": "", - "audiobookChannels": "", - "audiobookCodec": "", - "audiobookChapterList": "", - "abridged": "", - "unabridged": "", - "readBtn": "", - "playBtn": "", - "continueReadingBtn": "", - "continueBtn": "", - "fetchMetadataBtn": "", - "fetchingBtn": "", - "fetchMetadataTooltip": "", - "goToPreviousBook": "", - "goToNextBook": "", - "personalRating": "", - "loadingBookDetails": "", - "readStatusUnread": "", - "readStatusPaused": "", - "readStatusReading": "", - "readStatusReReading": "", - "readStatusRead": "", - "readStatusPartiallyRead": "", - "readStatusAbandoned": "", - "readStatusWontRead": "", - "readStatusUnset": "", - "menuStreamingReader": "", - "menuStandardReader": "", - "menuShelf": "", - "menuUploadFile": "", - "menuOrganizeFiles": "", - "menuSendBook": "", - "menuQuickSend": "", - "menuCustomSend": "", - "menuAttachToAnotherBook": "", - "menuDeleteFileFormats": "", - "menuDeleteSupplementaryFiles": "", - "menuDeleteBookAllFiles": "", - "menuDeleteBook": "", - "navigationPosition": "", - "channelMono": "", - "channelStereo": "", - "channelMultiple": "", - "toast": { - "readStatusUpdatedSummary": "", - "readStatusUpdatedDetail": "", - "readStatusFailedSummary": "", - "readStatusFailedDetail": "", - "progressResetSummary": "", - "progressResetDetail": "", - "progressResetFailedSummary": "", - "progressResetFailedDetail": "", - "ratingSavedSummary": "", - "ratingSavedDetail": "", - "ratingFailedSummary": "", - "ratingFailedDetail": "", - "ratingResetSummary": "", - "ratingResetDetail": "", - "ratingResetFailedSummary": "", - "ratingResetFailedDetail": "", - "quickSendSuccessSummary": "", - "quickSendSuccessDetail": "", - "quickSendErrorSummary": "", - "quickSendErrorDetail": "", - "deleteSupplementarySuccessSummary": "", - "deleteSupplementarySuccessDetail": "", - "deleteSupplementaryErrorSummary": "", - "deleteSupplementaryErrorDetail": "", - "deleteFormatSuccessSummary": "", - "deleteFormatSuccessDetail": "", - "deleteFormatErrorSummary": "", - "deleteFormatErrorDetail": "", - "detachFileSuccessSummary": "", - "detachFileSuccessDetail": "", - "detachFileErrorSummary": "", - "detachFileErrorDetail": "", - "dateUpdatedSummary": "", - "dateUpdatedDetail": "", - "dateUpdateFailedSummary": "", - "dateUpdateFailedDetail": "" + "center": { + "title": "Detil Buku", + "description": "Lihat dan edit metadata buku", + "tabView": "Detil Buku", + "tabEdit": "", + "tabSearch": "", + "tabSidecar": "" + }, + "readingSessions": { + "loading": "", + "emptyState": "", + "pageReport": "", + "headerSession": "", + "headerType": "", + "headerDuration": "", + "headerProgress": "", + "headerProgressDelta": "", + "headerLocation": "", + "page": "", + "audio": "" + }, + "editor": { + "ebookCover": "", + "audiobookCover": "", + "regenerateCoverTooltip": "", + "generateCustomCoverTooltip": "", + "searchCoverTooltip": "", + "uploadCoverTooltip": "", + "lockCoverTooltip": "", + "unlockCoverTooltip": "", + "searchAudiobookCoverTooltip": "", + "uploadAudiobookCoverTooltip": "", + "regenerateAudiobookCoverTooltip": "", + "generateCustomAudiobookCoverTooltip": "", + "title": "", + "subtitle": "", + "language": "", + "authors": "", + "publisher": "", + "publishDate": "", + "genres": "", + "moods": "", + "tags": "", + "seriesName": "", + "seriesNumber": "", + "seriesTotal": "", + "publicReviews": "", + "noValue": "", + "isbn10": "", + "isbn13": "", + "ageRating": "", + "contentRating": "", + "pages": "", + "description": "", + "audiobookDetails": "", + "comicBookDetails": "", + "providerMetadata": "", + "amazonAsin": "", + "amazonRating": "", + "amazonReviewCount": "", + "googleBooksId": "", + "goodreadsId": "", + "goodreadsRating": "", + "goodreadsReviewCount": "", + "hardcoverId": "", + "hardcoverBookId": "", + "hardcoverRating": "", + "hardcoverReviewCount": "", + "lubimyczytacId": "", + "lubimyczytacRating": "", + "comicvineId": "", + "ranobedbId": "", + "ranobedbRating": "", + "audibleId": "", + "audibleRating": "", + "audibleReviewCount": "", + "closeBtn": "", + "previousBookBtn": "", + "nextBookBtn": "", + "autoFetchBtn": "", + "fetchingBtn": "", + "unlockAllBtn": "", + "lockAllBtn": "", + "saveBtn": "", + "fetchFromFileBtn": "", + "fetchFromFileTooltip": "", + "previousBookTooltip": "", + "nextBookTooltip": "", + "autoFetchTooltip": "", + "unlockAllTooltip": "", + "lockAllTooltip": "", + "navigationPosition": "", + "booleanUnknown": "", + "booleanYes": "", + "booleanNo": "", + "contentRatingEveryone": "", + "contentRatingTeen": "", + "contentRatingMature": "", + "contentRatingAdult": "", + "contentRatingExplicit": "", + "ageRatingAllAges": "", + "selectPlaceholder": "", + "toast": { + "successSummary": "", + "metadataUpdated": "", + "errorSummary": "", + "metadataUpdateFailed": "", + "metadataLocked": "", + "allFieldsLocked": "", + "metadataUnlocked": "", + "allFieldsUnlocked": "", + "lockStateFailed": "", + "uploadFailedSummary": "", + "uploadFailedDetail": "", + "uploadErrorSummary": "", + "uploadErrorDetail": "", + "coverRegenerated": "", + "partialSuccessSummary": "", + "coverRegenPartialDetail": "", + "coverRegenFailed": "", + "customCoverGenerated": "", + "customCoverPartialDetail": "", + "customCoverFailed": "", + "audiobookCoverRegenerated": "", + "audiobookCoverRegenPartialDetail": "", + "audiobookCoverRegenFailed": "", + "customAudiobookCoverGenerated": "", + "customAudiobookCoverPartialDetail": "", + "customAudiobookCoverFailed": "", + "audiobookUploadFailed": "", + "fileMetadataLoaded": "", + "fileMetadataFailed": "" + } + }, + "picker": { + "loadingMetadata": "", + "columnCurrent": "", + "columnFetched": "", + "copyMissingTooltip": "", + "copyAllTooltip": "", + "sectionCoverImage": "", + "sectionBasicInfo": "", + "sectionTagsCategories": "", + "sectionDescription": "", + "sectionSeriesInfo": "", + "sectionBookDetails": "", + "sectionComicDetails": "", + "sectionAudiobookDetails": "", + "sectionProviderMetadata": "", + "coverLabelEbook": "", + "coverLabel": "", + "coverLabelAudiobook": "", + "mobileCurrentLabel": "", + "mobileFetchedLabel": "", + "nonePresent": "", + "currentCoverAlt": "", + "fetchedCoverAlt": "", + "currentAudiobookCoverAlt": "", + "fetchedAudiobookCoverAlt": "", + "unlockCoverTooltip": "", + "lockCoverTooltip": "", + "unlockAllTooltip": "", + "lockAllTooltip": "", + "backToListBtn": "", + "saveChangesBtn": "", + "na": "", + "toast": { + "successSummary": "", + "metadataUpdated": "", + "errorSummary": "", + "metadataUpdateFailed": "", + "actionBlockedSummary": "", + "fieldLockedDetail": "", + "metadataLocked": "", + "allFieldsLocked": "", + "metadataUnlocked": "", + "allFieldsUnlocked": "", + "lockStateFailed": "" + } + }, + "searcher": { + "providersLabel": "", + "isbnLabel": "", + "titleLabel": "", + "authorLabel": "", + "isbnTooltip": "", + "selectProviders": "", + "isbnPlaceholder": "", + "titlePlaceholder": "", + "authorPlaceholder": "", + "searchBtn": "", + "searchResults": "", + "booksFound": "", + "fetching": "", + "readyToSearch": "", + "readyToSearchHint": "", + "noResultsFound": "", + "noResultsHint": "", + "selectOverlay": "" }, - "confirm": { - "resetProgressMessage": "", - "resetProgressHeader": "", - "deleteSupplementaryMessage": "", - "deleteSupplementaryHeader": "", - "deleteOnlyFormatMessage": "", - "deleteOnlyFormatHeader": "", - "deletePrimaryFormatMessage": "", - "deletePrimaryFormatHeader": "", - "deleteAltFormatMessage": "", - "deleteAltFormatHeader": "", - "deleteFileBtn": "", - "detachFileHeader": "", - "detachFileMessage": "", - "detachFileCopyMetadata": "", - "detachFileBtn": "", - "deleteBookMessage": "", - "deleteBookAllFilesMessage": "", - "deleteEverythingBtn": "", - "largeFileMessage": "", - "largeFileHeader": "", - "sendAnyway": "" - } - }, - "sidecar": { - "title": "", - "description": "", - "exportBtn": "", - "exportTooltip": "", - "importBtn": "", - "importTooltip": "", - "noSidecarTitle": "", - "noSidecarDescription": "", - "generatedLabel": "", - "versionLabel": "", - "byLabel": "", - "coverFileLabel": "", - "loading": "", - "syncStatusInSync": "", - "syncStatusOutdated": "", - "syncStatusConflict": "", - "syncStatusMissing": "", - "syncStatusNA": "", - "syncStatusUnknown": "", - "toast": { - "exportSuccessSummary": "", - "exportSuccessDetail": "", - "exportFailedSummary": "", - "exportFailedDetail": "", - "importSuccessSummary": "", - "importSuccessDetail": "", - "importFailedSummary": "", - "importFailedDetail": "" - } - }, - "coverSearch": { - "searchAudiobookCover": "", - "searchEbookCover": "", - "description": "", - "titleLabel": "", - "titleRequired": "", - "titlePlaceholder": "", - "authorLabel": "", - "authorPlaceholder": "", - "searchBtn": "", - "resetSearchTooltip": "", - "searchForCovers": "", - "searchForCoversDescription": "", - "searchingForCovers": "", - "noCoversFound": "", - "noCoversFoundDescription": "", - "coversFoundSingular": "", - "coversFoundPlural": "", - "resultsHint": "", - "selectCover": "", - "bookCoverAlt": "", - "toast": { - "coverUpdatedSummary": "", - "ebookCoverUpdatedDetail": "", - "audiobookCoverUpdatedDetail": "", - "coverUpdateFailedSummary": "", - "coverUpdateFailedDetail": "" - } - }, - "manager": { - "title": "", - "description": "", - "writeToFileWarning": "", - "clearSelection": "", - "deleteSelected": "", - "mergeSplitSelected": "", - "booksColumn": "", - "actionsColumn": "", - "selectSimilarTooltip": "", - "renameSplitTooltip": "", - "deleteTooltip": "", - "mergeSplitDialogTitle": "", - "mergeSplitDescription": "", - "booksCount": "", - "targetValueLabel": "", - "targetValuesLabel": "", - "singleValuePlaceholder": "", - "multiValuePlaceholder": "", - "singleMergeHowItWorks": "", - "multiMergeHowItWorks": "", - "processingNote": "", - "processing": "", - "renameSplitDialogTitle": "", - "renameSplitDescription": "", - "newNamesLabel": "", - "singleRenamePlaceholder": "", - "multiRenamePlaceholder": "", - "singleRenameHowItWorks": "", - "multiRenameHowItWorks": "", - "renameProcessingNote": "", - "deleteDialogTitle": "", - "deleteWarning": "", - "whatWillHappen": "", - "deleteItemRemoved": "", - "deleteCannotUndo": "", - "totalBooksAffected": "", - "deleting": "", "tabs": { - "author": "", - "genre": "", - "mood": "", - "tag": "", - "series": "", - "publisher": "", - "language": "" + "moreInSeries": "", + "similarBooks": "", + "covers": "", + "files": "", + "notes": "", + "readingSessions": "", + "reviews": "", + "ebookCover": "", + "audiobookCover": "", + "physicalBookTitle": "", + "physicalBookMessage": "", + "downloadAll": "", + "primaryFile": "", + "alternativeFormats": "", + "supplementaryFiles": "", + "readTooltip": "", + "streamingReaderTooltip": "", + "playTooltip": "", + "downloadTooltip": "", + "deleteTooltip": "", + "detachTooltip": "", + "downloadAllTooltip": "", + "physicalBookHint": "" }, - "placeholders": { - "searchAuthors": "", - "searchGenres": "", - "searchMoods": "", - "searchTags": "", - "searchSeries": "", - "searchPublishers": "", - "searchLanguages": "" + "viewer": { + "metadataLocked": "", + "metadataUnlocked": "", + "genresLabel": "", + "moodsLabel": "", + "tagsLabel": "", + "libraryLabel": "", + "publisherLabel": "", + "publishedLabel": "", + "languageLabel": "", + "formatsLabel": "", + "primaryBadge": "", + "physicalBadge": "", + "bookloreProgressLabel": "", + "metadataMatchLabel": "", + "isbnLabel": "", + "readStatusLabel": "", + "koreaderProgressLabel": "", + "koboProgressLabel": "", + "finishedOnLabel": "", + "pageCountLabel": "", + "ageRatingLabel": "", + "contentRatingLabel": "", + "fileSizeLabel": "", + "filePathLabel": "", + "resetProgress": "", + "resetRating": "", + "saveDate": "", + "cancelDate": "", + "synopsisTitle": "", + "showLess": "", + "showMore": "", + "comicDetailsTitle": "", + "creatorsTitle": "", + "universeTitle": "", + "comicIssue": "", + "comicVolume": "", + "comicVol": "", + "comicStoryArc": "", + "comicAltSeries": "", + "comicFormat": "", + "comicImprint": "", + "pencillers": "", + "inkers": "", + "colorists": "", + "letterers": "", + "coverArtists": "", + "editors": "", + "characters": "", + "teams": "", + "locations": "", + "manga": "", + "blackAndWhite": "", + "rightToLeft": "", + "notesLabel": "", + "audiobookDetailsTitle": "", + "audiobookDuration": "", + "audiobookNarrator": "", + "audiobookChapters": "", + "audiobookBitrate": "", + "audiobookSampleRate": "", + "audiobookChannels": "", + "audiobookCodec": "", + "audiobookChapterList": "", + "abridged": "", + "unabridged": "", + "readBtn": "", + "playBtn": "", + "continueReadingBtn": "", + "continueBtn": "", + "fetchMetadataBtn": "", + "fetchingBtn": "", + "fetchMetadataTooltip": "", + "goToPreviousBook": "", + "goToNextBook": "", + "personalRating": "", + "loadingBookDetails": "", + "readStatusUnread": "", + "readStatusPaused": "", + "readStatusReading": "", + "readStatusReReading": "", + "readStatusRead": "", + "readStatusPartiallyRead": "", + "readStatusAbandoned": "", + "readStatusWontRead": "", + "readStatusUnset": "", + "menuStreamingReader": "", + "menuStandardReader": "", + "menuShelf": "", + "menuUploadFile": "", + "menuOrganizeFiles": "", + "menuSendBook": "", + "menuQuickSend": "", + "menuCustomSend": "", + "menuAttachToAnotherBook": "", + "menuDeleteFileFormats": "", + "menuDeleteSupplementaryFiles": "", + "menuDeleteBookAllFiles": "", + "menuDeleteBook": "", + "navigationPosition": "", + "channelMono": "", + "channelStereo": "", + "channelMultiple": "", + "toast": { + "readStatusUpdatedSummary": "", + "readStatusUpdatedDetail": "", + "readStatusFailedSummary": "", + "readStatusFailedDetail": "", + "progressResetSummary": "", + "progressResetDetail": "", + "progressResetFailedSummary": "", + "progressResetFailedDetail": "", + "ratingSavedSummary": "", + "ratingSavedDetail": "", + "ratingFailedSummary": "", + "ratingFailedDetail": "", + "ratingResetSummary": "", + "ratingResetDetail": "", + "ratingResetFailedSummary": "", + "ratingResetFailedDetail": "", + "quickSendSuccessSummary": "", + "quickSendSuccessDetail": "", + "quickSendErrorSummary": "", + "quickSendErrorDetail": "", + "deleteSupplementarySuccessSummary": "", + "deleteSupplementarySuccessDetail": "", + "deleteSupplementaryErrorSummary": "", + "deleteSupplementaryErrorDetail": "", + "deleteFormatSuccessSummary": "", + "deleteFormatSuccessDetail": "", + "deleteFormatErrorSummary": "", + "deleteFormatErrorDetail": "", + "detachFileSuccessSummary": "", + "detachFileSuccessDetail": "", + "detachFileErrorSummary": "", + "detachFileErrorDetail": "", + "dateUpdatedSummary": "", + "dateUpdatedDetail": "", + "dateUpdateFailedSummary": "", + "dateUpdateFailedDetail": "" + }, + "confirm": { + "resetProgressMessage": "", + "resetProgressHeader": "", + "deleteSupplementaryMessage": "", + "deleteSupplementaryHeader": "", + "deleteOnlyFormatMessage": "", + "deleteOnlyFormatHeader": "", + "deletePrimaryFormatMessage": "", + "deletePrimaryFormatHeader": "", + "deleteAltFormatMessage": "", + "deleteAltFormatHeader": "", + "deleteFileBtn": "", + "detachFileHeader": "", + "detachFileMessage": "", + "detachFileCopyMetadata": "", + "detachFileBtn": "", + "deleteBookMessage": "", + "deleteBookAllFilesMessage": "", + "deleteEverythingBtn": "", + "largeFileMessage": "", + "largeFileHeader": "", + "sendAnyway": "" + } }, - "toast": { - "invalidSelectionSummary": "", - "mergeMinDetail": "", - "deleteMinDetail": "", - "invalidTargetSummary": "", - "enterValidName": "", - "enterValidTarget": "", - "singleValueOnly": "", - "enterMergeTarget": "", - "singleMergeValueOnly": "", - "renameSuccessfulSummary": "", - "splitSuccessfulSummary": "", - "renameSuccessfulDetail": "", - "splitSuccessfulDetail": "", - "renameFailedSummary": "", - "splitFailedSummary": "", - "renameFailedDetail": "", - "splitFailedDetail": "", - "mergeSuccessfulSummary": "", - "mergeSplitSuccessfulSummary": "", - "mergeSuccessfulDetail": "", - "mergeSplitSuccessfulDetail": "", - "mergeFailedSummary": "", - "mergeSplitFailedSummary": "", - "mergeFailedDetail": "", - "mergeSplitFailedDetail": "", - "deleteSuccessfulSummary": "", - "deleteSuccessfulDetail": "", - "deleteFailedSummary": "", - "deleteFailedDetail": "", - "deleteSelectMinDetail": "" + "sidecar": { + "title": "", + "description": "", + "exportBtn": "", + "exportTooltip": "", + "importBtn": "", + "importTooltip": "", + "noSidecarTitle": "", + "noSidecarDescription": "", + "generatedLabel": "", + "versionLabel": "", + "byLabel": "", + "coverFileLabel": "", + "loading": "", + "syncStatusInSync": "", + "syncStatusOutdated": "", + "syncStatusConflict": "", + "syncStatusMissing": "", + "syncStatusNA": "", + "syncStatusUnknown": "", + "toast": { + "exportSuccessSummary": "", + "exportSuccessDetail": "", + "exportFailedSummary": "", + "exportFailedDetail": "", + "importSuccessSummary": "", + "importSuccessDetail": "", + "importFailedSummary": "", + "importFailedDetail": "" + } + }, + "coverSearch": { + "searchAudiobookCover": "", + "searchEbookCover": "", + "description": "", + "titleLabel": "", + "titleRequired": "", + "titlePlaceholder": "", + "authorLabel": "", + "authorPlaceholder": "", + "searchBtn": "", + "resetSearchTooltip": "", + "searchForCovers": "", + "searchForCoversDescription": "", + "searchingForCovers": "", + "noCoversFound": "", + "noCoversFoundDescription": "", + "coversFoundSingular": "", + "coversFoundPlural": "", + "resultsHint": "", + "selectCover": "", + "bookCoverAlt": "", + "toast": { + "coverUpdatedSummary": "", + "ebookCoverUpdatedDetail": "", + "audiobookCoverUpdatedDetail": "", + "coverUpdateFailedSummary": "", + "coverUpdateFailedDetail": "" + } + }, + "manager": { + "title": "", + "description": "", + "writeToFileWarning": "", + "clearSelection": "", + "deleteSelected": "", + "mergeSplitSelected": "", + "booksColumn": "", + "actionsColumn": "", + "selectSimilarTooltip": "", + "renameSplitTooltip": "", + "deleteTooltip": "", + "mergeSplitDialogTitle": "", + "mergeSplitDescription": "", + "booksCount": "", + "targetValueLabel": "", + "targetValuesLabel": "", + "singleValuePlaceholder": "", + "multiValuePlaceholder": "", + "singleMergeHowItWorks": "", + "multiMergeHowItWorks": "", + "processingNote": "", + "processing": "", + "renameSplitDialogTitle": "", + "renameSplitDescription": "", + "newNamesLabel": "", + "singleRenamePlaceholder": "", + "multiRenamePlaceholder": "", + "singleRenameHowItWorks": "", + "multiRenameHowItWorks": "", + "renameProcessingNote": "", + "deleteDialogTitle": "", + "deleteWarning": "", + "whatWillHappen": "", + "deleteItemRemoved": "", + "deleteCannotUndo": "", + "totalBooksAffected": "", + "deleting": "", + "tabs": { + "author": "", + "genre": "", + "mood": "", + "tag": "", + "series": "", + "publisher": "", + "language": "" + }, + "placeholders": { + "searchAuthors": "", + "searchGenres": "", + "searchMoods": "", + "searchTags": "", + "searchSeries": "", + "searchPublishers": "", + "searchLanguages": "" + }, + "toast": { + "invalidSelectionSummary": "", + "mergeMinDetail": "", + "deleteMinDetail": "", + "invalidTargetSummary": "", + "enterValidName": "", + "enterValidTarget": "", + "singleValueOnly": "", + "enterMergeTarget": "", + "singleMergeValueOnly": "", + "renameSuccessfulSummary": "", + "splitSuccessfulSummary": "", + "renameSuccessfulDetail": "", + "splitSuccessfulDetail": "", + "renameFailedSummary": "", + "splitFailedSummary": "", + "renameFailedDetail": "", + "splitFailedDetail": "", + "mergeSuccessfulSummary": "", + "mergeSplitSuccessfulSummary": "", + "mergeSuccessfulDetail": "", + "mergeSplitSuccessfulDetail": "", + "mergeFailedSummary": "", + "mergeSplitFailedSummary": "", + "mergeFailedDetail": "", + "mergeSplitFailedDetail": "", + "deleteSuccessfulSummary": "", + "deleteSuccessfulDetail": "", + "deleteFailedSummary": "", + "deleteFailedDetail": "", + "deleteSelectMinDetail": "" + } + }, + "advancedFetchOptions": { + "enabledHeader": "", + "fieldHeader": "", + "firstPriority": "", + "secondPriority": "", + "thirdPriority": "", + "fourthPriority": "", + "firstPriorityTooltip": "", + "secondPriorityTooltip": "", + "thirdPriorityTooltip": "", + "fourthPriorityTooltip": "", + "setAll": "", + "setAllP1": "", + "setAllP2": "", + "setAllP3": "", + "setAllP4": "", + "enableFieldTooltip": "", + "unset": "", + "providerSpecificFields": "", + "providerSpecificDescription": "", + "replaceModeLabel": "", + "replaceModeTooltip": "", + "replaceMissingOnly": "", + "replaceAllFields": "", + "replaceWhenProvided": "", + "updateCoversLabel": "", + "updateCoversTooltip": "", + "mergeGenresLabel": "", + "mergeGenresTooltip": "", + "manualReviewLabel": "", + "manualReviewTooltip": "", + "resetForm": "", + "toast": { + "providerRequiredSummary": "", + "providerRequiredDetail": "" + } + }, + "fetchOptions": { + "startRefresh": "" } - }, - "advancedFetchOptions": { - "enabledHeader": "", - "fieldHeader": "", - "firstPriority": "", - "secondPriority": "", - "thirdPriority": "", - "fourthPriority": "", - "firstPriorityTooltip": "", - "secondPriorityTooltip": "", - "thirdPriorityTooltip": "", - "fourthPriorityTooltip": "", - "setAll": "", - "setAllP1": "", - "setAllP2": "", - "setAllP3": "", - "setAllP4": "", - "enableFieldTooltip": "", - "unset": "", - "providerSpecificFields": "", - "providerSpecificDescription": "", - "replaceModeLabel": "", - "replaceModeTooltip": "", - "replaceMissingOnly": "", - "replaceAllFields": "", - "replaceWhenProvided": "", - "updateCoversLabel": "", - "updateCoversTooltip": "", - "mergeGenresLabel": "", - "mergeGenresTooltip": "", - "manualReviewLabel": "", - "manualReviewTooltip": "", - "resetForm": "", - "toast": { - "providerRequiredSummary": "", - "providerRequiredDetail": "" - } - }, - "fetchOptions": { - "startRefresh": "" - } } diff --git a/booklore-ui/src/i18n/id/nav.json b/booklore-ui/src/i18n/id/nav.json index 9cc2270ee..0d87a5439 100644 --- a/booklore-ui/src/i18n/id/nav.json +++ b/booklore-ui/src/i18n/id/nav.json @@ -1,5 +1,5 @@ { - "dashboard": "", - "libraries": "", - "settings": "" + "dashboard": "Dasbor", + "libraries": "Perpustakaan", + "settings": "Pengaturan" } diff --git a/booklore-ui/src/i18n/id/notebook.json b/booklore-ui/src/i18n/id/notebook.json index 521349ab7..15cd58e6c 100644 --- a/booklore-ui/src/i18n/id/notebook.json +++ b/booklore-ui/src/i18n/id/notebook.json @@ -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": "" } diff --git a/booklore-ui/src/i18n/id/reader-audiobook.json b/booklore-ui/src/i18n/id/reader-audiobook.json index 1e715d49b..899dc9c75 100644 --- a/booklore-ui/src/i18n/id/reader-audiobook.json +++ b/booklore-ui/src/i18n/id/reader-audiobook.json @@ -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": "" + } } diff --git a/booklore-ui/src/i18n/id/reader-cbx.json b/booklore-ui/src/i18n/id/reader-cbx.json index 833470e40..48c4408ff 100644 --- a/booklore-ui/src/i18n/id/reader-cbx.json +++ b/booklore-ui/src/i18n/id/reader-cbx.json @@ -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": "" + } } diff --git a/booklore-ui/src/i18n/id/reader-ebook.json b/booklore-ui/src/i18n/id/reader-ebook.json index eaf5b59f8..84acdc151 100644 --- a/booklore-ui/src/i18n/id/reader-ebook.json +++ b/booklore-ui/src/i18n/id/reader-ebook.json @@ -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": "" + } } diff --git a/booklore-ui/src/i18n/id/reader-pdf.json b/booklore-ui/src/i18n/id/reader-pdf.json index 8d596a64f..7868b8e76 100644 --- a/booklore-ui/src/i18n/id/reader-pdf.json +++ b/booklore-ui/src/i18n/id/reader-pdf.json @@ -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": "" + } } diff --git a/booklore-ui/src/i18n/id/series-browser.json b/booklore-ui/src/i18n/id/series-browser.json index 5d8956737..e2600391b 100644 --- a/booklore-ui/src/i18n/id/series-browser.json +++ b/booklore-ui/src/i18n/id/series-browser.json @@ -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": "" + } } diff --git a/booklore-ui/src/i18n/id/settings-application.json b/booklore-ui/src/i18n/id/settings-application.json index b147586cc..a76ee5f5f 100644 --- a/booklore-ui/src/i18n/id/settings-application.json +++ b/booklore-ui/src/i18n/id/settings-application.json @@ -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": "" } diff --git a/booklore-ui/src/i18n/id/settings-audit-logs.json b/booklore-ui/src/i18n/id/settings-audit-logs.json index 0a1f57a6d..78a893878 100644 --- a/booklore-ui/src/i18n/id/settings-audit-logs.json +++ b/booklore-ui/src/i18n/id/settings-audit-logs.json @@ -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": "" + } } diff --git a/booklore-ui/src/i18n/id/settings-auth.json b/booklore-ui/src/i18n/id/settings-auth.json index d6ae3fa92..637ab56af 100644 --- a/booklore-ui/src/i18n/id/settings-auth.json +++ b/booklore-ui/src/i18n/id/settings-auth.json @@ -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": "" + } } diff --git a/booklore-ui/src/i18n/id/settings-device.json b/booklore-ui/src/i18n/id/settings-device.json index e533d88ee..61c4f7f00 100644 --- a/booklore-ui/src/i18n/id/settings-device.json +++ b/booklore-ui/src/i18n/id/settings-device.json @@ -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": "" + } } diff --git a/booklore-ui/src/i18n/id/settings-email.json b/booklore-ui/src/i18n/id/settings-email.json index 601afa1e4..4170123af 100644 --- a/booklore-ui/src/i18n/id/settings-email.json +++ b/booklore-ui/src/i18n/id/settings-email.json @@ -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": "" - } - } } diff --git a/booklore-ui/src/i18n/id/settings-library-metadata.json b/booklore-ui/src/i18n/id/settings-library-metadata.json index 32a00a931..faf420a5c 100644 --- a/booklore-ui/src/i18n/id/settings-library-metadata.json +++ b/booklore-ui/src/i18n/id/settings-library-metadata.json @@ -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": "" + } } diff --git a/booklore-ui/src/i18n/id/settings-metadata.json b/booklore-ui/src/i18n/id/settings-metadata.json index f50bb7d2f..459dff1e9 100644 --- a/booklore-ui/src/i18n/id/settings-metadata.json +++ b/booklore-ui/src/i18n/id/settings-metadata.json @@ -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": "" + } } diff --git a/booklore-ui/src/i18n/id/settings-naming.json b/booklore-ui/src/i18n/id/settings-naming.json index 28edff6a3..d451215b0 100644 --- a/booklore-ui/src/i18n/id/settings-naming.json +++ b/booklore-ui/src/i18n/id/settings-naming.json @@ -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": "" + } } diff --git a/booklore-ui/src/i18n/id/settings-opds.json b/booklore-ui/src/i18n/id/settings-opds.json index 00efb49c9..5d88f5aab 100644 --- a/booklore-ui/src/i18n/id/settings-opds.json +++ b/booklore-ui/src/i18n/id/settings-opds.json @@ -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": "" } diff --git a/booklore-ui/src/i18n/id/settings-profile.json b/booklore-ui/src/i18n/id/settings-profile.json index 9310f9098..30e4dba8c 100644 --- a/booklore-ui/src/i18n/id/settings-profile.json +++ b/booklore-ui/src/i18n/id/settings-profile.json @@ -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": "" + } } diff --git a/booklore-ui/src/i18n/id/settings-reader.json b/booklore-ui/src/i18n/id/settings-reader.json index 1a1916c5a..81ca18f82 100644 --- a/booklore-ui/src/i18n/id/settings-reader.json +++ b/booklore-ui/src/i18n/id/settings-reader.json @@ -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": "" + } } - } } diff --git a/booklore-ui/src/i18n/id/settings-users.json b/booklore-ui/src/i18n/id/settings-users.json index e644e3ea7..c6acca7c8 100644 --- a/booklore-ui/src/i18n/id/settings-users.json +++ b/booklore-ui/src/i18n/id/settings-users.json @@ -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": "" } diff --git a/booklore-ui/src/i18n/id/settings-view.json b/booklore-ui/src/i18n/id/settings-view.json index 4f05f8beb..9c1c5f856 100644 --- a/booklore-ui/src/i18n/id/settings-view.json +++ b/booklore-ui/src/i18n/id/settings-view.json @@ -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": "" + } } diff --git a/booklore-ui/src/i18n/id/settings.json b/booklore-ui/src/i18n/id/settings.json index 7012c82e5..685a5c207 100644 --- a/booklore-ui/src/i18n/id/settings.json +++ b/booklore-ui/src/i18n/id/settings.json @@ -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" + } } diff --git a/booklore-ui/src/i18n/id/shared.json b/booklore-ui/src/i18n/id/shared.json index 476cc91e1..60660c0cf 100644 --- a/booklore-ui/src/i18n/id/shared.json +++ b/booklore-ui/src/i18n/id/shared.json @@ -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": "" + } } - } } diff --git a/booklore-ui/src/i18n/id/stats-library.json b/booklore-ui/src/i18n/id/stats-library.json index e74eb82ac..3f6de0582 100644 --- a/booklore-ui/src/i18n/id/stats-library.json +++ b/booklore-ui/src/i18n/id/stats-library.json @@ -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": "" + } } diff --git a/booklore-ui/src/i18n/id/stats-user.json b/booklore-ui/src/i18n/id/stats-user.json index 70c306fc0..11f3f3ee4 100644 --- a/booklore-ui/src/i18n/id/stats-user.json +++ b/booklore-ui/src/i18n/id/stats-user.json @@ -1,530 +1,530 @@ { - "main": { - "title": "", - "customizeLayout": "", - "chartConfig": "", - "resetLayout": "", - "hideAll": "", - "showAll": "", - "close": "" - }, - "chartNames": { - "heatmap": "", - "favoriteDays": "", - "peakHours": "", - "timeline": "", - "readingHeatmap": "", - "personalRating": "", - "readingProgress": "", - "readStatus": "", - "genreStats": "", - "completionTimeline": "", - "readingClock": "", - "pageTurner": "", - "completionRace": "", - "readingSurvival": "", - "bookLength": "", - "ratingTaste": "", - "seriesProgress": "", - "readingDna": "", - "readingHabits": "", - "bookFlow": "", - "readingDebt": "", - "publicationEra": "", - "sessionArchetypes": "" - }, - "sessionHeatmap": { - "title": "", - "tooltip": "", - "description": "", - "previousYear": "", - "nextYear": "", - "currentStreak": "", - "longestStreak": "", - "totalDays": "", - "consistency": "", - "readingSessions": "", - "readingSession": "", - "readingSessions_plural": "", - "milestone7DayStreak": "", - "milestone30DayStreak": "", - "milestone100ReadingDays": "", - "milestone365ReadingDays": "", - "milestoneYearOfReading": "" - }, - "sessionTimeline": { - "title": "", - "tooltip": "", - "description": "", - "previousWeek": "", - "nextWeek": "", - "week": "", - "selectYear": "", - "selectWeek": "", - "readingSession": "", - "tooltipTime": "", - "tooltipDuration": "", - "tooltipFormat": "", - "unknown": "" - }, - "genreStats": { - "title": "", - "tooltip": "", - "description": "", - "axisGenres": "", - "axisTimeRead": "", - "readingTime": "", - "day": "", - "days": "", - "hr": "", - "hrs": "", - "min": "", - "sec": "" - }, - "completionTimeline": { - "title": "", - "description": "", - "previousYear": "", - "nextYear": "", - "axisMonth": "", - "axisNumberOfBooks": "", - "completed": "", - "activeReading": "", - "paused": "", - "discontinued": "", - "tooltipBook": "", - "tooltipBooks": "" - }, - "favoriteDays": { - "title": "", - "tooltip": "", - "description": "", - "selectYear": "", - "selectMonth": "", - "allYears": "", - "allMonths": "", - "january": "", - "february": "", - "march": "", - "april": "", - "may": "", - "june": "", - "july": "", - "august": "", - "september": "", - "october": "", - "november": "", - "december": "", - "axisDayOfWeek": "", - "axisNumberOfSessions": "", - "axisDurationHours": "", - "sessions": "", - "durationHours": "", - "tooltipSessions": "", - "tooltipSessionsPlural": "" - }, - "peakHours": { - "title": "", - "tooltip": "", - "description": "", - "selectYear": "", - "selectMonth": "", - "allYears": "", - "allMonths": "", - "january": "", - "february": "", - "march": "", - "april": "", - "may": "", - "june": "", - "july": "", - "august": "", - "september": "", - "october": "", - "november": "", - "december": "", - "axisHourOfDay": "", - "axisNumberOfSessions": "", - "axisAvgDuration": "", - "sessions": "", - "avgDurationMin": "", - "tooltipSessions": "", - "tooltipSessionsPlural": "", - "tooltipMin": "" - }, - "personalRating": { - "title": "", - "tooltip": "", - "description": "", - "axisPersonalRating": "", - "axisNumberOfBooks": "", - "booksByPersonalRating": "", - "tooltipTitle": "", - "tooltipBook": "", - "tooltipBooks": "" - }, - "readStatus": { - "title": "", - "tooltip": "", - "description": "", - "unread": "", - "currentlyReading": "", - "reReading": "", - "read": "", - "partiallyRead": "", - "paused": "", - "wontRead": "", - "abandoned": "", - "noStatus": "", - "tooltipLabel": "" - }, - "readingDna": { - "title": "", - "tooltip": "", - "description": "", - "personalityTraits": "", - "readingDnaProfile": "", - "tooltipPersonality": "", - "tooltipScore": "", - "tooltipDefaultDescription": "", - "traits": { - "adventurous": "", - "perfectionist": "", - "intellectual": "", - "emotional": "", - "patient": "", - "social": "", - "nostalgic": "", - "ambitious": "" + "main": { + "title": "Statistik Bacaan {{ name }}", + "customizeLayout": "", + "chartConfig": "Konfigurasi Bagan", + "resetLayout": "", + "hideAll": "", + "showAll": "", + "close": "Tutup" }, - "descriptions": { - "adventurous": { - "low": "", - "mid": "", - "high": "" - }, - "perfectionist": { - "low": "", - "mid": "", - "high": "" - }, - "intellectual": { - "low": "", - "mid": "", - "high": "" - }, - "emotional": { - "low": "", - "mid": "", - "high": "" - }, - "patient": { - "low": "", - "mid": "", - "high": "" - }, - "social": { - "low": "", - "mid": "", - "high": "" - }, - "nostalgic": { - "low": "", - "mid": "", - "high": "" - }, - "ambitious": { - "low": "", - "mid": "", - "high": "" - } - } - }, - "readingHabits": { - "title": "", - "tooltip": "", - "description": "", - "habitPatterns": "", - "readingHabitsProfile": "", - "tooltipHabit": "", - "tooltipScore": "", - "tooltipDefaultDescription": "", - "habits": { - "consistency": "", - "multitasking": "", - "completionism": "", - "exploration": "", - "organization": "", - "intensity": "", - "methodology": "", - "momentum": "" + "chartNames": { + "heatmap": "", + "favoriteDays": "", + "peakHours": "", + "timeline": "", + "readingHeatmap": "", + "personalRating": "", + "readingProgress": "", + "readStatus": "", + "genreStats": "", + "completionTimeline": "", + "readingClock": "", + "pageTurner": "", + "completionRace": "", + "readingSurvival": "", + "bookLength": "", + "ratingTaste": "", + "seriesProgress": "", + "readingDna": "", + "readingHabits": "", + "bookFlow": "", + "readingDebt": "", + "publicationEra": "", + "sessionArchetypes": "" }, - "descriptions": { - "consistency": { - "low": "", - "mid": "", - "high": "" - }, - "multitasking": { - "low": "", - "mid": "", - "high": "" - }, - "completionism": { - "low": "", - "mid": "", - "high": "" - }, - "exploration": { - "low": "", - "mid": "", - "high": "" - }, - "organization": { - "low": "", - "mid": "", - "high": "" - }, - "intensity": { - "low": "", - "mid": "", - "high": "" - }, - "methodology": { - "low": "", - "mid": "", - "high": "" - }, - "momentum": { - "low": "", - "mid": "", - "high": "" - } + "sessionHeatmap": { + "title": "", + "tooltip": "", + "description": "", + "previousYear": "", + "nextYear": "", + "currentStreak": "", + "longestStreak": "", + "totalDays": "", + "consistency": "Konsistensi", + "readingSessions": "", + "readingSession": "", + "readingSessions_plural": "", + "milestone7DayStreak": "", + "milestone30DayStreak": "", + "milestone100ReadingDays": "", + "milestone365ReadingDays": "", + "milestoneYearOfReading": "" + }, + "sessionTimeline": { + "title": "", + "tooltip": "", + "description": "", + "previousWeek": "", + "nextWeek": "", + "week": "", + "selectYear": "", + "selectWeek": "", + "readingSession": "", + "tooltipTime": "", + "tooltipDuration": "Durasi:", + "tooltipFormat": "Format:", + "unknown": "Tidak Diketahui" + }, + "genreStats": { + "title": "", + "tooltip": "", + "description": "", + "axisGenres": "Genre", + "axisTimeRead": "", + "readingTime": "", + "day": "hari", + "days": "hari", + "hr": "jam", + "hrs": "jam", + "min": "menit", + "sec": "detik" + }, + "completionTimeline": { + "title": "", + "description": "", + "previousYear": "", + "nextYear": "", + "axisMonth": "Bulan", + "axisNumberOfBooks": "", + "completed": "Selesai", + "activeReading": "", + "paused": "Jeda", + "discontinued": "", + "tooltipBook": "", + "tooltipBooks": "" + }, + "favoriteDays": { + "title": "", + "tooltip": "", + "description": "", + "selectYear": "", + "selectMonth": "", + "allYears": "", + "allMonths": "", + "january": "Januari", + "february": "Februari", + "march": "Maret", + "april": "April", + "may": "Mei", + "june": "Juni", + "july": "Juli", + "august": "Agustus", + "september": "September", + "october": "Oktober", + "november": "November", + "december": "Desember", + "axisDayOfWeek": "", + "axisNumberOfSessions": "", + "axisDurationHours": "", + "sessions": "Sesi", + "durationHours": "", + "tooltipSessions": "", + "tooltipSessionsPlural": "" + }, + "peakHours": { + "title": "", + "tooltip": "", + "description": "", + "selectYear": "", + "selectMonth": "", + "allYears": "", + "allMonths": "", + "january": "Januari", + "february": "Februari", + "march": "", + "april": "", + "may": "", + "june": "", + "july": "", + "august": "", + "september": "", + "october": "", + "november": "", + "december": "", + "axisHourOfDay": "", + "axisNumberOfSessions": "", + "axisAvgDuration": "", + "sessions": "", + "avgDurationMin": "", + "tooltipSessions": "", + "tooltipSessionsPlural": "", + "tooltipMin": "" + }, + "personalRating": { + "title": "", + "tooltip": "", + "description": "", + "axisPersonalRating": "", + "axisNumberOfBooks": "", + "booksByPersonalRating": "", + "tooltipTitle": "", + "tooltipBook": "", + "tooltipBooks": "" + }, + "readStatus": { + "title": "", + "tooltip": "", + "description": "", + "unread": "", + "currentlyReading": "", + "reReading": "", + "read": "", + "partiallyRead": "", + "paused": "", + "wontRead": "", + "abandoned": "", + "noStatus": "", + "tooltipLabel": "" + }, + "readingDna": { + "title": "", + "tooltip": "", + "description": "", + "personalityTraits": "", + "readingDnaProfile": "", + "tooltipPersonality": "", + "tooltipScore": "", + "tooltipDefaultDescription": "", + "traits": { + "adventurous": "", + "perfectionist": "", + "intellectual": "", + "emotional": "", + "patient": "", + "social": "", + "nostalgic": "", + "ambitious": "" + }, + "descriptions": { + "adventurous": { + "low": "", + "mid": "", + "high": "" + }, + "perfectionist": { + "low": "", + "mid": "", + "high": "" + }, + "intellectual": { + "low": "", + "mid": "", + "high": "" + }, + "emotional": { + "low": "", + "mid": "", + "high": "" + }, + "patient": { + "low": "", + "mid": "", + "high": "" + }, + "social": { + "low": "", + "mid": "", + "high": "" + }, + "nostalgic": { + "low": "", + "mid": "", + "high": "" + }, + "ambitious": { + "low": "", + "mid": "", + "high": "" + } + } + }, + "readingHabits": { + "title": "", + "tooltip": "", + "description": "", + "habitPatterns": "", + "readingHabitsProfile": "", + "tooltipHabit": "", + "tooltipScore": "", + "tooltipDefaultDescription": "", + "habits": { + "consistency": "", + "multitasking": "", + "completionism": "", + "exploration": "", + "organization": "", + "intensity": "", + "methodology": "", + "momentum": "" + }, + "descriptions": { + "consistency": { + "low": "", + "mid": "", + "high": "" + }, + "multitasking": { + "low": "", + "mid": "", + "high": "" + }, + "completionism": { + "low": "", + "mid": "", + "high": "" + }, + "exploration": { + "low": "", + "mid": "", + "high": "" + }, + "organization": { + "low": "", + "mid": "", + "high": "" + }, + "intensity": { + "low": "", + "mid": "", + "high": "" + }, + "methodology": { + "low": "", + "mid": "", + "high": "" + }, + "momentum": { + "low": "", + "mid": "", + "high": "" + } + } + }, + "readingHeatmap": { + "title": "", + "tooltip": "", + "description": "", + "booksRead": "", + "tooltipBook": "", + "tooltipBooks": "" + }, + "readingProgress": { + "title": "", + "tooltip": "", + "description": "", + "booksByProgress": "", + "notStarted": "", + "justStarted": "", + "gettingIntoIt": "", + "halfwayThrough": "", + "almostFinished": "", + "completed": "", + "tooltipLabel": "" + }, + "ratingTaste": { + "title": "", + "tooltip": "", + "description": "", + "booksAnalyzed": "", + "axisExternalRating": "", + "axisPersonalRating": "", + "tooltipUnknownBook": "", + "tooltipYourRating": "", + "tooltipExternalRating": "", + "tooltipDifference": "", + "tooltipCategory": "", + "quadrantHiddenGems": "", + "quadrantPopularFavorites": "", + "quadrantAgreedMisses": "", + "quadrantOverrated": "", + "quadrantDescHiddenGems": "", + "quadrantDescPopularFavorites": "", + "quadrantDescAgreedMisses": "", + "quadrantDescOverrated": "", + "tasteProfile": "", + "avgDeviation": "", + "uniqueTaste": "", + "mainstream": "", + "balanced": "" + }, + "seriesProgress": { + "title": "", + "tooltip": "", + "description": "", + "series": "", + "avgCompletion": "", + "topRated": "", + "seriesBreakdown": "", + "ofTotal": "", + "searchSeries": "", + "allStatus": "", + "inProgress": "", + "completed": "", + "notStarted": "", + "sortByProgress": "", + "sortByRating": "", + "sortByBooks": "", + "sortByName": "", + "read": "", + "reading": "", + "partiallyRead": "", + "paused": "", + "abandoned": "", + "wontRead": "", + "unread": "", + "booksRead": "", + "inSeriesHint": "", + "next": "", + "axisCompletion": "", + "tooltipRead": "", + "tooltipSeriesTotal": "", + "tooltipYourRating": "", + "noMatchingSearch": "", + "pageInfo": "", + "noData": "", + "noDataHint": "" + }, + "pageTurner": { + "title": "", + "tooltip": "", + "description": "", + "mostGripping": "", + "avgGripScore": "", + "guiltyPleasure": "", + "sessionDurationTrend": "", + "gapBetweenSessionsTrend": "", + "finishBurst": "", + "increasing": "", + "decreasing": "", + "steady": "", + "shrinking": "", + "growing": "", + "axisGripScore": "", + "gripScore": "", + "tooltipGripScore": "", + "tooltipSessions": "", + "tooltipAvgSession": "", + "tooltipRating": "" + }, + "completionRace": { + "title": "", + "tooltip": "", + "description": "", + "previousYear": "", + "nextYear": "", + "books": "", + "sessions": "", + "avgDays": "", + "medianDays": "", + "fastest": "", + "slowest": "", + "axisDaysSinceFirstSession": "", + "axisProgress": "", + "tooltipDayProgress": "", + "noData": "", + "noDataHint": "" + }, + "readingSurvival": { + "title": "", + "tooltip": "", + "description": "", + "started": "", + "completionRate": "", + "medianDropout": "", + "dangerZone": "", + "survivalRate": "", + "axisProgressThreshold": "", + "axisBooksSurviving": "", + "tooltipProgress": "", + "tooltipSurvival": "", + "noData": "", + "noDataHint": "" + }, + "readingClock": { + "title": "", + "tooltip": "", + "description": "", + "peakHour": "", + "totalRead": "", + "readerType": "", + "nightOwl": "", + "earlyBird": "", + "balanced": "", + "tooltipReading": "", + "noData": "", + "noDataHint": "" + }, + "bookLength": { + "title": "", + "tooltip": "", + "description": "", + "booksAnalyzed": "", + "sweetSpot": "", + "highestRated": "", + "axisPageCount": "", + "axisPersonalRating": "", + "tooltipUnknownBook": "", + "tooltipPages": "", + "tooltipRating": "", + "tooltipStatus": "", + "statusRead": "", + "statusReading": "", + "statusAbandoned": "", + "statusOther": "", + "trend": "" + }, + "bookFlow": { + "title": "", + "tooltip": "", + "description": "", + "totalBooks": "", + "busiestQuarter": "", + "topStatus": "", + "avgRating": "", + "completionRate": "", + "colAdded": "", + "colStatus": "", + "colRating": "", + "noData": "", + "noDataHint": "" + }, + "readingDebt": { + "title": "", + "tooltip": "", + "description": "", + "booksAdded": "", + "booksFinished": "", + "backlog": "", + "currentBacklog": "", + "trendLabel": "", + "growing": "", + "shrinking": "", + "noData": "", + "noDataHint": "" + }, + "publicationEra": { + "title": "", + "tooltip": "", + "description": "", + "bestDecade": "", + "avgRating": "", + "booksRated": "", + "noData": "", + "noDataHint": "" + }, + "sessionArchetypes": { + "title": "", + "tooltip": "", + "description": "", + "sessions": "", + "dominantType": "", + "archetype_morning": "", + "archetype_afternoon": "", + "archetype_evening": "", + "archetype_night": "", + "noData": "", + "noDataHint": "" } - }, - "readingHeatmap": { - "title": "", - "tooltip": "", - "description": "", - "booksRead": "", - "tooltipBook": "", - "tooltipBooks": "" - }, - "readingProgress": { - "title": "", - "tooltip": "", - "description": "", - "booksByProgress": "", - "notStarted": "", - "justStarted": "", - "gettingIntoIt": "", - "halfwayThrough": "", - "almostFinished": "", - "completed": "", - "tooltipLabel": "" - }, - "ratingTaste": { - "title": "", - "tooltip": "", - "description": "", - "booksAnalyzed": "", - "axisExternalRating": "", - "axisPersonalRating": "", - "tooltipUnknownBook": "", - "tooltipYourRating": "", - "tooltipExternalRating": "", - "tooltipDifference": "", - "tooltipCategory": "", - "quadrantHiddenGems": "", - "quadrantPopularFavorites": "", - "quadrantAgreedMisses": "", - "quadrantOverrated": "", - "quadrantDescHiddenGems": "", - "quadrantDescPopularFavorites": "", - "quadrantDescAgreedMisses": "", - "quadrantDescOverrated": "", - "tasteProfile": "", - "avgDeviation": "", - "uniqueTaste": "", - "mainstream": "", - "balanced": "" - }, - "seriesProgress": { - "title": "", - "tooltip": "", - "description": "", - "series": "", - "avgCompletion": "", - "topRated": "", - "seriesBreakdown": "", - "ofTotal": "", - "searchSeries": "", - "allStatus": "", - "inProgress": "", - "completed": "", - "notStarted": "", - "sortByProgress": "", - "sortByRating": "", - "sortByBooks": "", - "sortByName": "", - "read": "", - "reading": "", - "partiallyRead": "", - "paused": "", - "abandoned": "", - "wontRead": "", - "unread": "", - "booksRead": "", - "inSeriesHint": "", - "next": "", - "axisCompletion": "", - "tooltipRead": "", - "tooltipSeriesTotal": "", - "tooltipYourRating": "", - "noMatchingSearch": "", - "pageInfo": "", - "noData": "", - "noDataHint": "" - }, - "pageTurner": { - "title": "", - "tooltip": "", - "description": "", - "mostGripping": "", - "avgGripScore": "", - "guiltyPleasure": "", - "sessionDurationTrend": "", - "gapBetweenSessionsTrend": "", - "finishBurst": "", - "increasing": "", - "decreasing": "", - "steady": "", - "shrinking": "", - "growing": "", - "axisGripScore": "", - "gripScore": "", - "tooltipGripScore": "", - "tooltipSessions": "", - "tooltipAvgSession": "", - "tooltipRating": "" - }, - "completionRace": { - "title": "", - "tooltip": "", - "description": "", - "previousYear": "", - "nextYear": "", - "books": "", - "sessions": "", - "avgDays": "", - "medianDays": "", - "fastest": "", - "slowest": "", - "axisDaysSinceFirstSession": "", - "axisProgress": "", - "tooltipDayProgress": "", - "noData": "", - "noDataHint": "" - }, - "readingSurvival": { - "title": "", - "tooltip": "", - "description": "", - "started": "", - "completionRate": "", - "medianDropout": "", - "dangerZone": "", - "survivalRate": "", - "axisProgressThreshold": "", - "axisBooksSurviving": "", - "tooltipProgress": "", - "tooltipSurvival": "", - "noData": "", - "noDataHint": "" - }, - "readingClock": { - "title": "", - "tooltip": "", - "description": "", - "peakHour": "", - "totalRead": "", - "readerType": "", - "nightOwl": "", - "earlyBird": "", - "balanced": "", - "tooltipReading": "", - "noData": "", - "noDataHint": "" - }, - "bookLength": { - "title": "", - "tooltip": "", - "description": "", - "booksAnalyzed": "", - "sweetSpot": "", - "highestRated": "", - "axisPageCount": "", - "axisPersonalRating": "", - "tooltipUnknownBook": "", - "tooltipPages": "", - "tooltipRating": "", - "tooltipStatus": "", - "statusRead": "", - "statusReading": "", - "statusAbandoned": "", - "statusOther": "", - "trend": "" - }, - "bookFlow": { - "title": "", - "tooltip": "", - "description": "", - "totalBooks": "", - "busiestQuarter": "", - "topStatus": "", - "avgRating": "", - "completionRate": "", - "colAdded": "", - "colStatus": "", - "colRating": "", - "noData": "", - "noDataHint": "" - }, - "readingDebt": { - "title": "", - "tooltip": "", - "description": "", - "booksAdded": "", - "booksFinished": "", - "backlog": "", - "currentBacklog": "", - "trendLabel": "", - "growing": "", - "shrinking": "", - "noData": "", - "noDataHint": "" - }, - "publicationEra": { - "title": "", - "tooltip": "", - "description": "", - "bestDecade": "", - "avgRating": "", - "booksRated": "", - "noData": "", - "noDataHint": "" - }, - "sessionArchetypes": { - "title": "", - "tooltip": "", - "description": "", - "sessions": "", - "dominantType": "", - "archetype_morning": "", - "archetype_afternoon": "", - "archetype_evening": "", - "archetype_night": "", - "noData": "", - "noDataHint": "" - } } diff --git a/booklore-ui/src/i18n/nl/book.json b/booklore-ui/src/i18n/nl/book.json index 4400392c5..70d4fae66 100644 --- a/booklore-ui/src/i18n/nl/book.json +++ b/booklore-ui/src/i18n/nl/book.json @@ -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": { diff --git a/booklore-ui/src/i18n/sl/book.json b/booklore-ui/src/i18n/sl/book.json index 71004c41e..82110094f 100644 --- a/booklore-ui/src/i18n/sl/book.json +++ b/booklore-ui/src/i18n/sl/book.json @@ -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", diff --git a/booklore-ui/src/i18n/sl/common.json b/booklore-ui/src/i18n/sl/common.json index 9044d9e59..5c915af2b 100644 --- a/booklore-ui/src/i18n/sl/common.json +++ b/booklore-ui/src/i18n/sl/common.json @@ -22,5 +22,5 @@ "dismiss": "Prezri", "discard": "Zavrzi", "review": "Preglej", - "libraryPathInaccessible": "" + "libraryPathInaccessible": "Pot do knjižnice ni dostopna" } diff --git a/booklore-ui/src/i18n/sl/magic-shelf.json b/booklore-ui/src/i18n/sl/magic-shelf.json index b32fb8203..637f446cf 100644 --- a/booklore-ui/src/i18n/sl/magic-shelf.json +++ b/booklore-ui/src/i18n/sl/magic-shelf.json @@ -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", diff --git a/booklore-ui/src/i18n/sl/metadata.json b/booklore-ui/src/i18n/sl/metadata.json index 8e2515b4a..3710d009a 100644 --- a/booklore-ui/src/i18n/sl/metadata.json +++ b/booklore-ui/src/i18n/sl/metadata.json @@ -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", diff --git a/booklore-ui/src/i18n/sl/settings-application.json b/booklore-ui/src/i18n/sl/settings-application.json index c64be7167..e23338c2a 100644 --- a/booklore-ui/src/i18n/sl/settings-application.json +++ b/booklore-ui/src/i18n/sl/settings-application.json @@ -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" } } diff --git a/booklore-ui/src/i18n/uk/app.json b/booklore-ui/src/i18n/uk/app.json index d6f06a24c..573a6fb1f 100644 --- a/booklore-ui/src/i18n/uk/app.json +++ b/booklore-ui/src/i18n/uk/app.json @@ -1,8 +1,8 @@ { - "offline": "", - "loading": "", - "loadingDescription": "", - "offlineLoadingDescription": "", - "offlineDescription": "", - "connectionLost": "" + "offline": "Ви офлайн", + "loading": "Завантаження BookLore…", + "loadingDescription": "Зачекайте, будь ласка, триває підготовка.", + "offlineLoadingDescription": "Для завантаження BookLore потрібне з'єднання із сервером.", + "offlineDescription": "Перевірте мережу та спробуйте ще раз.", + "connectionLost": "З'єднання втрачено. Деякі функції можуть бути обмежені." } diff --git a/booklore-ui/src/i18n/uk/auth.json b/booklore-ui/src/i18n/uk/auth.json index 5b781d768..7eb6e78a3 100644 --- a/booklore-ui/src/i18n/uk/auth.json +++ b/booklore-ui/src/i18n/uk/auth.json @@ -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": "Перевищено ліміт спроб. Будь ласка, зачекайте." + } } diff --git a/booklore-ui/src/i18n/uk/common.json b/booklore-ui/src/i18n/uk/common.json index 7cf9004ca..5cfba12fb 100644 --- a/booklore-ui/src/i18n/uk/common.json +++ b/booklore-ui/src/i18n/uk/common.json @@ -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": "Шлях до бібліотеки недоступний" } diff --git a/booklore-ui/src/i18n/uk/nav.json b/booklore-ui/src/i18n/uk/nav.json index 9cc2270ee..7b25a0cff 100644 --- a/booklore-ui/src/i18n/uk/nav.json +++ b/booklore-ui/src/i18n/uk/nav.json @@ -1,5 +1,5 @@ { - "dashboard": "", - "libraries": "", - "settings": "" + "dashboard": "Головна", + "libraries": "Бібліотеки", + "settings": "Налаштування" } diff --git a/booklore-ui/src/i18n/uk/settings-reader.json b/booklore-ui/src/i18n/uk/settings-reader.json index 1a1916c5a..5604ce5e9 100644 --- a/booklore-ui/src/i18n/uk/settings-reader.json +++ b/booklore-ui/src/i18n/uk/settings-reader.json @@ -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": "Підтримувані формати: TTF, OTF, WOFF, WOFF2", + "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}}" + } } - } } diff --git a/booklore-ui/src/i18n/uk/settings-view.json b/booklore-ui/src/i18n/uk/settings-view.json index 4f05f8beb..2455aa62d 100644 --- a/booklore-ui/src/i18n/uk/settings-view.json +++ b/booklore-ui/src/i18n/uk/settings-view.json @@ -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": "" + } } diff --git a/booklore-ui/src/i18n/uk/settings.json b/booklore-ui/src/i18n/uk/settings.json index 7012c82e5..9973dcf2e 100644 --- a/booklore-ui/src/i18n/uk/settings.json +++ b/booklore-ui/src/i18n/uk/settings.json @@ -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": "Пристрої" + } }