Skip to content

Commit cd1a195

Browse files
committed
feat(orga): Actualize translation files
1 parent ef3d7b2 commit cd1a195

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

orga/translations/en.json

+6
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
},

orga/translations/nl.json

+12-6
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",
@@ -605,9 +611,9 @@
605611
"status": {
606612
"empty": "Alle statussen",
607613
"title": "Status"
608-
}
609-
},
610-
"unacquired-badges": "Niet verkregen onderwerpen"
614+
},
615+
"unacquired-badges": "Thema's niet verkregen"
616+
}
611617
},
612618
"result": "Resultaat",
613619
"table": {
@@ -1509,8 +1515,8 @@
15091515
"headers": {
15101516
"positioning": "positionering",
15111517
"reached-level": "Bereikt niveau",
1512-
"skills": "Vaardigheden",
1513-
"topics": "Onderwerpen"
1518+
"topics": "Onderwerpen",
1519+
"competences": "Vaardigheden"
15141520
}
15151521
}
15161522
},

0 commit comments

Comments
 (0)