);
case 'result.comment': {
const comment = getEntryResultComment(entry);
+ const number = getEntryRoundNumber(entry);
return <Trans i18nKey={`protocol.description.${entry.type}`}>
+ {{number}}
<Spoiler>{{comment}}</Spoiler>,
</Trans>;
}
case 'result.report': {
+ const number = getEntryRoundNumber(entry);
const time = getEntryResultTime(entry);
return <Trans i18nKey={`protocol.description.${entry.type}`}>
+ {{number}}
<Spoiler>{{time}}</Spoiler>,
</Trans>;
}
rejected: 'Anmeldung von {{username}} abgelehnt',
},
result: {
- comment: 'Ergebnis kommentiert: <0>{{comment}}</0>',
- report: 'Ergebnis von <0>{{time}}</0> eingetragen',
+ comment: 'Ergebnis von Runde {{number}} kommentiert: <1>{{comment}}</1>',
+ report: 'Ergebnis von <1>{{time}}</1> bei Runde {{number}} eingetragen',
},
round: {
create: 'Runde #{{number}} hinzugefĆ¼gt',
rejected: 'Application from {{username}} rejected',
},
result: {
- comment: 'Result commented: <0>{{comment}}</0>',
- report: 'Result of <0>{{time}}</0> reported',
+ comment: 'Result of round {{number}} commented: <1>{{comment}}</1>',
+ report: 'Result of <1>{{time}}</1> reported for round {{number}}',
},
round: {
create: 'Round #{{number}} added',