$form_fragment['simple_sitemap_regenerate_now']['#description'].='<br>'.$this->t('Otherwise the sitemap will be regenerated during a future cron run.');
$form_fragment['simple_sitemap_regenerate_now']['#description'].='<br>'.$this->t('Otherwise the sitemaps will be regenerated during a future cron run.');
?$this->t('At least one sitemap variants needs to be defined for a bundle to be indexable.<br>Variants can be configured <a href="@url">here</a>.',['@url'=>$GLOBALS['base_url'].'/admin/config/search/simplesitemap/variants'])
?$this->t('Do not index this @bundle entity',['@bundle'=>$bundle_name])
:$this->t('Do not index entities of this type'),
1=>$this->getEntityCategory()==='instance'
?$this->t('Index this @bundle entity',['@bundle'=>$bundle_name])
:$this->t('Index entities of this type'),
$this->getEntityCategory()==='instance'
?$this->t('Do not index this <em>@bundle</em> entity in variant <em>@variant_label</em>',['@bundle'=>$bundle_name,'@variant_label'=>$this->t($variants[$variant]['label'])])
:$this->t('Do not index entities of type <em>@bundle</em> in variant <em>@variant_label</em>',['@bundle'=>$bundle_name,'@variant_label'=>$this->t($variants[$variant]['label'])]),
$this->getEntityCategory()==='instance'
?$this->t('Index this <em>@bundle entity</em> in variant <em>@variant_label</em>',['@bundle'=>$bundle_name,'@variant_label'=>$this->t($variants[$variant]['label'])])
:$this->t('Index entities of type <em>@bundle</em> in variant <em>@variant_label</em>',['@bundle'=>$bundle_name,'@variant_label'=>$this->t($variants[$variant]['label'])]),