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.
- package/i18n/locales/ar-SA.json +116 -44
- package/i18n/locales/es-ES.json +116 -44
- package/i18n/locales/fa-IR.json +116 -44
- package/i18n/locales/fr-CA.json +116 -44
- package/i18n/locales/fr-FR.json +138 -66
- package/i18n/locales/ko-KR.json +116 -44
- package/i18n/locales/pt-PT.json +124 -52
- package/i18n/locales/ru-RU.json +116 -44
- package/i18n/locales/vi-VN.json +116 -44
- package/js/hooks/useCourseRunOrder/index.tsx +1 -1
- package/js/hooks/useCreditCards/index.spec.tsx +3 -1
- package/js/translations/ar-SA.json +1 -1
- package/js/translations/es-ES.json +1 -1
- package/js/translations/fa-IR.json +1 -1
- package/js/translations/fr-CA.json +1 -1
- package/js/translations/fr-FR.json +1 -1
- package/js/translations/ko-KR.json +1 -1
- package/js/translations/pt-PT.json +1 -1
- package/js/translations/ru-RU.json +1 -1
- package/js/translations/vi-VN.json +1 -1
- package/js/widgets/Dashboard/components/DashboardItem/Order/DashboardItemOrder.spec.tsx +5 -10
- package/js/widgets/SyllabusCourseRunsList/components/CourseRunItemWithEnrollment/index.product.spec.tsx +40 -9
- package/js/widgets/SyllabusCourseRunsList/components/CourseRunItemWithEnrollment/index.tsx +9 -7
- package/package.json +1 -1
package/i18n/locales/pt-PT.json
CHANGED
|
@@ -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": "
|
|
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": "Não inscrito"
|
|
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
|
},
|
|
818
|
+
"components.DashboardItemOrder.OrganizationBlock.contactButton": {
|
|
819
|
+
"description": "Button to contact the organization",
|
|
820
|
+
"message": "Contact"
|
|
821
|
+
},
|
|
822
|
+
"components.DashboardItemOrder.OrganizationBlock.contactDescription": {
|
|
823
|
+
"description": "Description of the contact information for the organization",
|
|
824
|
+
"message": "Your training reference is {name} - {email}."
|
|
825
|
+
},
|
|
826
|
+
"components.DashboardItemOrder.OrganizationBlock.organizationDpoContactLabel": {
|
|
827
|
+
"description": "Label for the organization DPO contact",
|
|
828
|
+
"message": "Data protection email"
|
|
829
|
+
},
|
|
830
|
+
"components.DashboardItemOrder.OrganizationBlock.organizationHeader": {
|
|
831
|
+
"description": "Header of the organization section",
|
|
832
|
+
"message": "This training is provided by"
|
|
833
|
+
},
|
|
834
|
+
"components.DashboardItemOrder.OrganizationBlock.organizationLogoAlt": {
|
|
835
|
+
"description": "Alt text for the organization logo",
|
|
836
|
+
"message": "Logo of the organization"
|
|
837
|
+
},
|
|
838
|
+
"components.DashboardItemOrder.OrganizationBlock.organizationMailContactLabel": {
|
|
839
|
+
"description": "Label for the organization mail contact",
|
|
840
|
+
"message": "Email"
|
|
841
|
+
},
|
|
842
|
+
"components.DashboardItemOrder.OrganizationBlock.organizationPhoneContactLabel": {
|
|
843
|
+
"description": "Label for the organization phone contact",
|
|
844
|
+
"message": "Phone"
|
|
845
|
+
},
|
|
846
|
+
"components.DashboardItemOrder.OrganizationBlock.organizationSubtitleAddress": {
|
|
847
|
+
"description": "Subtitle for the organization address section",
|
|
848
|
+
"message": "Address"
|
|
849
|
+
},
|
|
850
|
+
"components.DashboardItemOrder.OrganizationBlock.organizationSubtitleContacts": {
|
|
851
|
+
"description": "Subtitle for the organization contacts section",
|
|
852
|
+
"message": "Contacts"
|
|
853
|
+
},
|
|
774
854
|
"components.DashboardItemOrder.PaymentModal.paymentMethodTitle": {
|
|
775
855
|
"description": "Title of the payment method section",
|
|
776
856
|
"message": "Payment method"
|
|
777
857
|
},
|
|
778
858
|
"components.DashboardItemOrder.PaymentModal.scheduleTitle": {
|
|
779
859
|
"description": "Title of the payment schedule",
|
|
780
|
-
"message": "
|
|
860
|
+
"message": "Payment schedule"
|
|
781
861
|
},
|
|
782
862
|
"components.DashboardItemOrder.PaymentModal.title": {
|
|
783
863
|
"description": "Title of the payment modal",
|
|
784
864
|
"message": "Payment details"
|
|
785
865
|
},
|
|
786
|
-
"components.DashboardItemOrder.contactButton": {
|
|
787
|
-
"description": "Button to contact the organization",
|
|
788
|
-
"message": "Contacto"
|
|
789
|
-
},
|
|
790
|
-
"components.DashboardItemOrder.contactDescription": {
|
|
791
|
-
"description": "Description of the contact information for the organization",
|
|
792
|
-
"message": "A sua referência de formação é {name} - {email}."
|
|
793
|
-
},
|
|
794
866
|
"components.DashboardItemOrder.gotoCourse": {
|
|
795
867
|
"description": "Button that redirects to the order details",
|
|
796
868
|
"message": "Ver Detalhes"
|
|
797
869
|
},
|
|
798
|
-
"components.DashboardItemOrder.
|
|
799
|
-
"description": "
|
|
800
|
-
"message": "
|
|
801
|
-
},
|
|
802
|
-
"components.DashboardItemOrder.organizationDpoContactLabel": {
|
|
803
|
-
"description": "Label for the organization DPO contact",
|
|
804
|
-
"message": "E-mail de proteção de dados"
|
|
805
|
-
},
|
|
806
|
-
"components.DashboardItemOrder.organizationHeader": {
|
|
807
|
-
"description": "Header of the organization section",
|
|
808
|
-
"message": "Esta formação é ministrada por"
|
|
809
|
-
},
|
|
810
|
-
"components.DashboardItemOrder.organizationLogoAlt": {
|
|
811
|
-
"description": "Alt text for the organization logo",
|
|
812
|
-
"message": "Logótipo da organização"
|
|
813
|
-
},
|
|
814
|
-
"components.DashboardItemOrder.organizationMailContactLabel": {
|
|
815
|
-
"description": "Label for the organization mail contact",
|
|
816
|
-
"message": "Email"
|
|
870
|
+
"components.DashboardItemOrder.missingPaymentMethodCTA": {
|
|
871
|
+
"description": "CTA label displayed when the order is missing a payment method",
|
|
872
|
+
"message": "Define"
|
|
817
873
|
},
|
|
818
|
-
"components.DashboardItemOrder.
|
|
819
|
-
"description": "
|
|
820
|
-
"message": "
|
|
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."
|
|
821
877
|
},
|
|
822
|
-
"components.DashboardItemOrder.
|
|
823
|
-
"description": "
|
|
824
|
-
"message": "
|
|
878
|
+
"components.DashboardItemOrder.missingPaymentMethodTitle": {
|
|
879
|
+
"description": "Main message displayed when the order is missing a payment method",
|
|
880
|
+
"message": "A payment method is missing"
|
|
825
881
|
},
|
|
826
|
-
"components.DashboardItemOrder.
|
|
827
|
-
"description": "
|
|
828
|
-
"message": "
|
|
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": "Ir para o programa de estudos"
|
|
845
897
|
},
|
|
846
|
-
"components.DashboardItemOrder.trainingContractTitle": {
|
|
847
|
-
"description": "Title of the training contract section",
|
|
848
|
-
"message": "Contrato de formação"
|
|
849
|
-
},
|
|
850
898
|
"components.DashboardOpenEdxProfile.EditButtonLabel": {
|
|
851
899
|
"description": "Label of the edit button link of the open edx profile form",
|
|
852
900
|
"message": "Editar o seu perfil"
|
|
@@ -915,17 +963,25 @@
|
|
|
915
963
|
"description": "Label of the openEdx profile \"year of birth\" input",
|
|
916
964
|
"message": "Ano de nascimento"
|
|
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": "A carregar o pedido..."
|
|
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": "
|
|
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": "
|
|
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": "Está disponível um certificado para transferência."
|
|
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": "Termine este curso para obter o seu certificado."
|
|
@@ -1505,19 +1577,19 @@
|
|
|
1505
1577
|
},
|
|
1506
1578
|
"components.SyllabusCourseRunCompacted.course": {
|
|
1507
1579
|
"description": "Title of the course dates section of an opened course run block",
|
|
1508
|
-
"message": "
|
|
1580
|
+
"message": "Curso"
|
|
1509
1581
|
},
|
|
1510
1582
|
"components.SyllabusCourseRunCompacted.languages": {
|
|
1511
1583
|
"description": "Title of the languages section of an opened course run block",
|
|
1512
|
-
"message": "
|
|
1584
|
+
"message": "Idiomas"
|
|
1513
1585
|
},
|
|
1514
1586
|
"components.SyllabusCourseRunCompacted.selfPaceCoursePeriod": {
|
|
1515
1587
|
"description": "Course date of an opened and self paced course run block",
|
|
1516
|
-
"message": "
|
|
1588
|
+
"message": "Disponível até {endDate}"
|
|
1517
1589
|
},
|
|
1518
1590
|
"components.SyllabusCourseRunCompacted.selfPaceNoEndDate": {
|
|
1519
1591
|
"description": "Self paced course run block with no end date",
|
|
1520
|
-
"message": "
|
|
1592
|
+
"message": "Disponível"
|
|
1521
1593
|
},
|
|
1522
1594
|
"components.SyllabusCourseRunsList.multipleOpenedCourseRuns": {
|
|
1523
1595
|
"description": "Message displayed when there are multiple opened course runs on a syllabus",
|
package/i18n/locales/ru-RU.json
CHANGED
|
@@ -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
|
|
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.
|
|
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.
|
|
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.
|
|
823
|
-
"description": "
|
|
824
|
-
"message": "
|
|
846
|
+
"components.DashboardItemOrder.OrganizationBlock.organizationSubtitleAddress": {
|
|
847
|
+
"description": "Subtitle for the organization address section",
|
|
848
|
+
"message": "Address"
|
|
825
849
|
},
|
|
826
|
-
"components.DashboardItemOrder.
|
|
827
|
-
"description": "
|
|
828
|
-
"message": "
|
|
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
|
|
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."
|