{{ t('title') }}

{{ t('description') }}

{{ t('warning.title') }} {{ t('warning.text') }}

{{ t('defaultPattern.sectionTitle') }}

{{ t('defaultPattern.sectionDesc') }}

@if (defaultErrorMessage) { {{ defaultErrorMessage }} }
{{ t('defaultPattern.preview') }} {{ generateDefaultPreview() }}

{{ t('libraryOverrides.sectionTitle') }}

{{ t('libraryOverrides.sectionDesc') }}

@if (libraries.length === 0) {

{{ t('libraryOverrides.emptyTitle') }}

{{ t('libraryOverrides.emptySubtitle') }}

} @else {
@for (library of libraries; track library.id) {
{{ library.name }} @if (library.fileNamingPattern) { {{ t('libraryOverrides.custom') }} } @else { {{ t('libraryOverrides.usingDefault') }} }
{{ t('libraryOverrides.preview') }} {{ generateLibraryPreview(library) }}
}
}

{{ t('placeholders.sectionTitle') }}

{{ t('placeholders.sectionDesc') }}

{{ t('placeholders.available') }}

{{ '{title}' }}{{ t('placeholders.title') }}
{{ '{subtitle}' }}{{ t('placeholders.subtitle') }}
{{ '{authors}' }}{{ t('placeholders.authors') }}
{{ '{year}' }}{{ t('placeholders.year') }}
{{ '{series}' }}{{ t('placeholders.series') }}
{{ '{seriesIndex}' }}{{ t('placeholders.seriesIndex') }}
{{ '{language}' }}{{ t('placeholders.language') }}
{{ '{publisher}' }}{{ t('placeholders.publisher') }}
{{ '{isbn}' }}{{ t('placeholders.isbn') }}
{{ '{currentFilename}' }}{{ t('placeholders.currentFilename') }}

{{ t('placeholders.optionalBlocks') }}

{{ t('placeholders.pattern') }} {{ '{<{seriesIndex} - >{title}' }}
{{ t('placeholders.withIndex') }} 01 - Dune
{{ t('placeholders.without') }} Dune

{{ t('placeholders.elseClause') }}

{{ t('placeholders.pattern') }} {{ '{<{series}|Standalone>/{title}' }}
{{ t('placeholders.withSeries') }} The Kingkiller Chronicle/The Name of the Wind
{{ t('placeholders.withoutSeries') }} Standalone/The Name of the Wind

{{ t('placeholders.modifiers') }}

{{ '{authors:first}' }}{{ t('placeholders.modFirst') }}
{{ '{authors:sort}' }}{{ t('placeholders.modSort') }}
{{ '{title:initial}' }}{{ t('placeholders.modInitial') }}
{{ '{title:upper}' }}{{ t('placeholders.modUpper') }}
{{ '{title:lower}' }}{{ t('placeholders.modLower') }}

{{ t('examples.sectionTitle') }}

{{ t('examples.sectionDesc') }}

{{ t('examples.basicGroup') }}

{{ t('examples.basicPattern') }} {{ '{authors} - {title}' }} Patrick Rothfuss - The Name of the Wind.epub
{{ t('examples.seriesInFolder') }} {{ '{authors}/{series}/{seriesIndex} - {title}' }} Patrick Rothfuss/The Kingkiller Chronicle/01 - The Name of the Wind.epub
{{ t('examples.titleSubtitle') }} {{ '{title}: {subtitle}' }} The Name of the Wind: Special Edition.epub
{{ t('examples.absolutePath') }} {{ '/{authors}/{title}' }} /Patrick Rothfuss/The Name of the Wind.epub
{{ t('examples.folderOnly') }} {{ '{title}/' }} The Name of the Wind/name_of_the_wind_original.epub
{{ t('examples.yearPrefix') }} {{ '({year}) {title}' }} (2007) The Name of the Wind.epub

{{ t('examples.conditionalGroup') }}

{{ t('examples.optionalBlock') }} {{ '<{seriesIndex}. >{title}' }}
01. The Name of the Wind.epub Project Hail Mary.epub
{{ t('examples.subtitleConditional') }} {{ '{title}<: {subtitle}>' }}
The Name of the Wind: Special Edition.epub Project Hail Mary.epub
{{ t('examples.multipleOptional') }} {{ '{authors}/<{series}/><{seriesIndex}. >{title}< ({year})>' }}
Patrick Rothfuss/The Kingkiller Chronicle/01. The Name of the Wind (2007).epub Andy Weir/Project Hail Mary (2021).epub
{{ t('examples.elseClause') }} {{ '<{series}|Standalone>/{title}' }}
The Kingkiller Chronicle/The Name of the Wind.epub Standalone/Project Hail Mary.epub
{{ t('examples.elseClauseFallback') }} {{ '<{series}/{seriesIndex} - {title}|{title}>' }}
The Kingkiller Chronicle/01 - The Name of the Wind.epub Project Hail Mary.epub
{{ t('examples.elseWithModifier') }} {{ '<{series}|{authors:sort}>/{title}' }}
The Kingkiller Chronicle/The Name of the Wind.epub Weir, Andy/Project Hail Mary.epub

{{ t('examples.modifiersGroup') }}

{{ t('examples.modifierSort') }} {{ '{authors:sort}/{title}' }} Rothfuss, Patrick/The Name of the Wind.epub
{{ t('examples.modifierInitial') }} {{ '{authors:initial}/{authors:sort}/{title}' }} R/Rothfuss, Patrick/The Name of the Wind.epub
{{ t('examples.modFirst') }} {{ '{authors:first}/{title}' }} Patrick Rothfuss/The Name of the Wind.epub
{{ t('examples.modUpper') }} {{ '{title:upper}' }} THE NAME OF THE WIND.epub
{{ t('examples.modLower') }} {{ '{title:lower}' }} the name of the wind.epub
{{ t('examples.letterFolder') }} {{ '{title:initial}/{authors}/{title}' }} T/Patrick Rothfuss/The Name of the Wind.epub
{{ t('examples.combinedMods') }} {{ '{authors:sort} - {title:lower}' }} Rothfuss, Patrick - the name of the wind.epub