|
123 | 123 | "description": "Error message displayed when a field value is too short.", |
124 | 124 | "message": "La longueur minimale est {min} {min, plural, one {caractère} other {caractères}}." |
125 | 125 | }, |
| 126 | + "components.CourseAddToWishlist.labelAdd": { |
| 127 | + "description": "Label to proceed to add a course to user wishlist.", |
| 128 | + "message": "Notify me" |
| 129 | + }, |
| 130 | + "components.CourseAddToWishlist.labelRemove": { |
| 131 | + "description": "Label to proceed to remove a course to user wishlist.", |
| 132 | + "message": "Do not notify me anymore" |
| 133 | + }, |
| 134 | + "components.CourseAddToWishlist.loading": { |
| 135 | + "description": "Accessible message displayed while loading wishlist", |
| 136 | + "message": "Loading your wishlist..." |
| 137 | + }, |
| 138 | + "components.CourseAddToWishlist.logMe": { |
| 139 | + "description": "Label to proceed to login page before being adding a course to user wishlist.", |
| 140 | + "message": "Log in to be notified" |
| 141 | + }, |
126 | 142 | "components.CourseGlimpse.categoryLabel": { |
127 | 143 | "description": "Category label text for screen reader users", |
128 | 144 | "message": "Catégorie" |
|
167 | 183 | "description": "Accessible label displayed while certificate is being generated.", |
168 | 184 | "message": "Certificat en cours de génération..." |
169 | 185 | }, |
170 | | - "components.CourseProductItem.enrolled": { |
171 | | - "description": "Message displayed when authenticated user owned the product", |
172 | | - "message": "Inscrit" |
173 | | - }, |
174 | 186 | "components.CourseProductItem.loadingInitial": { |
175 | 187 | "description": "Accessible text for the initial loading spinner displayed when product is fetching", |
176 | 188 | "message": "Chargement des informations du produit..." |
|
179 | 191 | "description": "Message displayed when authenticated user has purchased the product but order is still pending", |
180 | 192 | "message": "Pending" |
181 | 193 | }, |
| 194 | + "components.CourseProductItem.purchased": { |
| 195 | + "description": "Message displayed when authenticated user owned the product", |
| 196 | + "message": "Purchased" |
| 197 | + }, |
182 | 198 | "components.CourseProductsList.end": { |
183 | 199 | "description": "End label displayed in the header of course run dates section", |
184 | 200 | "message": "Fin" |
|
341 | 357 | }, |
342 | 358 | "components.DashboardCourses.loading": { |
343 | 359 | "description": "Message displayed while loading orders and enrollments", |
344 | | - "message": "Loading ..." |
| 360 | + "message": "Loading orders and enrollments..." |
345 | 361 | }, |
346 | 362 | "components.DashboardCreateAddressForm.header": { |
347 | 363 | "description": "Title of the dashboard address creation form", |
|
906 | 922 | "hooks.useResources.errorUpdate": { |
907 | 923 | "description": "Error message shown to the user when resource update request fails.", |
908 | 924 | "message": "An error occurred while updating a resource. Please retry later." |
| 925 | + }, |
| 926 | + "hooks.useWishlist.errorCreate": { |
| 927 | + "description": "Error message shown to the user when wishlist creation request fails.", |
| 928 | + "message": "An error occurred when adding this course to your wishlist. Please retry later." |
| 929 | + }, |
| 930 | + "hooks.useWishlist.errorDelete": { |
| 931 | + "description": "Error message shown to the user when wishlist deletion request fails.", |
| 932 | + "message": "An error occurred when removing this course from your wishlist. Please retry later." |
| 933 | + }, |
| 934 | + "hooks.useWishlist.errorGet": { |
| 935 | + "description": "Error message shown to the user when wishlist fetch request fails.", |
| 936 | + "message": "An error occurred while fetching wishlist. Please retry later." |
| 937 | + }, |
| 938 | + "hooks.useWishlist.errorNotFound": { |
| 939 | + "description": "Error message shown to the user when no wishlist matches.", |
| 940 | + "message": "Cannot find the wishlist." |
909 | 941 | } |
910 | 942 | } |
0 commit comments