{$_('toolbar.routing.use_routing_tooltip')}
{#if $routing}
{#each Object.keys(brouterProfiles) as profile} {$_(`toolbar.routing.activities.${profile}`)} {/each}
{/if}
{$_('toolbar.routing.reverse_tooltip')} {$_('toolbar.routing.route_back_to_start_tooltip')} {$_('toolbar.routing.round_trip_tooltip')}
{#if $selection.size > 1}
{$_('toolbar.routing.help_multiple_files')}
{:else if $selection.size == 0 || !validSelection}
{$_('toolbar.routing.help_no_file')}
{:else}
{$_('toolbar.routing.help')}
{/if}