+
{t('catégorie')} : {getCatName(catAverage)}
+
{t('arme', {ns: 'common'})} : {getSwordTypeName(preset?.sword)} - {t('taille')} {getSwordSize(preset?.sword, catAverage, genreAverage)}
+
{t('bouclier', {ns: 'common'})} : {getShieldTypeName(preset?.shield)} - {t('taille')} {getShieldSize(preset?.shield, catAverage)}
+
{t('duréeRound')} : {timePrint(time.round)}
+
{t('duréePause')} : {timePrint(time.pause)}
+
{t('matchTerminé')}: {marches2.filter(m => m.end).length} sur {marches2.length}
+
{t('nombreDeCombattants')} : {nbComb}
+