richie-education 2.29.3-dev50 → 2.29.3-dev55

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -137,7 +137,7 @@
137
137
  },
138
138
  "components.ContractStatus.waitingSignature": {
139
139
  "description": "Label displayed when a training contract need to be signed by the learner",
140
- "message": "Vous devez signer ce contrat de formation pour accéder à votre formation."
140
+ "message": "Vous devez signer ce contrat de formation pour finaliser votre souscription."
141
141
  },
142
142
  "components.CountrySelectField.label": {
143
143
  "description": "label of the country select",
@@ -577,7 +577,7 @@
577
577
  },
578
578
  "components.DashboardItem.Order.ContractFrame.finishedDescription": {
579
579
  "description": "Message displayed inside the contract signin modal when the contract is signed.",
580
- "message": "Vous recevrez un courriel une fois que votre convention de formation sera signée par toutes les parties. Vous pouvez dès à présent finaliser votre souscription."
580
+ "message": "Vous recevrez un courriel une fois que votre contrat de formation sera signé par toutes les parties. Vous pouvez dès à présent finaliser votre souscription."
581
581
  },
582
582
  "components.DashboardItem.Order.ContractFrame.loadingContract": {
583
583
  "description": "Message displayed inside the contract signin modal when loading the contract.",
@@ -609,19 +609,19 @@
609
609
  },
610
610
  "components.DashboardItem.Order.OrderStateLearnerMessage.statusFailedPayment": {
611
611
  "description": "Status shown on the dashboard order item when order is in failed payment state",
612
- "message": "Le dernier prélèvement automatique a échoué"
612
+ "message": "Le dernier prélèvement a échoué"
613
613
  },
614
614
  "components.DashboardItem.Order.OrderStateLearnerMessage.statusNoPayment": {
615
615
  "description": "Status shown on the dashboard order item when order is in no payment state",
616
- "message": "Le premier prélèvement automatique a échoué"
616
+ "message": "Le premier prélèvement a échoué"
617
617
  },
618
618
  "components.DashboardItem.Order.OrderStateLearnerMessage.statusPassed": {
619
619
  "description": "Status shown on the dashboard order item when order is completed and has a certificate",
620
- "message": "Terminé avec succès"
620
+ "message": "Terminée avec succès"
621
621
  },
622
622
  "components.DashboardItem.Order.OrderStateLearnerMessage.statusPending": {
623
623
  "description": "Status shown on the dashboard order item when order is pending.",
624
- "message": "En attente du premier prélèvement automatique"
624
+ "message": "En attente du premier prélèvement"
625
625
  },
626
626
  "components.DashboardItem.Order.OrderStateLearnerMessage.statusPendingPayment": {
627
627
  "description": "Status shown on the dashboard order item when order is pending for payment",
@@ -657,19 +657,19 @@
657
657
  },
658
658
  "components.DashboardItem.Order.OrderStateTeacherMessage.statusFailedPayment": {
659
659
  "description": "Status shown on the dashboard order item when order is in failed payment state",
660
- "message": "Le dernier prélèvement automatique a échoué"
660
+ "message": "Le dernier prélèvement a échoué"
661
661
  },
662
662
  "components.DashboardItem.Order.OrderStateTeacherMessage.statusNoPayment": {
663
663
  "description": "Status shown on the dashboard order item when order is in no payment state",
664
- "message": "Le premier prélèvement automatique a échoué"
664
+ "message": "Le premier prélèvement a échoué"
665
665
  },
666
666
  "components.DashboardItem.Order.OrderStateTeacherMessage.statusPassed": {
667
667
  "description": "Status shown on the dashboard order item when order is completed with certificate",
668
- "message": "Certifié"
668
+ "message": "Certifiée"
669
669
  },
670
670
  "components.DashboardItem.Order.OrderStateTeacherMessage.statusPending": {
671
671
  "description": "Status shown on the dashboard order item when order is pending.",
672
- "message": "En attente du premier prélèvement automatique"
672
+ "message": "En attente du premier prélèvement"
673
673
  },
674
674
  "components.DashboardItem.Order.OrderStateTeacherMessage.statusPendingPayment": {
675
675
  "description": "Status shown on the dashboard order item when order is validated with no certificate",
@@ -739,9 +739,53 @@
739
739
  "description": "Text shown when a course run is not active",
740
740
  "message": "Non inscrit"
741
741
  },
742
+ "components.DashboardItemEnrollment.syllabusLinkLabel": {
743
+ "description": "Syllabus link label on order details",
744
+ "message": "Accéder au syllabus"
745
+ },
746
+ "components.DashboardItemOrder.CertificateItem.loadingCertificate": {
747
+ "description": "Accessible label displayed while certificate is being fetched on the dashboard.",
748
+ "message": "Chargement du certificat..."
749
+ },
750
+ "components.DashboardItemOrder.ContractItem.trainingContractTitle": {
751
+ "description": "Title of the training contract section",
752
+ "message": "Contrat de formation"
753
+ },
754
+ "components.DashboardItemOrder.Installment.defineButton": {
755
+ "description": "Button label to define payment method",
756
+ "message": "Définir"
757
+ },
758
+ "components.DashboardItemOrder.Installment.paymentButton": {
759
+ "description": "Button label for the payment block",
760
+ "message": "Gérer les paiements"
761
+ },
762
+ "components.DashboardItemOrder.Installment.paymentInactiveDescription": {
763
+ "description": "Explanation displayed when the order is not yet active and do not miss payment method",
764
+ "message": "Vous pourrez gérer vos échéances ici une fois que votre souscription sera finalisée."
765
+ },
766
+ "components.DashboardItemOrder.Installment.paymentLabel": {
767
+ "description": "Label for the payment block",
768
+ "message": "Vous pouvez voir et gérer toutes les échéances."
769
+ },
770
+ "components.DashboardItemOrder.Installment.paymentMethodMissingMessage": {
771
+ "description": "Message displayed when payment method is missing",
772
+ "message": "Pour finaliser votre souscription, vous devez définir un moyen de paiement."
773
+ },
774
+ "components.DashboardItemOrder.Installment.paymentNeededButton": {
775
+ "description": "Button label for the payment needed message",
776
+ "message": "Payer {amount}"
777
+ },
778
+ "components.DashboardItemOrder.Installment.paymentNeededMessage": {
779
+ "description": "Message displayed when payment is needed",
780
+ "message": "Un paiement a échoué, veuillez mettre à jour votre moyen de paiement"
781
+ },
782
+ "components.DashboardItemOrder.Installment.paymentTitle": {
783
+ "description": "Label for the payment block",
784
+ "message": "Paiement"
785
+ },
742
786
  "components.DashboardItemOrder.OrderPaymentRetryModal.description": {
743
787
  "description": "Message displayed when payment is needed",
744
- "message": "Le paiement a échoué, veuillez choisir un autre moyen de paiement ou en ajouter un nouveau pendant le paiement"
788
+ "message": "Le paiement a échoué, veuillez choisir un autre moyen de paiement existant ou en ajouter un nouveau pendant le paiement"
745
789
  },
746
790
  "components.DashboardItemOrder.OrderPaymentRetryModal.errorAbortingPolling": {
747
791
  "description": "Error message when submitting installment payment fails",
@@ -765,67 +809,79 @@
765
809
  },
766
810
  "components.DashboardItemOrder.OrderPaymentRetryModal.successTitle": {
767
811
  "description": "Title of the payment success modal",
768
- "message": "Paiement réussi"
812
+ "message": "Paiement accepté"
769
813
  },
770
814
  "components.DashboardItemOrder.OrderPaymentRetryModal.title": {
771
815
  "description": "Title of the payment retry modal",
772
- "message": "Réessayer le paiement"
816
+ "message": "Nouvelle tentative de paiement"
773
817
  },
774
- "components.DashboardItemOrder.PaymentModal.paymentMethodTitle": {
775
- "description": "Title of the payment method section",
776
- "message": "Moyen de paiement"
777
- },
778
- "components.DashboardItemOrder.PaymentModal.scheduleTitle": {
779
- "description": "Title of the payment schedule",
780
- "message": "Échéancier"
781
- },
782
- "components.DashboardItemOrder.PaymentModal.title": {
783
- "description": "Title of the payment modal",
784
- "message": "Détails du paiement"
785
- },
786
- "components.DashboardItemOrder.contactButton": {
818
+ "components.DashboardItemOrder.OrganizationBlock.contactButton": {
787
819
  "description": "Button to contact the organization",
788
820
  "message": "Contacter"
789
821
  },
790
- "components.DashboardItemOrder.contactDescription": {
822
+ "components.DashboardItemOrder.OrganizationBlock.contactDescription": {
791
823
  "description": "Description of the contact information for the organization",
792
824
  "message": "Votre référent de formation est {name} - {email}."
793
825
  },
794
- "components.DashboardItemOrder.gotoCourse": {
795
- "description": "Button that redirects to the order details",
796
- "message": "Voir le détail"
797
- },
798
- "components.DashboardItemOrder.loadingCertificate": {
799
- "description": "Accessible label displayed while certificate is being fetched on the dashboard.",
800
- "message": "Chargement du certificat..."
801
- },
802
- "components.DashboardItemOrder.organizationDpoContactLabel": {
826
+ "components.DashboardItemOrder.OrganizationBlock.organizationDpoContactLabel": {
803
827
  "description": "Label for the organization DPO contact",
804
828
  "message": "Email du délégué à la protection des données"
805
829
  },
806
- "components.DashboardItemOrder.organizationHeader": {
830
+ "components.DashboardItemOrder.OrganizationBlock.organizationHeader": {
807
831
  "description": "Header of the organization section",
808
832
  "message": "Cette formation est gérée par"
809
833
  },
810
- "components.DashboardItemOrder.organizationLogoAlt": {
834
+ "components.DashboardItemOrder.OrganizationBlock.organizationLogoAlt": {
811
835
  "description": "Alt text for the organization logo",
812
836
  "message": "Logo de l'établissement"
813
837
  },
814
- "components.DashboardItemOrder.organizationMailContactLabel": {
838
+ "components.DashboardItemOrder.OrganizationBlock.organizationMailContactLabel": {
815
839
  "description": "Label for the organization mail contact",
816
840
  "message": "Courriel"
817
841
  },
818
- "components.DashboardItemOrder.organizationPhoneContactLabel": {
842
+ "components.DashboardItemOrder.OrganizationBlock.organizationPhoneContactLabel": {
819
843
  "description": "Label for the organization phone contact",
820
844
  "message": "Téléphone"
821
845
  },
822
- "components.DashboardItemOrder.paymentButton": {
823
- "description": "Button label for the payment block",
824
- "message": "Gérer les paiements"
846
+ "components.DashboardItemOrder.OrganizationBlock.organizationSubtitleAddress": {
847
+ "description": "Subtitle for the organization address section",
848
+ "message": "Adresse"
825
849
  },
826
- "components.DashboardItemOrder.paymentLabel": {
827
- "description": "Label for the payment block",
828
- "message": "Vous pouvez voir et gérer tous les prélèvements."
850
+ "components.DashboardItemOrder.OrganizationBlock.organizationSubtitleContacts": {
851
+ "description": "Subtitle for the organization contacts section",
852
+ "message": "Contact"
853
+ },
854
+ "components.DashboardItemOrder.PaymentModal.paymentMethodTitle": {
855
+ "description": "Title of the payment method section",
856
+ "message": "Moyen de paiement"
857
+ },
858
+ "components.DashboardItemOrder.PaymentModal.scheduleTitle": {
859
+ "description": "Title of the payment schedule",
860
+ "message": "Échéancier"
861
+ },
862
+ "components.DashboardItemOrder.PaymentModal.title": {
863
+ "description": "Title of the payment modal",
864
+ "message": "Informations sur le paiement"
865
+ },
866
+ "components.DashboardItemOrder.gotoCourse": {
867
+ "description": "Button that redirects to the order details",
868
+ "message": "Voir le détail"
869
+ },
870
+ "components.DashboardItemOrder.missingPaymentMethodCTA": {
871
+ "description": "CTA label displayed when the order is missing a payment method",
872
+ "message": "Définir"
873
+ },
874
+ "components.DashboardItemOrder.missingPaymentMethodDescription": {
875
+ "description": "Description message displayed when the order is missing a payment method",
876
+ "message": "Vous devez définir un moyen de paiement pour finaliser votre abonnement."
877
+ },
878
+ "components.DashboardItemOrder.missingPaymentMethodTitle": {
879
+ "description": "Main message displayed when the order is missing a payment method",
880
+ "message": "Un moyen de paiement est manquant"
881
+ },
882
+ "components.DashboardItemOrder.notResumable": {
883
+ "description": "Message displayed when the order subscription is not completed but the product is no more purchasable",
884
+ "message": "La souscription ne peut pas être finalisée. Cette formation n'est plus disponible à l'achat."
829
885
  },
830
886
  "components.DashboardItemOrder.paymentNeededButton": {
831
887
  "description": "Button label for the payment needed message",
@@ -835,18 +891,10 @@
835
891
  "description": "Message displayed when payment is needed",
836
892
  "message": "Le paiement a échoué, veuillez mettre à jour votre moyen de paiement"
837
893
  },
838
- "components.DashboardItemOrder.paymentTitle": {
839
- "description": "Label for the payment block",
840
- "message": "Paiement"
841
- },
842
894
  "components.DashboardItemOrder.syllabusLinkLabel": {
843
895
  "description": "Syllabus link label on order details",
844
896
  "message": "Accéder au syllabus"
845
897
  },
846
- "components.DashboardItemOrder.trainingContractTitle": {
847
- "description": "Title of the training contract section",
848
- "message": "Contrat de formation"
849
- },
850
898
  "components.DashboardOpenEdxProfile.EditButtonLabel": {
851
899
  "description": "Label of the edit button link of the open edx profile form",
852
900
  "message": "Modifiez votre profil"
@@ -915,17 +963,25 @@
915
963
  "description": "Label of the openEdx profile \"year of birth\" input",
916
964
  "message": "Année de naissance"
917
965
  },
966
+ "components.DashboardOrderLoader.definePaymentMethodLink": {
967
+ "description": "Link to define a payment method",
968
+ "message": "définir un moyen de paiement"
969
+ },
918
970
  "components.DashboardOrderLoader.loading": {
919
971
  "description": "Message displayed while loading an order",
920
972
  "message": "Chargement de la commande..."
921
973
  },
974
+ "components.DashboardOrderLoader.paymentMethodMissing": {
975
+ "description": "Error message displayed when no payment method is defined.",
976
+ "message": "Vous devez {definePaymentMethodLink} pour finaliser votre souscription."
977
+ },
922
978
  "components.DashboardOrderLoader.signLink": {
923
979
  "description": "Link to sign the contract",
924
- "message": "signer votre contrat"
980
+ "message": "signer votre contrat de formation"
925
981
  },
926
982
  "components.DashboardOrderLoader.signatureNeeded": {
927
983
  "description": "Banner displayed when the contract is not signed",
928
- "message": "Vous devez {signLink} afin de pouvoir vous inscrire à une session"
984
+ "message": "Vous devez {signLink} pour finaliser votre souscription."
929
985
  },
930
986
  "components.DashboardOrderLoader.wrongLinkedProductError": {
931
987
  "description": "Error message displayed when order's linked product type is not handle.",
@@ -1133,7 +1189,7 @@
1133
1189
  },
1134
1190
  "components.PaymentScheduleGrid.withdrawnAt": {
1135
1191
  "description": "Label displayed to explain when the installment will be withdrawn.",
1136
- "message": "Prélevé le {date}"
1192
+ "message": "Prélevée le {date}"
1137
1193
  },
1138
1194
  "components.ProductCertificateFooter.buyProductCertificateLabel": {
1139
1195
  "description": "Label on the enrollment row that propose to buy a product of type certificate",
@@ -1143,6 +1199,22 @@
1143
1199
  "description": "Label on the enrollment row that propose to download a certificate",
1144
1200
  "message": "Un certificat est disponible en téléchargement."
1145
1201
  },
1202
+ "components.ProductCertificateFooter.examAccessBlocked": {
1203
+ "description": "Message displayed when the exam access is blocked",
1204
+ "message": "Vous serez en mesure de passer l'examen dès que l'échéance aura été prélevée."
1205
+ },
1206
+ "components.ProductCertificateFooter.failedInstallmentMessage": {
1207
+ "description": "Message displayed when the last installment has failed",
1208
+ "message": "Le dernier prélèvement a échoué. Merci de régulariser votre situation dès que possible."
1209
+ },
1210
+ "components.ProductCertificateFooter.nextInstallmentMessage": {
1211
+ "description": "Message displayed when an installment is pending",
1212
+ "message": "La prochaine échéance ({amount}) sera prélevée le {due_date}."
1213
+ },
1214
+ "components.ProductCertificateFooter.paymentNeededButton": {
1215
+ "description": "Button label for the payment needed message",
1216
+ "message": "Payer {amount}"
1217
+ },
1146
1218
  "components.ProductCertificateFooter.pendingProductCertificateLabel": {
1147
1219
  "description": "Label on the enrollment when a product of type certificate have been bought",
1148
1220
  "message": "Terminez ce cours pour obtenir votre certificat."
@@ -1257,15 +1329,15 @@
1257
1329
  },
1258
1330
  "components.SaleTunnel.SubscriptionButton.walkthroughToSavePayment": {
1259
1331
  "description": "Message explaining the subscription process with only a payment method to set.",
1260
- "message": "Pour vous inscrire à la formation, vous serez invité à définir un moyen de paiement."
1332
+ "message": "Pour vous inscrire, vous serez invité à définir un moyen de paiement."
1261
1333
  },
1262
1334
  "components.SaleTunnel.SubscriptionButton.walkthroughToSign": {
1263
1335
  "description": "Message explaining the subscription process with only a training agreement to sign.",
1264
- "message": "Pour vous inscrire à la formation, vous serez invité à signer la convention de formation."
1336
+ "message": "Pour vous inscrire, vous serez invité à signer le contrat de formation."
1265
1337
  },
1266
1338
  "components.SaleTunnel.SubscriptionButton.walkthroughToSignAndSavePayment": {
1267
1339
  "description": "Message explaining the subscription process with a training agreement to sign and a payment method to set.",
1268
- "message": "Pour vous inscrire à la formation, vous serez d'abord invité à signer la convention de formation, puis à définir un moyen de paiement."
1340
+ "message": "Pour vous inscrire, vous serez d'abord invité à signer le contrat de formation, puis à définir un moyen de paiement."
1269
1341
  },
1270
1342
  "components.SaleTunnel.callToActionDescription": {
1271
1343
  "description": "Additional description announced by screen readers when focusing the call to action buying button",
@@ -1293,11 +1365,11 @@
1293
1365
  },
1294
1366
  "components.SaleTunnelSavePaymentMethod.description": {
1295
1367
  "description": "Text to explain what the user has to do in the 'save payment method' step",
1296
- "message": "Il s'agit de la dernière étape pour valider votre souscription, vous devez définir un moyen de paiement. Celui-ci sera utilisé pour prélever les échéances dues. Vous ne serez pas facturé pendant cette étape. Sélectionnez un moyen de paiement existant ou ajoutez-en un nouveau."
1368
+ "message": "Il s'agit de la dernière étape pour valider votre souscription, vous devez définir un moyen de paiement. Celui-ci sera utilisé pour prélever les échéances dues. Aucun prélèvement ne sera effectué durant cette étape. Sélectionnez un moyen de paiement existant ou ajoutez-en un nouveau."
1297
1369
  },
1298
1370
  "components.SaleTunnelSavePaymentMethod.title": {
1299
1371
  "description": "Content title",
1300
- "message": "Définition du moyen de paiement"
1372
+ "message": "Définir un moyen de paiement"
1301
1373
  },
1302
1374
  "components.SaleTunnelStepValidation.availableCourseRuns": {
1303
1375
  "description": "Course runs available text",
@@ -1325,7 +1397,7 @@
1325
1397
  },
1326
1398
  "components.SaleTunnelSuccess.successDetailMessage": {
1327
1399
  "description": "Text to explain when the user will be able to start its training.",
1328
- "message": "Vous pourrez commencer votre formation dès que la première échéance sera prélevée."
1400
+ "message": "Vous pourrez débuter votre formation dès que la première échéance aura été prélevée."
1329
1401
  },
1330
1402
  "components.SaleTunnelSuccess.successMessage": {
1331
1403
  "description": "Message to confirm that order has been created",
@@ -1437,7 +1509,7 @@
1437
1509
  },
1438
1510
  "components.SubscriptionButton.errorAddress": {
1439
1511
  "description": "Error message shown when the user didn't select a billing address.",
1440
- "message": "Vous devez sélectionner une adresse de facturation."
1512
+ "message": "Vous devez spécifier une adresse de facturation."
1441
1513
  },
1442
1514
  "components.SubscriptionButton.errorDefault": {
1443
1515
  "description": "Error message shown when order creation request failed.",
@@ -1445,7 +1517,7 @@
1445
1517
  },
1446
1518
  "components.SubscriptionButton.errorFullProduct": {
1447
1519
  "description": "Error message shown when order creation request failed because there is no remaining available seat for the product.",
1448
- "message": "Il n'y a pas plus de places disponibles pour ce produit."
1520
+ "message": "Il n'y a pas plus de places disponibles."
1449
1521
  },
1450
1522
  "components.SubscriptionButton.orderCreationInProgress": {
1451
1523
  "description": "Label for screen reader when an order creation is in progress.",
@@ -1917,7 +1989,7 @@
1917
1989
  },
1918
1990
  "hooks.useOrders.errorSetPaymentMethod": {
1919
1991
  "description": "Error message shown to the user when set payment method mutation failed.",
1920
- "message": "Impossible de définir le moyen de paiement de cette commande."
1992
+ "message": "Impossible de définir un moyen de paiement de cette commande."
1921
1993
  },
1922
1994
  "hooks.useOrdersEnrollments.errorGet": {
1923
1995
  "description": "Error message shown to the user when orders or enrollments fetch request fails.",
@@ -137,7 +137,7 @@
137
137
  },
138
138
  "components.ContractStatus.waitingSignature": {
139
139
  "description": "Label displayed when a training contract need to be signed by the learner",
140
- "message": "You have to sign this training contract to access your training."
140
+ "message": "You have to sign this training contract to finalize your subscription."
141
141
  },
142
142
  "components.CountrySelectField.label": {
143
143
  "description": "label of the country select",
@@ -739,6 +739,50 @@
739
739
  "description": "Text shown when a course run is not active",
740
740
  "message": "Not enrolled"
741
741
  },
742
+ "components.DashboardItemEnrollment.syllabusLinkLabel": {
743
+ "description": "Syllabus link label on order details",
744
+ "message": "Go to syllabus"
745
+ },
746
+ "components.DashboardItemOrder.CertificateItem.loadingCertificate": {
747
+ "description": "Accessible label displayed while certificate is being fetched on the dashboard.",
748
+ "message": "Loading certificate..."
749
+ },
750
+ "components.DashboardItemOrder.ContractItem.trainingContractTitle": {
751
+ "description": "Title of the training contract section",
752
+ "message": "Training contract"
753
+ },
754
+ "components.DashboardItemOrder.Installment.defineButton": {
755
+ "description": "Button label to define payment method",
756
+ "message": "Define"
757
+ },
758
+ "components.DashboardItemOrder.Installment.paymentButton": {
759
+ "description": "Button label for the payment block",
760
+ "message": "Manage payment"
761
+ },
762
+ "components.DashboardItemOrder.Installment.paymentInactiveDescription": {
763
+ "description": "Explanation displayed when the order is not yet active and do not miss payment method",
764
+ "message": "You will able to manage your payment installment here once your subscription is finalized."
765
+ },
766
+ "components.DashboardItemOrder.Installment.paymentLabel": {
767
+ "description": "Label for the payment block",
768
+ "message": "You can see and manage all installments."
769
+ },
770
+ "components.DashboardItemOrder.Installment.paymentMethodMissingMessage": {
771
+ "description": "Message displayed when payment method is missing",
772
+ "message": "To finalize your subscription, you must define a payment method."
773
+ },
774
+ "components.DashboardItemOrder.Installment.paymentNeededButton": {
775
+ "description": "Button label for the payment needed message",
776
+ "message": "Pay {amount}"
777
+ },
778
+ "components.DashboardItemOrder.Installment.paymentNeededMessage": {
779
+ "description": "Message displayed when payment is needed",
780
+ "message": "A payment failed, please update your payment method"
781
+ },
782
+ "components.DashboardItemOrder.Installment.paymentTitle": {
783
+ "description": "Label for the payment block",
784
+ "message": "Payment"
785
+ },
742
786
  "components.DashboardItemOrder.OrderPaymentRetryModal.description": {
743
787
  "description": "Message displayed when payment is needed",
744
788
  "message": "The payment failed, please choose another payment method or add a new one during the payment"
@@ -771,61 +815,73 @@
771
815
  "description": "Title of the payment retry modal",
772
816
  "message": "Retry payment"
773
817
  },
774
- "components.DashboardItemOrder.PaymentModal.paymentMethodTitle": {
775
- "description": "Title of the payment method section",
776
- "message": "Payment method"
777
- },
778
- "components.DashboardItemOrder.PaymentModal.scheduleTitle": {
779
- "description": "Title of the payment schedule",
780
- "message": "Repayment schedule"
781
- },
782
- "components.DashboardItemOrder.PaymentModal.title": {
783
- "description": "Title of the payment modal",
784
- "message": "Payment details"
785
- },
786
- "components.DashboardItemOrder.contactButton": {
818
+ "components.DashboardItemOrder.OrganizationBlock.contactButton": {
787
819
  "description": "Button to contact the organization",
788
820
  "message": "Contact"
789
821
  },
790
- "components.DashboardItemOrder.contactDescription": {
822
+ "components.DashboardItemOrder.OrganizationBlock.contactDescription": {
791
823
  "description": "Description of the contact information for the organization",
792
824
  "message": "Your training reference is {name} - {email}."
793
825
  },
794
- "components.DashboardItemOrder.gotoCourse": {
795
- "description": "Button that redirects to the order details",
796
- "message": "View details"
797
- },
798
- "components.DashboardItemOrder.loadingCertificate": {
799
- "description": "Accessible label displayed while certificate is being fetched on the dashboard.",
800
- "message": "Loading certificate..."
801
- },
802
- "components.DashboardItemOrder.organizationDpoContactLabel": {
826
+ "components.DashboardItemOrder.OrganizationBlock.organizationDpoContactLabel": {
803
827
  "description": "Label for the organization DPO contact",
804
828
  "message": "Data protection email"
805
829
  },
806
- "components.DashboardItemOrder.organizationHeader": {
830
+ "components.DashboardItemOrder.OrganizationBlock.organizationHeader": {
807
831
  "description": "Header of the organization section",
808
832
  "message": "This training is provided by"
809
833
  },
810
- "components.DashboardItemOrder.organizationLogoAlt": {
834
+ "components.DashboardItemOrder.OrganizationBlock.organizationLogoAlt": {
811
835
  "description": "Alt text for the organization logo",
812
836
  "message": "Logo of the organization"
813
837
  },
814
- "components.DashboardItemOrder.organizationMailContactLabel": {
838
+ "components.DashboardItemOrder.OrganizationBlock.organizationMailContactLabel": {
815
839
  "description": "Label for the organization mail contact",
816
840
  "message": "Email"
817
841
  },
818
- "components.DashboardItemOrder.organizationPhoneContactLabel": {
842
+ "components.DashboardItemOrder.OrganizationBlock.organizationPhoneContactLabel": {
819
843
  "description": "Label for the organization phone contact",
820
844
  "message": "Phone"
821
845
  },
822
- "components.DashboardItemOrder.paymentButton": {
823
- "description": "Button label for the payment block",
824
- "message": "Manage payment"
846
+ "components.DashboardItemOrder.OrganizationBlock.organizationSubtitleAddress": {
847
+ "description": "Subtitle for the organization address section",
848
+ "message": "Address"
825
849
  },
826
- "components.DashboardItemOrder.paymentLabel": {
827
- "description": "Label for the payment block",
828
- "message": "You can see and manage all installments."
850
+ "components.DashboardItemOrder.OrganizationBlock.organizationSubtitleContacts": {
851
+ "description": "Subtitle for the organization contacts section",
852
+ "message": "Contacts"
853
+ },
854
+ "components.DashboardItemOrder.PaymentModal.paymentMethodTitle": {
855
+ "description": "Title of the payment method section",
856
+ "message": "Payment method"
857
+ },
858
+ "components.DashboardItemOrder.PaymentModal.scheduleTitle": {
859
+ "description": "Title of the payment schedule",
860
+ "message": "Payment schedule"
861
+ },
862
+ "components.DashboardItemOrder.PaymentModal.title": {
863
+ "description": "Title of the payment modal",
864
+ "message": "Payment details"
865
+ },
866
+ "components.DashboardItemOrder.gotoCourse": {
867
+ "description": "Button that redirects to the order details",
868
+ "message": "View details"
869
+ },
870
+ "components.DashboardItemOrder.missingPaymentMethodCTA": {
871
+ "description": "CTA label displayed when the order is missing a payment method",
872
+ "message": "Define"
873
+ },
874
+ "components.DashboardItemOrder.missingPaymentMethodDescription": {
875
+ "description": "Description message displayed when the order is missing a payment method",
876
+ "message": "You must define a payment method to finalize your subscription."
877
+ },
878
+ "components.DashboardItemOrder.missingPaymentMethodTitle": {
879
+ "description": "Main message displayed when the order is missing a payment method",
880
+ "message": "A payment method is missing"
881
+ },
882
+ "components.DashboardItemOrder.notResumable": {
883
+ "description": "Message displayed when the order subscription is not completed but the product is no more purchasable",
884
+ "message": "The subscription process cannot be resumed. The related training is no more purchasable."
829
885
  },
830
886
  "components.DashboardItemOrder.paymentNeededButton": {
831
887
  "description": "Button label for the payment needed message",
@@ -835,18 +891,10 @@
835
891
  "description": "Message displayed when payment is needed",
836
892
  "message": "The payment failed, please update your payment method"
837
893
  },
838
- "components.DashboardItemOrder.paymentTitle": {
839
- "description": "Label for the payment block",
840
- "message": "Payment"
841
- },
842
894
  "components.DashboardItemOrder.syllabusLinkLabel": {
843
895
  "description": "Syllabus link label on order details",
844
896
  "message": "Go to syllabus"
845
897
  },
846
- "components.DashboardItemOrder.trainingContractTitle": {
847
- "description": "Title of the training contract section",
848
- "message": "Training contract"
849
- },
850
898
  "components.DashboardOpenEdxProfile.EditButtonLabel": {
851
899
  "description": "Label of the edit button link of the open edx profile form",
852
900
  "message": "Edit your profile"
@@ -915,17 +963,25 @@
915
963
  "description": "Label of the openEdx profile \"year of birth\" input",
916
964
  "message": "Year of birth"
917
965
  },
966
+ "components.DashboardOrderLoader.definePaymentMethodLink": {
967
+ "description": "Link to define a payment method",
968
+ "message": "define a payment method"
969
+ },
918
970
  "components.DashboardOrderLoader.loading": {
919
971
  "description": "Message displayed while loading an order",
920
972
  "message": "Loading order ..."
921
973
  },
974
+ "components.DashboardOrderLoader.paymentMethodMissing": {
975
+ "description": "Error message displayed when no payment method is defined.",
976
+ "message": "You have to {definePaymentMethodLink} to finalize your subscription."
977
+ },
922
978
  "components.DashboardOrderLoader.signLink": {
923
979
  "description": "Link to sign the contract",
924
- "message": "sign your contract"
980
+ "message": "sign your training contract"
925
981
  },
926
982
  "components.DashboardOrderLoader.signatureNeeded": {
927
983
  "description": "Banner displayed when the contract is not signed",
928
- "message": "You need to {signLink} before enrolling in a course run"
984
+ "message": "You have to {signLink} to finalize your subscription."
929
985
  },
930
986
  "components.DashboardOrderLoader.wrongLinkedProductError": {
931
987
  "description": "Error message displayed when order's linked product type is not handle.",
@@ -1143,6 +1199,22 @@
1143
1199
  "description": "Label on the enrollment row that propose to download a certificate",
1144
1200
  "message": "A certificate is available for download."
1145
1201
  },
1202
+ "components.ProductCertificateFooter.examAccessBlocked": {
1203
+ "description": "Message displayed when the exam access is blocked",
1204
+ "message": "You will be able to pass the exam once the installment has been paid."
1205
+ },
1206
+ "components.ProductCertificateFooter.failedInstallmentMessage": {
1207
+ "description": "Message displayed when the last installment has failed",
1208
+ "message": "Last direct debit has failed. Please resolve your situation as soon as possible."
1209
+ },
1210
+ "components.ProductCertificateFooter.nextInstallmentMessage": {
1211
+ "description": "Message displayed when an installment is pending",
1212
+ "message": "The next installment ({amount}) will be withdrawn on the {due_date}."
1213
+ },
1214
+ "components.ProductCertificateFooter.paymentNeededButton": {
1215
+ "description": "Button label for the payment needed message",
1216
+ "message": "Pay {amount}"
1217
+ },
1146
1218
  "components.ProductCertificateFooter.pendingProductCertificateLabel": {
1147
1219
  "description": "Label on the enrollment when a product of type certificate have been bought",
1148
1220
  "message": "Finish this course to obtain your certificate."