-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathen.json
689 lines (689 loc) · 25.3 KB
/
en.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
{
"common": {
"actions": {
"add": "Add",
"cancel": "Cancel",
"close": "Close",
"deactivate": "Deactivate",
"edit": "Edit",
"save": "Save",
"validate": "Validate"
},
"api-error-messages": {
"bad-request-error": "The data entered was not in the correct format.",
"gateway-timeout-error": "The service is being slow. Please try again later.",
"internal-server-error": "An error occurred, our teams are working on finding a solution. Please try again later.",
"login-unauthorized-error": "There was an error in the email address or username/password entered.",
"login-user-blocked-error": "Your account has reached the maximum number of failed login attempts and has been temporarily blocked. Please '<'a href=\"{url}\"'>'contact us'</a>' to unblock it.",
"login-user-temporary-blocked-error": "You have reached too many failed login attempts. Please try again later or '<'a href=\"{url}\"'>'reset your password here'</a>'.",
"organization-not-found-error": "The organization \"{organizationId}\" does not exist."
},
"forms": {
"loading": "Loading...",
"mandatory": "Champ obligatoire",
"mandatory-fields": "The fields marked '<abbr title=\"required\" class=\"mandatory-mark\">'*'</abbr>' are required"
},
"notifications": {
"generic-error": "An error occurred."
},
"roles": {
"admin": "Administrator",
"auto": "Automatic",
"member": "Member"
},
"words": {
"no": "No",
"yes": "Yes"
}
},
"components": {
"administration": {
"add-organization-features-in-batch": {
"title": "Enable features on organizations",
"description": "Note: Trying to enable already existing features on organizations would produce an error.",
"notifications": {
"success": "Features have been enabled."
},
"upload-button": "Import CSV file"
},
"anonymize-gar-import": {
"title": "Anonymize GAR Data",
"description": "Note: Anonymization should be done once a year. Provide the list of user IDs to be anonymized.",
"notifications": {
"error": {
"payload-too-large": "The CSV file must be a maximum size of {maxSize}Mb."
},
"success": {
"full": "All GAR data has been successfully anonymized for the {total} users provided.",
"partial": "GAR data has been anonymized for {garAnonymizedUserCount} users for a total of {total}."
}
},
"upload-button": "Anonymize from a CSV file"
},
"oidc-providers-import": {
"title": "OIDC Providers import",
"description": "Note: Trying to import already existing OIDC Providers would produce an error.",
"notifications": {
"success": "The OIDC Providers have been created."
},
"upload-button": "Import JSON file"
},
"organization-import-format": {
"title": "Update existing import formats",
"description": "Only existing format imports will be updated. If the name does not match, no format import will be created.",
"notifications": {
"success": "Format imports are updated correctly"
},
"upload-button": "Importing a JSON file"
},
"organization-tags-import": {
"title": "Bulk addition of tags on organisations",
"description": "Allow to add tags to organisations. Each line of the CSV file must be made of the ID of an organisation, followed by the name of a tag.",
"notifications": {
"errors": {
"tag-not-found": "The tag \"{tagName}\" does not exist."
},
"success": "Tags have been added to the organisations."
},
"upload-button": "Import CSV file"
},
"organizations-import": {
"title": "Mass creation of organizations",
"description": "Existing organizations will not be changed.",
"notifications": {
"success": "The organizations have been created."
},
"upload-button": "Import CSV file"
},
"swap-campaign-codes": {
"title": "Switch campaign codes",
"description": "Allow to switch campaign codes from two different campaigns. Campaigns must be on the same organization.",
"form": {
"button": "Switch",
"firstCampaignId": "1st campaign ID",
"secondCampaignId": "2nd campaign ID"
},
"notifications": {
"error": {
"mismatch-organization": "Campaign code swapping is possible between campaigns on the same organization.",
"swap-code-error": "May be one of your campaign id doesn't exist. Check and retry."
},
"success": "Campaign code switch success"
}
},
"update-campaign-code": {
"title": "Update campaign code",
"description": "Allow to modify the campaign code from the campaign ID. The campaign's code must be unique and composed of 9 uppercase alphanumeric characters.",
"form": {
"button": "Update",
"campaignCode": "Campaign code",
"campaignId": "Campaign ID"
},
"notifications": {
"error": {
"campaign-code-format": "Campaign's code should contains only uppercase alpha numeric characters.",
"campaign-id-error": "Campaign id does not exist.",
"unique-code-error": "Campaign's code is not unique."
},
"success": "Campaign code update succeed."
}
},
"update-organizations-in-batch": {
"title": "Mass modification of organisations",
"description": "Note: Only columns with a value will be modified.",
"notifications": {
"errors": {
"data-protection-email-invalid": "DPO email format invalid \"{value}\" for the organization \"{organizationId}\".",
"organization-batch-update-error": "An error occurred for organization \"{organizationId}\".",
"organization-not-found": "Organization id not found: \"{organizationId}\".",
"parent-organization-not-found": "Parent organization for \"{organizationId}\" not found."
},
"success": "The organisations have been modified."
},
"upload-button": "Import CSV file"
}
},
"autonomous-courses": {
"title": "Tous les parcours autonomes",
"actions": {
"new": "Nouveau parcours autonome"
},
"list": {
"title": "Liste des parcours autonomes",
"headers": {
"createdAt": "Date de création",
"id": "Id",
"name": "Nom",
"status": "Date"
},
"no-result": "Aucun résultat",
"status": {
"active": "Actif",
"archived": "Archivé"
}
},
"new": {
"title": "Nouveau parcours autonome",
"create-autonomous-course": "Créer le parcours autonome",
"target-profile": {
"category-label": "Sélectionner une ou plusieurs catégories de profils cibles",
"label": "Quel profil cible voulez-vous associer à ce parcours autonome ?",
"placeholder": "Choisir un profil cible",
"search-label": "Recherchez un profil cible",
"sub-label": "Le profil cible doit être en accès simplifié et relié à l’organisation \"Organisation pour les parcours autonomes\""
},
"technical-informations": {
"title": "Informations techniques",
"label": "Nom interne"
},
"user-information": {
"title": "Informations pour les utilisateurs",
"homepage": {
"label": "Texte de la page d'accueil",
"placeholder": "Exemple : description, objectifs..."
},
"public-name": {
"label": "Nom public <small>(50 caractères maximum)</small>",
"placeholder": "Exemple : Le super nom de mon parcours autonome",
"sub-label": "Le nom du parcours autonome sera affiché sur la page de démarrage du candidat."
}
}
},
"update": {
"custom-landing-page": {
"label": "Texte de la page d'accueil",
"placeholder": "Exemple : description, objectifs..."
},
"internal-title": {
"label": "Nom interne"
},
"public-title": {
"label": "Nom public <small>(50 caractères maximum)</small>",
"placeholder": "Exemple : Le super nom de mon parcours autonome",
"sublabel": "Le nom du parcours autonome sera affiché sur la page de démarrage du candidat."
},
"save": "Sauvegarder les modifications"
},
"view": {
"labels": {
"created-date": "Date de création",
"custom-landing-page": "Texte de la page d'accueil",
"id": "Id",
"internal-title": "Nom interne",
"public-title": "Nom public"
},
"link-copy-action": "Copier le lien de la campagne",
"link-copy-validation": "Lien copié !",
"link-label": "Lien vers la campagne {code} (nouvelle fenêtre)",
"link-title": "Lien public"
}
},
"badges": {
"api-error-messages": {
"key-already-exists": "The badge key {badgeKey} already exists"
}
},
"certification-centers": {
"is-v3-pilot-label": "V3 Certification Pilot (This center will only be able to organize v3 sessions)",
"membership-item": {
"actions": {
"edit-role": "Edit role"
}
},
"membership-item-role": {
"select-role": "Select role"
},
"table-headers": {
"roleLabel": "Role"
}
},
"certifications": {
"external-jury-select-options": {
"REJECTED": "Rejected",
"UNSET": "Waiting"
}
},
"complementary-certifications": {
"target-profiles": {
"badges-list": {
"title": "Badges certifiés du profil cible actuel",
"header": {
"id": "ID du RT certifiant",
"image-url": "Image du badge certifié",
"level": "Niveau du badge certifié",
"minimum-earned-pix": "Nombre de pix minimum",
"name": "Nom du badge certifié"
}
}
}
},
"layout": {
"menu-bar": {
"entries": {
"administration": "Administration",
"autonomous-courses": "Parcours autonomes",
"certification-centers": "Centres de certification",
"certifications": "Certifications",
"complementary-certifications": "Certifications complémentaires",
"logout": "Se déconnecter",
"organizations": "Organisations",
"sessions": "Sessions de certifications",
"target-profiles": "Profils cibles",
"team": "Équipe",
"tools": "Outils",
"trainings": "Contenus formatifs",
"users": "Utilisateurs"
},
"label": "Navigation principale"
}
},
"memberships-section": {
"roles": {
"admin": "Administrator",
"member": "Member"
}
},
"organizations": {
"all-tags": {
"recently-used-tags": "List of tags recently used with {tagName}"
},
"children": {
"attach-child-form": {
"input-information": "ID of organisation to add",
"input-label": "Add a child organisation",
"name": "Add a child organisation form"
}
},
"children-list": {
"table-headers": {
"external-id": "External Identifier",
"id": "ID",
"name": "Name"
},
"table-name": "List of children organisations"
},
"information-section-view": {
"child-organization": "Child organization",
"parent-organization": "Parent organization"
}
},
"users": {
"certification-centers": {
"memberships": {
"empty-table": "There is no certification center",
"items": {
"actions": {
"cancel-extra-informations": "Cancel role modification",
"deactivate-extra-informations": "Deactivate certification center membership",
"edit-role": "Edit the role",
"edit-role-extra-informations": "Edit certification center membership role",
"save-extra-informations": "Save certification center membership role"
},
"role": {
"select-role": "Select a role"
}
},
"table-headers": {
"actions-label": "Actions",
"center-external-id": "External ID",
"center-id": "Center ID",
"center-name": "Name",
"center-type": "Type",
"role-label": "Role"
}
}
},
"user-detail-personal-information": {
"actions": {
"copy-email": "Copy user e-mail address",
"copy-username": "Copy user id"
},
"authentication-method": {
"should-change-password-status": "Temporary password :"
},
"copied": "Copied!"
}
}
},
"pages": {
"administration": {
"certification": {
"certification-scoring-configuration": {
"title": "Mesh configuration for global score",
"form": {
"label": "Add certification score configuration (JSON)"
}
},
"competence-scoring-configuration": {
"title": "Configuration of thresholds by skill",
"form": {
"label": "Level configuration by skill added (JSON)"
}
},
"flash-algorithm-configuration": {
"title": "Configuration de l’algorithme de déroulé du test",
"form": {
"challengesBetweenSameCompetence": "Nombre de questions entre 2 questions de la même compétence",
"doubleMeasuresUntil": "Nombre de questions pour la double mesure",
"enablePassageByAllCompetences": "Forcer le passage par les 16 compétences",
"limitToOneQuestionPerTube": "Limiter à une question par sujet",
"maximumAssessmentLength": "Nombre de questions",
"variationPercent": "Capage de la capacité (en % )",
"variationPercentUntil": "Nombre de questions pour le capage de la capacité",
"warmUpLength": "Nombre de questions d'entraînement"
}
},
"sco-whitelist": {
"title": "SCO whitelist",
"import": {
"button": "Import new CSV file as whitelist",
"error": "Could not save SCO whitelist",
"success": "SCO whitelist saved"
}
},
"scoring-simulator": {
"title": "Scoring simulator",
"actions": {
"submit": "Generate profile"
},
"errors": {
"both-input-empty": "Please fill at least only one field",
"both-input-filled": "Please fill only one of following fields “Global score in Pix“ or “Capacity”",
"score": "Please enter a Pix score between O and 896"
},
"labels": {
"capacity": "Capacity :",
"capacity-input": "Capacity",
"level": "Level :",
"score": "Score :",
"score-input": "Global score in Pix"
},
"table": {
"headers": {
"competence": "Competence",
"level": "Level"
},
"label": "Level by competence"
}
}
},
"navigation": {
"access": {
"label": "Access"
},
"aria-label": "Administration section navigation",
"campaigns": {
"label": "Campaigns"
},
"certification": {
"label": "Certification"
},
"common": {
"label": "Common"
},
"deployment": {
"label": "Deployment"
},
"organizations": {
"label": "Organizations"
}
}
},
"certification-centers": {
"information-view": {
"habilitations": {
"title": "Habilitated to the following complementary certifications",
"aria-label": {
"active": "Habilitated to {complementaryCertificationLabel}",
"inactive": "Not habilitated to {complementaryCertificationLabel}"
}
},
"pilot-features": {
"title": "Pilot features",
"is-complementary-alone-pilot": {
"aria-label": {
"active": "is pilot Pix/Pix+ compatibility test phase",
"inactive": "not Pix/Pix+ compatibility test phase"
},
"label": "Pix/Pix+ compatibility test phase"
},
"is-v3-pilot": {
"aria-label": {
"active": "is V3 certification pilot",
"inactive": "is not V3 certification pilot"
},
"label": "V3 certification pilot"
}
}
},
"notifications": {
"failure": {
"update-certification-center-membership-role": "An error has occurred, the member's role has not been changed."
},
"success": {
"update-certification-center-membership-role": "The member's role has been modified."
},
"update": {
"errors": {
"pilot-features-incompatibilities": "There are incompatibilities between the pilot features this center is habilitated to. Please refresh this page."
}
}
}
},
"certifications": {
"title": "Certifications",
"actions": {
"load": {
"label": "Charger"
}
},
"certification": {
"title": "Certif",
"details": {
"title": "Details",
"v3": {
"abort-reason": {
"candidate": "Withdrawal: Lack of time or early departure",
"technical": "Technical problem"
},
"answer-status": {
"aband": "Abandoned",
"focused-out": "Focus out",
"ko": "KO",
"ok": "OK",
"timedout": "Time out",
"unimplemented": "Not implemented",
"validated-live-alert": "Report validated"
},
"assessment-result-status": {
"cancelled": "Cancelled",
"error": "Error",
"fraud": "Rejected for fraud",
"rejected": "Rejected",
"validated": "Validated"
},
"assessment-state": {
"ended-by-supervisor": "The invigilator",
"ended-due-to-finalization": "Session finalised"
},
"completion-date-tooltip": {
"ended-by-supervisor": "Date et heure à laquelle le test de certification a été terminé par le surveillant.",
"ended-due-to-finalization": "Date et heure d’affichage de la dernière question proposée au candidat."
},
"general-informations": {
"title": "Certification N°{certificationCourseId}",
"labels": {
"abort-reason": "Reason for withdrawal",
"created-at": "Created on",
"ended-at": "Completed on",
"ended-by": "Certification completed by",
"pix-score": "Score (in pix)"
}
},
"live-alert-modal": {
"title": {
"answer": "Response",
"report": "Report"
}
},
"more-informations": {
"title": "Additional information",
"labels": {
"numberof-aband-answers": "Number of questions abandoned",
"numberof-answered-questions": "Number of questions answered",
"numberof-ko-questions": "Number of questions KO",
"numberof-ok-questions": "Number of questions OK",
"numberof-validated-live-alerts": "Number of technical problems validated",
"total-numberof-questions": "Total number of questions"
}
},
"questions-list": {
"title": "List of questions",
"actions": {
"challenge-preview": {
"extra-information": "Link to test preview (opens in new window)",
"label": "Link to the test preview"
},
"display-answer": {
"extra-information": "Display candidate's answer",
"label": "Show candidate's answer"
},
"display-live-alert": {
"extra-information": "Show question description",
"label": "Show question description"
},
"informations": {
"extra-information": "Link to question information (Opens in new window)"
}
},
"labels": {
"actions": "Actions",
"answer-status": "Status",
"answered-at": "Response time",
"challenge-id": "RecID (see in Pix Editor)",
"competence": "Competence concerned",
"number": "N°",
"skill": "Name of the asset"
}
}
}
},
"result": {
"table": {
"headers": {
"competence": "Competence",
"level": "Level",
"score": "Score"
},
"label": "Result details by competence"
}
}
}
},
"login": {
"title": "Access to this Pix Admin space is limited to administrators.",
"api-error-messages": {
"login-no-permission": "You don't have the permission to connect."
},
"button": "Log in",
"fields": {
"email": {
"label": "Email address"
},
"password": {
"label": "Password"
}
},
"google": {
"label": "Log in via Google"
}
},
"organization": {
"navbar": {
"children": "Children organisations"
}
},
"organization-children": {
"title": "Children organisations",
"empty-table": "No child organisation",
"notifications": {
"error": {
"unable-to-attach-already-attached-child-organization": "Child organization already linked",
"unable-to-attach-child-organization-to-another-child-organization": "Unable to attach a child organization to another child organization",
"unable-to-attach-child-organization-to-itself": "Unable to attach organization to itself",
"unable-to-attach-child-organization-without-same-type": "Check and select a child organization that matches the parent organization's type",
"unable-to-attach-parent-organization-as-child-organization": "Unable to attach a parent organization as child organization"
},
"success": {
"attach-child-organization": "The child organization has been linked to the parent organization"
}
}
},
"sessions": {
"informations": {
"assignment-confirmation-modal": "This session is already assigned to the user {fullName}.'<br/>'Do you still want to assign it to yourself?",
"unfinalization-confirmation-modal": "Are you sure you want to unfinalize this session ? Click on confirm to process."
},
"list": {
"v3-required-actions": "V3 sessions with required actions",
"v3-to-be-published": "V3 sessions to be published"
}
},
"target-profiles": {
"copy": {
"button": {
"label": "Duplicate this target profile"
},
"modal": {
"title": "Confirm the target profile duplication ?",
"label": "Confirming will duplicate the current target profiles with tubes, badges and stages."
},
"notifications": {
"success": "The target profile has been duplicated."
}
},
"resettable-checkbox": {
"label": "Allow resetting for evaluation-type campaigns when multiple submissions are enabled for the organisation"
},
"tubes-count": "Number of subjects included in this target profile"
},
"trainings": {
"training": {
"targetProfiles": {
"tabName": "Target Profiles"
},
"triggers": {
"goal": {
"title": "Goal",
"alternative-title": "Add a goal threshold to not exceed"
},
"prerequisite": {
"title": "Prerequisite",
"alternative-title": "Add a prerequisite threshold to reach"
},
"tabName": "Triggers"
}
}
},
"user-details": {
"navbar": {
"authentication-methods": "Méthodes de connexion",
"certification-centers-list": "Pix Certif",
"details": "Informations prescrit",
"organizations-list": "Pix Orga",
"participations-list": "Participations",
"profile": "Profile"
},
"notifications": {
"failure": {
"deactivate-certification-center-membership": "Une erreur est survenue, le membre n'a pas été désactivé.",
"update-certification-center-membership-role": "Une erreur est survenue, le rôle du membre n'a pas été modifié."
},
"success": {
"deactivate-certification-center-membership": "Le membre a correctement été désactivé.",
"update-certification-center-membership-role": "Le rôle du membre a été modifié."
}
}
}
}
}