richie-education 2.29.3-dev52 → 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/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/package.json +1 -1
package/i18n/locales/ar-SA.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."
|
package/i18n/locales/es-ES.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."
|