{{ texts.project.heading }}

{{ texts.project.introPrefix }} {{ texts.project.introPath }}{{ texts.project.introSuffix }}

@if (activeProviderLoadError(); as err) { {{ texts.project.loadErrorPrefix }} {{ err }} } @if (activeProviderSaveError(); as err) { {{ texts.project.saveErrorPrefix }} {{ err }} } @if (activeProviderSwitchAnnouncement(); as msg) { {{ msg }} }
{{ texts.project.activeProviderLabel }}
{{ texts.project.activeProviderDescription }}
@switch (activeProviderSource()) { @case ('autodetect') { {{ texts.project.activeProviderSourceAutodetect }} } @case ('default') { {{ texts.project.activeProviderSourceDefault }} } } @if (activeProviderDetectedLabel(); as detected) { @if (detected.length > 0) { {{ texts.project.activeProviderDetectedPrefix }} {{ detected }} } }
{{ texts.project.sidecarWritersLabel }}
{{ texts.project.sidecarWritersDescription }}
{{ texts.project.pluginTrustLabel }}
{{ texts.project.pluginTrustDescription }}
@if (loadError(); as err) { {{ texts.project.loadErrorPrefix }} {{ err }} } @if (saveError(); as err) { {{ texts.project.saveErrorPrefix }} {{ err }} }
{{ texts.project.referencePathsLabel }}
{{ texts.project.referencePathsDescription }}
@if (ignoreLoadError(); as err) { {{ texts.project.loadErrorPrefix }} {{ err }} } @if (ignoreSaveError(); as err) { {{ texts.project.saveErrorPrefix }} {{ err }} }
{{ texts.project.ignorePatternsLabel }}
{{ texts.project.ignorePatternsDescriptionPrefix }} {{ texts.project.ignorePatternsDescriptionFile }} {{ texts.project.ignorePatternsDescriptionMiddle }} {{ texts.project.ignorePatternsDescriptionGitignore }} {{ texts.project.ignorePatternsDescriptionSuffix }}