Skip to content

Commit b00a6b7

Browse files
committed
feat(orga): Actualize translation files
1 parent 46be3d4 commit b00a6b7

File tree

2 files changed

+20
-8
lines changed

2 files changed

+20
-8
lines changed

orga/translations/en.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,13 @@
311311
"success": "Participants have been imported."
312312
},
313313
"organization-participants-header": {
314+
"default": {
315+
"title": "{count, plural, =0 {Participants} =1 {Participant ({count})} other {Participants ({count})}}"
316+
},
314317
"import-button": "Import",
318+
"sco": {
319+
"title": "{count, plural, =0 {Students} =1 {Students ({count})} other {Students ({count})}}"
320+
},
315321
"sco-title": "{count, plural, =0 {Students} =1 {Student ({count})} other {Students ({count})}}",
316322
"title": "{count, plural, =0 {Participants} =1 {Participant ({count})} other {Participants ({count})}}"
317323
},
@@ -1711,4 +1717,4 @@
17111717
"title": "Terms and conditions of use"
17121718
}
17131719
}
1714-
}
1720+
}

orga/translations/nl.json

+13-7
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,13 @@
313313
"organization-participants-header": {
314314
"import-button": "Importeren",
315315
"sco-title": "{count, plural, =0 {Leerling} =1 {Leerling ({count})} other {Leerlingen ({count})}}",
316-
"title": "{count, plural, =0 {Deelnemer} =1 {Deelnemer ({count})} other {Deelnemers ({count})}}"
316+
"title": "{count, plural, =0 {Deelnemer} =1 {Deelnemer ({count})} other {Deelnemers ({count})}}",
317+
"default": {
318+
"title": "{count, plural, =0 {Deelnemers} =1 {Participant ({count})} other {Deelnemers ({count})}}"
319+
},
320+
"sco": {
321+
"title": "{count, plural, =0 {Leerlingen} =1 {Leerlingen ({count})} other {Leerlingen ({count})}}"
322+
}
317323
},
318324
"participation-status": {
319325
"SHARED-ASSESSMENT": "Ontvangen resultaten",
@@ -603,9 +609,9 @@
603609
"status": {
604610
"empty": "Alle statussen",
605611
"title": "Status"
606-
}
607-
},
608-
"unacquired-badges": "Niet verkregen onderwerpen"
612+
},
613+
"unacquired-badges": "Thema's niet verkregen"
614+
}
609615
},
610616
"result": "Resultaat",
611617
"table": {
@@ -1496,8 +1502,8 @@
14961502
"headers": {
14971503
"positioning": "positionering",
14981504
"reached-level": "Bereikt niveau",
1499-
"skills": "Vaardigheden",
1500-
"topics": "Onderwerpen"
1505+
"topics": "Onderwerpen",
1506+
"competences": "Vaardigheden"
15011507
}
15021508
}
15031509
},
@@ -1711,4 +1717,4 @@
17111717
"title": "Gebruiksvoorwaarden"
17121718
}
17131719
}
1714-
}
1720+
}

0 commit comments

Comments
 (0)