richie-education 2.30.1-dev9 → 2.31.1-dev4

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.
Files changed (55) hide show
  1. package/i18n/locales/ar-SA.json +32 -0
  2. package/i18n/locales/es-ES.json +32 -0
  3. package/i18n/locales/fa-IR.json +32 -0
  4. package/i18n/locales/fr-CA.json +32 -0
  5. package/i18n/locales/fr-FR.json +32 -0
  6. package/i18n/locales/ko-KR.json +32 -0
  7. package/i18n/locales/pt-PT.json +125 -93
  8. package/i18n/locales/ru-RU.json +32 -0
  9. package/i18n/locales/vi-VN.json +32 -0
  10. package/js/api/lms/openedx-fonzie.spec.ts +1 -1
  11. package/js/api/lms/openedx-hawthorn.spec.ts +1 -1
  12. package/js/components/CourseGlimpse/utils.ts +3 -3
  13. package/js/components/CourseGlimpseList/utils.ts +2 -2
  14. package/js/components/PaymentInterfaces/types.ts +1 -0
  15. package/js/components/PurchaseButton/index.spec.tsx +20 -2
  16. package/js/components/PurchaseButton/index.tsx +3 -0
  17. package/js/components/SaleTunnel/AddressSelector/index.spec.tsx +2 -0
  18. package/js/components/SaleTunnel/GenericSaleTunnel.tsx +6 -1
  19. package/js/components/SaleTunnel/SaleTunnelInformation/index.tsx +2 -0
  20. package/js/components/SaleTunnel/SubscriptionButton/_styles.scss +8 -0
  21. package/js/components/SaleTunnel/SubscriptionButton/index.tsx +17 -2
  22. package/js/components/SaleTunnel/WithdrawRightCheckbox/index.tsx +105 -0
  23. package/js/components/SaleTunnel/index.credential.spec.tsx +2 -2
  24. package/js/components/SaleTunnel/index.full-process.spec.tsx +22 -2
  25. package/js/components/SaleTunnel/index.spec.tsx +83 -6
  26. package/js/components/SaleTunnel/index.stories.tsx +1 -0
  27. package/js/components/SaleTunnel/index.tsx +1 -1
  28. package/js/components/TeacherDashboardCourseList/index.tsx +2 -2
  29. package/js/contexts/SessionContext/index.spec.tsx +2 -2
  30. package/js/hooks/useCourseProductUnion/index.ts +2 -1
  31. package/js/hooks/useTeacherCoursesSearch/index.tsx +2 -2
  32. package/js/translations/ar-SA.json +1 -1
  33. package/js/translations/es-ES.json +1 -1
  34. package/js/translations/fa-IR.json +1 -1
  35. package/js/translations/fr-CA.json +1 -1
  36. package/js/translations/fr-FR.json +1 -1
  37. package/js/translations/ko-KR.json +1 -1
  38. package/js/translations/pt-PT.json +1 -1
  39. package/js/translations/ru-RU.json +1 -1
  40. package/js/translations/vi-VN.json +1 -1
  41. package/js/types/Joanie.ts +9 -4
  42. package/js/utils/test/factories/factories.spec.ts +1 -1
  43. package/js/utils/test/factories/joanie.ts +8 -5
  44. package/js/utils/test/factories/openEdx.tsx +1 -1
  45. package/js/utils/test/factories/richie.ts +1 -1
  46. package/js/widgets/Dashboard/components/DashboardItem/Enrollment/DashboardItemEnrollment.tsx +2 -1
  47. package/js/widgets/Dashboard/components/DashboardItem/Enrollment/ProductCertificateFooter/index.spec.tsx +29 -5
  48. package/js/widgets/Dashboard/components/DashboardItem/Enrollment/ProductCertificateFooter/index.tsx +7 -1
  49. package/js/widgets/Dashboard/components/DashboardItem/Order/Installment/index.tsx +1 -0
  50. package/js/widgets/SyllabusCourseRunsList/components/CourseProductItem/CourseProductItemFooter/index.tsx +2 -0
  51. package/package.json +3 -2
  52. package/scss/colors/_theme.scss +4 -0
  53. package/scss/components/_index.scss +1 -0
  54. package/scss/components/templates/richie/_multiple-columns.scss +8 -5
  55. package/scss/components/templates/richie/simpletext/_simpletext.scss +43 -0
@@ -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 finalize your subscription."
140
+ "message": "Tem de assinar este contrato de formação para finalizar a sua subscrição."
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": "You will receive an email once your contract will be fully signed. You can now finalize your subscription."
580
+ "message": "Receberá uma mensagem de correio eletrónico assim que o seu contrato estiver totalmente assinado. Pode agora finalizar a sua subscrição."
581
581
  },
582
582
  "components.DashboardItem.Order.ContractFrame.loadingContract": {
583
583
  "description": "Message displayed inside the contract signin modal when loading the contract.",
@@ -593,55 +593,55 @@
593
593
  },
594
594
  "components.DashboardItem.Order.OrderStateLearnerMessage.statusAssigned": {
595
595
  "description": "Status shown on the dashboard order item when order is assigned.",
596
- "message": "Pending"
596
+ "message": "Pendente"
597
597
  },
598
598
  "components.DashboardItem.Order.OrderStateLearnerMessage.statusCanceled": {
599
599
  "description": "Status shown on the dashboard order item when order is canceled",
600
- "message": "Canceled"
600
+ "message": "Cancelado"
601
601
  },
602
602
  "components.DashboardItem.Order.OrderStateLearnerMessage.statusCompleted": {
603
603
  "description": "Status shown on the dashboard order item when order is completed",
604
- "message": "On going"
604
+ "message": "A decorrer"
605
605
  },
606
606
  "components.DashboardItem.Order.OrderStateLearnerMessage.statusDraft": {
607
607
  "description": "Status shown on the dashboard order item when order is draft.",
608
- "message": "Pending"
608
+ "message": "Pendente"
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": "Last direct debit has failed"
612
+ "message": "O último débito direto falhou"
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": "First direct debit has failed"
616
+ "message": "O primeiro débito direto falhou"
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": "Successfully completed"
620
+ "message": "Concluído com êxito"
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": "Pending for the first direct debit"
624
+ "message": "Pendente do primeiro débito direto"
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",
628
- "message": "On going"
628
+ "message": "A decorrer"
629
629
  },
630
630
  "components.DashboardItem.Order.OrderStateLearnerMessage.statusWaitingCounterSignature": {
631
631
  "description": "Status shown on the dashboard order item when order is validated with contract's organization signature missing.",
632
- "message": "On going"
632
+ "message": "A decorrer"
633
633
  },
634
634
  "components.DashboardItem.Order.OrderStateLearnerMessage.statusWaitingPaymentMethod": {
635
635
  "description": "Status shown on the dashboard order item when order is in to_save_payment_method state.",
636
- "message": "Payment method is missing"
636
+ "message": "O método de pagamento está em falta"
637
637
  },
638
638
  "components.DashboardItem.Order.OrderStateLearnerMessage.statusWaitingSignature": {
639
639
  "description": "Status shown on the dashboard order item when order is validated with contract's learner signature missing.",
640
- "message": "Signature required"
640
+ "message": "Assinatura obrigatória"
641
641
  },
642
642
  "components.DashboardItem.Order.OrderStateTeacherMessage.statusAssigned": {
643
643
  "description": "Status shown on the dashboard order item when order is assigned.",
644
- "message": "Pending"
644
+ "message": "Pendente"
645
645
  },
646
646
  "components.DashboardItem.Order.OrderStateTeacherMessage.statusCanceled": {
647
647
  "description": "Status shown on the dashboard order item when order is canceled",
@@ -649,7 +649,7 @@
649
649
  },
650
650
  "components.DashboardItem.Order.OrderStateTeacherMessage.statusCompleted": {
651
651
  "description": "Status shown on the dashboard order item when order is completed",
652
- "message": "On going"
652
+ "message": "A decorrer"
653
653
  },
654
654
  "components.DashboardItem.Order.OrderStateTeacherMessage.statusDraft": {
655
655
  "description": "Status shown on the dashboard order item when order is draft.",
@@ -657,23 +657,23 @@
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": "Last direct debit has failed"
660
+ "message": "O último débito direto falhou"
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": "First direct debit has failed"
664
+ "message": "O primeiro débito direto falhou"
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": "Certified"
668
+ "message": "Certificado"
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": "Pending for the first direct debit"
672
+ "message": "Pendente do primeiro débito direto"
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",
676
- "message": "On going"
676
+ "message": "A decorrer"
677
677
  },
678
678
  "components.DashboardItem.Order.OrderStateTeacherMessage.statusWaitingCounterSignature": {
679
679
  "description": "Status shown on the dashboard order item when order is validated with contract's organization signature missing.",
@@ -681,7 +681,7 @@
681
681
  },
682
682
  "components.DashboardItem.Order.OrderStateTeacherMessage.statusWaitingPaymentMethod": {
683
683
  "description": "Status shown on the dashboard order item when order is in to_save_payment_method state.",
684
- "message": "Payment method is missing"
684
+ "message": "O método de pagamento está em falta"
685
685
  },
686
686
  "components.DashboardItem.Order.OrderStateTeacherMessage.statusWaitingSignature": {
687
687
  "description": "Status shown on the dashboard order item when order is validated with contract's learner signature missing.",
@@ -693,7 +693,7 @@
693
693
  },
694
694
  "components.DashboardItemCourseEnrollingRun.cannotEnroll": {
695
695
  "description": "Message displayed as disabled button title when the order state does not allow enrollment.",
696
- "message": "You cannot enroll yet to this training."
696
+ "message": "Ainda não é possível inscrever-se nesta formação."
697
697
  },
698
698
  "components.DashboardItemCourseEnrollingRun.courseRunsLoading": {
699
699
  "description": "Text displayed when course runs list is loading",
@@ -741,99 +741,99 @@
741
741
  },
742
742
  "components.DashboardItemEnrollment.syllabusLinkLabel": {
743
743
  "description": "Syllabus link label on order details",
744
- "message": "Go to syllabus"
744
+ "message": "Ir para o programa de estudos"
745
745
  },
746
746
  "components.DashboardItemOrder.CertificateItem.loadingCertificate": {
747
747
  "description": "Accessible label displayed while certificate is being fetched on the dashboard.",
748
- "message": "Loading certificate..."
748
+ "message": "Carregando o certificado..."
749
749
  },
750
750
  "components.DashboardItemOrder.ContractItem.trainingContractTitle": {
751
751
  "description": "Title of the training contract section",
752
- "message": "Training contract"
752
+ "message": "Contrato de formação"
753
753
  },
754
754
  "components.DashboardItemOrder.Installment.defineButton": {
755
755
  "description": "Button label to define payment method",
756
- "message": "Define"
756
+ "message": "Definir"
757
757
  },
758
758
  "components.DashboardItemOrder.Installment.paymentButton": {
759
759
  "description": "Button label for the payment block",
760
- "message": "Manage payment"
760
+ "message": "Gerir o pagamento"
761
761
  },
762
762
  "components.DashboardItemOrder.Installment.paymentInactiveDescription": {
763
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."
764
+ "message": "Poderá gerir a sua prestação de pagamento aqui quando a sua subscrição estiver concluída."
765
765
  },
766
766
  "components.DashboardItemOrder.Installment.paymentLabel": {
767
767
  "description": "Label for the payment block",
768
- "message": "You can see and manage all installments."
768
+ "message": "Pode ver e gerir todas as prestações."
769
769
  },
770
770
  "components.DashboardItemOrder.Installment.paymentMethodMissingMessage": {
771
771
  "description": "Message displayed when payment method is missing",
772
- "message": "To finalize your subscription, you must define a payment method."
772
+ "message": "Para finalizar a subscrição, é necessário definir um método de pagamento."
773
773
  },
774
774
  "components.DashboardItemOrder.Installment.paymentNeededButton": {
775
775
  "description": "Button label for the payment needed message",
776
- "message": "Pay {amount}"
776
+ "message": "Pagar {amount}"
777
777
  },
778
778
  "components.DashboardItemOrder.Installment.paymentNeededMessage": {
779
779
  "description": "Message displayed when payment is needed",
780
- "message": "A payment failed, please update your payment method"
780
+ "message": "Um pagamento falhou, por favor atualize o seu método de pagamento"
781
781
  },
782
782
  "components.DashboardItemOrder.Installment.paymentTitle": {
783
783
  "description": "Label for the payment block",
784
- "message": "Payment"
784
+ "message": "Pagamento"
785
785
  },
786
786
  "components.DashboardItemOrder.OrderPaymentRetryModal.description": {
787
787
  "description": "Message displayed when payment is needed",
788
- "message": "The payment failed, please choose another payment method or add a new one during the payment"
788
+ "message": "O pagamento falhou, por favor escolha outro método de pagamento ou adicione um novo método durante o pagamento"
789
789
  },
790
790
  "components.DashboardItemOrder.OrderPaymentRetryModal.errorAbortingPolling": {
791
791
  "description": "Error message when submitting installment payment fails",
792
- "message": "Your payment has succeeded but your order validation is taking too long, you can close this dialog and come back later."
792
+ "message": "O seu pagamento foi efetuado com êxito, mas a validação da encomenda demora muito tempo. Pode fechar esta caixa de diálogo e voltar mais tarde."
793
793
  },
794
794
  "components.DashboardItemOrder.OrderPaymentRetryModal.errorFailedSubmitInstallmentPayment": {
795
795
  "description": "Error message when submitting installment payment fails",
796
- "message": "Failed to submit installment payment, please retry later."
796
+ "message": "Não foi possível submeter o pagamento da prestação, tente novamente mais tarde."
797
797
  },
798
798
  "components.DashboardItemOrder.OrderPaymentRetryModal.paymentInProgress": {
799
799
  "description": "Label for screen reader when a retry payment is in progress.",
800
- "message": "Payment in progress"
800
+ "message": "Pagamento em andamento"
801
801
  },
802
802
  "components.DashboardItemOrder.OrderPaymentRetryModal.submit": {
803
803
  "description": "Message displayed when payment is needed",
804
- "message": "Pay {amount}"
804
+ "message": "Pagar {amount}"
805
805
  },
806
806
  "components.DashboardItemOrder.OrderPaymentRetryModal.successDescription": {
807
807
  "description": "Description of the payment success modal",
808
- "message": "The payment was successful"
808
+ "message": "O pagamento foi efetuado com sucesso"
809
809
  },
810
810
  "components.DashboardItemOrder.OrderPaymentRetryModal.successTitle": {
811
811
  "description": "Title of the payment success modal",
812
- "message": "Payment successful"
812
+ "message": "Pagamento bem sucedido"
813
813
  },
814
814
  "components.DashboardItemOrder.OrderPaymentRetryModal.title": {
815
815
  "description": "Title of the payment retry modal",
816
- "message": "Retry payment"
816
+ "message": "Repetir o pagamento"
817
817
  },
818
818
  "components.DashboardItemOrder.OrganizationBlock.contactButton": {
819
819
  "description": "Button to contact the organization",
820
- "message": "Contact"
820
+ "message": "Contato"
821
821
  },
822
822
  "components.DashboardItemOrder.OrganizationBlock.contactDescription": {
823
823
  "description": "Description of the contact information for the organization",
824
- "message": "Your training reference is {name} - {email}."
824
+ "message": "A sua referência de formação é {name} - {email}."
825
825
  },
826
826
  "components.DashboardItemOrder.OrganizationBlock.organizationDpoContactLabel": {
827
827
  "description": "Label for the organization DPO contact",
828
- "message": "Data protection email"
828
+ "message": "E-mail de proteção de dados"
829
829
  },
830
830
  "components.DashboardItemOrder.OrganizationBlock.organizationHeader": {
831
831
  "description": "Header of the organization section",
832
- "message": "This training is provided by"
832
+ "message": "Esta formação é ministrada por"
833
833
  },
834
834
  "components.DashboardItemOrder.OrganizationBlock.organizationLogoAlt": {
835
835
  "description": "Alt text for the organization logo",
836
- "message": "Logo of the organization"
836
+ "message": "Logótipo da organização"
837
837
  },
838
838
  "components.DashboardItemOrder.OrganizationBlock.organizationMailContactLabel": {
839
839
  "description": "Label for the organization mail contact",
@@ -841,27 +841,27 @@
841
841
  },
842
842
  "components.DashboardItemOrder.OrganizationBlock.organizationPhoneContactLabel": {
843
843
  "description": "Label for the organization phone contact",
844
- "message": "Phone"
844
+ "message": "Telefone"
845
845
  },
846
846
  "components.DashboardItemOrder.OrganizationBlock.organizationSubtitleAddress": {
847
847
  "description": "Subtitle for the organization address section",
848
- "message": "Address"
848
+ "message": "Endereço"
849
849
  },
850
850
  "components.DashboardItemOrder.OrganizationBlock.organizationSubtitleContacts": {
851
851
  "description": "Subtitle for the organization contacts section",
852
- "message": "Contacts"
852
+ "message": "Contactos"
853
853
  },
854
854
  "components.DashboardItemOrder.PaymentModal.paymentMethodTitle": {
855
855
  "description": "Title of the payment method section",
856
- "message": "Payment method"
856
+ "message": "Método de pagamento"
857
857
  },
858
858
  "components.DashboardItemOrder.PaymentModal.scheduleTitle": {
859
859
  "description": "Title of the payment schedule",
860
- "message": "Payment schedule"
860
+ "message": "Agendamento de pagamento"
861
861
  },
862
862
  "components.DashboardItemOrder.PaymentModal.title": {
863
863
  "description": "Title of the payment modal",
864
- "message": "Payment details"
864
+ "message": "Detalhes do pagamento"
865
865
  },
866
866
  "components.DashboardItemOrder.gotoCourse": {
867
867
  "description": "Button that redirects to the order details",
@@ -869,27 +869,27 @@
869
869
  },
870
870
  "components.DashboardItemOrder.missingPaymentMethodCTA": {
871
871
  "description": "CTA label displayed when the order is missing a payment method",
872
- "message": "Define"
872
+ "message": "Definir"
873
873
  },
874
874
  "components.DashboardItemOrder.missingPaymentMethodDescription": {
875
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."
876
+ "message": "Tem de definir um método de pagamento para finalizar a sua subscrição."
877
877
  },
878
878
  "components.DashboardItemOrder.missingPaymentMethodTitle": {
879
879
  "description": "Main message displayed when the order is missing a payment method",
880
- "message": "A payment method is missing"
880
+ "message": "Falta um método de pagamento"
881
881
  },
882
882
  "components.DashboardItemOrder.notResumable": {
883
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."
884
+ "message": "O processo de subscrição não pode ser retomado. A formação relacionada não pode ser adquirida."
885
885
  },
886
886
  "components.DashboardItemOrder.paymentNeededButton": {
887
887
  "description": "Button label for the payment needed message",
888
- "message": "Pay {amount}"
888
+ "message": "Pagar {amount}"
889
889
  },
890
890
  "components.DashboardItemOrder.paymentNeededMessage": {
891
891
  "description": "Message displayed when payment is needed",
892
- "message": "The payment failed, please update your payment method"
892
+ "message": "O pagamento falhou, por favor atualize o seu método de pagamento"
893
893
  },
894
894
  "components.DashboardItemOrder.syllabusLinkLabel": {
895
895
  "description": "Syllabus link label on order details",
@@ -965,7 +965,7 @@
965
965
  },
966
966
  "components.DashboardOrderLoader.definePaymentMethodLink": {
967
967
  "description": "Link to define a payment method",
968
- "message": "define a payment method"
968
+ "message": "definir um método de pagamento"
969
969
  },
970
970
  "components.DashboardOrderLoader.loading": {
971
971
  "description": "Message displayed while loading an order",
@@ -973,15 +973,15 @@
973
973
  },
974
974
  "components.DashboardOrderLoader.paymentMethodMissing": {
975
975
  "description": "Error message displayed when no payment method is defined.",
976
- "message": "You have to {definePaymentMethodLink} to finalize your subscription."
976
+ "message": "Tem de {definePaymentMethodLink} para finalizar a sua subscrição."
977
977
  },
978
978
  "components.DashboardOrderLoader.signLink": {
979
979
  "description": "Link to sign the contract",
980
- "message": "sign your training contract"
980
+ "message": "assinar o seu contrato de formação"
981
981
  },
982
982
  "components.DashboardOrderLoader.signatureNeeded": {
983
983
  "description": "Banner displayed when the contract is not signed",
984
- "message": "You have to {signLink} to finalize your subscription."
984
+ "message": "Tem de {signLink} para finalizar a sua subscrição."
985
985
  },
986
986
  "components.DashboardOrderLoader.wrongLinkedProductError": {
987
987
  "description": "Error message displayed when order's linked product type is not handle.",
@@ -1185,23 +1185,23 @@
1185
1185
  },
1186
1186
  "components.PaymentButton.tokenizingPayment": {
1187
1187
  "description": "Label for screen reader when a credit card is being tokenized.",
1188
- "message": "Payment method definition in progress."
1188
+ "message": "Definição do método de pagamento em curso."
1189
1189
  },
1190
1190
  "components.PaymentScheduleGrid.state.paid": {
1191
1191
  "description": "Label displayed for paid payment state",
1192
- "message": "Paid"
1192
+ "message": "Pago"
1193
1193
  },
1194
1194
  "components.PaymentScheduleGrid.state.pending": {
1195
1195
  "description": "Label displayed for pending payment state",
1196
- "message": "Pending"
1196
+ "message": "Pendente"
1197
1197
  },
1198
1198
  "components.PaymentScheduleGrid.state.refused": {
1199
1199
  "description": "Label displayed for refused payment state",
1200
- "message": "Refused"
1200
+ "message": "Recusado"
1201
1201
  },
1202
1202
  "components.PaymentScheduleGrid.withdrawnAt": {
1203
1203
  "description": "Label displayed to explain when the installment will be withdrawn.",
1204
- "message": "Withdrawn on {date}"
1204
+ "message": "Retirado em {date}"
1205
1205
  },
1206
1206
  "components.ProductCertificateFooter.buyProductCertificateLabel": {
1207
1207
  "description": "Label on the enrollment row that propose to buy a product of type certificate",
@@ -1213,19 +1213,19 @@
1213
1213
  },
1214
1214
  "components.ProductCertificateFooter.examAccessBlocked": {
1215
1215
  "description": "Message displayed when the exam access is blocked",
1216
- "message": "You will be able to pass the exam once the installment has been paid."
1216
+ "message": "O exame pode ser efetuado após o pagamento da prestação."
1217
1217
  },
1218
1218
  "components.ProductCertificateFooter.failedInstallmentMessage": {
1219
1219
  "description": "Message displayed when the last installment has failed",
1220
- "message": "Last direct debit has failed. Please resolve your situation as soon as possible."
1220
+ "message": "O último débito direto falhou. Por favor, resolva a sua situação o mais rapidamente possível."
1221
1221
  },
1222
1222
  "components.ProductCertificateFooter.nextInstallmentMessage": {
1223
1223
  "description": "Message displayed when an installment is pending",
1224
- "message": "The next installment ({amount}) will be withdrawn on the {due_date}."
1224
+ "message": "A próxima prestação ({amount}) será levantada na {due_date}."
1225
1225
  },
1226
1226
  "components.ProductCertificateFooter.paymentNeededButton": {
1227
1227
  "description": "Button label for the payment needed message",
1228
- "message": "Pay {amount}"
1228
+ "message": "Pagar {amount}"
1229
1229
  },
1230
1230
  "components.ProductCertificateFooter.pendingProductCertificateLabel": {
1231
1231
  "description": "Label on the enrollment when a product of type certificate have been bought",
@@ -1273,7 +1273,7 @@
1273
1273
  },
1274
1274
  "components.SaleTunnel.CreditCardSelector.creditCardEmptyInlineDescription": {
1275
1275
  "description": "Description for the empty credit card inline",
1276
- "message": "Use another credit card"
1276
+ "message": "Utilizar outro cartão de crédito"
1277
1277
  },
1278
1278
  "components.SaleTunnel.CreditCardSelector.editCreditCardAriaLabel": {
1279
1279
  "description": "Aria label for the edit credit card button",
@@ -1321,7 +1321,7 @@
1321
1321
  },
1322
1322
  "components.SaleTunnel.Information.paymentSchedule": {
1323
1323
  "description": "Title for the payment schedule section",
1324
- "message": "Payment schedule"
1324
+ "message": "Calendário de pagamento"
1325
1325
  },
1326
1326
  "components.SaleTunnel.Information.title": {
1327
1327
  "description": "Title for the information section",
@@ -1337,23 +1337,51 @@
1337
1337
  },
1338
1338
  "components.SaleTunnel.Sponsors.SaleTunnelSponsors.blockTitle": {
1339
1339
  "description": "Title for the universities section in the sale tunnel",
1340
- "message": "University"
1340
+ "message": "Universidade"
1341
1341
  },
1342
1342
  "components.SaleTunnel.SubscriptionButton.subscribe": {
1343
1343
  "description": "Label of the button to subscribe to a product.",
1344
- "message": "Subscribe"
1344
+ "message": "Subscrever"
1345
1345
  },
1346
1346
  "components.SaleTunnel.SubscriptionButton.walkthroughToSavePayment": {
1347
1347
  "description": "Message explaining the subscription process with only a payment method to set.",
1348
- "message": "To enroll in the training, you will be invited to define a payment method."
1348
+ "message": "Para se inscrever na formação, será convidado a definir um método de pagamento."
1349
1349
  },
1350
1350
  "components.SaleTunnel.SubscriptionButton.walkthroughToSign": {
1351
1351
  "description": "Message explaining the subscription process with only a training agreement to sign.",
1352
- "message": "To enroll in the training, you will be invited to sign the training agreement."
1352
+ "message": "Para se inscrever na formação, será convidado a assinar o acordo de formação."
1353
1353
  },
1354
1354
  "components.SaleTunnel.SubscriptionButton.walkthroughToSignAndSavePayment": {
1355
1355
  "description": "Message explaining the subscription process with a training agreement to sign and a payment method to set.",
1356
- "message": "To enroll in the training, you will first be invited to sign the training agreement and then to define a payment method."
1356
+ "message": "Para se inscrever na formação, será primeiro convidado a assinar o acordo de formação e, em seguida, a definir um método de pagamento."
1357
+ },
1358
+ "components.SaleTunnel.WithdrawRightCheckbox.certificate .waiveCheckboxHelperClause2": {
1359
+ "description": "Second clause item for the waiver checkbox.",
1360
+ "message": "I understand that if I access the exam during this period, I expressly waive my right of withdrawal."
1361
+ },
1362
+ "components.SaleTunnel.WithdrawRightCheckbox.certificate.waiveCheckboxHelperClause1": {
1363
+ "description": "First clause item for the waiver checkbox.",
1364
+ "message": "I acknowledge that I have been informed of my legal right of withdrawal, which allows me to cancel my registration within 14 days from the date of payment."
1365
+ },
1366
+ "components.SaleTunnel.WithdrawRightCheckbox.certificate.waiverLabel": {
1367
+ "description": "Text to explain why the user has to waive to its withdrawal right.",
1368
+ "message": "If you access the exam, you acknowledge waiving your 14-day withdrawal right, as provided for in Article L221-18 of the French Consumer Code."
1369
+ },
1370
+ "components.SaleTunnel.WithdrawRightCheckbox.credential.waiveCheckboxHelperClause1": {
1371
+ "description": "First clause item for the waiver checkbox.",
1372
+ "message": "I acknowledge that I have expressly requested to begin the training before the expiration date of the withdrawal period."
1373
+ },
1374
+ "components.SaleTunnel.WithdrawRightCheckbox.credential.waiveCheckboxHelperClause2": {
1375
+ "description": "Second clause item for the waiver checkbox.",
1376
+ "message": "I expressly waive my right of withdrawal in order to begin the training before the expiration of the withdrawal period."
1377
+ },
1378
+ "components.SaleTunnel.WithdrawRightCheckbox.credential.waiverLabel": {
1379
+ "description": "Text to explain why the user has to waive to its withdrawal right.",
1380
+ "message": "The training program you wish to enroll in begins before the end of the 14-day withdrawal period mentioned in Article L221-18 of the French Consumer Code. You must check the box below to proceed with your registration."
1381
+ },
1382
+ "components.SaleTunnel.WithdrawRightCheckbox.waiveCheckboxLabel": {
1383
+ "description": "Label of the checkbox to waive the withdrawal right.",
1384
+ "message": "By checking this box:"
1357
1385
  },
1358
1386
  "components.SaleTunnel.callToActionDescription": {
1359
1387
  "description": "Additional description announced by screen readers when focusing the call to action buying button",
@@ -1377,15 +1405,15 @@
1377
1405
  },
1378
1406
  "components.SaleTunnelSavePaymentMethod.cta": {
1379
1407
  "description": "Label to the call to action to close sale tunnel",
1380
- "message": "Define"
1408
+ "message": "Definir"
1381
1409
  },
1382
1410
  "components.SaleTunnelSavePaymentMethod.description": {
1383
1411
  "description": "Text to explain what the user has to do in the 'save payment method' step",
1384
- "message": "This is the last step to validate your subscription, you must define a payment method. This one will be used to debit installments. You will not be charged during this step. Pick an existing payment method or add a new one."
1412
+ "message": "Esta é a última etapa para validar a sua subscrição, deve definir um método de pagamento. Este será utilizado para debitar as prestações. Não será cobrado durante este passo. Escolha um método de pagamento existente ou adicione um novo."
1385
1413
  },
1386
1414
  "components.SaleTunnelSavePaymentMethod.title": {
1387
1415
  "description": "Content title",
1388
- "message": "Define a payment method"
1416
+ "message": "Definir um método de pagamento"
1389
1417
  },
1390
1418
  "components.SaleTunnelStepValidation.availableCourseRuns": {
1391
1419
  "description": "Course runs available text",
@@ -1405,19 +1433,19 @@
1405
1433
  },
1406
1434
  "components.SaleTunnelSuccess.congratulations": {
1407
1435
  "description": "Text displayed to thank user for his order",
1408
- "message": "Subscription confirmed!"
1436
+ "message": "Assinatura confirmada!"
1409
1437
  },
1410
1438
  "components.SaleTunnelSuccess.cta": {
1411
1439
  "description": "Label to the call to action to close sale tunnel",
1412
- "message": "Close"
1440
+ "message": "Fechar"
1413
1441
  },
1414
1442
  "components.SaleTunnelSuccess.successDetailMessage": {
1415
1443
  "description": "Text to explain when the user will be able to start its training.",
1416
- "message": "You will be able to start your training once the first installment will be paid."
1444
+ "message": "Poderá iniciar a sua formação após o pagamento da primeira prestação."
1417
1445
  },
1418
1446
  "components.SaleTunnelSuccess.successMessage": {
1419
1447
  "description": "Message to confirm that order has been created",
1420
- "message": "Your order has been successfully registered."
1448
+ "message": "A sua encomenda foi registada com sucesso."
1421
1449
  },
1422
1450
  "components.Search.errorMessage": {
1423
1451
  "description": "Error message for Search view when the request to load courses fails",
@@ -1525,19 +1553,23 @@
1525
1553
  },
1526
1554
  "components.SubscriptionButton.errorAddress": {
1527
1555
  "description": "Error message shown when the user didn't select a billing address.",
1528
- "message": "You must have a billing address."
1556
+ "message": "É necessário ter um endereço de faturação."
1529
1557
  },
1530
1558
  "components.SubscriptionButton.errorDefault": {
1531
1559
  "description": "Error message shown when order creation request failed.",
1532
- "message": "An error occurred during order creation. Please retry later."
1560
+ "message": "Ocorreu um erro durante a criação da encomenda. Por favor, tente novamente mais tarde."
1533
1561
  },
1534
1562
  "components.SubscriptionButton.errorFullProduct": {
1535
1563
  "description": "Error message shown when order creation request failed because there is no remaining available seat for the product.",
1536
- "message": "There are no more places available for this product."
1564
+ "message": "Não mais lugares disponíveis para este produto."
1565
+ },
1566
+ "components.SubscriptionButton.errorWithdrawalRight": {
1567
+ "description": "Error message shown when the user must waive its withdrawal right but doesn't.",
1568
+ "message": "Deve renunciar ao seu direito de retratação."
1537
1569
  },
1538
1570
  "components.SubscriptionButton.orderCreationInProgress": {
1539
1571
  "description": "Label for screen reader when an order creation is in progress.",
1540
- "message": "Order creation in progress"
1572
+ "message": "Criação de ordem em curso"
1541
1573
  },
1542
1574
  "components.SyllabusAsideList.archived": {
1543
1575
  "description": "Message displayed on syllabus when there are archived course runs",
@@ -1937,7 +1969,7 @@
1937
1969
  },
1938
1970
  "hooks.useCreditCards.errorTokenize": {
1939
1971
  "description": "Error message shown to the user when credit card tokenize request fails.",
1940
- "message": "An error occurred while adding a credit card. Please retry later."
1972
+ "message": "Ocorreu um erro ao adicionar um cartão de crédito. Por favor, tente novamente mais tarde."
1941
1973
  },
1942
1974
  "hooks.useCreditCards.errorUpdate": {
1943
1975
  "description": "Error message shown to the user when credit card update request fails.",
@@ -1993,7 +2025,7 @@
1993
2025
  },
1994
2026
  "hooks.useOrders.errorCancel": {
1995
2027
  "description": "Error message shown to the user when cancel mutation failed.",
1996
- "message": "Cannot cancel the order."
2028
+ "message": "Não é possível cancelar a encomenda."
1997
2029
  },
1998
2030
  "hooks.useOrders.errorGet": {
1999
2031
  "description": "Error message shown to the user when orders fetch request fails.",
@@ -2005,7 +2037,7 @@
2005
2037
  },
2006
2038
  "hooks.useOrders.errorSetPaymentMethod": {
2007
2039
  "description": "Error message shown to the user when set payment method mutation failed.",
2008
- "message": "Cannot set the order's payment method."
2040
+ "message": "Não é possível definir o método de pagamento da encomenda."
2009
2041
  },
2010
2042
  "hooks.useOrdersEnrollments.errorGet": {
2011
2043
  "description": "Error message shown to the user when orders or enrollments fetch request fails.",