Skip to content

Commit c642f66

Browse files
authored
feat(orga): replace thematic-results by badges
1 parent 01d334f commit c642f66

File tree

8 files changed

+39
-39
lines changed

8 files changed

+39
-39
lines changed

mon-pix/translations/es.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1848,13 +1848,13 @@
18481848
"already-shared": "¡Gracias, tus resultados se han enviado correctamente!",
18491849
"badge-card": {
18501850
"acquired": "Aprobado",
1851-
"acquired-full": "Resultado temático obtenido",
1851+
"acquired-full": "Insignia obtenida",
18521852
"certifiable": "Certificación",
18531853
"not-acquired": "No has aprobado",
1854-
"not-acquired-full": "Resultado temático no obtenido",
1855-
"progress-bar-label": "Porcentaje de éxito del resultado temático"
1854+
"not-acquired-full": "Insignia no obtenida",
1855+
"progress-bar-label": "Porcentaje de éxito de la insignia"
18561856
},
1857-
"badges-title": "Tus resultados temáticos",
1857+
"badges-title": "Tus insignias",
18581858
"details": {
18591859
"caption": "Detalle de tus resultados en términos porcentuales según las competencias",
18601860
"header-result": "Resultados",

mon-pix/translations/nl.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1848,13 +1848,13 @@
18481848
"already-shared": "Bedankt, je resultaten zijn verzonden!",
18491849
"badge-card": {
18501850
"acquired": "Verkregen",
1851-
"acquired-full": "Thematisch resultaat",
1851+
"acquired-full": "Badge verkregen",
18521852
"certifiable": "Certificeren",
18531853
"not-acquired": "Niet verkregen",
1854-
"not-acquired-full": "Thematisch resultaat niet verkregen",
1855-
"progress-bar-label": "Percentage succesvolle resultaten"
1854+
"not-acquired-full": "Badge niet verkregen",
1855+
"progress-bar-label": "Percentage succesvolle badge"
18561856
},
1857-
"badges-title": "Je thematische resultaten",
1857+
"badges-title": "Je badges",
18581858
"details": {
18591859
"caption": "Details van je resultaten in percentages volgens vaardigheden",
18601860
"header-result": "Resultaten",

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

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
});

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

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": {
@@ -412,7 +412,7 @@
412412
},
413413
"pages": {
414414
"assessment-individual-results": {
415-
"badges": "Thematic results",
415+
"badges": "Badges",
416416
"breadcrumb-current-page-label": "Participation of {firstName} {lastName}",
417417
"participation-label": "Participation #{participationNumber}",
418418
"participation-not-shared": "Results to submit",
@@ -636,7 +636,7 @@
636636
"aria-label": "Filters on participations",
637637
"participations-count": "{count, plural, =0 {0 participants} =1 {1 participant} other {{count} participants}}",
638638
"type": {
639-
"badges": "Acquired thematic results",
639+
"badges": "Acquired badges",
640640
"groups": {
641641
"empty": "No group",
642642
"title": "Groups"
@@ -646,7 +646,7 @@
646646
"empty": "All statuses",
647647
"title": "Status"
648648
},
649-
"unacquired-badges": "Unacquired thematic results"
649+
"unacquired-badges": "Unacquired badges"
650650
}
651651
},
652652
"result": "Result",
@@ -658,7 +658,7 @@
658658
"caption": "This table lists the participants who have shared their results. For each participant, it shows their surname, first name and elements of results.",
659659
"column": {
660660
"ariaSharedResultCount": "Number of sent results",
661-
"badges": "Thematic results",
661+
"badges": "Badges",
662662
"evolution": "Evolution",
663663
"first-name": "First name",
664664
"last-name": "Last name",

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",

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
},
@@ -412,7 +412,7 @@
412412
},
413413
"pages": {
414414
"assessment-individual-results": {
415-
"badges": "Thematische resultaten",
415+
"badges": "Badges",
416416
"breadcrumb-current-page-label": "Deelname van {firstName} {lastName}",
417417
"participation-label": "Deelname #{participationNumber}",
418418
"participation-not-shared": "Resultaten niet verzonden",
@@ -622,7 +622,7 @@
622622
"caption": "In deze tabel staan de deelnemers die hun resultaten hebben gedeeld. Voor elke deelnemer worden de achternaam, voornaam en resultaten weergegeven.",
623623
"column": {
624624
"ariaSharedResultCount": "Aantal verzonden resultaten",
625-
"badges": "Thematische resultaten",
625+
"badges": "Badges",
626626
"evolution": "Evolutie",
627627
"first-name": "Voornaam",
628628
"last-name": "Achternaam",

0 commit comments

Comments
 (0)