richie-education 3.1.3-dev8 → 3.2.1-dev1
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/.storybook/__mocks__/utils/context.ts +4 -0
- package/i18n/locales/ar-SA.json +30 -10
- package/i18n/locales/es-ES.json +30 -10
- package/i18n/locales/fa-IR.json +30 -10
- package/i18n/locales/fr-CA.json +31 -11
- package/i18n/locales/fr-FR.json +32 -12
- package/i18n/locales/ko-KR.json +30 -10
- package/i18n/locales/pt-PT.json +30 -10
- package/i18n/locales/ru-RU.json +30 -10
- package/i18n/locales/vi-VN.json +30 -10
- package/js/api/joanie.ts +8 -8
- package/js/components/ContractFrame/OrganizationContractFrame.spec.tsx +11 -19
- package/js/components/ContractFrame/OrganizationContractFrame.tsx +4 -4
- package/js/components/CourseGlimpse/CourseGlimpseFooter.tsx +30 -5
- package/js/components/CourseGlimpse/index.spec.tsx +18 -0
- package/js/components/CourseGlimpse/index.stories.tsx +75 -4
- package/js/components/CourseGlimpse/index.tsx +4 -0
- package/js/components/CourseGlimpse/utils.ts +35 -30
- package/js/components/CourseGlimpseList/utils.ts +2 -2
- package/js/components/PurchaseButton/index.tsx +3 -3
- package/js/components/SaleTunnel/GenericSaleTunnel.tsx +6 -3
- package/js/components/SaleTunnel/SaleTunnelInformation/index.tsx +9 -7
- package/js/components/SaleTunnel/index.full-process.spec.tsx +3 -3
- package/js/components/SaleTunnel/index.spec.tsx +131 -64
- package/js/components/SaleTunnel/index.stories.tsx +17 -2
- package/js/components/SaleTunnel/index.tsx +2 -2
- package/js/components/TeacherDashboardCourseList/index.spec.tsx +3 -3
- package/js/components/TeacherDashboardCourseList/index.tsx +2 -2
- package/js/hooks/useContractArchive/index.ts +3 -3
- package/js/hooks/useCourseProductUnion/index.spec.tsx +16 -18
- package/js/hooks/useCourseProductUnion/index.ts +7 -7
- package/js/hooks/useCourseProducts.ts +4 -8
- package/js/hooks/useDefaultOrganizationId/index.tsx +4 -7
- package/js/hooks/useOffering/index.ts +32 -0
- package/js/hooks/useTeacherCoursesSearch/index.tsx +2 -2
- package/js/hooks/useTeacherPendingContractsCount/index.ts +4 -4
- package/js/pages/DashboardCourses/index.spec.tsx +14 -14
- package/js/pages/TeacherDashboardContractsLayout/TeacherDashboardContracts/index.spec.tsx +11 -14
- package/js/pages/TeacherDashboardContractsLayout/TeacherDashboardContracts/index.tsx +4 -9
- package/js/pages/TeacherDashboardContractsLayout/components/BulkDownloadContractButton/index.spec.tsx +11 -11
- package/js/pages/TeacherDashboardContractsLayout/components/BulkDownloadContractButton/index.timer.spec.tsx +10 -13
- package/js/pages/TeacherDashboardContractsLayout/components/BulkDownloadContractButton/index.tsx +4 -4
- package/js/pages/TeacherDashboardContractsLayout/components/ContractActionsBar/index.spec.tsx +20 -28
- package/js/pages/TeacherDashboardContractsLayout/components/ContractActionsBar/index.tsx +8 -11
- package/js/pages/TeacherDashboardContractsLayout/components/SignOrganizationContractButton/index.spec.tsx +6 -6
- package/js/pages/TeacherDashboardContractsLayout/components/SignOrganizationContractButton/index.tsx +4 -4
- package/js/pages/TeacherDashboardContractsLayout/hooks/useCheckContractArchiveExists/index.spec.tsx +7 -7
- package/js/pages/TeacherDashboardContractsLayout/hooks/useCheckContractArchiveExists/index.tsx +5 -5
- package/js/pages/TeacherDashboardContractsLayout/hooks/useDownloadContractArchive/contractArchiveLocalStorage.spec.ts +21 -28
- package/js/pages/TeacherDashboardContractsLayout/hooks/useDownloadContractArchive/contractArchiveLocalStorage.ts +13 -17
- package/js/pages/TeacherDashboardContractsLayout/hooks/useDownloadContractArchive/index.spec.tsx +11 -13
- package/js/pages/TeacherDashboardContractsLayout/hooks/useDownloadContractArchive/index.tsx +6 -6
- package/js/pages/TeacherDashboardContractsLayout/hooks/useHasContractToDownload/index.tsx +3 -3
- package/js/pages/TeacherDashboardContractsLayout/hooks/useTeacherContractFilters/index.spec.tsx +16 -16
- package/js/pages/TeacherDashboardContractsLayout/hooks/useTeacherContractFilters/index.tsx +4 -4
- package/js/pages/TeacherDashboardContractsLayout/hooks/useTeacherContractsToSign.tsx +4 -4
- package/js/pages/TeacherDashboardCourseLearnersLayout/hooks/useCourseLearnersFilters/index.spec.tsx +21 -21
- package/js/pages/TeacherDashboardCourseLearnersLayout/hooks/useCourseLearnersFilters/index.ts +5 -10
- package/js/pages/TeacherDashboardCourseLearnersLayout/index.spec.tsx +61 -79
- package/js/pages/TeacherDashboardCourseLearnersLayout/index.tsx +1 -1
- package/js/pages/TeacherDashboardCoursesLoader/index.spec.tsx +11 -11
- package/js/pages/TeacherDashboardOrganizationCourseLoader/index.spec.tsx +11 -11
- package/js/pages/TeacherDashboardTraining/TeacherDashboardTrainingLoader.tsx +7 -7
- package/js/pages/TeacherDashboardTraining/index.spec.tsx +21 -29
- package/js/pages/TeacherDashboardTraining/index.tsx +12 -16
- package/js/settings/index.ts +1 -0
- package/js/settings/settings.prod.ts +1 -0
- 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/types/Course.ts +4 -0
- package/js/types/Joanie.ts +31 -22
- package/js/types/index.ts +6 -2
- package/js/utils/test/factories/joanie.ts +18 -11
- package/js/utils/test/factories/richie.ts +10 -2
- package/js/utils/test/mockCourseProductWithOrder.ts +4 -4
- package/js/widgets/Dashboard/components/DashboardItem/Enrollment/DashboardItemEnrollment.tsx +1 -1
- package/js/widgets/Dashboard/components/DashboardItem/Enrollment/ProductCertificateFooter/index.spec.tsx +1 -1
- package/js/widgets/Dashboard/components/DashboardItem/Order/DashboardItemOrder.tsx +3 -3
- package/js/widgets/Dashboard/components/DashboardItem/Order/DashboardItemOrderContract.useUnionResource.cache.spec.tsx +1 -1
- package/js/widgets/Dashboard/components/DashboardItem/Order/Installment/index.tsx +4 -4
- package/js/widgets/Dashboard/components/DashboardItem/stories.mock.ts +1 -1
- package/js/widgets/Dashboard/components/DashboardSidebar/components/ContractNavLink/index.spec.tsx +23 -28
- package/js/widgets/Dashboard/components/DashboardSidebar/components/ContractNavLink/index.tsx +4 -8
- package/js/widgets/Dashboard/components/TeacherDashboardCourseSidebar/index.spec.tsx +17 -24
- package/js/widgets/Dashboard/components/TeacherDashboardCourseSidebar/index.tsx +18 -21
- package/js/widgets/Dashboard/components/TeacherDashboardCourseSidebar/utils.ts +4 -4
- package/js/widgets/Dashboard/components/TeacherDashboardOrganizationSidebar/index.tsx +3 -7
- package/js/widgets/Dashboard/utils/teacherDashboardPaths.tsx +4 -4
- package/js/widgets/Slider/components/SlidePanel.tsx +9 -0
- package/js/widgets/Slider/index.stories.tsx +53 -0
- package/js/widgets/Slider/index.tsx +21 -2
- package/js/widgets/SyllabusCourseRunsList/components/CourseProductItem/CourseProductItemFooter/index.tsx +10 -14
- package/js/widgets/SyllabusCourseRunsList/components/CourseProductItem/_styles.scss +8 -1
- package/js/widgets/SyllabusCourseRunsList/components/CourseProductItem/components/CourseProductCourseRuns/CourseRunList.tsx +2 -2
- package/js/widgets/SyllabusCourseRunsList/components/CourseProductItem/components/CourseProductCourseRuns/_styles.scss +9 -0
- package/js/widgets/SyllabusCourseRunsList/components/CourseProductItem/index.spec.tsx +116 -75
- package/js/widgets/SyllabusCourseRunsList/components/CourseProductItem/index.stories.tsx +6 -4
- package/js/widgets/SyllabusCourseRunsList/components/CourseProductItem/index.tsx +29 -30
- package/js/widgets/SyllabusCourseRunsList/components/SyllabusCourseRun/index.stories.tsx +81 -0
- package/js/widgets/SyllabusCourseRunsList/components/SyllabusCourseRun/index.tsx +36 -2
- package/js/widgets/SyllabusCourseRunsList/components/SyllabusCourseRunCompacted/index.tsx +36 -2
- package/js/widgets/SyllabusCourseRunsList/index.spec.tsx +58 -8
- package/package.json +2 -1
- package/scss/colors/_theme.scss +3 -0
- package/scss/components/templates/richie/slider/_slider.scss +19 -0
- package/scss/objects/_blogpost_glimpses.scss +5 -0
- package/scss/objects/_course_glimpses.scss +16 -0
- package/js/hooks/useCourseProductRelation/index.ts +0 -44
package/i18n/locales/ar-SA.json
CHANGED
|
@@ -227,6 +227,18 @@
|
|
|
227
227
|
"description": "Course run languages",
|
|
228
228
|
"message": "Available in {languages}"
|
|
229
229
|
},
|
|
230
|
+
"components.CourseProductItem.discount_rate": {
|
|
231
|
+
"description": "Discount rate information",
|
|
232
|
+
"message": "-{rate}%"
|
|
233
|
+
},
|
|
234
|
+
"components.CourseProductItem.discounted_price": {
|
|
235
|
+
"description": "Label for the discounted price of a product",
|
|
236
|
+
"message": "Discounted price:"
|
|
237
|
+
},
|
|
238
|
+
"components.CourseProductItem.from": {
|
|
239
|
+
"description": "Discount start date information",
|
|
240
|
+
"message": "from {from}"
|
|
241
|
+
},
|
|
230
242
|
"components.CourseProductItem.fromTo": {
|
|
231
243
|
"description": "Course run date range",
|
|
232
244
|
"message": "From {from} {to, select, undefined {} other {to {to}}}"
|
|
@@ -243,10 +255,18 @@
|
|
|
243
255
|
"description": "Message displayed when no seats are available for the product",
|
|
244
256
|
"message": "Sorry, no seats available for now"
|
|
245
257
|
},
|
|
258
|
+
"components.CourseProductItem.original_price": {
|
|
259
|
+
"description": "Label for the original price of a product",
|
|
260
|
+
"message": "Original price:"
|
|
261
|
+
},
|
|
246
262
|
"components.CourseProductItem.purchased": {
|
|
247
263
|
"description": "Message displayed when authenticated user owned the product",
|
|
248
264
|
"message": "Purchased"
|
|
249
265
|
},
|
|
266
|
+
"components.CourseProductItem.to": {
|
|
267
|
+
"description": "Discount end date information",
|
|
268
|
+
"message": "to {to}"
|
|
269
|
+
},
|
|
250
270
|
"components.CourseProductsList.end": {
|
|
251
271
|
"description": "End label displayed in the header of course run dates section",
|
|
252
272
|
"message": "End"
|
|
@@ -1927,8 +1947,8 @@
|
|
|
1927
1947
|
"description": "Sub title of the dashboard sidebar",
|
|
1928
1948
|
"message": "You are on your teacher dashboard"
|
|
1929
1949
|
},
|
|
1930
|
-
"components.TeacherDashboardTraining.
|
|
1931
|
-
"description": "Message displayed when requested
|
|
1950
|
+
"components.TeacherDashboardTraining.errorNoOffering": {
|
|
1951
|
+
"description": "Message displayed when requested offering is not found",
|
|
1932
1952
|
"message": "This product doesn't exist"
|
|
1933
1953
|
},
|
|
1934
1954
|
"components.TeacherDashboardTrainingLoader.loading": {
|
|
@@ -2047,14 +2067,6 @@
|
|
|
2047
2067
|
"description": "Error message shown to the user when orders fetch request fails.",
|
|
2048
2068
|
"message": "An error occurred while fetching orders. Please retry later."
|
|
2049
2069
|
},
|
|
2050
|
-
"hooks.useCourseProductRelations.errorGet": {
|
|
2051
|
-
"description": "Error message shown to the user when course product relation fetch request fails.",
|
|
2052
|
-
"message": "An error occurred while fetching trainings. Please retry later."
|
|
2053
|
-
},
|
|
2054
|
-
"hooks.useCourseProductRelations.errorNotFound": {
|
|
2055
|
-
"description": "Error message shown to the user when no course product relation matches.",
|
|
2056
|
-
"message": "Cannot find the training."
|
|
2057
|
-
},
|
|
2058
2070
|
"hooks.useCourseProductUnion.errorGet": {
|
|
2059
2071
|
"description": "Error message shown to the user when trainings fetch request fails.",
|
|
2060
2072
|
"message": "An error occurred while fetching trainings. Please retry later."
|
|
@@ -2147,6 +2159,14 @@
|
|
|
2147
2159
|
"description": "Error message shown to the user when it isn't logged.",
|
|
2148
2160
|
"message": "You aren't logged in."
|
|
2149
2161
|
},
|
|
2162
|
+
"hooks.useOfferings.errorGet": {
|
|
2163
|
+
"description": "Error message shown to the user when offering fetch request fails.",
|
|
2164
|
+
"message": "An error occurred while fetching trainings. Please retry later."
|
|
2165
|
+
},
|
|
2166
|
+
"hooks.useOfferings.errorNotFound": {
|
|
2167
|
+
"description": "Error message shown to the user when no offering matches.",
|
|
2168
|
+
"message": "Cannot find the training."
|
|
2169
|
+
},
|
|
2150
2170
|
"hooks.useOpenEdxProfile.errorGet": {
|
|
2151
2171
|
"description": "Error message shown to the user when openEdx profile fetch request fails.",
|
|
2152
2172
|
"message": "An error occurred while fetching your profile. Please retry later."
|
package/i18n/locales/es-ES.json
CHANGED
|
@@ -227,6 +227,18 @@
|
|
|
227
227
|
"description": "Course run languages",
|
|
228
228
|
"message": "Available in {languages}"
|
|
229
229
|
},
|
|
230
|
+
"components.CourseProductItem.discount_rate": {
|
|
231
|
+
"description": "Discount rate information",
|
|
232
|
+
"message": "-{rate}%"
|
|
233
|
+
},
|
|
234
|
+
"components.CourseProductItem.discounted_price": {
|
|
235
|
+
"description": "Label for the discounted price of a product",
|
|
236
|
+
"message": "Discounted price:"
|
|
237
|
+
},
|
|
238
|
+
"components.CourseProductItem.from": {
|
|
239
|
+
"description": "Discount start date information",
|
|
240
|
+
"message": "from {from}"
|
|
241
|
+
},
|
|
230
242
|
"components.CourseProductItem.fromTo": {
|
|
231
243
|
"description": "Course run date range",
|
|
232
244
|
"message": "From {from} {to, select, undefined {} other {to {to}}}"
|
|
@@ -243,10 +255,18 @@
|
|
|
243
255
|
"description": "Message displayed when no seats are available for the product",
|
|
244
256
|
"message": "Sorry, no seats available for now"
|
|
245
257
|
},
|
|
258
|
+
"components.CourseProductItem.original_price": {
|
|
259
|
+
"description": "Label for the original price of a product",
|
|
260
|
+
"message": "Original price:"
|
|
261
|
+
},
|
|
246
262
|
"components.CourseProductItem.purchased": {
|
|
247
263
|
"description": "Message displayed when authenticated user owned the product",
|
|
248
264
|
"message": "Purchased"
|
|
249
265
|
},
|
|
266
|
+
"components.CourseProductItem.to": {
|
|
267
|
+
"description": "Discount end date information",
|
|
268
|
+
"message": "to {to}"
|
|
269
|
+
},
|
|
250
270
|
"components.CourseProductsList.end": {
|
|
251
271
|
"description": "End label displayed in the header of course run dates section",
|
|
252
272
|
"message": "Fin"
|
|
@@ -1927,8 +1947,8 @@
|
|
|
1927
1947
|
"description": "Sub title of the dashboard sidebar",
|
|
1928
1948
|
"message": "You are on your teacher dashboard"
|
|
1929
1949
|
},
|
|
1930
|
-
"components.TeacherDashboardTraining.
|
|
1931
|
-
"description": "Message displayed when requested
|
|
1950
|
+
"components.TeacherDashboardTraining.errorNoOffering": {
|
|
1951
|
+
"description": "Message displayed when requested offering is not found",
|
|
1932
1952
|
"message": "This product doesn't exist"
|
|
1933
1953
|
},
|
|
1934
1954
|
"components.TeacherDashboardTrainingLoader.loading": {
|
|
@@ -2047,14 +2067,6 @@
|
|
|
2047
2067
|
"description": "Error message shown to the user when orders fetch request fails.",
|
|
2048
2068
|
"message": "An error occurred while fetching orders. Please retry later."
|
|
2049
2069
|
},
|
|
2050
|
-
"hooks.useCourseProductRelations.errorGet": {
|
|
2051
|
-
"description": "Error message shown to the user when course product relation fetch request fails.",
|
|
2052
|
-
"message": "An error occurred while fetching trainings. Please retry later."
|
|
2053
|
-
},
|
|
2054
|
-
"hooks.useCourseProductRelations.errorNotFound": {
|
|
2055
|
-
"description": "Error message shown to the user when no course product relation matches.",
|
|
2056
|
-
"message": "Cannot find the training."
|
|
2057
|
-
},
|
|
2058
2070
|
"hooks.useCourseProductUnion.errorGet": {
|
|
2059
2071
|
"description": "Error message shown to the user when trainings fetch request fails.",
|
|
2060
2072
|
"message": "An error occurred while fetching trainings. Please retry later."
|
|
@@ -2147,6 +2159,14 @@
|
|
|
2147
2159
|
"description": "Error message shown to the user when it isn't logged.",
|
|
2148
2160
|
"message": "You aren't logged in."
|
|
2149
2161
|
},
|
|
2162
|
+
"hooks.useOfferings.errorGet": {
|
|
2163
|
+
"description": "Error message shown to the user when offering fetch request fails.",
|
|
2164
|
+
"message": "An error occurred while fetching trainings. Please retry later."
|
|
2165
|
+
},
|
|
2166
|
+
"hooks.useOfferings.errorNotFound": {
|
|
2167
|
+
"description": "Error message shown to the user when no offering matches.",
|
|
2168
|
+
"message": "Cannot find the training."
|
|
2169
|
+
},
|
|
2150
2170
|
"hooks.useOpenEdxProfile.errorGet": {
|
|
2151
2171
|
"description": "Error message shown to the user when openEdx profile fetch request fails.",
|
|
2152
2172
|
"message": "An error occurred while fetching your profile. Please retry later."
|
package/i18n/locales/fa-IR.json
CHANGED
|
@@ -227,6 +227,18 @@
|
|
|
227
227
|
"description": "Course run languages",
|
|
228
228
|
"message": "Available in {languages}"
|
|
229
229
|
},
|
|
230
|
+
"components.CourseProductItem.discount_rate": {
|
|
231
|
+
"description": "Discount rate information",
|
|
232
|
+
"message": "-{rate}%"
|
|
233
|
+
},
|
|
234
|
+
"components.CourseProductItem.discounted_price": {
|
|
235
|
+
"description": "Label for the discounted price of a product",
|
|
236
|
+
"message": "Discounted price:"
|
|
237
|
+
},
|
|
238
|
+
"components.CourseProductItem.from": {
|
|
239
|
+
"description": "Discount start date information",
|
|
240
|
+
"message": "from {from}"
|
|
241
|
+
},
|
|
230
242
|
"components.CourseProductItem.fromTo": {
|
|
231
243
|
"description": "Course run date range",
|
|
232
244
|
"message": "From {from} {to, select, undefined {} other {to {to}}}"
|
|
@@ -243,10 +255,18 @@
|
|
|
243
255
|
"description": "Message displayed when no seats are available for the product",
|
|
244
256
|
"message": "Sorry, no seats available for now"
|
|
245
257
|
},
|
|
258
|
+
"components.CourseProductItem.original_price": {
|
|
259
|
+
"description": "Label for the original price of a product",
|
|
260
|
+
"message": "Original price:"
|
|
261
|
+
},
|
|
246
262
|
"components.CourseProductItem.purchased": {
|
|
247
263
|
"description": "Message displayed when authenticated user owned the product",
|
|
248
264
|
"message": "Purchased"
|
|
249
265
|
},
|
|
266
|
+
"components.CourseProductItem.to": {
|
|
267
|
+
"description": "Discount end date information",
|
|
268
|
+
"message": "to {to}"
|
|
269
|
+
},
|
|
250
270
|
"components.CourseProductsList.end": {
|
|
251
271
|
"description": "End label displayed in the header of course run dates section",
|
|
252
272
|
"message": "End"
|
|
@@ -1927,8 +1947,8 @@
|
|
|
1927
1947
|
"description": "Sub title of the dashboard sidebar",
|
|
1928
1948
|
"message": "You are on your teacher dashboard"
|
|
1929
1949
|
},
|
|
1930
|
-
"components.TeacherDashboardTraining.
|
|
1931
|
-
"description": "Message displayed when requested
|
|
1950
|
+
"components.TeacherDashboardTraining.errorNoOffering": {
|
|
1951
|
+
"description": "Message displayed when requested offering is not found",
|
|
1932
1952
|
"message": "This product doesn't exist"
|
|
1933
1953
|
},
|
|
1934
1954
|
"components.TeacherDashboardTrainingLoader.loading": {
|
|
@@ -2047,14 +2067,6 @@
|
|
|
2047
2067
|
"description": "Error message shown to the user when orders fetch request fails.",
|
|
2048
2068
|
"message": "An error occurred while fetching orders. Please retry later."
|
|
2049
2069
|
},
|
|
2050
|
-
"hooks.useCourseProductRelations.errorGet": {
|
|
2051
|
-
"description": "Error message shown to the user when course product relation fetch request fails.",
|
|
2052
|
-
"message": "An error occurred while fetching trainings. Please retry later."
|
|
2053
|
-
},
|
|
2054
|
-
"hooks.useCourseProductRelations.errorNotFound": {
|
|
2055
|
-
"description": "Error message shown to the user when no course product relation matches.",
|
|
2056
|
-
"message": "Cannot find the training."
|
|
2057
|
-
},
|
|
2058
2070
|
"hooks.useCourseProductUnion.errorGet": {
|
|
2059
2071
|
"description": "Error message shown to the user when trainings fetch request fails.",
|
|
2060
2072
|
"message": "An error occurred while fetching trainings. Please retry later."
|
|
@@ -2147,6 +2159,14 @@
|
|
|
2147
2159
|
"description": "Error message shown to the user when it isn't logged.",
|
|
2148
2160
|
"message": "You aren't logged in."
|
|
2149
2161
|
},
|
|
2162
|
+
"hooks.useOfferings.errorGet": {
|
|
2163
|
+
"description": "Error message shown to the user when offering fetch request fails.",
|
|
2164
|
+
"message": "An error occurred while fetching trainings. Please retry later."
|
|
2165
|
+
},
|
|
2166
|
+
"hooks.useOfferings.errorNotFound": {
|
|
2167
|
+
"description": "Error message shown to the user when no offering matches.",
|
|
2168
|
+
"message": "Cannot find the training."
|
|
2169
|
+
},
|
|
2150
2170
|
"hooks.useOpenEdxProfile.errorGet": {
|
|
2151
2171
|
"description": "Error message shown to the user when openEdx profile fetch request fails.",
|
|
2152
2172
|
"message": "An error occurred while fetching your profile. Please retry later."
|
package/i18n/locales/fr-CA.json
CHANGED
|
@@ -227,6 +227,18 @@
|
|
|
227
227
|
"description": "Course run languages",
|
|
228
228
|
"message": "Disponible en {languages}"
|
|
229
229
|
},
|
|
230
|
+
"components.CourseProductItem.discount_rate": {
|
|
231
|
+
"description": "Discount rate information",
|
|
232
|
+
"message": "-{rate}%"
|
|
233
|
+
},
|
|
234
|
+
"components.CourseProductItem.discounted_price": {
|
|
235
|
+
"description": "Label for the discounted price of a product",
|
|
236
|
+
"message": "Discounted price:"
|
|
237
|
+
},
|
|
238
|
+
"components.CourseProductItem.from": {
|
|
239
|
+
"description": "Discount start date information",
|
|
240
|
+
"message": "from {from}"
|
|
241
|
+
},
|
|
230
242
|
"components.CourseProductItem.fromTo": {
|
|
231
243
|
"description": "Course run date range",
|
|
232
244
|
"message": "From {from} {to, select, undefined {} other {to {to}}}"
|
|
@@ -243,10 +255,18 @@
|
|
|
243
255
|
"description": "Message displayed when no seats are available for the product",
|
|
244
256
|
"message": "Sorry, no seats available for now"
|
|
245
257
|
},
|
|
258
|
+
"components.CourseProductItem.original_price": {
|
|
259
|
+
"description": "Label for the original price of a product",
|
|
260
|
+
"message": "Original price:"
|
|
261
|
+
},
|
|
246
262
|
"components.CourseProductItem.purchased": {
|
|
247
263
|
"description": "Message displayed when authenticated user owned the product",
|
|
248
264
|
"message": "Acheté"
|
|
249
265
|
},
|
|
266
|
+
"components.CourseProductItem.to": {
|
|
267
|
+
"description": "Discount end date information",
|
|
268
|
+
"message": "to {to}"
|
|
269
|
+
},
|
|
250
270
|
"components.CourseProductsList.end": {
|
|
251
271
|
"description": "End label displayed in the header of course run dates section",
|
|
252
272
|
"message": "Fin"
|
|
@@ -1927,9 +1947,9 @@
|
|
|
1927
1947
|
"description": "Sub title of the dashboard sidebar",
|
|
1928
1948
|
"message": "Vous êtes sur votre tableau de bord enseignant"
|
|
1929
1949
|
},
|
|
1930
|
-
"components.TeacherDashboardTraining.
|
|
1931
|
-
"description": "Message displayed when requested
|
|
1932
|
-
"message": "
|
|
1950
|
+
"components.TeacherDashboardTraining.errorNoOffering": {
|
|
1951
|
+
"description": "Message displayed when requested offering is not found",
|
|
1952
|
+
"message": "This product doesn't exist"
|
|
1933
1953
|
},
|
|
1934
1954
|
"components.TeacherDashboardTrainingLoader.loading": {
|
|
1935
1955
|
"description": "Message displayed while loading a course",
|
|
@@ -2047,14 +2067,6 @@
|
|
|
2047
2067
|
"description": "Error message shown to the user when orders fetch request fails.",
|
|
2048
2068
|
"message": "An error occurred while fetching orders. Please retry later."
|
|
2049
2069
|
},
|
|
2050
|
-
"hooks.useCourseProductRelations.errorGet": {
|
|
2051
|
-
"description": "Error message shown to the user when course product relation fetch request fails.",
|
|
2052
|
-
"message": "Une erreur s'est produite lors de la récupération des formations. Veuillez réessayer plus tard."
|
|
2053
|
-
},
|
|
2054
|
-
"hooks.useCourseProductRelations.errorNotFound": {
|
|
2055
|
-
"description": "Error message shown to the user when no course product relation matches.",
|
|
2056
|
-
"message": "Formation introuvable."
|
|
2057
|
-
},
|
|
2058
2070
|
"hooks.useCourseProductUnion.errorGet": {
|
|
2059
2071
|
"description": "Error message shown to the user when trainings fetch request fails.",
|
|
2060
2072
|
"message": "Une erreur s'est produite lors de la récupération des formations. Veuillez réessayer plus tard."
|
|
@@ -2147,6 +2159,14 @@
|
|
|
2147
2159
|
"description": "Error message shown to the user when it isn't logged.",
|
|
2148
2160
|
"message": "You aren't logged in."
|
|
2149
2161
|
},
|
|
2162
|
+
"hooks.useOfferings.errorGet": {
|
|
2163
|
+
"description": "Error message shown to the user when offering fetch request fails.",
|
|
2164
|
+
"message": "An error occurred while fetching trainings. Please retry later."
|
|
2165
|
+
},
|
|
2166
|
+
"hooks.useOfferings.errorNotFound": {
|
|
2167
|
+
"description": "Error message shown to the user when no offering matches.",
|
|
2168
|
+
"message": "Cannot find the training."
|
|
2169
|
+
},
|
|
2150
2170
|
"hooks.useOpenEdxProfile.errorGet": {
|
|
2151
2171
|
"description": "Error message shown to the user when openEdx profile fetch request fails.",
|
|
2152
2172
|
"message": "An error occurred while fetching your profile. Please retry later."
|
package/i18n/locales/fr-FR.json
CHANGED
|
@@ -227,6 +227,18 @@
|
|
|
227
227
|
"description": "Course run languages",
|
|
228
228
|
"message": "Disponible en {languages}"
|
|
229
229
|
},
|
|
230
|
+
"components.CourseProductItem.discount_rate": {
|
|
231
|
+
"description": "Discount rate information",
|
|
232
|
+
"message": "-{rate}%"
|
|
233
|
+
},
|
|
234
|
+
"components.CourseProductItem.discounted_price": {
|
|
235
|
+
"description": "Label for the discounted price of a product",
|
|
236
|
+
"message": "Prix réduit :"
|
|
237
|
+
},
|
|
238
|
+
"components.CourseProductItem.from": {
|
|
239
|
+
"description": "Discount start date information",
|
|
240
|
+
"message": "à partir du {from}"
|
|
241
|
+
},
|
|
230
242
|
"components.CourseProductItem.fromTo": {
|
|
231
243
|
"description": "Course run date range",
|
|
232
244
|
"message": "À partir du {from} {to, select, undefined {} other {jusqu'au {to}}}"
|
|
@@ -237,16 +249,24 @@
|
|
|
237
249
|
},
|
|
238
250
|
"components.CourseProductItem.nbSeatsAvailable": {
|
|
239
251
|
"description": "Message displayed when seats are available for the product",
|
|
240
|
-
"message": "{ nb, plural, =0 {Aucune place restante} one {Dernière place restante!} other {# places restantes} }"
|
|
252
|
+
"message": "{ nb, plural, =0 {Aucune place restante} one {Dernière place restante !} other {# places restantes} }"
|
|
241
253
|
},
|
|
242
254
|
"components.CourseProductItem.noSeatsAvailable": {
|
|
243
255
|
"description": "Message displayed when no seats are available for the product",
|
|
244
256
|
"message": "Désolé, aucune place disponible pour le moment"
|
|
245
257
|
},
|
|
258
|
+
"components.CourseProductItem.original_price": {
|
|
259
|
+
"description": "Label for the original price of a product",
|
|
260
|
+
"message": "Prix initial :"
|
|
261
|
+
},
|
|
246
262
|
"components.CourseProductItem.purchased": {
|
|
247
263
|
"description": "Message displayed when authenticated user owned the product",
|
|
248
264
|
"message": "Acheté"
|
|
249
265
|
},
|
|
266
|
+
"components.CourseProductItem.to": {
|
|
267
|
+
"description": "Discount end date information",
|
|
268
|
+
"message": "jusqu'au {to}"
|
|
269
|
+
},
|
|
250
270
|
"components.CourseProductsList.end": {
|
|
251
271
|
"description": "End label displayed in the header of course run dates section",
|
|
252
272
|
"message": "Fin"
|
|
@@ -1445,7 +1465,7 @@
|
|
|
1445
1465
|
},
|
|
1446
1466
|
"components.SaleTunnelSavePaymentMethod.description": {
|
|
1447
1467
|
"description": "Text to explain what the user has to do in the 'save payment method' step",
|
|
1448
|
-
"message": "Il s'agit de la dernière étape pour valider votre souscription, vous devez définir un moyen de paiement. Celui-ci sera utilisé pour prélever les échéances dues.
|
|
1468
|
+
"message": "Il s'agit de la dernière étape pour valider votre souscription, vous devez définir un moyen de paiement. Celui-ci sera utilisé pour prélever les échéances dues. Sélectionnez un moyen de paiement existant ou ajoutez-en un nouveau."
|
|
1449
1469
|
},
|
|
1450
1470
|
"components.SaleTunnelSavePaymentMethod.title": {
|
|
1451
1471
|
"description": "Content title",
|
|
@@ -1927,8 +1947,8 @@
|
|
|
1927
1947
|
"description": "Sub title of the dashboard sidebar",
|
|
1928
1948
|
"message": "Vous êtes sur votre tableau de bord enseignant"
|
|
1929
1949
|
},
|
|
1930
|
-
"components.TeacherDashboardTraining.
|
|
1931
|
-
"description": "Message displayed when requested
|
|
1950
|
+
"components.TeacherDashboardTraining.errorNoOffering": {
|
|
1951
|
+
"description": "Message displayed when requested offering is not found",
|
|
1932
1952
|
"message": "Ce produit n’existe pas"
|
|
1933
1953
|
},
|
|
1934
1954
|
"components.TeacherDashboardTrainingLoader.loading": {
|
|
@@ -2047,14 +2067,6 @@
|
|
|
2047
2067
|
"description": "Error message shown to the user when orders fetch request fails.",
|
|
2048
2068
|
"message": "Une erreur s'est produite lors de la récupération des commandes. Veuillez réessayer plus tard."
|
|
2049
2069
|
},
|
|
2050
|
-
"hooks.useCourseProductRelations.errorGet": {
|
|
2051
|
-
"description": "Error message shown to the user when course product relation fetch request fails.",
|
|
2052
|
-
"message": "Une erreur s'est produite lors de la récupération des formations. Veuillez réessayer plus tard."
|
|
2053
|
-
},
|
|
2054
|
-
"hooks.useCourseProductRelations.errorNotFound": {
|
|
2055
|
-
"description": "Error message shown to the user when no course product relation matches.",
|
|
2056
|
-
"message": "Formation introuvable."
|
|
2057
|
-
},
|
|
2058
2070
|
"hooks.useCourseProductUnion.errorGet": {
|
|
2059
2071
|
"description": "Error message shown to the user when trainings fetch request fails.",
|
|
2060
2072
|
"message": "Une erreur s'est produite lors de la récupération des formations. Veuillez réessayer plus tard."
|
|
@@ -2147,6 +2159,14 @@
|
|
|
2147
2159
|
"description": "Error message shown to the user when it isn't logged.",
|
|
2148
2160
|
"message": "Vous n'êtes pas connecté."
|
|
2149
2161
|
},
|
|
2162
|
+
"hooks.useOfferings.errorGet": {
|
|
2163
|
+
"description": "Error message shown to the user when offering fetch request fails.",
|
|
2164
|
+
"message": "Une erreur s'est produite lors de la récupération des formations. Veuillez réessayer plus tard."
|
|
2165
|
+
},
|
|
2166
|
+
"hooks.useOfferings.errorNotFound": {
|
|
2167
|
+
"description": "Error message shown to the user when no offering matches.",
|
|
2168
|
+
"message": "Formation introuvable."
|
|
2169
|
+
},
|
|
2150
2170
|
"hooks.useOpenEdxProfile.errorGet": {
|
|
2151
2171
|
"description": "Error message shown to the user when openEdx profile fetch request fails.",
|
|
2152
2172
|
"message": "Une erreur s'est produite lors de la récupération de votre profil. Veuillez réessayer plus tard."
|
package/i18n/locales/ko-KR.json
CHANGED
|
@@ -227,6 +227,18 @@
|
|
|
227
227
|
"description": "Course run languages",
|
|
228
228
|
"message": "Available in {languages}"
|
|
229
229
|
},
|
|
230
|
+
"components.CourseProductItem.discount_rate": {
|
|
231
|
+
"description": "Discount rate information",
|
|
232
|
+
"message": "-{rate}%"
|
|
233
|
+
},
|
|
234
|
+
"components.CourseProductItem.discounted_price": {
|
|
235
|
+
"description": "Label for the discounted price of a product",
|
|
236
|
+
"message": "Discounted price:"
|
|
237
|
+
},
|
|
238
|
+
"components.CourseProductItem.from": {
|
|
239
|
+
"description": "Discount start date information",
|
|
240
|
+
"message": "from {from}"
|
|
241
|
+
},
|
|
230
242
|
"components.CourseProductItem.fromTo": {
|
|
231
243
|
"description": "Course run date range",
|
|
232
244
|
"message": "From {from} {to, select, undefined {} other {to {to}}}"
|
|
@@ -243,10 +255,18 @@
|
|
|
243
255
|
"description": "Message displayed when no seats are available for the product",
|
|
244
256
|
"message": "Sorry, no seats available for now"
|
|
245
257
|
},
|
|
258
|
+
"components.CourseProductItem.original_price": {
|
|
259
|
+
"description": "Label for the original price of a product",
|
|
260
|
+
"message": "Original price:"
|
|
261
|
+
},
|
|
246
262
|
"components.CourseProductItem.purchased": {
|
|
247
263
|
"description": "Message displayed when authenticated user owned the product",
|
|
248
264
|
"message": "Purchased"
|
|
249
265
|
},
|
|
266
|
+
"components.CourseProductItem.to": {
|
|
267
|
+
"description": "Discount end date information",
|
|
268
|
+
"message": "to {to}"
|
|
269
|
+
},
|
|
250
270
|
"components.CourseProductsList.end": {
|
|
251
271
|
"description": "End label displayed in the header of course run dates section",
|
|
252
272
|
"message": "End"
|
|
@@ -1927,8 +1947,8 @@
|
|
|
1927
1947
|
"description": "Sub title of the dashboard sidebar",
|
|
1928
1948
|
"message": "You are on your teacher dashboard"
|
|
1929
1949
|
},
|
|
1930
|
-
"components.TeacherDashboardTraining.
|
|
1931
|
-
"description": "Message displayed when requested
|
|
1950
|
+
"components.TeacherDashboardTraining.errorNoOffering": {
|
|
1951
|
+
"description": "Message displayed when requested offering is not found",
|
|
1932
1952
|
"message": "This product doesn't exist"
|
|
1933
1953
|
},
|
|
1934
1954
|
"components.TeacherDashboardTrainingLoader.loading": {
|
|
@@ -2047,14 +2067,6 @@
|
|
|
2047
2067
|
"description": "Error message shown to the user when orders fetch request fails.",
|
|
2048
2068
|
"message": "An error occurred while fetching orders. Please retry later."
|
|
2049
2069
|
},
|
|
2050
|
-
"hooks.useCourseProductRelations.errorGet": {
|
|
2051
|
-
"description": "Error message shown to the user when course product relation fetch request fails.",
|
|
2052
|
-
"message": "An error occurred while fetching trainings. Please retry later."
|
|
2053
|
-
},
|
|
2054
|
-
"hooks.useCourseProductRelations.errorNotFound": {
|
|
2055
|
-
"description": "Error message shown to the user when no course product relation matches.",
|
|
2056
|
-
"message": "Cannot find the training."
|
|
2057
|
-
},
|
|
2058
2070
|
"hooks.useCourseProductUnion.errorGet": {
|
|
2059
2071
|
"description": "Error message shown to the user when trainings fetch request fails.",
|
|
2060
2072
|
"message": "An error occurred while fetching trainings. Please retry later."
|
|
@@ -2147,6 +2159,14 @@
|
|
|
2147
2159
|
"description": "Error message shown to the user when it isn't logged.",
|
|
2148
2160
|
"message": "You aren't logged in."
|
|
2149
2161
|
},
|
|
2162
|
+
"hooks.useOfferings.errorGet": {
|
|
2163
|
+
"description": "Error message shown to the user when offering fetch request fails.",
|
|
2164
|
+
"message": "An error occurred while fetching trainings. Please retry later."
|
|
2165
|
+
},
|
|
2166
|
+
"hooks.useOfferings.errorNotFound": {
|
|
2167
|
+
"description": "Error message shown to the user when no offering matches.",
|
|
2168
|
+
"message": "Cannot find the training."
|
|
2169
|
+
},
|
|
2150
2170
|
"hooks.useOpenEdxProfile.errorGet": {
|
|
2151
2171
|
"description": "Error message shown to the user when openEdx profile fetch request fails.",
|
|
2152
2172
|
"message": "An error occurred while fetching your profile. Please retry later."
|
package/i18n/locales/pt-PT.json
CHANGED
|
@@ -227,6 +227,18 @@
|
|
|
227
227
|
"description": "Course run languages",
|
|
228
228
|
"message": "Disponível em {languages}"
|
|
229
229
|
},
|
|
230
|
+
"components.CourseProductItem.discount_rate": {
|
|
231
|
+
"description": "Discount rate information",
|
|
232
|
+
"message": "-{rate}%"
|
|
233
|
+
},
|
|
234
|
+
"components.CourseProductItem.discounted_price": {
|
|
235
|
+
"description": "Label for the discounted price of a product",
|
|
236
|
+
"message": "Preço com desconto:"
|
|
237
|
+
},
|
|
238
|
+
"components.CourseProductItem.from": {
|
|
239
|
+
"description": "Discount start date information",
|
|
240
|
+
"message": "de {from}"
|
|
241
|
+
},
|
|
230
242
|
"components.CourseProductItem.fromTo": {
|
|
231
243
|
"description": "Course run date range",
|
|
232
244
|
"message": "De {from} {to, select, undefined {} other {para {to}}}"
|
|
@@ -243,10 +255,18 @@
|
|
|
243
255
|
"description": "Message displayed when no seats are available for the product",
|
|
244
256
|
"message": "Não existem vagas disponíveis por agora. Pedimos desculpa"
|
|
245
257
|
},
|
|
258
|
+
"components.CourseProductItem.original_price": {
|
|
259
|
+
"description": "Label for the original price of a product",
|
|
260
|
+
"message": "Preço original:"
|
|
261
|
+
},
|
|
246
262
|
"components.CourseProductItem.purchased": {
|
|
247
263
|
"description": "Message displayed when authenticated user owned the product",
|
|
248
264
|
"message": "Comprado"
|
|
249
265
|
},
|
|
266
|
+
"components.CourseProductItem.to": {
|
|
267
|
+
"description": "Discount end date information",
|
|
268
|
+
"message": "para {to}"
|
|
269
|
+
},
|
|
250
270
|
"components.CourseProductsList.end": {
|
|
251
271
|
"description": "End label displayed in the header of course run dates section",
|
|
252
272
|
"message": "Fim"
|
|
@@ -1927,8 +1947,8 @@
|
|
|
1927
1947
|
"description": "Sub title of the dashboard sidebar",
|
|
1928
1948
|
"message": "Está no seu painel de controlo do professor"
|
|
1929
1949
|
},
|
|
1930
|
-
"components.TeacherDashboardTraining.
|
|
1931
|
-
"description": "Message displayed when requested
|
|
1950
|
+
"components.TeacherDashboardTraining.errorNoOffering": {
|
|
1951
|
+
"description": "Message displayed when requested offering is not found",
|
|
1932
1952
|
"message": "Este produto não existe"
|
|
1933
1953
|
},
|
|
1934
1954
|
"components.TeacherDashboardTrainingLoader.loading": {
|
|
@@ -2047,14 +2067,6 @@
|
|
|
2047
2067
|
"description": "Error message shown to the user when orders fetch request fails.",
|
|
2048
2068
|
"message": "Ocorreu um erro durante a pesquisa de encomendas. Por favor, tente novamente mais tarde."
|
|
2049
2069
|
},
|
|
2050
|
-
"hooks.useCourseProductRelations.errorGet": {
|
|
2051
|
-
"description": "Error message shown to the user when course product relation fetch request fails.",
|
|
2052
|
-
"message": "Ocorreu um erro durante o carregamento das formações. Por favor, tente mais tarde."
|
|
2053
|
-
},
|
|
2054
|
-
"hooks.useCourseProductRelations.errorNotFound": {
|
|
2055
|
-
"description": "Error message shown to the user when no course product relation matches.",
|
|
2056
|
-
"message": "Não foi possível encontrar a formação."
|
|
2057
|
-
},
|
|
2058
2070
|
"hooks.useCourseProductUnion.errorGet": {
|
|
2059
2071
|
"description": "Error message shown to the user when trainings fetch request fails.",
|
|
2060
2072
|
"message": "Ocorreu um erro durante o processamento de formações. Por favor, tente mais tarde."
|
|
@@ -2147,6 +2159,14 @@
|
|
|
2147
2159
|
"description": "Error message shown to the user when it isn't logged.",
|
|
2148
2160
|
"message": "Não tem sessão iniciada."
|
|
2149
2161
|
},
|
|
2162
|
+
"hooks.useOfferings.errorGet": {
|
|
2163
|
+
"description": "Error message shown to the user when offering fetch request fails.",
|
|
2164
|
+
"message": "Ocorreu um erro ao procurar formações. Por favor, tente novamente mais tarde."
|
|
2165
|
+
},
|
|
2166
|
+
"hooks.useOfferings.errorNotFound": {
|
|
2167
|
+
"description": "Error message shown to the user when no offering matches.",
|
|
2168
|
+
"message": "Não consigo encontrar a formação."
|
|
2169
|
+
},
|
|
2150
2170
|
"hooks.useOpenEdxProfile.errorGet": {
|
|
2151
2171
|
"description": "Error message shown to the user when openEdx profile fetch request fails.",
|
|
2152
2172
|
"message": "Ocorreu um erro ao procurar o seu perfil. Por favor, tente novamente mais tarde."
|
package/i18n/locales/ru-RU.json
CHANGED
|
@@ -227,6 +227,18 @@
|
|
|
227
227
|
"description": "Course run languages",
|
|
228
228
|
"message": "Available in {languages}"
|
|
229
229
|
},
|
|
230
|
+
"components.CourseProductItem.discount_rate": {
|
|
231
|
+
"description": "Discount rate information",
|
|
232
|
+
"message": "-{rate}%"
|
|
233
|
+
},
|
|
234
|
+
"components.CourseProductItem.discounted_price": {
|
|
235
|
+
"description": "Label for the discounted price of a product",
|
|
236
|
+
"message": "Discounted price:"
|
|
237
|
+
},
|
|
238
|
+
"components.CourseProductItem.from": {
|
|
239
|
+
"description": "Discount start date information",
|
|
240
|
+
"message": "from {from}"
|
|
241
|
+
},
|
|
230
242
|
"components.CourseProductItem.fromTo": {
|
|
231
243
|
"description": "Course run date range",
|
|
232
244
|
"message": "From {from} {to, select, undefined {} other {to {to}}}"
|
|
@@ -243,10 +255,18 @@
|
|
|
243
255
|
"description": "Message displayed when no seats are available for the product",
|
|
244
256
|
"message": "Sorry, no seats available for now"
|
|
245
257
|
},
|
|
258
|
+
"components.CourseProductItem.original_price": {
|
|
259
|
+
"description": "Label for the original price of a product",
|
|
260
|
+
"message": "Original price:"
|
|
261
|
+
},
|
|
246
262
|
"components.CourseProductItem.purchased": {
|
|
247
263
|
"description": "Message displayed when authenticated user owned the product",
|
|
248
264
|
"message": "Purchased"
|
|
249
265
|
},
|
|
266
|
+
"components.CourseProductItem.to": {
|
|
267
|
+
"description": "Discount end date information",
|
|
268
|
+
"message": "to {to}"
|
|
269
|
+
},
|
|
250
270
|
"components.CourseProductsList.end": {
|
|
251
271
|
"description": "End label displayed in the header of course run dates section",
|
|
252
272
|
"message": "Окончание"
|
|
@@ -1927,8 +1947,8 @@
|
|
|
1927
1947
|
"description": "Sub title of the dashboard sidebar",
|
|
1928
1948
|
"message": "You are on your teacher dashboard"
|
|
1929
1949
|
},
|
|
1930
|
-
"components.TeacherDashboardTraining.
|
|
1931
|
-
"description": "Message displayed when requested
|
|
1950
|
+
"components.TeacherDashboardTraining.errorNoOffering": {
|
|
1951
|
+
"description": "Message displayed when requested offering is not found",
|
|
1932
1952
|
"message": "This product doesn't exist"
|
|
1933
1953
|
},
|
|
1934
1954
|
"components.TeacherDashboardTrainingLoader.loading": {
|
|
@@ -2047,14 +2067,6 @@
|
|
|
2047
2067
|
"description": "Error message shown to the user when orders fetch request fails.",
|
|
2048
2068
|
"message": "An error occurred while fetching orders. Please retry later."
|
|
2049
2069
|
},
|
|
2050
|
-
"hooks.useCourseProductRelations.errorGet": {
|
|
2051
|
-
"description": "Error message shown to the user when course product relation fetch request fails.",
|
|
2052
|
-
"message": "An error occurred while fetching trainings. Please retry later."
|
|
2053
|
-
},
|
|
2054
|
-
"hooks.useCourseProductRelations.errorNotFound": {
|
|
2055
|
-
"description": "Error message shown to the user when no course product relation matches.",
|
|
2056
|
-
"message": "Cannot find the training."
|
|
2057
|
-
},
|
|
2058
2070
|
"hooks.useCourseProductUnion.errorGet": {
|
|
2059
2071
|
"description": "Error message shown to the user when trainings fetch request fails.",
|
|
2060
2072
|
"message": "An error occurred while fetching trainings. Please retry later."
|
|
@@ -2147,6 +2159,14 @@
|
|
|
2147
2159
|
"description": "Error message shown to the user when it isn't logged.",
|
|
2148
2160
|
"message": "You aren't logged in."
|
|
2149
2161
|
},
|
|
2162
|
+
"hooks.useOfferings.errorGet": {
|
|
2163
|
+
"description": "Error message shown to the user when offering fetch request fails.",
|
|
2164
|
+
"message": "An error occurred while fetching trainings. Please retry later."
|
|
2165
|
+
},
|
|
2166
|
+
"hooks.useOfferings.errorNotFound": {
|
|
2167
|
+
"description": "Error message shown to the user when no offering matches.",
|
|
2168
|
+
"message": "Cannot find the training."
|
|
2169
|
+
},
|
|
2150
2170
|
"hooks.useOpenEdxProfile.errorGet": {
|
|
2151
2171
|
"description": "Error message shown to the user when openEdx profile fetch request fails.",
|
|
2152
2172
|
"message": "An error occurred while fetching your profile. Please retry later."
|