You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -177,9 +184,6 @@ function renderAdvancementText(
177
184
? 'common.wca.advancement.linkedResultAchieved'
178
185
: 'common.wca.advancement.resultAchieved',
179
186
{
180
-
defaultValue: isLinkedRounds
181
-
? 'Competitors with a {{scope}} better than {{result}} combined across {{rounds}} advance to next round. Minimum of 25% of competitors must be eliminated.'
182
-
: 'Competitors with a {{scope}} better than {{result}} advance to next round. Minimum of 25% of competitors must be eliminated.',
Copy file name to clipboardExpand all lines: src/i18n/en/translation.yaml
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,12 @@ common:
33
33
advancement:
34
34
ranking: 'Top <b>{{level}}</b> to next round'
35
35
percent: 'Top <b>{{level}}%</b> to next round'
36
+
linkedRanking: 'Top {{level}} combined across {{rounds}} advance to next round'
37
+
linkedPercent: 'Top {{level}}% combined across {{rounds}} advance to next round'
36
38
attemptResult: Result better than <b>{level}</b> advances to next round. Minimum of 25% of competitors must be eliminated.
39
+
resultAchieved: Competitors with a {{scope}} better than {{result}} advance to next round. Minimum of 25% of competitors must be eliminated.
40
+
linkedResultAchieved: Competitors with a {{scope}} better than {{result}} combined across {{rounds}} advance to next round. Minimum of 25% of competitors must be eliminated.
0 commit comments