UI/Web/src/app/sidenav/_modals/library-settings-modal/library-settings-modal.component.html
{{t('type-label')}} @if(IsKavitaPlusEligible) { {{t('kavitaplus-eligible-label')}} } {{t('type-tooltip')}}{{t('kavitaplus-eligible-tooltip')}} @for (opt of libraryTypes; track opt.value) { {{opt.title}} } {{LibraryTypeValue | libraryTypeSubtitle}}
@if (!isAddLibrary) { {{t('last-scanned-label')}} {{library?.lastScanned | date: 'short' | defaultDate}} }
{{t('files-at-root-warning')}}
}
{{t('folder-description')}}
@for(folder of selectedFolders; track folder) { - {{folder}} @if (filesAtRoot().includes(folder)) { } }
{{t('browse')}}
{{t('help-us-part-1')}}{{t('help-us-part-2')}} {{t('help-us-part-3')}}
{{t('naming-conventions-part-1')}}{{t('naming-conventions-part-2')}} {{t('naming-conventions-part-3')}}
{{t('cover-description')}}
}
{{t('cover-description-extra')}}
@for (group of fileTypeGroups; track group) { {{ group | fileTypeGroup }} }
@if (languageSettings) { {{item.title}} {{item.title}} ({{item.isoCode}}) }
@if (!isAddLibrary) { - {{Tabs.Tasks | tabTitle}} @for(task of tasks; track task.action) { {{task.title}} } }
{{t('force-scan')}}{{t('reset')}}{{t('cancel')}} @if (isAddLibrary && setupStep !== 3) { {{t('next')}} } @else { {{t('save')}} }