{$t(`${NS}.hero.tagline`)}

{$t(`${NS}.hero.title`)}

{$t(`${NS}.hero.subtitle`)}

{$t(`${NS}.hero.cta`)}

{$t(`${NS}.whatIs.title`)}

{@html $t(`${NS}.whatIs.p1`)}

{@html $t(`${NS}.whatIs.p2`)}

{@html $t(`${NS}.whatIs.p3`)}

{$t(`${NS}.howTo.title`)}

    {#each ['step1', 'step2', 'step3', 'step4'] as step (step)}
  1. {@html $t(`${NS}.howTo.${step}`)}
  2. {/each}

{$t(`${NS}.formats.title`)}

{$t(`${NS}.formats.intro`)}

{#each ['exp', 'pes', 'dst', 'jef'] as row (row)} {/each}
{$t(`${NS}.formats.table.headers.format`)} {$t(`${NS}.formats.table.headers.extension`)} {$t(`${NS}.formats.table.headers.machines`)} {$t(`${NS}.formats.table.headers.notes`)}
{$t(`${NS}.formats.rows.${row}.format`)} {$t(`${NS}.formats.rows.${row}.extension`)} {$t(`${NS}.formats.rows.${row}.machines`)} {$t(`${NS}.formats.rows.${row}.notes`)}

{$t(`${NS}.convert.title`)}

{@html $t(`${NS}.convert.p1`)}

{@html $t(`${NS}.convert.p2`)}

{$t(`${NS}.screenshots.title`)}

{$t(`${NS}.screenshots.intro`)}

{$t(`${NS}.screenshots.viewer.alt`)}
{$t(`${NS}.screenshots.viewer.alt`)}
{$t(`${NS}.screenshots.hero.alt`)}
{$t(`${NS}.screenshots.hero.alt`)}

{$t(`${NS}.faq.title`)}

{$t(`${NS}.faq.intro`)}

{#each faqKeys as key (key)}
{$t(`${NS}.faq.items.${key}.summary`)}

{$t(`${NS}.faq.items.${key}.description`)}

{/each}

{$t(`${NS}.cta.title`)}

{$t(`${NS}.cta.subtitle`)}

{$t(`${NS}.cta.button`)}