{{ t('wizard.step1.title') }}
{{ t('wizard.step1.subtitle') }}
{{ t('wizard.step1.result', { created: setupWizard.createdTables.length }) }}
{{ t('wizard.step1.skippedSuffix', { count: setupWizard.tablesSkipped }) }}
{{ t('wizard.step1.allSkipped') }}
{{ setupWizard.error }}
{{ t('wizard.step2.title') }}
{{ t('wizard.step2.subtitle') }}
{{ t('wizard.step2.templateResult', { categories: setupWizard.applyResult.categoriesCreated, products: setupWizard.applyResult.productsCreated }) }}
{{ setupWizard.error }}
{{ t('wizard.step3.title') }}
{{ t('wizard.step3.subtitle') }}
-
{{ setupWizard.tablesCount > 0 ? '✓' : '✗' }}
{{ t('wizard.step3.tablesCheck', { count: setupWizard.tablesCount }) }}
-
{{ setupWizard.productsCount > 0 ? '✓' : '✗' }}
{{ t('wizard.step3.productsCheck', { count: setupWizard.productsCount }) }}
{{ t('wizard.step3.publishResult') }}
{{ setupWizard.error }}