Skip to content

Commit e3bff67

Browse files
committedMar 25, 2025
feat(orga): replace thematic-results by badges
1 parent a352ac6 commit e3bff67

File tree

8 files changed

+39
-39
lines changed

8 files changed

+39
-39
lines changed
 

Diff for: ‎mon-pix/translations/es.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1929,13 +1929,13 @@
19291929
"already-shared": "¡Gracias, tus resultados se han enviado correctamente!",
19301930
"badge-card": {
19311931
"acquired": "Aprobado",
1932-
"acquired-full": "Resultado temático obtenido",
1932+
"acquired-full": "Insignia obtenida",
19331933
"certifiable": "Certificación",
19341934
"not-acquired": "No has aprobado",
1935-
"not-acquired-full": "Resultado temático no obtenido",
1936-
"progress-bar-label": "Porcentaje de éxito del resultado temático"
1935+
"not-acquired-full": "Insignia no obtenida",
1936+
"progress-bar-label": "Porcentaje de éxito de la insignia"
19371937
},
1938-
"badges-title": "Tus resultados temáticos",
1938+
"badges-title": "Tus insignias",
19391939
"details": {
19401940
"caption": "Detalle de tus resultados en términos porcentuales según las competencias",
19411941
"header-result": "Resultados",

Diff for: ‎mon-pix/translations/nl.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1930,13 +1930,13 @@
19301930
"already-shared": "Bedankt, je resultaten zijn verzonden!",
19311931
"badge-card": {
19321932
"acquired": "Verkregen",
1933-
"acquired-full": "Thematisch resultaat",
1933+
"acquired-full": "Badge verkregen",
19341934
"certifiable": "Certificeren",
19351935
"not-acquired": "Niet verkregen",
1936-
"not-acquired-full": "Thematisch resultaat niet verkregen",
1937-
"progress-bar-label": "Percentage succesvolle resultaten"
1936+
"not-acquired-full": "Badge niet verkregen",
1937+
"progress-bar-label": "Percentage succesvolle badge"
19381938
},
1939-
"badges-title": "Je thematische resultaten",
1939+
"badges-title": "Je badges",
19401940
"details": {
19411941
"caption": "Details van je resultaten in percentages volgens vaardigheden",
19421942
"header-result": "Resultaten",

Diff for: ‎orga/app/components/campaign/filter/participation-filters.gjs

+2-2
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export default class ParticipationFilters extends Component {
157157
event: 'custom-event',
158158
'pix-event-category': 'Campagnes',
159159
'pix-event-action': 'Filtrer les participations',
160-
'pix-event-name': 'Usage du filtre par Résultats Thématiques',
160+
'pix-event-name': 'Usage du filtre par Badges',
161161
});
162162
}
163163

@@ -169,7 +169,7 @@ export default class ParticipationFilters extends Component {
169169
event: 'custom-event',
170170
'pix-event-category': 'Campagnes',
171171
'pix-event-action': 'Filtrer les participations',
172-
'pix-event-name': 'Utilisation du filtre "Thématiques non obtenues"',
172+
'pix-event-name': 'Utilisation du filtre "Badges non obtenus"',
173173
});
174174
}
175175

Diff for: ‎orga/tests/integration/components/campaign/filter/participation-filters-test.gjs

+8-8
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ module('Integration | Component | Campaign::Filter::ParticipationFilters', funct
536536
);
537537

538538
// then
539-
assert.notOk(screen.queryByRole('button', { name: 'Thématiques' }));
539+
assert.notOk(screen.queryByRole('button', { name: 'Badges' }));
540540
assert.notOk(screen.queryByLabelText('Les bases'));
541541
});
542542

@@ -585,7 +585,7 @@ module('Integration | Component | Campaign::Filter::ParticipationFilters', funct
585585
event: 'custom-event',
586586
'pix-event-category': 'Campagnes',
587587
'pix-event-action': 'Filtrer les participations',
588-
'pix-event-name': 'Utilisation du filtre "Thématiques non obtenues"',
588+
'pix-event-name': 'Utilisation du filtre "Badges non obtenus"',
589589
});
590590
});
591591

@@ -631,7 +631,7 @@ module('Integration | Component | Campaign::Filter::ParticipationFilters', funct
631631
event: 'custom-event',
632632
'pix-event-category': 'Campagnes',
633633
'pix-event-action': 'Filtrer les participations',
634-
'pix-event-name': 'Usage du filtre par Résultats Thématiques',
634+
'pix-event-name': 'Usage du filtre par Badges',
635635
});
636636
});
637637
});
@@ -696,7 +696,7 @@ module('Integration | Component | Campaign::Filter::ParticipationFilters', funct
696696
);
697697

698698
// then
699-
assert.notOk(screen.queryByRole('button', { name: 'Thématiques' }));
699+
assert.notOk(screen.queryByRole('button', { name: 'Badges' }));
700700
assert.notOk(screen.queryByLabelText('Les bases'));
701701
});
702702

@@ -745,7 +745,7 @@ module('Integration | Component | Campaign::Filter::ParticipationFilters', funct
745745
event: 'custom-event',
746746
'pix-event-category': 'Campagnes',
747747
'pix-event-action': 'Filtrer les participations',
748-
'pix-event-name': 'Utilisation du filtre "Thématiques non obtenues"',
748+
'pix-event-name': 'Utilisation du filtre "Badges non obtenus"',
749749
});
750750
});
751751

@@ -791,7 +791,7 @@ module('Integration | Component | Campaign::Filter::ParticipationFilters', funct
791791
event: 'custom-event',
792792
'pix-event-category': 'Campagnes',
793793
'pix-event-action': 'Filtrer les participations',
794-
'pix-event-name': 'Usage du filtre par Résultats Thématiques',
794+
'pix-event-name': 'Usage du filtre par Badges',
795795
});
796796
});
797797
});
@@ -811,7 +811,7 @@ module('Integration | Component | Campaign::Filter::ParticipationFilters', funct
811811
);
812812

813813
// then
814-
assert.notOk(screen.queryByRole('button', { name: 'Thématiques' }));
814+
assert.notOk(screen.queryByRole('button', { name: 'Badges' }));
815815
});
816816
});
817817

@@ -831,7 +831,7 @@ module('Integration | Component | Campaign::Filter::ParticipationFilters', funct
831831
);
832832

833833
// then
834-
assert.notOk(screen.queryByRole('button', { name: 'Thématiques' }));
834+
assert.notOk(screen.queryByRole('button', { name: 'Badges' }));
835835
});
836836
});
837837
});

Diff for: ‎orga/tests/integration/components/campaign/results/assessment-list-test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ module('Integration | Component | Campaign::Results::AssessmentList', function (
459459
);
460460

461461
// then
462-
assert.notOk(screen.queryByRole('columnheader', { name: 'Résultats Thématiques' }));
462+
assert.notOk(screen.queryByRole('columnheader', { name: 'Badges' }));
463463
});
464464
});
465465

@@ -493,7 +493,7 @@ module('Integration | Component | Campaign::Results::AssessmentList', function (
493493
);
494494

495495
// then
496-
assert.ok(screen.getByRole('columnheader', { name: 'Résultats Thématiques' }));
496+
assert.ok(screen.getByRole('columnheader', { name: 'Badges' }));
497497
});
498498
});
499499

Diff for: ‎orga/translations/en.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@
9393
"value": "/{total} seats"
9494
},
9595
"badges-acquisitions": {
96-
"information": "Find here the number of Thematic Results obtained by your participants in this campaign as well as their percentage.",
96+
"information": "Find here the number of badges obtained by your participants in this campaign as well as their percentage.",
9797
"obtained": "obtained",
98-
"title": "Thematic results"
98+
"title": "Badges"
9999
},
100100
"occupied-seats-count": {
101101
"anonymous": "including {count, plural, =1 {1 seat} other {{count, number} seats}} with no-account access",
@@ -269,7 +269,7 @@
269269
"without-account": "Access without account"
270270
},
271271
"subjects": "Topics: {value, number}",
272-
"thematic-results": "Thematic results: {value, number}"
272+
"thematic-results": "Badges: {value, number}"
273273
}
274274
},
275275
"components": {
@@ -406,7 +406,7 @@
406406
},
407407
"pages": {
408408
"assessment-individual-results": {
409-
"badges": "Thematic results",
409+
"badges": "Badges",
410410
"breadcrumb-current-page-label": "Participation of {firstName} {lastName}",
411411
"participation-label": "Participation #{participationNumber}",
412412
"participation-not-shared": "Results to submit",
@@ -630,7 +630,7 @@
630630
"aria-label": "Filters on participations",
631631
"participations-count": "{count, plural, =0 {0 participants} =1 {1 participant} other {{count} participants}}",
632632
"type": {
633-
"badges": "Acquired thematic results",
633+
"badges": "Acquired badges",
634634
"groups": {
635635
"empty": "No group",
636636
"title": "Groups"
@@ -640,7 +640,7 @@
640640
"empty": "All statuses",
641641
"title": "Status"
642642
},
643-
"unacquired-badges": "Unacquired thematic results"
643+
"unacquired-badges": "Unacquired badges"
644644
}
645645
},
646646
"result": "Result",
@@ -652,7 +652,7 @@
652652
"caption": "This table lists the participants who have shared their results. For each participant, it shows their surname, first name and elements of results.",
653653
"column": {
654654
"ariaSharedResultCount": "Number of sent results",
655-
"badges": "Thematic results",
655+
"badges": "Badges",
656656
"evolution": "Evolution",
657657
"first-name": "First name",
658658
"last-name": "Last name",

Diff for: ‎orga/translations/fr.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@
9393
"value": "/{total} places"
9494
},
9595
"badges-acquisitions": {
96-
"information": "Retrouvez ici le nombre de Résultats Thématiques obtenus par vos participants dans cette campagne ainsi que leur pourcentage d’obtention. ",
96+
"information": "Retrouvez ici le nombre de Badges obtenus par vos participants dans cette campagne ainsi que leur pourcentage d’obtention. ",
9797
"obtained": "obtenus",
98-
"title": "Résultats thématiques"
98+
"title": "Badges"
9999
},
100100
"occupied-seats-count": {
101101
"anonymous": "dont {count, plural, =1 {1 place} other {{count, number} places}} avec un accès sans compte",
@@ -269,7 +269,7 @@
269269
"without-account": "Accès sans compte"
270270
},
271271
"subjects": "Sujets : {value, number}",
272-
"thematic-results": "Résultats thématiques : {value, number}"
272+
"thematic-results": "Badges : {value, number}"
273273
}
274274
},
275275
"components": {
@@ -412,7 +412,7 @@
412412
},
413413
"pages": {
414414
"assessment-individual-results": {
415-
"badges": "Résultats Thématiques",
415+
"badges": "Badges",
416416
"breadcrumb-current-page-label": "Participation de {firstName} {lastName}",
417417
"participation-label": "Participation #{participationNumber}",
418418
"participation-not-shared": "Résultats non-envoyés",
@@ -636,7 +636,7 @@
636636
"aria-label": "Filtres sur les participations",
637637
"participations-count": "{count, plural, =0 {0 participant} =1 {1 participant} other {{count} participants}}",
638638
"type": {
639-
"badges": "Thématiques obtenues",
639+
"badges": "Badges obtenus",
640640
"groups": {
641641
"empty": "Aucun groupe",
642642
"title": "Groupes"
@@ -646,7 +646,7 @@
646646
"empty": "Tous les statuts",
647647
"title": "Statut"
648648
},
649-
"unacquired-badges": "Thématiques non obtenues"
649+
"unacquired-badges": "Badges non obtenus"
650650
}
651651
},
652652
"result": "Résultat",
@@ -658,7 +658,7 @@
658658
"caption": "Ce tableau comporte la liste des participants ayant partagé leurs résultats. Il indique pour chaque participant leur nom, prénom et des éléments de résultats.",
659659
"column": {
660660
"ariaSharedResultCount": "Nombre de résultats envoyés",
661-
"badges": "Résultats Thématiques",
661+
"badges": "Badges",
662662
"evolution": "Évolution",
663663
"first-name": "Prénom",
664664
"last-name": "Nom",

Diff for: ‎orga/translations/nl.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@
9393
"value": "/{total} plaatsen"
9494
},
9595
"badges-acquisitions": {
96-
"information": "Hier vind je het aantal thematische resultaten die je deelnemers in deze campagne hebben behaald en hun percentage.",
96+
"information": "Hier vind je het aantal badges die je deelnemers in deze campagne hebben behaald en hun percentage.",
9797
"obtained": "verkregen",
98-
"title": "Thematische resultaten"
98+
"title": "Badges"
9999
},
100100
"occupied-seats-count": {
101101
"anonymous": "inclusief {count, plural, =1 {1 plaats} other {{count, number} plaatsen}} met toegang zonder account",
@@ -268,7 +268,7 @@
268268
"without-account": "Toegang zonder account"
269269
},
270270
"subjects": "Onderwerpen: {value, number}",
271-
"thematic-results": "Thematische resultaten: {value, number}"
271+
"thematic-results": "Badges: {value, number}"
272272
},
273273
"no-content": "Geen inhoud"
274274
},
@@ -406,7 +406,7 @@
406406
},
407407
"pages": {
408408
"assessment-individual-results": {
409-
"badges": "Thematische resultaten",
409+
"badges": "Badges",
410410
"breadcrumb-current-page-label": "Deelname van {firstName} {lastName}",
411411
"participation-label": "Deelname #{participationNumber}",
412412
"participation-not-shared": "Resultaten niet verzonden",
@@ -616,7 +616,7 @@
616616
"caption": "In deze tabel staan de deelnemers die hun resultaten hebben gedeeld. Voor elke deelnemer worden de achternaam, voornaam en resultaten weergegeven.",
617617
"column": {
618618
"ariaSharedResultCount": "Aantal verzonden resultaten",
619-
"badges": "Thematische resultaten",
619+
"badges": "Badges",
620620
"evolution": "Evolutie",
621621
"first-name": "Voornaam",
622622
"last-name": "Achternaam",

0 commit comments

Comments
 (0)