@clickview/lite 0.0.26-dev.0 → 0.0.26-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (498) hide show
  1. package/dist/css/0.chunk.css +4 -4
  2. package/dist/css/11.chunk.css +4 -0
  3. package/dist/css/{45.chunk.css → 12.chunk.css} +3 -1
  4. package/dist/css/17.chunk.css +14 -6
  5. package/dist/css/18.chunk.css +14 -7
  6. package/dist/css/19.chunk.css +8 -6
  7. package/dist/css/20.chunk.css +11 -5
  8. package/dist/css/21.chunk.css +2 -2
  9. package/dist/css/22.chunk.css +6 -6
  10. package/dist/css/23.chunk.css +9 -5
  11. package/dist/css/24.chunk.css +7 -5
  12. package/dist/css/25.chunk.css +4 -2
  13. package/dist/css/26.chunk.css +11 -1
  14. package/dist/css/27.chunk.css +6 -4
  15. package/dist/css/28.chunk.css +6 -4
  16. package/dist/css/29.chunk.css +6 -2
  17. package/dist/css/30.chunk.css +8 -2
  18. package/dist/css/31.chunk.css +10 -0
  19. package/dist/css/32.chunk.css +6 -2
  20. package/dist/css/33.chunk.css +6 -2
  21. package/dist/css/35.chunk.css +4 -0
  22. package/dist/css/36.chunk.css +6 -0
  23. package/dist/css/37.chunk.css +2 -4
  24. package/dist/css/38.chunk.css +2 -2
  25. package/dist/css/39.chunk.css +2 -2
  26. package/dist/css/4.chunk.css +13 -11
  27. package/dist/css/40.chunk.css +3 -3
  28. package/dist/css/41.chunk.css +2 -2
  29. package/dist/css/42.chunk.css +6 -0
  30. package/dist/css/43.chunk.css +4 -0
  31. package/dist/css/44.chunk.css +4 -0
  32. package/dist/css/5.chunk.css +13 -3
  33. package/dist/css/54.chunk.css +1 -1
  34. package/dist/css/57.chunk.css +1 -1
  35. package/dist/css/6.chunk.css +12 -2
  36. package/dist/css/60.chunk.css +2 -0
  37. package/dist/css/64.chunk.css +2 -0
  38. package/dist/css/65.chunk.css +2 -0
  39. package/dist/css/7.chunk.css +4 -0
  40. package/dist/css/8.chunk.css +4 -0
  41. package/dist/css/9.chunk.css +1 -3
  42. package/dist/css/lite-app.css +12 -10
  43. package/dist/en.json +1 -1
  44. package/dist/libs/analytics/src/interfaces/AnalyticsTypes.d.ts +2 -0
  45. package/dist/libs/common/src/backbone/core/BaseAppRouter.d.ts +5 -1
  46. package/dist/libs/common/src/backbone/core/index.d.ts +1 -1
  47. package/dist/libs/common/src/backbone/utils/LocalStorageHelper.d.ts +1 -1
  48. package/dist/libs/common/src/react/flight/FlightHelpers.d.ts +1 -1
  49. package/dist/libs/common/src/react/hooks/UseViewModel.d.ts +8 -0
  50. package/dist/libs/common/src/react/utils/ArrayHelper.d.ts +1 -2
  51. package/dist/libs/common/src/react/utils/TextHelper.d.ts +1 -2
  52. package/dist/libs/common/src/react/utils/TimeHelper.d.ts +1 -0
  53. package/dist/libs/shared/src/apps/playlists/components/playlist-list/PlaylistItem.d.ts +1 -2
  54. package/dist/libs/shared/src/apps/playlists/components/sort-select/PlaylistSortSelect.d.ts +7 -0
  55. package/dist/libs/shared/src/apps/playlists/utils/PlaylistSortHelper.d.ts +2 -1
  56. package/dist/libs/shared/src/apps/playlists/utils/PlaylistStateUpdateHelper.d.ts +0 -2
  57. package/dist/libs/shared/src/apps/playlists/utils/RecentPlaylistHelper.d.ts +2 -4
  58. package/dist/libs/shared/src/apps/search/components/instant-search/series/SeriesSearchResultComponent.d.ts +5 -0
  59. package/dist/libs/shared/src/apps/search/enums/SearchQueryType.d.ts +1 -1
  60. package/dist/libs/shared/src/apps/search/views/search-bar/SearchBarView.d.ts +3 -0
  61. package/dist/libs/shared/src/apps/subjects/components/audience-filter/AudienceFilter.d.ts +3 -3
  62. package/dist/libs/shared/src/apps/subjects/components/coming-soon/ComingSoon.d.ts +1 -0
  63. package/dist/libs/shared/src/apps/subjects/hooks/useAudienceFilter.d.ts +10 -0
  64. package/dist/libs/shared/src/apps/subjects/utils/OnboardingHelper.d.ts +1 -1
  65. package/dist/libs/shared/src/components/banner-header/BannerHeader.d.ts +1 -0
  66. package/dist/libs/shared/src/components/breadcrumbs/Breadcrumbs.d.ts +3 -1
  67. package/dist/libs/shared/src/components/search-bar/SearchBar.d.ts +10 -0
  68. package/dist/libs/shared/src/components/search-bar/SearchInput.d.ts +2 -1
  69. package/dist/libs/shared/src/components/thumbnails/video/VideoThumbnail.d.ts +6 -5
  70. package/dist/libs/shared/src/components/video-list/VideoItem.d.ts +1 -0
  71. package/dist/libs/shared/src/components/video-list/VideoList.d.ts +1 -0
  72. package/dist/libs/shared/src/components/video-list/partial-loading/PartialVideoList.d.ts +1 -0
  73. package/dist/libs/shared/src/components/widgets/dynamic-widget/DynamicWidget.d.ts +1 -1
  74. package/dist/libs/shared/src/components/widgets/items/interactive-widget-item/InteractiveWidgetItem.d.ts +3 -2
  75. package/dist/libs/shared/src/components/widgets/items/playlist-widget-item/PlaylistWidgetItem.d.ts +2 -8
  76. package/dist/libs/shared/src/components/widgets/items/video-widget-item/VideoWidgetItem.d.ts +2 -0
  77. package/dist/libs/shared/src/constants/BootstrapKeys.d.ts +1 -0
  78. package/dist/libs/shared/src/constants/SharedViewModelKeys.d.ts +4 -0
  79. package/dist/libs/shared/src/constants/WithStatements.d.ts +9 -0
  80. package/dist/libs/shared/src/enums/MediaQueries.d.ts +3 -1
  81. package/dist/libs/shared/src/enums/PermissionName.d.ts +23 -0
  82. package/dist/libs/shared/src/enums/ResourceFileType.d.ts +9 -0
  83. package/dist/libs/shared/src/enums/SettingName.d.ts +0 -1
  84. package/dist/libs/shared/src/flight-requests/FavouriteVideoRequests.d.ts +1 -1
  85. package/dist/libs/shared/src/flight-requests/PlayerRequests.d.ts +1 -2
  86. package/dist/libs/shared/src/flight-requests/PlaylistRequests.d.ts +3 -3
  87. package/dist/libs/shared/src/flight-requests/SettingRequests.d.ts +2 -1
  88. package/dist/libs/shared/src/flight-requests/UserRequests.d.ts +2 -0
  89. package/dist/libs/shared/src/hooks/usePermissions.d.ts +5 -0
  90. package/dist/libs/shared/src/interfaces/app-variables/BaseSearchAppVariables.d.ts +1 -0
  91. package/dist/libs/shared/src/interfaces/collections/ClassificationCollection.d.ts +4 -0
  92. package/dist/libs/shared/src/interfaces/collections/ClassroomCollection.d.ts +4 -0
  93. package/dist/libs/shared/src/interfaces/collections/ClassroomGroupCollection.d.ts +4 -0
  94. package/dist/libs/shared/src/interfaces/collections/InteractiveCollection.d.ts +2 -2
  95. package/dist/libs/shared/src/interfaces/collections/index.d.ts +3 -0
  96. package/dist/libs/shared/src/interfaces/models/Classroom.d.ts +4 -0
  97. package/dist/libs/shared/src/interfaces/models/ClassroomGroup.d.ts +18 -0
  98. package/dist/libs/shared/src/interfaces/models/Clip.d.ts +4 -3
  99. package/dist/libs/shared/src/interfaces/models/Curriculum.d.ts +4 -0
  100. package/dist/libs/shared/src/interfaces/models/InteractiveMetadata.d.ts +14 -0
  101. package/dist/libs/shared/src/interfaces/models/Resource.d.ts +2 -2
  102. package/dist/libs/shared/src/interfaces/models/User.d.ts +4 -2
  103. package/dist/libs/shared/src/interfaces/models/Video.d.ts +6 -2
  104. package/dist/libs/shared/src/interfaces/models/VideoHistory.d.ts +4 -1
  105. package/dist/libs/shared/src/interfaces/models/Widget.d.ts +1 -1
  106. package/dist/libs/shared/src/interfaces/models/YearGroup.d.ts +5 -0
  107. package/dist/libs/shared/src/interfaces/models/index.d.ts +5 -1
  108. package/dist/libs/shared/src/interfaces/models/interactive/ActionableItem.d.ts +6 -0
  109. package/dist/libs/shared/src/interfaces/models/interactive/Interaction.d.ts +16 -0
  110. package/dist/libs/shared/src/interfaces/models/interactive/InteractionType.d.ts +7 -0
  111. package/dist/libs/shared/src/interfaces/models/interactive/InteractionTypeId.d.ts +8 -0
  112. package/dist/libs/shared/src/interfaces/models/interactive/Interactive.d.ts +7 -0
  113. package/dist/libs/shared/src/interfaces/models/interactive/Timepoint.d.ts +9 -0
  114. package/dist/libs/shared/src/interfaces/models/interactive/index.d.ts +6 -0
  115. package/dist/libs/shared/src/interfaces/models/primitives/BaseObject.d.ts +1 -0
  116. package/dist/libs/shared/src/interfaces/models/primitives/VirtualObject.d.ts +5 -0
  117. package/dist/libs/shared/src/interfaces/models/primitives/index.d.ts +1 -0
  118. package/dist/libs/shared/src/interfaces/requests/CreateOrUpdateClipRequest.d.ts +6 -0
  119. package/dist/libs/shared/src/interfaces/requests/CreateViewKeyRequest.d.ts +0 -2
  120. package/dist/libs/shared/src/interfaces/requests/index.d.ts +1 -0
  121. package/dist/libs/shared/src/utils/FavouriteHelpers.d.ts +30 -0
  122. package/dist/libs/shared/src/utils/RecentItemHelper.d.ts +11 -0
  123. package/dist/libs/shared/src/utils/UserHelper.d.ts +0 -3
  124. package/dist/libs/shared/src/utils/VideoDetailsHelper.d.ts +0 -9
  125. package/dist/libs/shared/src/utils/VideoHelper.d.ts +1 -0
  126. package/dist/projects/lite/src/app.d.ts +25 -5
  127. package/dist/projects/lite/src/apps/classrooms/components/classroom-group-dropdown/ClassroomGroupDropdown.d.ts +6 -6
  128. package/dist/projects/lite/src/apps/classrooms/components/classroom-group-pill/ClassroomGroupPill.d.ts +7 -0
  129. package/dist/projects/lite/src/apps/classrooms/components/classroom-item/ClassroomItem.d.ts +3 -2
  130. package/dist/projects/lite/src/apps/classrooms/components/classroom-item/EmptyClassroomItem.d.ts +2 -0
  131. package/dist/projects/lite/src/apps/classrooms/components/classroom-star/ClassroomStar.d.ts +1 -2
  132. package/dist/projects/lite/src/apps/classrooms/components/classroom-students-list/ClassroomStudentItem.d.ts +3 -2
  133. package/dist/projects/lite/src/apps/classrooms/components/classroom-students-list/ClassroomStudentsList.d.ts +3 -2
  134. package/dist/projects/lite/src/apps/classrooms/components/colour-picker/ColourPicker.d.ts +3 -3
  135. package/dist/projects/lite/src/apps/classrooms/components/edit-classroom-details/EditClassroomDetails.d.ts +2 -2
  136. package/dist/projects/lite/src/apps/classrooms/components/edit-classroom-group-details/EditClassroomGroupDetails.d.ts +4 -3
  137. package/dist/projects/lite/src/apps/classrooms/components/manage-classroom-group-item/ManageClassroomGroupItem.d.ts +4 -4
  138. package/dist/projects/lite/src/apps/classrooms/components/manage-classroom-groups/ManageClassroomGroups.d.ts +3 -2
  139. package/dist/projects/lite/src/apps/classrooms/components/manage-classroom-student-item/ManageClassroomStudentItem.d.ts +4 -2
  140. package/dist/projects/lite/src/apps/classrooms/components/manage-classroom-students/ManageClassroomStudents.d.ts +5 -2
  141. package/dist/projects/lite/src/apps/classrooms/components/manage-classroom-students/empty-state/ManageClassroomStudentsEmptyState.d.ts +2 -2
  142. package/dist/projects/lite/src/apps/classrooms/flight-requests/ClassroomRequests.d.ts +20 -29
  143. package/dist/projects/lite/src/apps/classrooms/interfaces/EditClassroomGroupRequest.d.ts +7 -0
  144. package/dist/projects/lite/src/apps/classrooms/utils/GroupHelper.d.ts +2 -2
  145. package/dist/projects/lite/src/apps/classrooms/validation/ClassroomGroupValidationSchema.d.ts +1 -0
  146. package/dist/projects/lite/src/apps/classrooms/views/classrooms/empty-state/ClassroomsEmptyState.d.ts +5 -1
  147. package/dist/projects/lite/src/apps/classrooms/views/classrooms/empty-state/ClassroomsNoStudentsState.d.ts +6 -0
  148. package/dist/projects/lite/src/apps/classrooms/views/classrooms/partial-loading/ClassroomsPartialLoading.d.ts +1 -5
  149. package/dist/projects/lite/src/apps/content-updates/LiteContentUpdatesApplication.d.ts +1 -1
  150. package/dist/projects/lite/src/apps/dashboard/LiteDashboardApplication.d.ts +1 -1
  151. package/dist/projects/lite/src/apps/dashboard/flight-requests/DashboardRequests.d.ts +2 -0
  152. package/dist/projects/lite/src/apps/dashboard/views/dashboard-widget/DashboardWidgetView.d.ts +1 -1
  153. package/dist/projects/lite/src/apps/default/LiteDefaultApplication.d.ts +9 -4
  154. package/dist/projects/lite/src/apps/embed/LiteEmbedApplication.d.ts +2 -2
  155. package/dist/projects/lite/src/apps/embed/views/embed/EmbedView.d.ts +1 -5
  156. package/dist/projects/lite/src/apps/playlists/LitePlaylistsApplication.d.ts +1 -1
  157. package/dist/projects/lite/src/apps/playlists/components/playlist-header/PlaylistHeader.d.ts +1 -0
  158. package/dist/projects/lite/src/apps/playlists/views/playlist/PlaylistViewUtils.d.ts +1 -1
  159. package/dist/projects/lite/src/apps/playlists/views/playlists/PlaylistsView.d.ts +1 -1
  160. package/dist/projects/lite/src/apps/search/LiteSearchApplication.d.ts +1 -1
  161. package/dist/projects/lite/src/apps/search/components/filter-actions/FilterActions.d.ts +2 -1
  162. package/dist/projects/lite/src/apps/search/components/search-filters/SearchFilters.d.ts +2 -0
  163. package/dist/projects/lite/src/apps/search/constants/SearchAppVariables.d.ts +1 -0
  164. package/dist/projects/lite/src/apps/search/flight-requests/SearchRequests.d.ts +2 -1
  165. package/dist/projects/lite/src/apps/search/hooks/UseSetSearchQuery.d.ts +1 -0
  166. package/dist/projects/lite/src/apps/search/interfaces/SearchResults.d.ts +9 -5
  167. package/dist/projects/lite/src/apps/search/reducers/FilterReducer.d.ts +2 -0
  168. package/dist/projects/lite/src/apps/search/utils/FilterHelper.d.ts +8 -5
  169. package/dist/projects/lite/src/apps/search/utils/SearchHelper.d.ts +7 -6
  170. package/dist/projects/lite/src/apps/settings/LiteSettingsApplication.d.ts +1 -1
  171. package/dist/projects/lite/src/apps/settings/interfaces/SettingsGroup.d.ts +2 -0
  172. package/dist/projects/lite/src/apps/settings/utils/getSettingsGroups.d.ts +2 -1
  173. package/dist/projects/lite/src/apps/share/LiteShareApplication.d.ts +21 -0
  174. package/dist/projects/lite/src/{shared/components/share → apps/share/components}/copy-embed-html/CopyEmbedHtml.d.ts +1 -1
  175. package/dist/projects/lite/src/apps/share/components/recipient-item/RecipientItem.d.ts +9 -0
  176. package/dist/projects/lite/src/{shared/components/share → apps/share/components}/tokenized-typeahead/TokenizedTypeahead.d.ts +7 -1
  177. package/dist/projects/lite/src/apps/share/enums/ShareLinkPrivacy.d.ts +4 -0
  178. package/dist/projects/lite/src/apps/share/enums/ShareLinkStatus.d.ts +4 -0
  179. package/dist/projects/lite/src/apps/share/enums/ShareType.d.ts +4 -0
  180. package/dist/projects/lite/src/apps/share/flight-requests/ShareRequests.d.ts +27 -0
  181. package/dist/projects/lite/src/apps/share/interfaces/BaseShareObject.d.ts +11 -0
  182. package/dist/projects/lite/src/apps/share/interfaces/DirectShare.d.ts +6 -0
  183. package/dist/projects/lite/src/apps/share/interfaces/ShareLink.d.ts +14 -0
  184. package/dist/projects/lite/src/apps/share/interfaces/ShareSearchResponse.d.ts +6 -0
  185. package/dist/projects/lite/src/apps/share/interfaces/requests/CreateDirectShareRequest.d.ts +6 -0
  186. package/dist/projects/lite/src/apps/share/interfaces/requests/CreateShareLinkRequest.d.ts +7 -0
  187. package/dist/projects/lite/src/apps/share/interfaces/requests/EditDirectShareRequest.d.ts +3 -0
  188. package/dist/projects/lite/src/apps/share/interfaces/requests/EditShareLinkRequest.d.ts +7 -0
  189. package/dist/projects/lite/src/apps/share/services/FlightShareDataService.d.ts +12 -0
  190. package/dist/projects/lite/src/apps/share/utils/RecentShareHelper.d.ts +12 -0
  191. package/dist/projects/lite/src/apps/share/views/play-shared/PlaySharedView.d.ts +6 -0
  192. package/dist/projects/lite/src/{shared → apps/share}/views/share/ShareView.d.ts +1 -1
  193. package/dist/projects/lite/src/apps/share/views/share/components/main-share/MainShare.d.ts +21 -0
  194. package/dist/projects/lite/src/apps/share/views/share/components/share-settings/ShareSettings.d.ts +13 -0
  195. package/dist/projects/lite/src/apps/subjects/utils/OnboardingHelper.d.ts +1 -1
  196. package/dist/projects/lite/src/apps/subjects/views/classification/ClassificationView.d.ts +2 -1
  197. package/dist/projects/lite/src/apps/user-manager/LiteUserManagerApplication.d.ts +7 -2
  198. package/dist/projects/lite/src/apps/user-manager/components/bulk-upload-file-select/BulkUploadFileSelect.d.ts +3 -1
  199. package/dist/projects/lite/src/apps/user-manager/components/edit-uploaded-user-popup/EditUploadedUserPopup.d.ts +3 -1
  200. package/dist/projects/lite/src/apps/user-manager/components/edit-user-details/EditUserDetails.d.ts +3 -2
  201. package/dist/projects/lite/src/apps/user-manager/components/manage-users-list/ManageUsersList.d.ts +1 -2
  202. package/dist/projects/lite/src/apps/user-manager/components/manage-users-list/empty-state/UserManagerSearchEmptyState.d.ts +2 -0
  203. package/dist/projects/lite/src/apps/user-manager/components/user-details-form/UserDetailsForm.d.ts +3 -2
  204. package/dist/projects/lite/src/apps/user-manager/components/user-duplicates-table/UserDuplicatesRow.d.ts +12 -0
  205. package/dist/projects/lite/src/apps/user-manager/components/user-duplicates-table/UserDuplicatesTable.d.ts +10 -0
  206. package/dist/projects/lite/src/apps/user-manager/components/user-review-table/UserReviewRow.d.ts +4 -4
  207. package/dist/projects/lite/src/apps/user-manager/components/user-review-table/UserReviewTable.d.ts +4 -4
  208. package/dist/projects/lite/src/apps/user-manager/components/year-group-select/YearGroupSelect.d.ts +11 -3
  209. package/dist/projects/lite/src/apps/user-manager/constants/Templates.d.ts +4 -0
  210. package/dist/projects/lite/src/apps/user-manager/enums/UserValidationCode.d.ts +20 -0
  211. package/dist/projects/lite/src/apps/user-manager/errors/empty-spreadsheet/EmptySpreadsheetError.d.ts +8 -0
  212. package/dist/projects/lite/src/apps/user-manager/errors/invalid-spreadsheet/InvalidSpreadsheetError.d.ts +8 -0
  213. package/dist/projects/lite/src/apps/user-manager/flight-requests/SchoolUserRequests.d.ts +10 -7
  214. package/dist/projects/lite/src/apps/user-manager/interfaces/BulkCreateUserRequest.d.ts +4 -0
  215. package/dist/projects/lite/src/apps/user-manager/interfaces/BulkValidateUsersResponse.d.ts +12 -0
  216. package/dist/projects/lite/src/apps/user-manager/interfaces/EditUserRequest.d.ts +3 -2
  217. package/dist/projects/lite/src/apps/user-manager/interfaces/index.d.ts +0 -1
  218. package/dist/projects/lite/src/apps/user-manager/reducers/UserUploadReducer.d.ts +2 -11
  219. package/dist/projects/lite/src/apps/user-manager/utils/UserManagerHelper.d.ts +11 -0
  220. package/dist/projects/lite/src/apps/user-manager/validation/user-validation/UserValidationSchema.d.ts +6 -6
  221. package/dist/projects/lite/src/apps/user-manager/views/bulk-user-upload/duplicates/BulkUserUploadDuplicatesView.d.ts +8 -0
  222. package/dist/projects/lite/src/apps/user-manager/views/bulk-user-upload/edit/BulkUserUploadEditView.d.ts +8 -0
  223. package/dist/projects/lite/src/apps/user-manager/views/bulk-user-upload/popup/BulkUserUploadPopupView.d.ts +8 -0
  224. package/dist/projects/lite/src/apps/user-manager/views/bulk-user-upload/review/BulkUserUploadReviewView.d.ts +8 -0
  225. package/dist/projects/lite/src/apps/user-manager/views/school-staff-manager/empty-state/SchoolStaffManagerEmptyState.d.ts +1 -6
  226. package/dist/projects/lite/src/apps/user-manager/views/school-student-manager/empty-state/SchoolStudentManagerEmptyState.d.ts +1 -6
  227. package/dist/projects/lite/src/apps/user-manager/views/toggle-user-status/ToggleUserStatusView.d.ts +2 -0
  228. package/dist/projects/lite/src/apps/watch-history/LiteWatchHistoryApplication.d.ts +1 -1
  229. package/dist/projects/lite/src/apps/watch-history/components/watch-history-video-list/WatchHistoryVideoList.d.ts +1 -0
  230. package/dist/projects/lite/src/shared/components/clip-time-form/ClipTimeForm.d.ts +14 -0
  231. package/dist/projects/lite/src/shared/components/edit-clip-details/EditClipDetails.d.ts +11 -0
  232. package/dist/projects/lite/src/shared/components/empty-state-image/EmptyStateImage.d.ts +12 -0
  233. package/dist/projects/lite/src/shared/components/interactive-questions/InteractiveQuestions.d.ts +9 -0
  234. package/dist/projects/lite/src/shared/components/interactive-questions/formatAnnotationText.d.ts +1 -0
  235. package/dist/projects/lite/src/shared/components/lite-player/LitePlayer.d.ts +17 -0
  236. package/dist/projects/lite/src/shared/components/play-page/PlayPage.d.ts +3 -2
  237. package/dist/projects/lite/src/shared/components/play-page/VideoTitle.d.ts +1 -0
  238. package/dist/projects/lite/src/shared/components/share/result-templates/user/InstantUserResult.d.ts +8 -0
  239. package/dist/projects/lite/src/shared/components/video-details/VideoDetails.d.ts +0 -1
  240. package/dist/projects/lite/src/shared/components/web-player/WebPlayer.d.ts +9 -0
  241. package/dist/projects/lite/src/shared/constants/ImageUrls.d.ts +10 -1
  242. package/dist/projects/lite/src/shared/constants/LiteActions.d.ts +15 -2
  243. package/dist/projects/lite/src/shared/constants/LiteRadioChannels.d.ts +1 -0
  244. package/dist/projects/lite/src/shared/constants/LiteViewModels.d.ts +2 -0
  245. package/dist/projects/lite/src/shared/constants/Services.d.ts +1 -1
  246. package/dist/projects/lite/src/shared/constants/WithStatements.d.ts +2 -3
  247. package/dist/projects/lite/src/shared/filters/OnboardingFilter.d.ts +2 -2
  248. package/dist/projects/lite/src/shared/filters/VerifiedEmailFilter.d.ts +1 -1
  249. package/dist/projects/lite/src/shared/flight-requests/ClipRequests.d.ts +9 -0
  250. package/dist/projects/lite/src/shared/flight-requests/InteractiveRequests.d.ts +5 -0
  251. package/dist/projects/lite/src/shared/flight-requests/LibraryRequests.d.ts +7 -0
  252. package/dist/projects/lite/src/shared/flight-requests/SeriesRequests.d.ts +1 -1
  253. package/dist/projects/lite/src/shared/flight-requests/VideoRequests.d.ts +2 -2
  254. package/dist/projects/lite/src/shared/hooks/useBulkCheckboxManager.d.ts +1 -1
  255. package/dist/projects/lite/src/shared/hooks/useInitPlayerContext.d.ts +9 -0
  256. package/dist/projects/lite/src/shared/services/FlightUserDataService.d.ts +2 -0
  257. package/dist/projects/lite/src/shared/views/delete-clip/DeleteClipView.d.ts +7 -0
  258. package/dist/projects/lite/src/shared/views/edit-clip-details/EditClipDetailsView.d.ts +10 -0
  259. package/dist/projects/lite/src/shared/views/edit-clip-timepoints/EditClipTimepointsView.d.ts +8 -0
  260. package/dist/projects/lite/src/shared/views/left-nav/CollapsedLeftNav.d.ts +2 -1
  261. package/dist/projects/lite/src/shared/views/left-nav/ExpandedLeftNav.d.ts +5 -1
  262. package/dist/projects/lite/src/shared/views/play-clip/PlayClipView.d.ts +6 -0
  263. package/dist/projects/lite/src/shared/views/preview-interactive/PreviewInteractiveView.d.ts +6 -0
  264. package/dist/projects/lite/src/shared/views/preview-questions/PreviewQuestionsView.d.ts +7 -0
  265. package/dist/projects/lite/src/styles/index.d.ts +0 -2
  266. package/dist/projects/player/src/components/cog-button/cog-button.d.ts +3 -0
  267. package/dist/projects/player/src/components/next-video-menu-item/next-video-menu-item.d.ts +1 -0
  268. package/dist/projects/player/src/components/progress-control/progress-control.d.ts +11 -0
  269. package/dist/projects/player/src/interfaces/NextVideo.d.ts +4 -0
  270. package/dist/projects/player/src/interfaces/models/ClipData.d.ts +4 -0
  271. package/dist/projects/player/src/interfaces/models/PlaybackObject.d.ts +8 -0
  272. package/dist/projects/player/src/players/base-player.d.ts +7 -3
  273. package/dist/projects/player/src/players/create-clip-player.d.ts +1 -1
  274. package/dist/projects/player/src/players/interactive-player.d.ts +16 -0
  275. package/dist/projects/player/src/players/player.d.ts +5 -0
  276. package/dist/projects/player/src/plugins/clip-plugin/clip-plugin.d.ts +1 -1
  277. package/dist/projects/player/src/plugins/create-clip-plugin/components/clip-timepoint-selector/clip-timepoint-selector.d.ts +1 -0
  278. package/dist/projects/player/src/plugins/interactive-plugin/components/create-components/create-components.d.ts +5 -0
  279. package/dist/projects/player/src/plugins/interactive-plugin/components/create-components/create-short-answer.ts/create-short-answer.d.ts +11 -0
  280. package/dist/projects/player/src/plugins/interactive-plugin/components/create-components/create-type-selector/create-type-selector.d.ts +8 -0
  281. package/dist/projects/player/src/plugins/interactive-plugin/components/feedback/feedback.d.ts +7 -0
  282. package/dist/projects/player/src/plugins/interactive-plugin/components/incomplete-alert/incomplete-alert.d.ts +2 -0
  283. package/dist/projects/player/src/plugins/interactive-plugin/components/interactive/interactive-component.d.ts +1 -0
  284. package/dist/projects/player/src/plugins/interactive-plugin/components/seek-bar/interactive-bar-item.d.ts +21 -0
  285. package/dist/projects/player/src/plugins/interactive-plugin/components/seek-bar/interactive-bar-items.d.ts +66 -0
  286. package/dist/projects/player/src/plugins/interactive-plugin/components/timepoint/timepoint-component.d.ts +22 -0
  287. package/dist/projects/player/src/plugins/interactive-plugin/components/view-components/annotation/annotation-interaction.d.ts +3 -0
  288. package/dist/projects/player/src/plugins/interactive-plugin/components/view-components/image/image-interaction.d.ts +4 -0
  289. package/dist/projects/player/src/plugins/interactive-plugin/components/view-components/missing-word/missing-word-interaction.d.ts +10 -0
  290. package/dist/projects/player/src/plugins/interactive-plugin/components/view-components/multiple-choice/multiple-choice-interaction.d.ts +10 -0
  291. package/dist/projects/player/src/plugins/interactive-plugin/components/view-components/short-answer/short-answer-interaction.d.ts +9 -0
  292. package/dist/projects/player/src/plugins/interactive-plugin/components/view-components/view-components.d.ts +5 -0
  293. package/dist/projects/player/src/plugins/interactive-plugin/components/view-components/view-interaction-heading/view-interaction-heading.d.ts +8 -0
  294. package/dist/projects/player/src/plugins/interactive-plugin/interactive-plugin.d.ts +1 -0
  295. package/dist/projects/player/src/plugins/interactive-plugin/interfaces/InteractionComponent.d.ts +3 -0
  296. package/dist/projects/player/src/plugins/interactive-plugin/interfaces/InteractionProps.d.ts +8 -0
  297. package/dist/projects/player/src/plugins/interactive-plugin/interfaces/InteractiveMode.d.ts +4 -0
  298. package/dist/projects/player/src/plugins/interactive-plugin/interfaces/SubmissionFunction.d.ts +2 -0
  299. package/dist/projects/player/src/plugins/interactive-plugin/interfaces/ValidationFunction.d.ts +2 -0
  300. package/dist/projects/player/src/plugins/interactive-plugin/interfaces/index.d.ts +5 -0
  301. package/dist/projects/player/src/plugins/interactive-plugin/utils/getInteractionComponents.d.ts +3 -0
  302. package/dist/projects/player/src/plugins/interactive-plugin/utils/getInteractionStateId.d.ts +2 -0
  303. package/dist/projects/player/src/plugins/interactive-plugin/utils/getSubmissionFunction.d.ts +3 -0
  304. package/dist/projects/player/src/plugins/interactive-plugin/utils/getTimepointStateId.d.ts +2 -0
  305. package/dist/projects/player/src/plugins/interactive-plugin/utils/getValidationFunction.d.ts +3 -0
  306. package/dist/projects/player/src/plugins/interactive-plugin/utils/useInteractiveTrack.d.ts +18 -0
  307. package/dist/projects/player/src/plugins/localcache-plugin/LocalCache.d.ts +12 -0
  308. package/dist/projects/player/src/plugins/localcache-plugin/compontents/local-cache-indicator.d.ts +1 -0
  309. package/dist/projects/player/src/plugins/localcache-plugin/localcache-middleware.d.ts +1 -0
  310. package/dist/projects/player/src/plugins/localcache-plugin/localcache-plugin.d.ts +62 -0
  311. package/dist/projects/player/src/plugins/next-video-plugin/components/up-next/up-next.d.ts +1 -0
  312. package/dist/projects/player/src/plugins/next-video-plugin/next-video-plugin.d.ts +52 -0
  313. package/dist/projects/player/src/react/InteractivePlayer.d.ts +9 -0
  314. package/dist/projects/player/src/react/Player.d.ts +4 -2
  315. package/dist/projects/player/src/utils/quality-helper.d.ts +19 -0
  316. package/dist/scripts/0-2d31d283ae.chunk.js +1 -0
  317. package/dist/scripts/1-416147a365.chunk.js +17 -0
  318. package/dist/scripts/10-6f924160d4.chunk.js +1 -0
  319. package/dist/scripts/11-bb4335845c.chunk.js +1 -0
  320. package/dist/scripts/12-c98f636456.chunk.js +1 -0
  321. package/dist/scripts/13-f440a979f2.chunk.js +1 -0
  322. package/dist/scripts/14-96e2ac4c4e.chunk.js +1 -0
  323. package/dist/scripts/17-ae3c652b7f.chunk.js +1 -0
  324. package/dist/scripts/18-70bed357d5.chunk.js +1 -0
  325. package/dist/scripts/19-fd97756828.chunk.js +1 -0
  326. package/dist/scripts/2-9458935561.chunk.js +1 -0
  327. package/dist/scripts/20-f660938e48.chunk.js +1 -0
  328. package/dist/scripts/21-6b5bac2388.chunk.js +1 -0
  329. package/dist/scripts/22-d2e93288e2.chunk.js +1 -0
  330. package/dist/scripts/23-cef41d75a0.chunk.js +1 -0
  331. package/dist/scripts/24-bce9e631d6.chunk.js +1 -0
  332. package/dist/scripts/25-db36457320.chunk.js +1 -0
  333. package/dist/scripts/26-5aed5ee0dd.chunk.js +1 -0
  334. package/dist/scripts/27-7f8deea7e3.chunk.js +1 -0
  335. package/dist/scripts/28-5f765079fd.chunk.js +1 -0
  336. package/dist/scripts/29-0b8214340f.chunk.js +1 -0
  337. package/dist/scripts/3-96cf66c7ed.chunk.js +1 -0
  338. package/dist/scripts/30-2f39246be7.chunk.js +1 -0
  339. package/dist/scripts/31-29dea56635.chunk.js +1 -0
  340. package/dist/scripts/32-bbaee512ce.chunk.js +1 -0
  341. package/dist/scripts/33-46803f3fef.chunk.js +1 -0
  342. package/dist/scripts/34-c017ae74c8.chunk.js +53 -0
  343. package/dist/scripts/35-7da451a1c9.chunk.js +1 -0
  344. package/dist/scripts/36-57ab543f4f.chunk.js +1 -0
  345. package/dist/scripts/37-80c7b6220d.chunk.js +1 -0
  346. package/dist/scripts/38-50ed73316a.chunk.js +1 -0
  347. package/dist/scripts/39-3adf4ecd44.chunk.js +1 -0
  348. package/dist/scripts/4-6611628e1a.chunk.js +1 -0
  349. package/dist/scripts/40-3872135793.chunk.js +1 -0
  350. package/dist/scripts/41-9a1c72850a.chunk.js +1 -0
  351. package/dist/scripts/42-4932b5ac21.chunk.js +1 -0
  352. package/dist/scripts/43-22cf86a966.chunk.js +1 -0
  353. package/dist/scripts/44-b62663ca9d.chunk.js +1 -0
  354. package/dist/scripts/45-0d8523abe9.chunk.js +1 -0
  355. package/dist/scripts/46-fe9870ac23.chunk.js +1 -0
  356. package/dist/scripts/47-6dffaed1d7.chunk.js +1 -0
  357. package/dist/scripts/48-7220efc4d6.chunk.js +1 -0
  358. package/dist/scripts/49-ae885df086.chunk.js +1 -0
  359. package/dist/scripts/5-4177d478cc.chunk.js +1 -0
  360. package/dist/scripts/50-f9157fe86a.chunk.js +7 -0
  361. package/dist/scripts/51-9c714f222a.chunk.js +1 -0
  362. package/dist/scripts/52-40b5bed763.chunk.js +1 -0
  363. package/dist/scripts/53-b1a06f2260.chunk.js +1 -0
  364. package/dist/scripts/54-adc0aca3b2.chunk.js +1 -0
  365. package/dist/scripts/55-89cef329b2.chunk.js +1 -0
  366. package/dist/scripts/56-0dddea6e48.chunk.js +1 -0
  367. package/dist/scripts/57-8fb86637a6.chunk.js +1 -0
  368. package/dist/scripts/58-72d868bb97.chunk.js +1 -0
  369. package/dist/scripts/59-f186c23ddf.chunk.js +1 -0
  370. package/dist/scripts/6-615cc3317e.chunk.js +1 -0
  371. package/dist/scripts/60-60ea3e256b.chunk.js +1 -0
  372. package/dist/scripts/{54-c68af93be1.chunk.js → 61-fba9617716.chunk.js} +1 -1
  373. package/dist/scripts/{55-6c7d49f405.chunk.js → 62-39c21de14e.chunk.js} +1 -1
  374. package/dist/scripts/63-d1c111fcd5.chunk.js +1 -0
  375. package/dist/scripts/{56-92a06b9806.chunk.js → 64-33b287c3c2.chunk.js} +1 -1
  376. package/dist/scripts/65-889dba985e.chunk.js +1 -0
  377. package/dist/scripts/66-00f7b4a21f.chunk.js +1 -0
  378. package/dist/scripts/67-d923fb11ed.chunk.js +1 -0
  379. package/dist/scripts/68-85a8867bd2.chunk.js +1 -0
  380. package/dist/scripts/69-0fc67deac3.chunk.js +1 -0
  381. package/dist/scripts/7-79961729d4.chunk.js +1 -0
  382. package/dist/scripts/{61-80f7131d9a.chunk.js → 70-8b68b786a9.chunk.js} +1 -1
  383. package/dist/scripts/{62-3d42c03cc9.chunk.js → 71-81cbd9cbe0.chunk.js} +1 -1
  384. package/dist/scripts/72-ea543ecb4d.chunk.js +1 -0
  385. package/dist/scripts/73-32bacce3b9.chunk.js +1 -0
  386. package/dist/scripts/{66-68028b1816.chunk.js → 74-5b7c16baa1.chunk.js} +1 -1
  387. package/dist/scripts/{67-dd69ffa06f.chunk.js → 75-81b94320b7.chunk.js} +1 -1
  388. package/dist/scripts/76-9e8154e3d1.chunk.js +1 -0
  389. package/dist/scripts/77-d57229038b.chunk.js +1 -0
  390. package/dist/scripts/78-cd93b07a63.chunk.js +1 -0
  391. package/dist/scripts/79-999b00ee35.chunk.js +1 -0
  392. package/dist/scripts/8-f1d54ac54a.chunk.js +1 -0
  393. package/dist/scripts/80-7a85bbaf88.chunk.js +1 -0
  394. package/dist/scripts/81-a589326f2f.chunk.js +1 -0
  395. package/dist/scripts/{71-2f6c3be43a.chunk.js → 82-660d825e60.chunk.js} +1 -1
  396. package/dist/scripts/9-d2c18751ff.chunk.js +1 -0
  397. package/dist/scripts/bundle-99c49275bf.min.js +31 -0
  398. package/dist/scripts/bundles.json +2 -2
  399. package/dist/scripts/polyfills-b23c61c24c.min.js +1 -0
  400. package/package.json +5 -4
  401. package/dist/css/13.chunk.css +0 -22
  402. package/dist/css/14.chunk.css +0 -10
  403. package/dist/css/15.chunk.css +0 -12
  404. package/dist/css/16.chunk.css +0 -12
  405. package/dist/css/3.chunk.css +0 -24
  406. package/dist/css/34.chunk.css +0 -8
  407. package/dist/css/52.chunk.css +0 -2
  408. package/dist/libs/common/src/react/hooks/useViewModel.d.ts +0 -4
  409. package/dist/libs/shared/src/apps/subjects/hooks/useAudienceParams.d.ts +0 -5
  410. package/dist/libs/shared/src/apps/subjects/reducers/AudienceReducer.d.ts +0 -11
  411. package/dist/libs/shared/src/enums/PlayerMediaType.d.ts +0 -4
  412. package/dist/libs/shared/src/interfaces/models/Interactive.d.ts +0 -9
  413. package/dist/libs/shared/src/utils/DashboardHelper.d.ts +0 -9
  414. package/dist/projects/lite/src/apps/classrooms/components/classroom-group/ClassroomGroup.d.ts +0 -7
  415. package/dist/projects/lite/src/apps/classrooms/components/classroom-students-list/empty-state/ClassroomStudentsListEmptyState.d.ts +0 -2
  416. package/dist/projects/lite/src/apps/classrooms/components/tile-actions/TileActions.d.ts +0 -12
  417. package/dist/projects/lite/src/apps/classrooms/enums/GroupColour.d.ts +0 -10
  418. package/dist/projects/lite/src/apps/search/flight-requests/index.d.ts +0 -1
  419. package/dist/projects/lite/src/apps/user-manager/interfaces/mocks/MockClassroom.d.ts +0 -8
  420. package/dist/projects/lite/src/apps/user-manager/views/user-upload-review/UserUploadReviewView.d.ts +0 -8
  421. package/dist/projects/lite/src/shared/components/share/sharee-item/ShareeItem.d.ts +0 -7
  422. package/dist/projects/lite/src/shared/flight-requests/ShareRequests.d.ts +0 -5
  423. package/dist/projects/lite/src/shared/interfaces/mocks/MockClassroomGroup.d.ts +0 -6
  424. package/dist/projects/lite/src/shared/interfaces/mocks/index.d.ts +0 -1
  425. package/dist/projects/lite/src/shared/services/SettingsDataService.d.ts +0 -10
  426. package/dist/projects/lite/src/shared/views/create-clip/CreateClipView.d.ts +0 -6
  427. package/dist/projects/lite/src/shared/views/left-nav/partial-loading/PartialLeftNavItem.d.ts +0 -2
  428. package/dist/projects/lite/src/shared/views/play-shared/PlaySharedView.d.ts +0 -6
  429. package/dist/projects/lite/src/shared/views/share/main-view/MainShareView.d.ts +0 -11
  430. package/dist/projects/lite/src/shared/views/share/settings-view/ShareSettingsView.d.ts +0 -9
  431. package/dist/projects/player/src/react/EmbeddedPlayer.d.ts +0 -7
  432. package/dist/scripts/0-171f181888.chunk.js +0 -1
  433. package/dist/scripts/1-7259e8a8bb.chunk.js +0 -17
  434. package/dist/scripts/10-66b105c2d8.chunk.js +0 -1
  435. package/dist/scripts/13-8c3673e075.chunk.js +0 -1
  436. package/dist/scripts/14-4bc696763a.chunk.js +0 -1
  437. package/dist/scripts/15-043e863dfb.chunk.js +0 -1
  438. package/dist/scripts/16-72a65d16e6.chunk.js +0 -1
  439. package/dist/scripts/17-067ea21652.chunk.js +0 -1
  440. package/dist/scripts/18-b4fa1e52f9.chunk.js +0 -1
  441. package/dist/scripts/19-e3599f7685.chunk.js +0 -1
  442. package/dist/scripts/2-370c1659a0.chunk.js +0 -1
  443. package/dist/scripts/20-0443e17d0b.chunk.js +0 -1
  444. package/dist/scripts/21-036b228cd8.chunk.js +0 -1
  445. package/dist/scripts/22-cfa11ae67b.chunk.js +0 -1
  446. package/dist/scripts/23-11a05b88f7.chunk.js +0 -1
  447. package/dist/scripts/24-c5c0ed3eb9.chunk.js +0 -1
  448. package/dist/scripts/25-83f2683f6f.chunk.js +0 -1
  449. package/dist/scripts/26-8e1ef2b8d3.chunk.js +0 -1
  450. package/dist/scripts/27-9cecba37e9.chunk.js +0 -1
  451. package/dist/scripts/28-4e578edcd5.chunk.js +0 -1
  452. package/dist/scripts/29-685b428459.chunk.js +0 -1
  453. package/dist/scripts/3-ef3041edd1.chunk.js +0 -1
  454. package/dist/scripts/30-e7d4add37c.chunk.js +0 -1
  455. package/dist/scripts/31-407fbd904c.chunk.js +0 -53
  456. package/dist/scripts/32-8434ce7c95.chunk.js +0 -1
  457. package/dist/scripts/33-134c778b95.chunk.js +0 -1
  458. package/dist/scripts/34-cb4f70d168.chunk.js +0 -1
  459. package/dist/scripts/35-4914b2c89e.chunk.js +0 -1
  460. package/dist/scripts/36-d2e13bd4e3.chunk.js +0 -1
  461. package/dist/scripts/37-def89fece7.chunk.js +0 -1
  462. package/dist/scripts/38-68ddb948f5.chunk.js +0 -1
  463. package/dist/scripts/39-d4f47b0420.chunk.js +0 -1
  464. package/dist/scripts/4-d626f7c9ff.chunk.js +0 -1
  465. package/dist/scripts/40-94399cfdc9.chunk.js +0 -1
  466. package/dist/scripts/41-5b0ed56d14.chunk.js +0 -1
  467. package/dist/scripts/42-c06b10dbbf.chunk.js +0 -1
  468. package/dist/scripts/43-4cc515550a.chunk.js +0 -1
  469. package/dist/scripts/44-073e6641ea.chunk.js +0 -1
  470. package/dist/scripts/45-3a36fa2fd2.chunk.js +0 -1
  471. package/dist/scripts/46-811abfacf5.chunk.js +0 -1
  472. package/dist/scripts/47-cf7e05bfc3.chunk.js +0 -1
  473. package/dist/scripts/48-a49b5ae505.chunk.js +0 -1
  474. package/dist/scripts/49-02fe5d9da0.chunk.js +0 -1
  475. package/dist/scripts/5-3c15aff75b.chunk.js +0 -1
  476. package/dist/scripts/50-2334e58775.chunk.js +0 -1
  477. package/dist/scripts/51-47c28dfdba.chunk.js +0 -1
  478. package/dist/scripts/52-8e3cb40ad6.chunk.js +0 -1
  479. package/dist/scripts/53-46688b7d80.chunk.js +0 -1
  480. package/dist/scripts/57-16ef135200.chunk.js +0 -1
  481. package/dist/scripts/58-1478dbceb8.chunk.js +0 -1
  482. package/dist/scripts/59-577a06a87a.chunk.js +0 -1
  483. package/dist/scripts/6-68be86ae02.chunk.js +0 -1
  484. package/dist/scripts/60-da28194427.chunk.js +0 -1
  485. package/dist/scripts/63-66e69ffe5b.chunk.js +0 -1
  486. package/dist/scripts/64-9ef637a2b1.chunk.js +0 -1
  487. package/dist/scripts/65-cc2384a591.chunk.js +0 -1
  488. package/dist/scripts/68-03022ebbd0.chunk.js +0 -1
  489. package/dist/scripts/69-e98764fee0.chunk.js +0 -1
  490. package/dist/scripts/7-760462a280.chunk.js +0 -7
  491. package/dist/scripts/70-aedca0b4ab.chunk.js +0 -1
  492. package/dist/scripts/8-1fe98a7811.chunk.js +0 -1
  493. package/dist/scripts/9-a9c57eac6a.chunk.js +0 -1
  494. package/dist/scripts/bundle-29922f7591.min.js +0 -31
  495. package/dist/scripts/polyfills-428e62f641.min.js +0 -1
  496. /package/dist/css/{53.chunk.css → 59.chunk.css} +0 -0
  497. /package/dist/css/{56.chunk.css → 61.chunk.css} +0 -0
  498. /package/dist/projects/lite/src/{shared/components/share → apps/share/components}/tokenized-typeahead/InputSelection.d.ts +0 -0
package/dist/en.json CHANGED
@@ -1 +1 @@
1
- {"classrooms":{"classroomActivitiesList":{"noActivities":"No activities started yet with this class.","howToStart":"How do I start activities?"},"classroomDetailsForm":{"nameLabel":"Classroom Name","namePlaceholder":"Enter your classroom's name","cancel":"Cancel"},"classroomGroupDetailsForm":{"groupNamePlaceholder":"Group name","save":"Save","cancel":"Cancel","nameLabel":"Group Name","colourLabel":"Colour"},"classroomGroupDropdown":{"groupAs":"Group as:","createNew":"Create new group"},"classroomItem":{"rename":"Rename classroom","delete":"Delete classroom"},"classroomStudentsList":{"avatarAlt":"%{name}'s avatar","editStudentDetails":"Edit student details","removeFromClassroom":"Remove from classroom"},"manageClassroomGroups":{"groupName":"Group Name","colour":"Colour","createNew":"Create new group"},"manageClassroomStudentItem":{"editStudent":"Edit student","removeStudent":"Remove from classroom","addSuccess":"Successfully added <strong>%{studentName}</strong> to the group <strong>%{groupName}</strong>","addError":"Could not add <strong>%{studentName}</strong> to the group <strong>%{groupName}</strong>","removeSuccess":"Successfully removed <strong>%{studentName}</strong> from the group <strong>%{groupName}</strong>","removeError":"Could not remove <strong>%{studentName}</strong> from the group <strong>%{groupName}</strong>"},"manageClassroomStudentsEmptyState":{"emptyStateHeading":"What's your classroom without students?","emptyStateInfo":"Add students into your classrooms so you can group your students, and keep track of class and individual activities!","videoButton":"How do I add students?","addStudents":"Add new students"},"manageClassroomStudents":{"addStudent":"Add new student","addSuccess":"Successfully added all students to <strong>%{groupName}</strong>","removeSuccess":"Successfully removed all students from <strong>%{groupName}</strong>","addError":"Could not add students to <strong>%{groupName}</strong>","removeError":"Could not remove students from <strong>%{groupName}</strong>"},"classroomValidation":{"nameExceeds":"Name is too long","nameRequired":"Must provide a name","colourRequired":"Must provide a colour"},"addStudentsToClassroom":{"cancel":"Cancel","add":"Add","success":"Successfully added %{smart_count} student to %{classroomName}. |||| Successfully added %{smart_count} students to %{classroomName}.","error":"Could not add student to %{classroomName}. |||| Could not add students to %{classroomName}.","title":"Add new students","placeholder":"Search for student name..","createNewStudent":"Create a new student profile through ","studentManager":"School Student Manager"},"classroom":{"manageClassroom":"Manage Classroom","students":"Students","overview":"Overview","starSuccess":"Successfully pinned <strong>%{classroomName}</strong>.","starError":"Could not pin <strong>%{classroomName}</strong>.","unstarSuccess":"Successfully unpinned <strong>%{classroomName}</strong>.","unstarError":"Could not unpin <strong>%{classroomName}</strong>."},"classrooms":{"heading":"Classrooms","emptyStateHeading":"It's time to start class, but first...!","emptyStateInfo":"Make a new classroom to keep tabs on the videos you watch together and tasks handed to students.","createNew":"Create new classroom","newClassroom":"New Classroom","myClassrooms":"My Classrooms","otherClassrooms":"Other Classrooms In Your School","starSuccess":"Successfully pinned <strong>%{classroomName}</strong>.","starError":"Could not pin <strong>%{classroomName}</strong>.","unstarSuccess":"Successfully unpinned <strong>%{classroomName}</strong>.","unstarError":"Could not unpin <strong>%{classroomName}</strong>.","pageTitle":"Classrooms"},"createClassroomGroup":{"title":"Create new group","success":"Successfully created <strong>%{groupName}</strong> in <strong>%{classroomName}</strong>","error":"Could not create group."},"createClassroom":{"title":"Add new classroom","nameLabel":"Classroom Name","save":"Save","success":"Successfully created classroom <strong>%{name}</strong>","error":"Could not create classroom"},"deleteClassroomGroup":{"title":"Delete group","cancel":"Cancel","delete":"Delete","areYouSure":"Are you sure you want to remove the group <strong>%{name}</strong> from your classroom?","success":"Successfully deleted group <strong>%{name}</strong>.","error":"Could not delete group <strong>%{name}</strong>."},"deleteClassroom":{"title":"Remove Classroom","confirmation":"Are you sure you want to remove <strong>%{name}</strong> from your school?","remove":"Remove","cancel":"Cancel","success":"Successfully removed %{name}."},"editClassroomGroup":{"title":"Edit group","success":"Successfully updated group <strong>%{groupName}</strong>.","error":"Could not update group <strong>%{groupName}</strong>."},"editClassroom":{"title":"Edit %{name}","nameLabel":"Classroom Name","save":"Save","success":"Successfully updated classroom %{name}","error":"Could not update classroom %{name}"},"manageClassroom":{"heading":"Manage Classroom","goTo":"Go to ","students":"Students","groups":"Groups","pageTitleStudents":"Manage Students","pageTitleGroups":"Manage Groups"},"removeStudentsFromClassroom":{"cancel":"Cancel","remove":"Remove","success":"Successfully removed %{smart_count} student from %{classroomName} |||| Successfully removed %{smart_count} students from %{classroomName}","title":"Remove %{smart_count} student from %{classroomName} |||| Remove %{smart_count} students from %{classroomName}","confirm":"Are you sure you want to remove <strong>%{smart_count}</strong> student from <strong>%{classroomName}</strong>? |||| Are you sure you want to remove <strong>%{smart_count}</strong> students from <strong>%{classroomName}</strong>?"}},"contentUpdates":{"classificationBanner":{"follow":"Follow","unfollow":"Unfollow"},"classificationUpdate":{"defaultPageTitle":"Content Updates"},"contentUpdatesView":{"followed":"Successfully followed <strong>%{classification}</strong>","unfollowed":"Successfully unfollowed <strong>%{classification}</strong>","showMore":"Show more new %{classificationName} videos","error":"Something went wrong, please try again.","pageTitle":"Content Updates"}},"playlists":{"liteClassificationUpdateBreadcrumbs":{"dashboard":"Dashboard","whatsNew":"Whats new at ClickView"},"liteWhatsNewBreadcrumbs":{"dashboard":"Dashboard","whatsNew":"Whats new at ClickView"},"playlistDetails":{"nameLabel":"Playlist Name","namePlaceholder":"Give your playlist a name...","descriptionLabel":"Description","descriptionPlaceholder":"Describe your playlist here","create":"Create","save":"Save","cancel":"Cancel"},"playlistHeader":{"description":"Description","follow":"Follow","following":"Following","edit":"Edit","share":"Share","delete":"Delete","collaborate":"Collaborate","copy":"Copy Playlist"},"selectPlaylist":{"placeholder":"Search your playlists or create a new one...","recentPlaylistsHeading":"Recent playlists saved to:","suggestionsHeading":"My Playlists","createPlaylist":"Create new playlist: <strong>%{name}</strong>"},"addToPlaylist":{"heading":"Add to Playlist","selectPlaylist":"Select a playlist to add <strong>%{video}</strong> to:","successNew":"Successfully added <strong>%{video}</strong> to new playlist <strong>%{playlist}</strong>","success":"Successfully added <strong>%{video}</strong> to <strong>%{playlist}</strong>","createError":"Failed to create <strong>%{playlist}</strong>.","addError":"Failed to add <strong>%{video}</strong> to <strong>%{playlist}</strong>.","goToPlaylist":"Go to %{playlist}"},"copyPlaylist":{"title":"Copy %{name}","body1":"Take a copy of this playlist in its current state.","body2":"Alternatively, follow the playlist to be notified about any new content related to <strong>%{name}</strong>","copy":"Copy","cancel":"Cancel","success":"Successfully created a copy of <strong>%{name}</strong>.","successAppLink":"Go to playlist","error":"Failed to copy <strong>%{name}</strong>. Please try again."},"deletePlaylist":{"title":"Delete %{name}","keep":"No, keep my playlist","confirm":"Yes, delete this playlist","check":"Are you sure you want to delete this playlist?","warning":"This will permanently delete the playlist <strong>%{name}</strong>, along with any share links.","videoNote":"Videos in this playlist will not be deleted.","success":"Successfully deleted <strong>%{name}</strong>.","error":"Failed to delete <strong>%{name}</strong>."},"editPlaylist":{"title":"Edit %{name}","heading":"Edit Playlist Details","success":"Successfully updated <strong>%{name}</strong>.","error":"Failed to update <strong>%{name}</strong>."},"newPlaylist":{"title":"New Playlist","success":"Successfully created <strong>%{name}</strong>.","error":"Failed to create playlist."},"playlist":{"followError":"Playlist couldn't be followed. Please try again later.","unfollowError":"Playlist couldn't be unfollowed. Please try again later.","favourited":"Added <strong>%{video}</strong> to favourited videos.","unfavourited":"Removed <strong>%{video}</strong> from favourited videos."},"playlists":{"title":"Playlists","newPlaylist":"New Playlist"},"removeVideoFromPlaylist":{"title":"Remove %{name}","keep":"No, keep this video","confirm":"Yes, remove this video","check":"Are you sure you want to remove this video?","warning":"This will remove <strong>%{video}</strong> from the playlist <strong>%{playlist}</strong>.","success":"Successfully removed <strong>%{video}</strong> from <strong>%{playlist}</strong>.","error":"Failed to remove <strong>%{video}</strong> from <strong>%{playlist}</strong>."},"emptyState":{"noPlaylistsHeading":"You have no playlists","noPlaylistsInfo":"Click <strong>New Playlist</strong> above to create one.","noVideosHeading":"There are no videos in this playlist","noVideosInfo":"Learn how to add videos to a playlist."},"playlistItem":{"videos":"%{smart_count} video |||| %{smart_count} videos","lastUpdated":"Last updated: %{timeAgo}","notUpdatedRecently":"Last updated over a month ago"},"playlistSortSelect":{"recentlyUpdated":"Recently updated","atoz":"A to Z","ztoa":"Z to A","newest":"Newest","oldest":"Oldest"},"hooks":{"somethingWentWrong":"Something went wrong"},"validation":{"nameExceeds":"Name is too long","nameRequired":"Name is required","descriptionExceeds":"Description is too long"}},"dashboard":{"dashboardWidget":{"favourited":"Added <strong>%{video}</strong> to favourited videos.","unfavourited":"Removed <strong>%{video}</strong> from favourited videos."},"dashboard":{"pageTitle":"Discover","subjectsWidget":"Topics"}},"default":{"error":{"defaultPageTitle":"Oops! Something went wrong","countryRoads":"Take me home"},"myVideos":{"header":"My Videos","description":"Here we store all the videos that you upload on to ClickView!","share":"Share","edit":"Edit","alertMessage":"Drag a video onto this window <strong>at any time</strong> to begin uploading.","alertSecondaryMessage":"(You can select more than 1 video at a time)","pageTitle":"My Videos","favourited":"Added <strong>%{video}</strong> to favourited videos.","unfavourited":"Removed <strong>%{video}</strong> from favourited videos."}},"search":{"filterActions":{"apply":"Apply","reset":"Reset"},"resetButton":{"reset":"Reset Filters"},"searchFilters":{"heading":"Filters","reset":"Reset Filters"},"searchAppVariables":{"searchBarPlaceholder":"Search keywords, tags, or curriculum codes..."},"utils":{"yearGroup":"Year Group","objectTypes":"Type","ratings":"Ratings","interactives":"Interactives","clips":"Clips","classroom":"Classroom","moreFilters":"More Filters","interactivesDescription":"Only display videos with interactives","clipsDescription":"Only display videos with clips","allTypes":"All Types","topics":"Topics","playlists":"Playlist","series":"Series","videos":"Videos","firstNameAToZ":"First Name: A - Z","firstNameZToA":"First Name: Z - A","surnameAToZ":"Last Name: A - Z","surnameZToA":"Last Name: Z - A"},"searchResults":{"heading":"Search Results","playlists":"Playlists","series":"Series","relatedPlaylists":"Related Playlists","relatedSeries":"Related Series","defaultPageTitle":"Search","favourited":"Added <strong>%{video}</strong> to favourited videos.","unfavourited":"Removed <strong>%{video}</strong> from favourited videos."},"searchTips":{"heading":"Search Tips","firstTerm":"\"atomic bonding\"","firstDescription":"Search for exact phrases using quotation marks","secondTerm":"\"romeo and juliet\" english","secondDescription":"Combine normal and exact phrases together","thirdTerm":"-pollution","thirdDescription":"Exclude a keyword from your search","fourthTerm1":"tag:literature","fourthTerm2":"folder:science","fourthDescription":"Search for results within a tag, folder or series","fifthTerm":"folder:-physics","fifthDescription":"Use a \"-\" to exclude a folder, title or series"},"services":{"folderTag":"This folder","seriesTag":"This series"},"searchBar":{"findingResults":"Finding results...","recentSearches":"Recent Searches","allResults":"Show all results for","noLibraries":"There are currently no libraries to search. Add a new library to get started.","placeholder":"Search within your library... |||| Search within your libraries...","classifications":"topics","videos":"videos","tags":"tags","series":"series"}},"settings":{"settings":{"heading":"Settings","pageTitle":"Settings"}},"subjects":{"classification":{"dashboard":"Dashboard","playlists":"Playlists","series":"Series","popular":"Popular videos","unfollow":"Unfollow","follow":"Follow","share":"Share","followBtnTooltip":"Follow to get notifications on new content added to this topic"},"preferences":{"pageTitleOnboarding":"Onboarding","pageTitlePreferences":"Preferences"},"curriculumPresentationSelector":{"next":"Next","heading":"Which curriculum is most relevant to you?","info":"Content will be aligned to your chosen curriculum","back":"Back","error":"Something went wrong, please try again."},"levelPreferences":{"heading":"What year groups do you currently teach?","info":"This helps ClickView show you content that is suitable to your students","back":"Back","next":"Next","allLevels":"I teach all year groups","error":"Something went wrong while we were trying to save your changes. Please try again."},"subjectPreferencesView":{"heading":"Which subjects are you interested in?","infoRow1":"This helps us tailor ClickView to you.","infoRow2":"Select as many as you like!","back":"Back","allSubjects":"I'm interested in all subjects","next":"Next","error":"Something went wrong while we were trying to save your changes. Please try again."},"subjectPresentationSelector":{"next":"Next","back":"Back","heading":"What level do you currently teach?","info":"This will help ClickView show you more relevant content","error":"Something went wrong, please try again."},"preferencesSummary":{"heading":"A summary of your preferences","info":"You can change your preferences in your profile settings at any time!","levels":"Year groups","subjects":"Subjects","getStarted":"Get Started","save":"Save My Preferences","noLevelPreferences":"You haven't set any year group preferences yet.","noSubjectPreferences":"You haven't set any subject preferences yet.","allLevels":"I'm interested in all year groups","allSubjects":"I'm interested in all subjects","onboardingOptionError":"Something went wrong. Please check your internet connection and try again."},"preferencesWelcome":{"welcomeUser":"Welcome %{firstName}!","info1":"We want to get to know you a little bit better so we can <strong>tailor ClickView to your teaching needs!</strong>","info2":"This will only take a few minutes and everything you'll ever need will be at your fingertips.","getStarted":"Get started","welcome":"Welcome!"},"comingSoon":{"comingSoon":"Coming Soon","info":"We are currently building this topic. In the meantime, we can remind you when it's available.","remindMe":"Remind Me"},"heroVideo":{"resourcesHeading":"Resources","linksHeading":"Links","clipsHeading":"Clips","tagsHeading":"Tags","links":"%{smart_count} link |||| %{smart_count} links","resources":"%{smart_count} resource |||| %{smart_count} resources","clips":"%{smart_count} clip |||| %{smart_count} clips","heading":"Featured video"}},"shared":{"uploadFileSelect":{"uploadVideo":"Upload a video"},"immersiveReader":{"titleFallback":"Immersive Reader"},"playPage":{"makeInteractive":"Make interactive","share":"Share","addToPlaylist":"Add to playlist","relatedVideos":"Related Videos","createClip":"Create clip","viewCurriculumLinks":"View curriculum links","resources":"Resources (%{count})","interactives":"Interactives (%{count})","clips":"Clips (%{count})"},"tokenizedTypeahead":{"recentSearchHeading":"Recently shared to"},"synopsis":{"readFullDescription":"Read full description","videoAtAGlance":"Video at a glance...","seeCurriculumLinks":"See curriculum links"},"userOptions":{"settings":"Settings","analytics":"ClickView Analytics","helpCentre":"Help Centre","signOut":"Sign Out","logIn":"Log In"},"videoDetails":{"details":"Details","rating":"Rating: %{code}","productionYear":"Production Year: %{year}","productionCompanies":"Production Company |||| Production Companies","distributors":"Distributor |||| Distributors","producers":"Producer |||| Producers","directors":"Director |||| Directors","tags":"Tags:","description":"Description","seeGlance":"See video at a glance","seeCurriculumLinks":"See curriculum links"},"notFoundError":{"title":"Page not found","heading":"Page Not Found","description":"Unfortunately the page you are looking for doesn't exist."},"privateResourceError":{"title":"Private Resource","heading":"Private Resource","description":"You are trying to view a resource that has not been shared with you."},"regionLockedResourceError":{"title":"Region Locked Resource","heading":"Oops! This content isn't available in your country","description":"You are attempting to view a resource that is not available in your country."},"unspecifiedError":{"title":"Unspecified Error","heading":"Oops! Something went wrong","description":"An unspecified error has occured, please try again. If the error persists, please contact your system administrator."},"playlistNotFoundError":{"title":"Playlist Not Found","heading":"Playlist Not Found","description":"The playlist you have requested could not be found or has been removed."},"playlistPrivateError":{"title":"Private Playlist","heading":"Private Playlist","description":"This playlist has been made private by its owner."},"videoNotFoundError":{"title":"Video Not Found","heading":"Video Not Found","description":"The video you have requested could not be found or has been removed."},"videoPrivateError":{"title":"Private Video","heading":"Private Video","description":"This video has been made private by its owner."},"hooks":{"discard":"Discard","cancel":"Cancel","uploadLockTitle":"Are you sure you want to leave?","uploadLockBody":"By leaving the current page all uploads will be discarded"},"dragMask":{"message":"Drop files here to begin uploading"},"utils":{"cancel":"Cancel","confirm":"Confirm"},"favouriteVideos":{"header":"Favourited Videos","pageTitle":"Favourite Videos","favourited":"Added <strong>%{video}</strong> to favourited videos","unfavourited":"Removed <strong>%{video}</strong> from favourited videos"},"leftNav":{"discover":"Discover","playlists":"Playlists","myVideos":"My Videos","following":"Following","favouritedVideos":"Favourited Videos","classrooms":"Classrooms","watchHistory":"Watch History","settings":"Settings"},"play":{"favourited":"Added <strong>%{video}</strong> to favourited videos.","unfavourited":"Removed <strong>%{video}</strong> from favourited videos."},"previewPdf":{"errorHeading":"Oops! Something went wrong while attempting to load the document preview.","downloadAnyway":"You may still download this resource anyway.","download":"Download","pageNumber":"Page %{current} of %{total}"},"series":{"dashboard":"Dashboard","series":"Series: %{seriesName}","share":"Share","follow":"Follow","favourited":"Added <strong>%{video}</strong> to favourited videos.","unfavourited":"Removed <strong>%{video}</strong> from favourited videos."},"share":{"mainTitle":"Share %{name}","settingsTitle":"Link settings for %{name}","shareLinkInstead":"Share a link instead","publicLinkInfo":"Anyone with this link can view","createLink":"Create Link","copyLink":"Copy Link","copiedLink":"Copied","viewOnly":"View Only","searchPlaceholder":"Share to colleagues, students, or classes..","share":"Share","sharedTo":"Shared to","save":"Save","cancel":"Cancel","deleteLink":"Delete Link","linkExpirationHeading":"Link Expiration","linkExpirationInfo":"Disable this link after 30 days","passwordProtectHeading":"Password Protect","passwordProtectInfo":"Generate a password to access this link","embedLinkHeading":"Embed Link","videoSize":"Video Size","autoplay":"Autoplay","success":"<strong>%{name}</strong> has been shared successfully","passwordPlaceholder":"Create a password.."},"backButton":{"back":"Back","backTo":"Back to %{backToName}"},"badges":{"interactive":"Interactive","resources":"Resources"},"channelFormField":{"channel":"Channel","placeholder":"Search for a channel..."},"confirmationPopup":{"confirm":"Confirm","cancel":"Cancel"},"curriculumLinks":{"curriculumLinks":"Curriculum Links","seeLess":"See less"},"editLink":{"linkNameExceeds":"Please provide a shorter name","linkNameRequired":"Please provide a name for your resource","linkUrlRequired":"Please provide a valid URL for your resource. e.g. https://example.com","linkUrlExceeds":"Please provide a shorter URL","urlLabel":"URL","urlPlaceholder":"Paste the URL to a resource here","nameLabel":"Name","namePlaceholder":"Display name","cancel":"Cancel"},"editResource":{"name":"Name","namePlaceholder":"Enter a name for this resource","nameTooLong":"Name is too long","nameRequired":"Name is required","cancel":"Cancel"},"editVideoDetails":{"nameExceeds":"Name is too long","nameRequired":"Name is required","descriptionExceeds":"Description is too long","namePlaceholder":"Enter a name for your video","descriptionPlaceholder":"Enter a description for your video","cancel":"Cancel","nameLabel":"Title","descriptionLabel":"Description"},"editVideoLinks":{"heading":"Resource Links","description":"You may attach links to other learning resources related to this video.","attach":"Attach","limit":"There is a resource link limit of %{limit} links. To add another link please first remove one."},"editVideoResources":{"resourcesLimit":"There is a resource limit of %{limit} resources. To add another resource please first remove one.","customerResources":"My School's Learning Resources","clickViewResources":"Learning Resources by ClickView","resources":"Learning Resources","resourcesDescription":"Maximum file size 10MB. <span class='text-muted'>(Word, Excel, PowerPoint, pdf, text and images are supported.)</span>","resourcesAlternative":"or Drag and drop learning resources(s) to upload","clickViewResourcesEmpty":"There are no ClickView resources for this video"},"editVideoSubtitles":{"subtitlesLimit":"There is a subtitle limit of %{limit} subtitles. To add another subtitle please first remove one.","customerSubtitles":"My School's Subtitles","subtitles":"Subtitles","subtitlesDescription":"You can upload up to %{limit} subtitles. <span class='text-muted'>(.srt files are supported.)</span>","subtitlesAlternative":"or Drag and drop a subtitle file (*.srt) to upload","clickViewSubtitles":"Subtitles by ClickView","clickViewSubtitlesEmpty":"There are no ClickView subtitles for this video"},"favouriteButton":{"favouriteError":"Failed to favourite video.","unfavouriteError":"Failed to unfavourite video."},"formButtons":{"create":"Create","save":"Save","next":"Next"},"imageSelect":{"minDimensions":"(Minimum dimensions are %{width}px x %{height}px)","uploadAThumbnail":"Upload a thumbnail"},"languageSelect":{"heading":"Select a language for your subtitle","placeholder":"Select a language","close":"Close","submit":"Submit","label":"Language"},"pagination":{"next":"Next","previous":"Previous"},"searchBar":{"placeholder":"Enter a search query","recentSearchHeading":"Recent Searches"},"videoItemDescription":{"showMore":"... Show more","showLess":"Show less"},"dynamicWidget":{"topics":"Topics","teach":"What would you like to teach?","preferencesTooltip":"Update your preferences"},"fixedWidget":{"preferencesTooltip":"Update your preferences"},"greeting":{"morning":"Good morning","afternoon":"Good afternoon","evening":"Good evening","fallback":"Hello","prompt":"What would you like to teach today?"},"interactiveWidgetItem":{"previewQuestions":"Preview Questions"},"subjectWidgetItem":{"comingSoon":"Coming Soon","edit":"Edit My Subjects","all":"Explore all subjects"},"behaviors":{"fileDrop":{"fileDrop":"Drop files here to begin uploading"}},"_fileSelect":{"browse":"Browse for a file","drop":"Drop files here to begin uploading"},"_pagination":{"next":"Next","previous":"Previous"},"tooManyFiles":{"title":"Uploading many files","heading":"Many files selected","body":"Please only upload file at a time.","okay":"Okay"},"errors":{"tooManyResources":{"heading":"Too many resources.","body":"Cannot add more than %{resourceLimit} resource files to a video. Please remove some resources if you would like to add more.","okay":"Okay"},"tooManySubtitles":{"heading":"Too many subtitles","body":"Cannot add more than %{subtitleLimit} subtitle files to a video. Please remove some subtitles if you would like to add more.","okay":"Okay"}},"shared-utils":{"responsive":"Responsive","small":"Small","medium":"Medium","large":"Large","exchange":"Exchange","workspace":"Workspace","file":"File","zipArchive":"Zip archive","presentation":"Presentation","spreadsheet":"Spreadsheet","document":"Document","pdf":"PDF","image":"Image","autoGeneratedSubtitle":"%{name} (auto-generated)"},"videoActionsHelper":{"addToPlaylist":"Add to playlist","removeFromPlaylist":"Remove from playlist","share":"Share","edit":"Edit"},"deleteLinkView":{"heading":"Remove link?","body":"Are you sure you want to remove <strong>%{name}</strong>?","remove":"Remove","success":"Successfully removed link","error":"Failed to remove link. Please try again later."},"deleteResourceView":{"heading":"Remove learning resource?","body":"Are you sure you want to remove <strong>%{name}</strong>?","remove":"Remove","success":"Successfully removed resource","error":"Failed to remove resource. Please try again later."},"deleteSubtitleView":{"heading":"Remove subtitle?","body":"Are you sure you want to remove these subtitles: <strong>%{language}</strong>?","remove":"Remove","success":"Successfully removed subtitle","error":"Failed to remove subtitle. Please try again later."},"editLinkView":{"heading":"Edit link","success":"Successfully saved link","error":"Failed to save link. Please try again later."},"editResourceView":{"heading":"Edit learning resource","success":"Successfully updated resource","error":"Failed to update resource. Please try again later."}},"upload":{"uploadingItem":{"uploading":"UPLOADING","waitingToBeProcessed":"Waiting to be processed","processing":"PROCESSING","error":"ERROR PROCESSING"},"services":{"completeUploadAlertHeading":"%{videoName} is now ready to watch","completeUploadAlertMessage":"The video %{videoName} is now ready to watch. Higher resolutions are still being processed.","completeUploadAlertAppLinkText":"Go to %{videoName}","startUploadAlertHeading":"Uploading Video","startUploadSingleAlertBody":"Started uploading <strong>%{videoName}</strong>.","startUploadMultipleAlertBody":"Started uploading <strong>%{uploadCount} videos.</strong>","startUploadAlertAppLinkText":"See it in My Videos |||| See them in My Videos","errorAlertMessage":"Something went wrong while processing your video: <strong>%{videoName}</strong>. Please try again","errorAlertAppLinkText":"See it in My Videos"},"cancelUpload":{"cancelProcessingTitle":"Cancel Processing","cancelUploadingTitle":"Cancel Upload","cancelProcessingMessage":"Are you sure you want to cancel processing <strong>%{videoName}</strong>?","cancelUploadingMessage":"Are you sure you want to cancel uploading <strong>%{videoName}</strong>?","cancelProcessingAlertHeading":"Cancelled Processing","cancelUploadingAlertHeading":"Cancelled Uploading","cancelProcessingAlertMessage":"Successfully cancelled processing <strong>%{videoName}</strong>","cancelUploadingAlertMessage":"Successfully cancelled uploading <strong>%{videoName}</strong>"},"editUpload":{"title":"Edit upload details","alertBody":"<strong>%{videoName}</strong> has been successfully updated."},"fileType":{"heading":"Invalid file type","body":"Sorry but you cannot upload files of that type.","okay":"Okay","close":"Close"},"internetConnectivityError":{"title":"Internet connectivity issue","heading":"Connectivity issue.","body":"There seems to be an issue with your internet connection. Please try uploading your files again.","okay":"Okay"},"utils":{"videoProcessingError":"Something went wrong processing this video.","waiting":"Waiting to be processed","processing":"Processing %{progress}%","complete":"Complete","readyToWatch":"Ready to watch, still processing higher resolutions."}},"userManager":{"bulkUploadFileSelect":{"buttonStudent":"Upload student list","buttonStaff":"Upload staff list","emptyCsvWarning":"The file you have uploaded appears to be empty! Please add some users and try again."},"deleteUploadedStaffPopup":{"title":"Remove staff","confirmation":"Are you sure you want to remove this staff account?","cancel":"Cancel","delete":"Remove","success":"Successfully removed the account: <strong>%{name}</strong>"},"deleteUploadedStudentPopup":{"title":"Remove student","confirmation":"Are you sure you want to remove this student account?","cancel":"Cancel","delete":"Remove","success":"Successfully removed the account: <strong>%{name}</strong>"},"editUploadedUserPopup":{"success":"Successfully updated <strong>%{name}</strong>"},"manageStaff":{"addNew":"Create new staff","remove":"Remove staff","edit":"Edit staff","activate":"Activate account","deactivate":"Deactivate account"},"manageStudents":{"addNew":"Create new student","yearGroup":"Year group: ","remove":"Remove student","edit":"Edit student","activate":"Activate account","deactivate":"Deactivate account"},"userDetailsForm":{"cancel":"Cancel","firstName":"First Name","lastName":"Last Name","yearGroup":"Year Group","emailAddress":"Email Address","username":"Username","password":"Password","firstNamePlaceholder":"Enter user's first name","lastNamePlaceholder":"Enter user's last name","emailAddressPlaceholder":"Enter user's email","usernamePlaceholder":"Enter user's username","passwordPlaceholder":"Enter user's password"},"staffReviewTable":{"firstName":"First Name","lastName":"Last Name","email":"Email","username":"Username","noInvalidListings":"There are no listings that need reviewing.","noInvalidListingsInfo":"You may still view and edit entries, or if they are finalised just hit \"Save\"","seeAllListings":"See full staff list"},"studentReviewTable":{"firstName":"First Name","lastName":"Last Name","yearGroup":"Year Group","email":"Email","username":"Username","noInvalidListings":"There are no listings that need reviewing.","noInvalidListingsInfo":"You may still view and edit entries, or if they are finalised just hit \"Save\"","seeAllListings":"See full student list"},"userValidation":{"nameExceeds":"First name is too long","nameRequired":"First name required","surnameExceeds":"Last name is too long","surnameRequired":"Last name required","emailExceeds":"Email address is too long","emailRequired":"Email address required","emailValid":"Email address invalid","yearGroupRequired":"Year group required","yearGroupInvalid":"Year group invalid","usernameExceeds":"Username is too long","usernameRequired":"Username required"},"removeStaff":{"title":"Remove Staff","confirm":"Are you sure you want to remove <strong>%{total}</strong> Staff from your school?","remove":"Remove","cancel":"Cancel","success":"Successfully removed %{total} staff.","error":"Failed to remove staff."},"removeStudents":{"title":"Remove Students","confirm":"Are you sure you want to remove <strong>%{smart_count}</strong> student from your school? |||| Are you sure you want to remove <strong>%{smart_count}</strong> students from your school?","remove":"Remove","cancel":"Cancel","success":"Successfully removed %{smart_count} student. |||| Successfully removed %{smart_count} students.","error":"Failed to remove students."},"createStaff":{"popupTitle":"Create staff account","success":"Successfully created the account: <strong>%{name}</strong>","error":"Could not create staff account"},"createStudent":{"popupTitle":"Create new student","success":"Successfully created the account: <strong>%{name}</strong>","error":"Could not create this student"},"editUser":{"popupTitle":"Edit user","success":"Successfully updated user","error":"Could not update this user"},"schoolStaffManagerEmptyState":{"heading":"Where is everyone?","info":"Add staff into your schools ClickView to make sharing and creating classrooms possible!","template":"Want to upload a staff list but not sure what you need? <a class=\"info-link\" href=\"%{templateLink}\">Download our Excel Template</a>","addNew":"Create new staff","uploadAList":"Upload staff list"},"schoolStaffManager":{"heading":"School Staff Manager","entries":"Showing %{smart_count} entry |||| Showing %{smart_count} entries","searchBarPlaceholder":"Search staff...","pageTitle":"Staff Manager","managerBreadcrumb":"Student Manager","settingsBreadcrumb":"Settings"},"schoolStudentManagerEmptyState":{"heading":"Where is everyone?","info":"Add students into your schools ClickView to make sharing and creating classrooms possible!","template":"Want to upload a student list but not sure what you need? <a class=\"info-link\" href=\"%{templateLink}\">Download our Excel Template</a>","addNew":"Create new student","uploadAList":"Upload student list"},"schoolStudentManager":{"heading":"School Student Manager","entries":"Showing %{totalVisible} of %{absoluteTotal} entry |||| Showing %{totalVisible} of %{absoluteTotal} entries","searchBarPlaceholder":"Search students...","yearLevelFilter":"Year Level","pageTitle":"Student Manager","managerBreadcrumb":"Student Manager","settingsBreadcrumb":"Settings"},"toggleUserStatus":{"activateTitle":"Activate %{name}","deactivateTitle":"Deactivate %{name}","success":"Successfully updated user","error":"Failed to update user","activateCheck":"Are you sure you want to activate <strong>%{name}</strong>?","deactivateCheck":"Are you sure you want to deactivate <strong>%{name}</strong>?","cancel":"Cancel","update":"Update"},"staffUploadReview":{"heading":"Review staff list upload","save":"Save","cancel":"Cancel","reviewCount":"<span class=\"text-danger font-weight-bold\">%{smart_count}</span> listing needs reviewing. Please make sure you fill out all required missing information: |||| <span class=\"text-danger font-weight-bold\">%{smart_count}</span> listings need reviewing. Please make sure you fill out all required missing information:","switchLabel":"Show only listings that need reviewing","success":"Successfully uploaded staff","error":"Failed to upload staff","navLockTitle":"Are you sure you want to leave?","navLockBody":"By leaving the current page all uploads will be discarded","saveConfirmationHeading":"Save users","saveConfirmationBody":"Are you sure you want to add %{smart_count} user to your school? |||| Are you sure you want to add %{smart_count} users to your school?","editUser":"Edit staff","pageTitle":"Review Staff"},"studentUploadReview":{"heading":"Review student list upload","save":"Save","cancel":"Cancel","reviewCount":"<span class=\"text-danger font-weight-bold\">%{smart_count}</span> listing needs reviewing. Please make sure you fill out all required missing information: |||| <span class=\"text-danger font-weight-bold\">%{smart_count}</span> listings need reviewing. Please make sure you fill out all required missing information:","switchLabel":"Show only listings that need reviewing","success":"Successfully uploaded students","error":"Failed to upload students","navLockTitle":"Are you sure you want to leave?","navLockBody":"By leaving the current page all uploads will be discarded","saveConfirmationHeading":"Save users","saveConfirmationBody":"Are you sure you want to add %{smart_count} user to your school? |||| Are you sure you want to add %{smart_count} users to your school?","editUser":"Edit student","pageTitle":"Review Students"}},"watchHistory":{"watchHistoryVideoList":{"today":"Today","yesterday":"Yesterday"},"watchHistory":{"heading":"Watch History","emptyState":"Watch some videos to see your history here.","pageTitle":"Watch History","favourited":"Added <strong>%{video}</strong> to favourited videos.","unfavourited":"Removed <strong>%{video}</strong> from favourited videos."}},"share":{"copyEmbedHtml":{"label":"Embed","copy":"Copy","copied":"Copied","autoplay":"Autoplay","videoSize":"Video Size:"}},"notifications":{"notificationList":{"noNotifications":"You have no notifications"},"services":{"suggestEditSubmit":"Suggestion was successfully submitted"},"utils":{"viewVideoDetails":"View video details","viewVideo":"View video","reviewVideos":"Review videos","viewNewContent":"View new content","reviewVideo":"Review video","seeNow":"See now"},"notifications":{"title":"Notifications","notifications":"Notifications"},"notificationsPopover":{"notifications":"Notifications","seeAll":"See all notifications"}},"workspace":{"ratingSelect":{"rating":"Rating","removeRating":"Remove rating","removeRatingTitle":"Without a rating, this video will be viewable by all staff and students"}}}
1
+ {"classrooms":{"classroomActivitiesList":{"noActivities":"No activities started yet with this class.","howToStart":"How do I start activities?"},"classroomDetailsForm":{"nameLabel":"Classroom Name","namePlaceholder":"Enter your classroom's name","cancel":"Cancel"},"classroomGroupDetailsForm":{"groupNamePlaceholder":"Group name","save":"Save","cancel":"Cancel","nameLabel":"Group Name","colourLabel":"Colour"},"classroomGroupDropdown":{"groupAs":"Group as:","createNew":"Create new group"},"classroomItem":{"rename":"Rename classroom","delete":"Delete classroom","pinClassroom":"Pin your relevant Classrooms"},"classroomStudentsList":{"avatarAlt":"%{name}'s avatar","editStudentDetails":"Edit student details"},"manageClassroomGroups":{"groupName":"Group Name","colour":"Colour","createNew":"Create new group"},"manageClassroomStudentItem":{"editStudent":"Edit student","removeStudent":"Remove from classroom","addSuccess":"Successfully added <strong>%{studentName}</strong> to the group <strong>%{groupName}</strong>","addError":"Could not add <strong>%{studentName}</strong> to the group <strong>%{groupName}</strong>","removeSuccess":"Successfully removed <strong>%{studentName}</strong> from the group <strong>%{groupName}</strong>","removeError":"Could not remove <strong>%{studentName}</strong> from the group <strong>%{groupName}</strong>"},"manageClassroomStudentsEmptyState":{"emptyStateHeading":"What's your classroom without students?","emptyStateInfo":"Add students into your classrooms so you can group your students, and keep track of class and individual activities!","addStudents":"Add new students"},"manageClassroomStudents":{"addStudent":"Add new student","addSuccess":"Successfully added all selected students to <strong>%{groupName}</strong>","removeSuccess":"Successfully removed all selected students from <strong>%{groupName}</strong>","addError":"Could not add selected students to <strong>%{groupName}</strong>","removeError":"Could not remove selected students from <strong>%{groupName}</strong>"},"classroomValidation":{"nameExceeds":"Name is too long","nameRequired":"Must provide a name","colourRequired":"Must provide a colour"},"addStudentsToClassroom":{"cancel":"Cancel","add":"Add","success":"Successfully added %{smart_count} student to %{classroomName}. |||| Successfully added %{smart_count} students to %{classroomName}.","error":"Could not add student to %{classroomName}. |||| Could not add students to %{classroomName}.","title":"Add new students","placeholder":"Search for student name..","createNewStudent":"Create a new student profile through ","studentManager":"School Student Manager"},"classroom":{"manageClassroom":"Manage Classroom","students":"Students","starSuccess":"Successfully pinned <strong>%{classroomName}</strong>.","starError":"Could not pin <strong>%{classroomName}</strong>.","unstarSuccess":"Successfully unpinned <strong>%{classroomName}</strong>.","unstarError":"Could not unpin <strong>%{classroomName}</strong>.","classroomsBreadcrumb":"Classrooms"},"classrooms":{"heading":"Classrooms","emptyStateHeading":"It's time to start class, but first...!","emptyStateInfo":"Make a new classroom to keep tabs on the videos you watch together and tasks handed to students.","createNew":"Create new classroom","newClassroom":"New Classroom","myClassrooms":"My Classrooms","otherClassrooms":"Other Classrooms In Your School","starSuccess":"Successfully pinned <strong>%{classroomName}</strong>.","starError":"Could not pin <strong>%{classroomName}</strong>.","unstarSuccess":"Successfully unpinned <strong>%{classroomName}</strong>.","unstarError":"Could not unpin <strong>%{classroomName}</strong>.","pageTitle":"Classrooms","noStudentsHeading":"Where is everyone?","noStudentsInfo":"There are currently no student accounts in your school.","goToManageUsers":"To create accounts, go to student manager under settings.","askAdmin":"Ask your ClickView Administrator to create accounts for your school.","goToManageUsersBtn":"Go to School Student Manager"},"createClassroomGroup":{"title":"Create new group","success":"Successfully created <strong>%{groupName}</strong> in <strong>%{classroomName}</strong>","error":"Could not create group."},"createClassroom":{"title":"Add new classroom","nameLabel":"Classroom Name","save":"Save","success":"Successfully created classroom: <strong>%{name}</strong>","goToClassroom":"Go to %{name}","error":"Could not create classroom"},"deleteClassroomGroup":{"title":"Delete group","cancel":"Cancel","delete":"Delete","areYouSure":"Are you sure you want to remove the group <strong>%{name}</strong> from your classroom?","success":"Successfully deleted group <strong>%{name}</strong>.","error":"Could not delete group <strong>%{name}</strong>."},"deleteClassroom":{"title":"Remove Classroom","confirmation":"Are you sure you want to remove <strong>%{name}</strong> from your school?","remove":"Remove","cancel":"Cancel","success":"Successfully removed <strong>%{name}</strong>."},"editClassroomGroup":{"title":"Edit group","success":"Successfully updated group <strong>%{groupName}</strong>.","error":"Could not update group <strong>%{groupName}</strong>."},"editClassroom":{"title":"Edit %{name}","nameLabel":"Classroom Name","save":"Save","success":"Successfully updated <strong>%{name}</strong>","error":"Could not update <strong>%{name}</strong>"},"manageClassroom":{"heading":"Manage Classroom","students":"Students","groups":"Groups","pageTitleStudents":"Manage Students","pageTitleGroups":"Manage Groups","classroomsBreadcrumb":"Classrooms","manageBreadcrumb":"Manage","edit":"Edit","editClassroom":"Edit classroom","delete":"Delete classroom"},"removeStudentsFromClassroom":{"cancel":"Cancel","remove":"Remove","success":"Successfully removed %{smart_count} student from %{classroomName} |||| Successfully removed %{smart_count} students from %{classroomName}","title":"Remove %{smart_count} student from %{classroomName} |||| Remove %{smart_count} students from %{classroomName}","confirm":"Are you sure you want to remove <strong>%{smart_count}</strong> student from <strong>%{classroomName}</strong>? |||| Are you sure you want to remove <strong>%{smart_count}</strong> students from <strong>%{classroomName}</strong>?"}},"contentUpdates":{"classificationBanner":{"follow":"Follow","unfollow":"Unfollow"},"classificationUpdate":{"defaultPageTitle":"Content Updates"},"contentUpdatesView":{"followed":"Successfully followed <strong>%{classification}</strong>","unfollowed":"Successfully unfollowed <strong>%{classification}</strong>","showMore":"Show more new %{classificationName} videos","error":"Something went wrong, please try again.","pageTitle":"Content Updates"}},"playlists":{"liteClassificationUpdateBreadcrumbs":{"dashboard":"Dashboard","whatsNew":"What's new at ClickView"},"liteWhatsNewBreadcrumbs":{"dashboard":"Dashboard","whatsNew":"What's new at ClickView"},"playlistDetails":{"nameLabel":"Playlist Name","namePlaceholder":"Give your playlist a name...","descriptionLabel":"Description","descriptionPlaceholder":"Describe your playlist here","create":"Create","save":"Save","cancel":"Cancel"},"playlistHeader":{"description":"Description","follow":"Follow","following":"Following","edit":"Edit","share":"Share","delete":"Delete","collaborate":"Collaborate","copy":"Copy Playlist"},"selectPlaylist":{"placeholder":"Search your playlists or create a new one...","recentPlaylistsHeading":"Recent playlists saved to:","suggestionsHeading":"My Playlists","createPlaylist":"Create new playlist: <strong>%{name}</strong>"},"addToPlaylist":{"heading":"Add to Playlist","selectPlaylist":"Select a playlist to add <strong>%{video}</strong> to:","successNew":"Successfully added <strong>%{video}</strong> to new playlist <strong>%{playlist}</strong>","success":"Successfully added <strong>%{video}</strong> to <strong>%{playlist}</strong>","createError":"Failed to create <strong>%{playlist}</strong>.","addError":"Failed to add <strong>%{video}</strong> to <strong>%{playlist}</strong>.","goToPlaylist":"Go to %{playlist}"},"copyPlaylist":{"title":"Copy %{name}","body1":"Take a copy of this playlist in its current state.","body2":"Alternatively, follow the playlist to be notified about any new content related to <strong>%{name}</strong>","copy":"Copy","cancel":"Cancel","success":"Successfully created a copy of <strong>%{name}</strong>.","successAppLink":"Go to playlist","error":"Failed to copy <strong>%{name}</strong>. Please try again."},"deletePlaylist":{"title":"Delete %{name}","keep":"No, keep my playlist","confirm":"Yes, delete this playlist","check":"Are you sure you want to delete this playlist?","warning":"This will permanently delete the playlist <strong>%{name}</strong>, along with any share links.","videoNote":"Videos in this playlist will not be deleted.","success":"Successfully deleted <strong>%{name}</strong>.","error":"Failed to delete <strong>%{name}</strong>."},"editPlaylist":{"title":"Edit %{name}","heading":"Edit Playlist Details","success":"Successfully updated <strong>%{name}</strong>.","error":"Failed to update <strong>%{name}</strong>."},"newPlaylist":{"title":"New Playlist","success":"Successfully created <strong>%{name}</strong>.","error":"Failed to create playlist."},"playlist":{"followError":"Playlist couldn't be followed. Please try again later.","unfollowError":"Playlist couldn't be unfollowed. Please try again later.","favourited":"Added <strong>%{video}</strong> to favourited videos.","unfavourited":"Removed <strong>%{video}</strong> from favourited videos."},"playlists":{"title":"Playlists","newPlaylist":"New Playlist"},"removeVideoFromPlaylist":{"title":"Remove %{name}","keep":"No, keep this video","confirm":"Yes, remove this video","check":"Are you sure you want to remove this video?","warning":"This will remove <strong>%{video}</strong> from the playlist <strong>%{playlist}</strong>.","success":"Successfully removed <strong>%{video}</strong> from <strong>%{playlist}</strong>.","error":"Failed to remove <strong>%{video}</strong> from <strong>%{playlist}</strong>."},"emptyState":{"noPlaylistsHeading":"You have no playlists","noPlaylistsInfo":"Click <strong>New Playlist</strong> above to create one.","noVideosHeading":"There are no videos in this playlist","noVideosInfo":"Learn how to add videos to a playlist."},"playlistItem":{"videos":"%{smart_count} video |||| %{smart_count} videos","lastUpdated":"Last updated: %{timeAgo}","notUpdatedRecently":"Last updated over a month ago"},"playlistSortSelect":{"recentlyUpdated":"Recently updated","atoz":"A to Z","ztoa":"Z to A","newest":"Newest","oldest":"Oldest"},"hooks":{"somethingWentWrong":"Something went wrong"},"validation":{"nameExceeds":"Name is too long","nameRequired":"Name is required","descriptionExceeds":"Description is too long"}},"dashboard":{"dashboardWidget":{"favourited":"Added <strong>%{video}</strong> to favourited videos.","unfavourited":"Removed <strong>%{video}</strong> from favourited videos."},"dashboard":{"pageTitle":"Discover","subjectsWidget":"Topics","favourited":"Added <strong>%{video}</strong> to favourited videos.","unfavourited":"Removed <strong>%{video}</strong> from favourited videos."}},"default":{"error":{"defaultPageTitle":"Oops! Something went wrong","countryRoads":"Take me home"},"myVideos":{"header":"My Videos","description":"Here we store all the videos that you upload on to ClickView!","share":"Share","edit":"Edit","alertMessage":"Drag a video onto this window <strong>at any time</strong> to begin uploading.","alertSecondaryMessage":"(You can select more than 1 video at a time)","pageTitle":"My Videos","favourited":"Added <strong>%{video}</strong> to favourited videos.","unfavourited":"Removed <strong>%{video}</strong> from favourited videos."}},"search":{"filterActions":{"apply":"Apply","reset":"Reset"},"resetButton":{"reset":"Reset Filters"},"searchFilters":{"heading":"Filters","reset":"Reset Filters"},"searchAppVariables":{"searchBarPlaceholder":"Search keywords, tags, or curriculum codes..."},"utils":{"yearGroup":"Year Group","objectTypes":"Type","ratings":"Ratings","interactives":"Interactives","clips":"Clips","classroom":"Classroom","moreFilters":"More Filters","interactivesDescription":"Only display videos with interactives","clipsDescription":"Only display videos with clips","allTypes":"All Types","topics":"Topics","playlists":"Playlist","series":"Series","videos":"Videos","firstNameAToZ":"First Name: A - Z","firstNameZToA":"First Name: Z - A","surnameAToZ":"Last Name: A - Z","surnameZToA":"Last Name: Z - A"},"searchResults":{"heading":"Search Results","playlists":"Playlists","series":"Series","relatedPlaylists":"Related Playlists","relatedSeries":"Related Series","defaultPageTitle":"Search","favourited":"Added <strong>%{video}</strong> to favourited videos.","unfavourited":"Removed <strong>%{video}</strong> from favourited videos."},"searchTips":{"heading":"Search Tips","firstTerm":"\"atomic bonding\"","firstDescription":"Search for exact phrases using quotation marks","secondTerm":"\"romeo and juliet\" english","secondDescription":"Combine normal and exact phrases together","thirdTerm":"-pollution","thirdDescription":"Exclude a keyword from your search","fourthTerm1":"tag:literature","fourthTerm2":"folder:science","fourthDescription":"Search for results within a tag, folder or series","fifthTerm":"folder:-physics","fifthDescription":"Use a \"-\" to exclude a folder, title or series"},"services":{"folderTag":"This folder","seriesTag":"This series"},"searchBar":{"findingResults":"Finding results...","recentSearches":"Recent Searches","allResults":"Show all results for","noLibraries":"There are currently no libraries to search. Add a new library to get started.","placeholder":"Search within your library... |||| Search within your libraries...","classifications":"topics","videos":"videos","tags":"tags","series":"series"}},"settings":{"settings":{"heading":"Settings","pageTitle":"Settings"}},"share":{"copyEmbedHtml":{"label":"Embed","copy":"Copy","copied":"Copied","autoplay":"Autoplay","videoSize":"Video Size:"}},"shared":{"tokenizedTypeahead":{"recentSearchHeading":"Recently shared to"},"share":{"mainTitle":"Share %{name}","settingsTitle":"Link settings for %{name}","shareLinkInstead":"Share a link instead","publicLinkInfo":"Anyone with this link can view","createLink":"Create Link","viewLink":"View Link","copyLink":"Copy Link","copiedLink":"Copied","viewOnly":"View Only","searchPlaceholder":"Share to colleagues, students, or classes..","share":"Share","sharedTo":"Shared to","save":"Save","cancel":"Cancel","deleteLink":"Delete Link","linkExpirationHeading":"Link Expiration","linkExpirationInfo":"Disable this link after 30 days","passwordProtectHeading":"Password Protect","passwordProtectInfo":"Generate a password to access this link","embedLinkHeading":"Embed Link","videoSize":"Video Size","autoplay":"Autoplay","directShareSuccess":"<strong>%{name}</strong> has been shared successfully","directShareError":"Failed to share <strong>%{name}</strong>","editSuccess":"Successfully saved share link for <strong>%{name}</strong>","editError":"Failed to save share link for <strong>%{name}</strong>","deleteSuccess":"Successfully deleted share link for <strong>%{name}</strong>","deleteError":"Failed to delete share link for <strong>%{name}</strong>","passwordPlaceholder":"Create a password.."},"uploadFileSelect":{"uploadVideo":"Upload a video"},"clipTimeForm":{"cancel":"Cancel","next":"Next"},"editClipDetails":{"nameLabel":"Clip name","namePlaceholder":"Name your clip","descriptionLabel":"Description","descriptionPlaceholder":"Add a meaningful description to your clip","titleTooLong":"Video title is too long","titleRequired":"Video title is required","descriptionTooLong":"Description is too long","createClip":"Create clip","saveClip":"Save clip","cancel":"Cancel","createPopupHeading":"Create clip","editPopupHeading":"Edit clip","defaultClipName":"Clip of \"%{videoName}\"","success":"Successfully saved %{name}","error":"Failed to save clip"},"immersiveReader":{"titleFallback":"Immersive Reader"},"playPage":{"makeInteractive":"Make interactive","share":"Share","addToPlaylist":"Add to playlist","relatedVideos":"Related Videos","createClip":"Create clip","viewCurriculumLinks":"View curriculum links","resources":"Resources (%{count})","interactives":"Interactives (%{count})","clips":"Clips (%{count})"},"synopsis":{"readFullDescription":"View Video Details","videoAtAGlance":"Video at a glance...","seeCurriculumLinks":"See Curriculum Links"},"userOptions":{"settings":"Settings","analytics":"ClickView Analytics","helpCentre":"Help Centre","signOut":"Sign Out","logIn":"Log In"},"videoDetails":{"details":"Details","rating":"Rating: %{code}","productionYear":"Production Year: %{year}","productionCompanies":"Production Company |||| Production Companies","distributors":"Distributor |||| Distributors","producers":"Producer |||| Producers","directors":"Director |||| Directors","tags":"Tags:","description":"Description","seeCurriculumLinks":"See Curriculum Links"},"notFoundError":{"title":"Page not found","heading":"Page Not Found","description":"Unfortunately the page you are looking for doesn't exist."},"privateResourceError":{"title":"Private Resource","heading":"Private Resource","description":"You are trying to view a resource that has not been shared with you."},"regionLockedResourceError":{"title":"Region Locked Resource","heading":"Oops! This content isn't available in your country","description":"You are attempting to view a resource that is not available in your country."},"unspecifiedError":{"title":"Unspecified Error","heading":"Oops! Something went wrong","description":"An unspecified error has occured, please try again. If the error persists, please contact your system administrator."},"playlistNotFoundError":{"title":"Playlist Not Found","heading":"Playlist Not Found","description":"The playlist you have requested could not be found or has been removed."},"playlistPrivateError":{"title":"Private Playlist","heading":"Private Playlist","description":"This playlist has been made private by its owner."},"videoNotFoundError":{"title":"Video Not Found","heading":"Video Not Found","description":"The video you have requested could not be found or has been removed."},"videoPrivateError":{"title":"Private Video","heading":"Private Video","description":"This video has been made private by its owner."},"hooks":{"discard":"Discard","cancel":"Cancel","uploadLockTitle":"Are you sure you want to leave?","uploadLockBody":"By leaving the current page all uploads will be discarded"},"dragMask":{"message":"Drop files here to begin uploading"},"utils":{"cancel":"Cancel","confirm":"Confirm"},"deleteClip":{"title":"Are you sure you want to delete this clip?","body":"This will permanently delete <strong>%{name}</strong>.","cancel":"No, keep my clip","confirm":"Yes, delete this clip","success":"Successfully deleted <strong>%{name}</strong>.","error":"Failed to delete <strong>%{name}</strong>."},"editClipTimepoints":{"errorHeading":"Something's not right","tooShort":"A clip must be at least %{minDuration} seconds.","startTimeGreaterThanEndTime":"The clip's start time must be before its end time.","close":"Close","defaultClipName":"Clip of \"%{videoName}\""},"favouriteVideos":{"header":"Favourited Videos","pageTitle":"Favourite Videos","favourited":"Added <strong>%{video}</strong> to favourited videos","unfavourited":"Removed <strong>%{video}</strong> from favourited videos"},"leftNav":{"discover":"Discover","playlists":"Playlists","myVideos":"My Videos","following":"Following","favouritedVideos":"Favourited Videos","classrooms":"Classrooms","watchHistory":"Watch History","settings":"Settings"},"playClip":{"editClip":"Edit Clip","deleteClip":"Delete Clip"},"play":{"favourited":"Added <strong>%{video}</strong> to favourited videos.","unfavourited":"Removed <strong>%{video}</strong> from favourited videos."},"previewInteractive":{"backTo":"Back to","interactiveQuestions":"Questions in this interactive","otherInteractives":"Other interactives"},"previewPdf":{"errorHeading":"Oops! Something went wrong while attempting to load the document preview.","downloadAnyway":"You may still download this resource anyway.","download":"Download","pageNumber":"Page %{current} of %{total}"},"previewQuestions":{"mainTitle":"Preview questions","close":"Close"},"series":{"dashboard":"Dashboard","series":"Series: %{seriesName}","share":"Share","follow":"Follow","favourited":"Added <strong>%{video}</strong> to favourited videos.","unfavourited":"Removed <strong>%{video}</strong> from favourited videos."},"backButton":{"back":"Back","backTo":"Back to %{backToName}"},"badges":{"interactive":"Interactive","resources":"Resources"},"channelFormField":{"channel":"Channel","placeholder":"Search for a channel..."},"confirmationPopup":{"confirm":"Confirm","cancel":"Cancel"},"curriculumLinks":{"curriculumLinks":"Curriculum Links","seeLess":"See less"},"editLink":{"linkNameExceeds":"Please provide a shorter name","linkNameRequired":"Please provide a name for your resource","linkUrlRequired":"Please provide a valid URL for your resource. e.g. https://example.com","linkUrlExceeds":"Please provide a shorter URL","urlLabel":"URL","urlPlaceholder":"Paste the URL to a resource here","nameLabel":"Name","namePlaceholder":"Display name","cancel":"Cancel"},"editResource":{"name":"Name","namePlaceholder":"Enter a name for this resource","nameTooLong":"Name is too long","nameRequired":"Name is required","cancel":"Cancel"},"editVideoDetails":{"nameExceeds":"Name is too long","nameRequired":"Name is required","descriptionExceeds":"Description is too long","namePlaceholder":"Enter a name for your video","descriptionPlaceholder":"Enter a description for your video","cancel":"Cancel","nameLabel":"Title","descriptionLabel":"Description"},"editVideoLinks":{"heading":"Resource Links","description":"You may attach links to other learning resources related to this video.","attach":"Attach","limit":"There is a resource link limit of %{limit} links. To add another link please first remove one."},"editVideoResources":{"resourcesLimit":"There is a resource limit of %{limit} resources. To add another resource please first remove one.","customerResources":"My School's Learning Resources","clickViewResources":"Learning Resources by ClickView","resources":"Learning Resources","resourcesDescription":"Maximum file size 10MB. <span class='text-muted'>(Word, Excel, PowerPoint, pdf, text and images are supported.)</span>","resourcesAlternative":"or Drag and drop learning resources(s) to upload","clickViewResourcesEmpty":"There are no ClickView resources for this video"},"editVideoSubtitles":{"subtitlesLimit":"There is a subtitle limit of %{limit} subtitles. To add another subtitle please first remove one.","customerSubtitles":"My School's Subtitles","subtitles":"Subtitles","subtitlesDescription":"You can upload up to %{limit} subtitles. <span class='text-muted'>(.srt files are supported.)</span>","subtitlesAlternative":"or Drag and drop a subtitle file (*.srt) to upload","clickViewSubtitles":"Subtitles by ClickView","clickViewSubtitlesEmpty":"There are no ClickView subtitles for this video"},"favouriteButton":{"favouriteError":"Failed to favourite video.","unfavouriteError":"Failed to unfavourite video."},"formButtons":{"create":"Create","save":"Save","next":"Next"},"imageSelect":{"minDimensions":"(Minimum dimensions are %{width}px x %{height}px)","uploadAThumbnail":"Upload a thumbnail"},"languageSelect":{"heading":"Select a language for your subtitle","placeholder":"Select a language","close":"Close","submit":"Submit","label":"Language"},"pagination":{"next":"Next","previous":"Previous"},"searchBar":{"placeholder":"Enter a search query","recentSearchHeading":"Recent Searches"},"videoItemDescription":{"showMore":"... Show more","showLess":"Show less"},"dynamicWidget":{"topics":"Topics","relatedTopics":"Related Topics","teach":"What would you like to teach?","preferencesTooltip":"Update your preferences"},"fixedWidget":{"preferencesTooltip":"Update your preferences"},"greeting":{"morning":"Good morning","afternoon":"Good afternoon","evening":"Good evening","fallback":"Hello","prompt":"What would you like to teach today?"},"interactiveWidgetItem":{"previewQuestions":"Preview Questions"},"subjectWidgetItem":{"comingSoon":"Coming Soon","edit":"Edit My Topics","all":"Explore all topics"},"behaviors":{"fileDrop":{"fileDrop":"Drop files here to begin uploading"}},"_fileSelect":{"browse":"Browse for a file","drop":"Drop files here to begin uploading"},"_pagination":{"next":"Next","previous":"Previous"},"tooManyFiles":{"title":"Uploading many files","heading":"Many files selected","body":"Please only upload file at a time.","okay":"Okay"},"errors":{"tooManyResources":{"heading":"Too many resources.","body":"Cannot add more than %{resourceLimit} resource files to a video. Please remove some resources if you would like to add more.","okay":"Okay"},"tooManySubtitles":{"heading":"Too many subtitles","body":"Cannot add more than %{subtitleLimit} subtitle files to a video. Please remove some subtitles if you would like to add more.","okay":"Okay"}},"shared-utils":{"responsive":"Responsive","small":"Small","medium":"Medium","large":"Large","exchange":"Exchange","workspace":"Workspace","file":"File","zipArchive":"Zip archive","presentation":"Presentation","spreadsheet":"Spreadsheet","document":"Document","pdf":"PDF","image":"Image","autoGeneratedSubtitle":"%{name} (auto-generated)"},"videoActionsHelper":{"addToPlaylist":"Add to playlist","removeFromPlaylist":"Remove from playlist","share":"Share","edit":"Edit"},"deleteLinkView":{"heading":"Remove link?","body":"Are you sure you want to remove <strong>%{name}</strong>?","remove":"Remove","success":"Successfully removed link","error":"Failed to remove link. Please try again later."},"deleteResourceView":{"heading":"Remove learning resource?","body":"Are you sure you want to remove <strong>%{name}</strong>?","remove":"Remove","success":"Successfully removed resource","error":"Failed to remove resource. Please try again later."},"deleteSubtitleView":{"heading":"Remove subtitle?","body":"Are you sure you want to remove these subtitles: <strong>%{language}</strong>?","remove":"Remove","success":"Successfully removed subtitle","error":"Failed to remove subtitle. Please try again later."},"editLinkView":{"heading":"Edit link","success":"Successfully saved link","error":"Failed to save link. Please try again later."},"editResourceView":{"heading":"Edit learning resource","success":"Successfully updated resource","error":"Failed to update resource. Please try again later."}},"subjects":{"classification":{"dashboard":"Dashboard","playlists":"Playlists","series":"Series","popular":"Popular videos","unfollow":"Unfollow","follow":"Follow","share":"Share","followBtnTooltip":"Follow to get notifications on new content added to this topic"},"preferences":{"pageTitleOnboarding":"Onboarding","pageTitlePreferences":"Preferences"},"curriculumPresentationSelector":{"next":"Next","heading":"Which curriculum is most relevant to you?","info":"Content will be aligned to your chosen curriculum","back":"Back","error":"Something went wrong, please try again."},"levelPreferences":{"heading":"What year groups do you currently teach?","info":"This helps ClickView show you content that is suitable to your students","back":"Back","next":"Next","allLevels":"I teach all year groups","error":"Something went wrong while we were trying to save your changes. Please try again."},"subjectPreferencesView":{"heading":"Which topics are you interested in?","infoRow1":"This helps us tailor ClickView to you.","infoRow2":"Select as many as you like!","back":"Back","allSubjects":"I'm interested in all topics","next":"Next","error":"Something went wrong while we were trying to save your changes. Please try again."},"subjectPresentationSelector":{"next":"Next","back":"Back","heading":"What level do you currently teach?","info":"This will help ClickView show you more relevant content","error":"Something went wrong, please try again."},"preferencesSummary":{"heading":"A summary of your preferences","info":"You can change your preferences in your profile settings at any time!","levels":"Year groups","subjects":"Topics","getStarted":"Get Started","save":"Save My Preferences","noLevelPreferences":"You haven't set any year group preferences yet.","noSubjectPreferences":"You haven't set any topics preferences yet.","allLevels":"I'm interested in all year groups","allSubjects":"I'm interested in all topics","onboardingOptionError":"Something went wrong. Please check your internet connection and try again."},"preferencesWelcome":{"welcomeUser":"Welcome %{firstName}!","info1":"We want to get to know you so we can <strong>tailor ClickView to your teaching needs!</strong>","info2":"There are <strong>3 simple steps</strong> to complete then everything you'll ever need will be at your fingertips.","getStarted":"Get started","welcome":"Welcome!"},"audienceFilter":{"clear":"Clear"},"comingSoon":{"comingSoon":"Coming Soon","info1":"We are currently building this topic.","info2":"In the meantime, we can remind you when it's available.","remindMe":"Remind Me"},"heroVideo":{"resourcesHeading":"Resources","linksHeading":"Links","clipsHeading":"Clips","tagsHeading":"Tags","links":"%{smart_count} link |||| %{smart_count} links","resources":"%{smart_count} resource |||| %{smart_count} resources","clips":"%{smart_count} clip |||| %{smart_count} clips","heading":"Featured video"}},"upload":{"uploadingItem":{"uploading":"UPLOADING","waitingToBeProcessed":"Waiting to be processed","processing":"PROCESSING","error":"ERROR PROCESSING"},"services":{"completeUploadAlertHeading":"%{videoName} is now ready to watch","completeUploadAlertMessage":"The video %{videoName} is now ready to watch. Higher resolutions are still being processed.","completeUploadAlertAppLinkText":"Go to %{videoName}","startUploadAlertHeading":"Uploading Video","startUploadSingleAlertBody":"Started uploading <strong>%{videoName}</strong>.","startUploadMultipleAlertBody":"Started uploading <strong>%{uploadCount} videos.</strong>","startUploadAlertAppLinkText":"See it in My Videos |||| See them in My Videos","errorAlertMessage":"Something went wrong while processing your video: <strong>%{videoName}</strong>. Please try again","errorAlertAppLinkText":"See it in My Videos"},"cancelUpload":{"cancelProcessingTitle":"Cancel Processing","cancelUploadingTitle":"Cancel Upload","cancelProcessingMessage":"Are you sure you want to cancel processing <strong>%{videoName}</strong>?","cancelUploadingMessage":"Are you sure you want to cancel uploading <strong>%{videoName}</strong>?","cancelProcessingAlertHeading":"Cancelled Processing","cancelUploadingAlertHeading":"Cancelled Uploading","cancelProcessingAlertMessage":"Successfully cancelled processing <strong>%{videoName}</strong>","cancelUploadingAlertMessage":"Successfully cancelled uploading <strong>%{videoName}</strong>"},"editUpload":{"title":"Edit upload details","alertBody":"<strong>%{videoName}</strong> has been successfully updated."},"fileType":{"heading":"Invalid file type","body":"Sorry but you cannot upload files of that type.","okay":"Okay","close":"Close"},"internetConnectivityError":{"title":"Internet connectivity issue","heading":"Connectivity issue.","body":"There seems to be an issue with your internet connection. Please try uploading your files again.","okay":"Okay"},"utils":{"videoProcessingError":"Something went wrong processing this video.","waiting":"Waiting to be processed","processing":"Processing %{progress}%","complete":"Complete","readyToWatch":"Ready to watch, still processing higher resolutions."}},"userManager":{"bulkUploadFileSelect":{"buttonStudent":"Upload student list","buttonStaff":"Upload staff list","emptySpreadsheet":"The file you have uploaded appears to be empty! Please add some users and try again.","missingHeadings":"Your spreadsheet is missing the following headings: <strong>%{headings}</strong>.<br /><br />Please update your spreadsheet, or download our <a href=\"%{template}\" class=\"info-link\">Template</a> and try again.","unrecognisedHeadings":"The following headings in your spreadsheet are invalid: <strong>%{headings}</strong>.<br /><br />Please update your spreadsheet, or download our <a href=\"%{template}\" class=\"info-link\">Template</a> and try again."},"deleteUploadedStaffPopup":{"title":"Remove staff","confirmation":"Are you sure you want to remove this staff account?","cancel":"Cancel","delete":"Remove","success":"Successfully removed the account: <strong>%{name}</strong>"},"deleteUploadedStudentPopup":{"title":"Remove student","confirmation":"Are you sure you want to remove this student account?","cancel":"Cancel","delete":"Remove","success":"Successfully removed the account: <strong>%{name}</strong>"},"editUploadedUserPopup":{"success":"Successfully updated <strong>%{name}</strong>","save":"Save","next":"Next"},"userManagerSearchEmptyState":{"heading":"No users were found that match your search","info":"Try changing your search query or filters"},"manageStaff":{"addNew":"Create new staff","remove":"Remove staff","edit":"Edit staff","activate":"Activate account","deactivate":"Deactivate account","uploadList":"Upload staff list"},"manageStudents":{"addNew":"Create new student","yearGroup":"Year group: ","remove":"Remove student","edit":"Edit student","activate":"Activate account","deactivate":"Deactivate account","uploadList":"Upload student list"},"userDetailsForm":{"cancel":"Cancel","firstName":"First Name","lastName":"Last Name","yearGroup":"Year Group","emailAddress":"Email Address","username":"Username","password":"Password","firstNamePlaceholder":"Enter user's first name","lastNamePlaceholder":"Enter user's last name","emailAddressPlaceholder":"Enter user's email","usernamePlaceholder":"Enter user's username","passwordPlaceholder":"Enter user's password"},"userDuplicatesTable":{"firstName":"First Name","lastName":"Last Name","email":"Email","username":"Username"},"staffReviewTable":{"firstName":"First Name","lastName":"Last Name","email":"Email","username":"Username","noInvalidListings":"There are no listings that need reviewing.","noInvalidListingsInfo":"You may still view and edit entries, or if they are finalised just hit \"Save\"","seeAllListings":"See full staff list"},"studentReviewTable":{"firstName":"First Name","lastName":"Last Name","yearGroup":"Year Group","email":"Email","username":"Username","noInvalidListings":"There are no listings that need reviewing.","noInvalidListingsInfo":"You may still view and edit entries, or if they are finalised just hit \"Save\"","seeAllListings":"See full student list"},"emptySpreadsheetError":{"title":"Empty spreadsheet error","heading":"Spreadsheet cannot be empty","okay":"Okay"},"invalidSpreadsheetError":{"title":"Invalid spreadsheet error","heading":"Invalid spreadsheet error","okay":"Okay"},"utils":{"nameExceeds":"First name is too long","nameRequired":"First name required","surnameExceeds":"Last name is too long","surnameRequired":"Last name required","emailExceeds":"Email address is too long","emailRequired":"Email address required","emailInvalid":"Email address invalid","yearGroupRequired":"Year group required","yearGroupInvalid":"Year group invalid","usernameExceeds":"Username is too long","usernameRequired":"Username required","usernameExists":"Username already exists","emailExists":"Email already exists"},"userValidation":{"nameExceeds":"First name is too long","nameRequired":"First name required","surnameExceeds":"Last name is too long","surnameRequired":"Last name required","emailExceeds":"Email address is too long","emailRequired":"Email address required","emailValid":"Email address invalid","yearGroupRequired":"Year group required","yearGroupInvalid":"Year group invalid","usernameExceeds":"Username is too long","usernameRequired":"Username required"},"removeStaff":{"title":"Remove Staff","confirm":"Are you sure you want to remove <strong>%{total}</strong> Staff from your school?","remove":"Remove","cancel":"Cancel","success":"Successfully removed %{total} staff.","error":"Failed to remove staff."},"removeStudents":{"title":"Remove Students","confirm":"Are you sure you want to remove <strong>%{smart_count}</strong> student from your school? |||| Are you sure you want to remove <strong>%{smart_count}</strong> students from your school?","remove":"Remove","cancel":"Cancel","success":"Successfully removed %{smart_count} student. |||| Successfully removed %{smart_count} students.","error":"Failed to remove students."},"bulkStaffUploadDuplicates":{"heading":"Review staff list upload","success":"Successfully uploaded staff","navLockTitle":"Are you sure you want to leave?","navLockBody":"By leaving the current page all uploads will be discarded","next":"Next","cancel":"Cancel","subheading":"<span class=\"%{highlightClass}\">Some of your new staff accounts have identical details.</span> Make changes below, delete, or <a href=\"cv://user-manager-reupload\" class=\"%{linkClass}\">reupload your file</a>.","editUser":"Edit staff","networkError":"Something went wrong while trying to complete your upload. Please try again."},"bulkStudentUploadDuplicates":{"heading":"Review student list upload","success":"Successfully uploaded students","navLockTitle":"Are you sure you want to leave?","navLockBody":"By leaving the current page all uploads will be discarded","next":"Next","cancel":"Cancel","subheading":"<span class=\"%{highlightClass}\">Some of your new students have identical details.</span> Make changes below, delete, or <a href=\"cv://user-manager-reupload\" class=\"%{linkClass}\">reupload your file</a>.","editUser":"Edit student","networkError":"Something went wrong while trying to complete your upload. Please try again."},"bulkStaffUploadEdit":{"heading":"Review staff list upload","next":"Next","cancel":"Cancel","reviewCount":"<span class=\"text-danger font-weight-bold\">%{smart_count}</span> listing needs reviewing. Please make sure you fill out all required missing information: |||| <span class=\"text-danger font-weight-bold\">%{smart_count}</span> listings need reviewing. Please make sure you fill out all required missing information:","switchLabel":"Show only listings that need reviewing","success":"Successfully uploaded staff","error":"Failed to upload staff","navLockTitle":"Are you sure you want to leave?","navLockBody":"By leaving the current page all uploads will be discarded","editUser":"Edit staff","pageTitle":"Review Staff","networkError":"Something went wrong while trying to upload your staff spreadsheet. Please try again."},"bulkStudentUploadEdit":{"heading":"Review student list upload","next":"Next","cancel":"Cancel","reviewCount":"<span class=\"text-danger font-weight-bold\">%{smart_count}</span> listing needs reviewing. Please make sure you fill out all required missing information: |||| <span class=\"text-danger font-weight-bold\">%{smart_count}</span> listings need reviewing. Please make sure you fill out all required missing information:","switchLabel":"Show only listings that need reviewing","error":"Failed to upload students","navLockTitle":"Are you sure you want to leave?","navLockBody":"By leaving the current page all uploads will be discarded","editUser":"Edit student","pageTitle":"Review Students","networkError":"Something went wrong while trying to complete your upload. Please try again."},"bulkStaffUploadPopup":{"heading":"Upload a staff list","chooseOption":"Choose an option to upload a staff list","uploadCsv":"Upload a .csv file","useOurTemplate":"Use our template to ensure the correct details are uploaded.","download":"Download Excel Template"},"bulkStudentUploadPopup":{"heading":"Upload a student list","chooseOption":"Choose an option to upload a student list","uploadCsv":"Upload a .csv file","useOurTemplate":"Use our template to ensure the correct details are uploaded.","download":"Download Excel Template"},"bulkStaffUploadReview":{"navLockTitle":"Are you sure you want to leave?","navLockBody":"By leaving the current page all uploads will be discarded","cancel":"Cancel","finish":"Finish","success":"Successfully uploaded staff","heading":"Review staff list upload","isValid":"✅ Your list is valid! Click 'Finish' to complete the upload.","error":"Something went wrong while trying to complete your upload. Please try again."},"bulkStudentUploadReview":{"navLockTitle":"Are you sure you want to leave?","navLockBody":"By leaving the current page all uploads will be discarded","cancel":"Cancel","finish":"Finish","success":"Successfully uploaded students","heading":"Review student list upload","isValid":"✅ Your list is valid! Click 'Finish' to complete the upload.","error":"Something went wrong while trying to upload your students spreadsheet. Please try again."},"createStaff":{"popupTitle":"Create staff account","success":"Successfully created the account: <strong>%{name}</strong>","error":"Could not create staff account"},"createStudent":{"popupTitle":"Create new student","success":"Successfully created the account: <strong>%{name}</strong>","error":"Could not create this student"},"editUser":{"popupTitle":"Edit user","success":"Successfully updated user","error":"Could not update this user"},"schoolStaffManagerEmptyState":{"heading":"Where is everyone?","info":"Add staff into your schools ClickView to make sharing and creating classrooms possible!","template":"Want to upload a staff list but not sure what you need? <a class=\"info-link\" href=\"%{templateLink}\">Download our Excel Template</a>","addNew":"Create new staff","uploadAList":"Upload staff list"},"schoolStaffManager":{"heading":"School Staff Manager","entries":"Showing %{smart_count} entry |||| Showing %{smart_count} entries","searchBarPlaceholder":"Search staff...","pageTitle":"Staff Manager","managerBreadcrumb":"Staff Manager","settingsBreadcrumb":"Settings"},"schoolStudentManagerEmptyState":{"heading":"Where is everyone?","info":"Add students into your schools ClickView to make sharing and creating classrooms possible!","template":"Want to upload a student list but not sure what you need? <a class=\"info-link\" href=\"%{templateLink}\">Download our Excel Template</a>","addNew":"Create new student","uploadAList":"Upload student list"},"schoolStudentManager":{"heading":"School Student Manager","entries":"Showing %{smart_count} entry |||| Showing %{smart_count} entries","searchBarPlaceholder":"Search students...","yearLevelFilter":"Year Group","pageTitle":"Student Manager","managerBreadcrumb":"Student Manager","settingsBreadcrumb":"Settings"},"toggleUserStatus":{"activateTitle":"Activate %{name}","deactivateTitle":"Deactivate %{name}","success":"Successfully updated user","error":"Failed to update user","activateCheck":"Are you sure you want to activate <strong>%{name}</strong>?","deactivateCheck":"Are you sure you want to deactivate <strong>%{name}</strong>?","cancel":"Cancel","update":"Update"}},"watchHistory":{"watchHistoryVideoList":{"today":"Today","yesterday":"Yesterday"},"watchHistory":{"heading":"Watch History","emptyState":"Watch some videos to see your history here.","pageTitle":"Watch History","favourited":"Added <strong>%{video}</strong> to favourited videos.","unfavourited":"Removed <strong>%{video}</strong> from favourited videos."}},"notifications":{"notificationList":{"noNotifications":"You have no notifications"},"services":{"suggestEditSubmit":"Suggestion was successfully submitted"},"utils":{"viewVideoDetails":"View video details","viewVideo":"View video","reviewVideos":"Review videos","viewNewContent":"View new content","reviewVideo":"Review video","seeNow":"See now"},"notifications":{"title":"Notifications","notifications":"Notifications"},"notificationsPopover":{"notifications":"Notifications","seeAll":"See all notifications"}},"workspace":{"ratingSelect":{"rating":"Rating","removeRating":"Remove rating","removeRatingTitle":"Without a rating, this video will be viewable by all staff and students"}}}
@@ -120,6 +120,7 @@ export declare enum LocationContext {
120
120
  VideoListItem = "video_list_item",
121
121
  VideoListHeader = "video_header",
122
122
  VideoThumbnail = "video_thumbnail",
123
+ ExpandableVideoThumbnail = "expandable_video_thumbnail",
123
124
  VideoItemPreview = "video_item_preview",
124
125
  VideoDetails = "video_details",
125
126
  VideoDetailsHeader = "video_details_header",
@@ -167,6 +168,7 @@ export declare enum LocationContext {
167
168
  SlidingListItem = "sliding_list_item",
168
169
  ClassificationListItem = "classification_list_item",
169
170
  ClassificationComingSoon = "classification_coming_soon",
171
+ ClassificationHero = "classification_hero",
170
172
  Dashboard = "dashboard"
171
173
  }
172
174
  export declare enum WorkflowPhase {
@@ -7,6 +7,10 @@ import { MiddlewareFunction } from './Middleware';
7
7
  export interface ExecuteRouteOptions {
8
8
  isAppRoute: boolean;
9
9
  }
10
+ export interface FilterOptions {
11
+ appLink: AppLink;
12
+ shell: Shell;
13
+ }
10
14
  /**
11
15
  * This should only ever be used by the shell
12
16
  * creating a new instance of the AppRoute
@@ -46,7 +50,7 @@ export declare class BaseAppRouter extends Marionette.AppRouter {
46
50
  * They can be used to prevent access to a router using
47
51
  * asyncronous code.
48
52
  */
49
- protected filters: MiddlewareFunction<AppLink>[];
53
+ protected filters: MiddlewareFunction<FilterOptions>[];
50
54
  /**
51
55
  * See BaseAppRouterOptions above.
52
56
  */
@@ -1,6 +1,6 @@
1
1
  export { AppLink, AppLinkOptions, AppLinkHash, AppLinkHelper, AppLinkUtility } from './AppLink';
2
2
  export { BaseApplication as Application } from './BaseApplication';
3
- export { BaseAppRouter as AppRouter, ExecuteRouteOptions } from './BaseAppRouter';
3
+ export { BaseAppRouter as AppRouter, ExecuteRouteOptions, FilterOptions } from './BaseAppRouter';
4
4
  export { BaseBehavior as Behavior } from './BaseBehavior';
5
5
  export { BaseCollection as Collection } from './BaseCollection';
6
6
  export { BaseCollectionView as CollectionView, BaseCollectionViewOptions as CollectionViewOptions, BaseCollectionView as ComponentCollection, BaseCollectionViewOptions as ComponentCollectionOptions, } from './BaseCollectionView';
@@ -1,6 +1,6 @@
1
1
  export declare enum StorageType {
2
2
  LocalStorage = "localStorage",
3
- SessionStorage = "sesstionStorage"
3
+ SessionStorage = "sessionStorage"
4
4
  }
5
5
  export interface StorageHelper {
6
6
  get(key: string): any;
@@ -4,7 +4,7 @@ export declare function emptyResponse<T>(): Response<T>;
4
4
  export declare function getResponse<T>(state: ApplicationState, key: string): Response<T>;
5
5
  export declare function getFetch(dispatch: Dispatch, request: Request): () => void;
6
6
  export declare function fetch(dispatch: Dispatch, request: Request): void;
7
- export declare function dataServiceFetch(dispatch: Dispatch, state: ApplicationState, request: Request): void;
7
+ export declare function hooklessFetch(dispatch: Dispatch, state: ApplicationState, request: Request): void;
8
8
  export declare function useGetFetch(request: Request): () => void;
9
9
  interface GetResponseOptions {
10
10
  optimize: boolean;
@@ -0,0 +1,8 @@
1
+ import { StorageType } from "../../backbone/utils/LocalStorageHelper";
2
+ declare type IUseViewModel<T> = [T, // State
3
+ (dataOrKey: T | keyof T, keyData?: any) => void];
4
+ interface ViewModelOptions {
5
+ storage?: StorageType;
6
+ }
7
+ export declare const useViewModel: <T = any>(viewModelKey: string, initialState?: T, options?: ViewModelOptions) => IUseViewModel<T>;
8
+ export {};
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import * as _ from 'underscore';
3
2
  import { HashObject } from '../interfaces';
4
3
  declare type Iterator<T, TResult = T> = (value: T, index: number, list: T[]) => TResult;
@@ -25,7 +24,7 @@ export declare const ArrayHelper: {
25
24
  * @param arr array of values
26
25
  * @param value value to be added or removed.
27
26
  */
28
- addOrRemove<T_14 = import("react").Key>(arr: T_14[], value: T_14): T_14[];
27
+ addOrRemove<T_14 = string | number>(arr: T_14[], value: T_14): T_14[];
29
28
  /**
30
29
  * This is the same addOrRemove function above, except it doesn't mutate the array in the argument
31
30
  * and returns a branch new array.
@@ -1,10 +1,9 @@
1
- /// <reference types="react" />
2
1
  import { ObjectHash } from 'backbone';
3
2
  export declare const TextHelper: {
4
3
  escapeExpression(text: string): string;
5
4
  escapeRegExp(str: string): string;
6
5
  slugify(str: string): string;
7
6
  linkifyText(text: string, options?: ObjectHash): string;
8
- isEqual(str1: import("react").Key, str2: import("react").Key): boolean;
7
+ isEqual(str1: string | number, str2: string | number): boolean;
9
8
  toTitleCase(str: string): string;
10
9
  };
@@ -3,5 +3,6 @@ export declare const TimeHelper: {
3
3
  currentTimestamp(): number;
4
4
  isExpired(timestamp: number, cacheDuration: number): boolean;
5
5
  currentTimeOfDay(currentTime?: Date): TimeOfDay;
6
+ convertDurationToSeconds(time: string): number;
6
7
  };
7
8
  export {};
@@ -2,7 +2,7 @@
2
2
  import { Core } from "../../../../../../common/src/backbone";
3
3
  import { CurrentUser, Playlist, PresentationAudience } from "../../../../interfaces";
4
4
  import { AnalyticsOptions, HashObject } from "../../../../../../analytics/src/interfaces";
5
- interface PlaylistItemProps {
5
+ export interface PlaylistItemProps {
6
6
  data: Playlist;
7
7
  appLink: Core.AppLink;
8
8
  currentUser?: CurrentUser;
@@ -17,4 +17,3 @@ interface PlaylistItemProps {
17
17
  analyticsOptions?: AnalyticsOptions;
18
18
  }
19
19
  export declare function PlaylistItem(props: PlaylistItemProps): JSX.Element;
20
- export {};
@@ -1,9 +1,16 @@
1
1
  /// <reference types="react" />
2
2
  import { Core } from "../../../../../../common/src/backbone";
3
3
  import { PlaylistSortType } from "../../enums/PlaylistSortType";
4
+ import { ButtonProps } from 'react-bootstrap';
4
5
  interface PlaylistSortSelectProps {
5
6
  type: PlaylistSortType;
6
7
  getSortAppLink: (sort: PlaylistSortType) => Core.AppLink;
8
+ variant?: ButtonProps['variant'];
7
9
  }
8
10
  export declare function PlaylistSortSelect(props: PlaylistSortSelectProps): JSX.Element;
11
+ export declare namespace PlaylistSortSelect {
12
+ var defaultProps: {
13
+ variant: string;
14
+ };
15
+ }
9
16
  export {};
@@ -1,4 +1,5 @@
1
1
  import { PlaylistSortType } from "../enums/PlaylistSortType";
2
2
  export declare const PlaylistSortHelper: {
3
- getSortTypeFromName(sortName: string): PlaylistSortType;
3
+ getSortTypeFromName(sortName?: string): PlaylistSortType;
4
+ getOrSetSortType(userId: string, sortType?: PlaylistSortType): PlaylistSortType;
4
5
  };
@@ -1,10 +1,8 @@
1
1
  import { HashObject } from "../../../../../common/src/react/interfaces/HashObject";
2
- import { CreateOrUpdatePlaylistRequest } from "../interfaces";
3
2
  declare type StateMap = {
4
3
  [key: string]: HashObject;
5
4
  };
6
5
  export declare const PlaylistStateUpdateHelper: {
7
- updatePlaylist(key: string, newPlaylist: CreateOrUpdatePlaylistRequest): (state: StateMap) => StateMap;
8
6
  deletePlaylist(key: string): (state: StateMap) => StateMap;
9
7
  incrementVideoCount(key: string, count: number): (state: StateMap) => StateMap;
10
8
  };
@@ -1,4 +1,3 @@
1
- import { StorageHelper } from "../../../../../common/src/backbone/utils/LocalStorageHelper";
2
1
  interface AddRecentPlaylistsOptions {
3
2
  id: string;
4
3
  limit?: number;
@@ -7,8 +6,7 @@ export declare const RecentPlaylistHelper: {
7
6
  /**
8
7
  * Get a list of ids of playlists recently added to.
9
8
  */
10
- getRecentlyAddedTo(userId: string, dataSource: StorageHelper): string[];
11
- setRecentlyAddedTo(userId: string, ids: string[], dataSource: StorageHelper): void;
12
- addRecentlyAddedTo(userId: string, dataSource: StorageHelper, options: AddRecentPlaylistsOptions): string[];
9
+ getRecentlyAddedTo(userId: string): string[];
10
+ addRecentlyAddedTo(userId: string, options: AddRecentPlaylistsOptions): string[];
13
11
  };
14
12
  export {};
@@ -1,9 +1,14 @@
1
1
  import { ObjectHash } from 'backbone';
2
2
  import { Core } from "../../../../../../../common/src/backbone";
3
+ import { BaseSearchAppVariables } from "../../../../../interfaces";
3
4
  export declare class SeriesSearchResultComponent extends Core.Component {
5
+ appVariables: BaseSearchAppVariables;
6
+ initialize(): void;
4
7
  get name(): string;
5
8
  get template(): string;
6
9
  get className(): string;
7
10
  events(): ObjectHash;
8
11
  private onClick;
12
+ private getUrl;
13
+ viewOptions(): ObjectHash;
9
14
  }
@@ -14,5 +14,5 @@ export declare enum SearchQueryType {
14
14
  ProductionCompanies = "companies",
15
15
  Directors = "people",
16
16
  Season = "season",
17
- Classification = "subjects"
17
+ Subjects = "subjects"
18
18
  }
@@ -4,6 +4,8 @@ export interface SearchBarViewOptions extends Core.ViewOptions {
4
4
  showRecentSearch?: boolean;
5
5
  disableMask?: boolean;
6
6
  presentationId?: string;
7
+ showCloseButton?: boolean;
8
+ onClickClose?: () => void;
7
9
  }
8
10
  export declare class SearchBarView extends Core.View {
9
11
  protected options: SearchBarViewOptions;
@@ -52,6 +54,7 @@ export declare class SearchBarView extends Core.View {
52
54
  */
53
55
  private onTypeaheadSelect;
54
56
  private onClickSearch;
57
+ private onClickClose;
55
58
  private onSubmit;
56
59
  private submitQuery;
57
60
  private resetQuery;
@@ -1,12 +1,12 @@
1
1
  import * as React from 'react';
2
- import { ReducerActions } from "../../../../../../common/src/react/interfaces";
3
2
  import { PresentationAudience } from "../../../../interfaces";
4
- import { AudienceActions, ActiveAudiences } from "../../reducers/AudienceReducer";
3
+ import { ActiveAudiences } from "../../hooks/useAudienceFilter";
5
4
  interface AudienceFilterProps {
6
5
  audiences: PresentationAudience[];
7
- setAudience: React.Dispatch<ReducerActions<AudienceActions>>;
6
+ setAudience: (audience: PresentationAudience, isSelected: boolean) => void;
8
7
  activeAudiences?: ActiveAudiences;
9
8
  disabled?: boolean;
9
+ onClickClear?: () => void;
10
10
  }
11
11
  export declare function AudienceFilter(props: AudienceFilterProps): React.ReactElement;
12
12
  export declare const PartialAudienceFilter: () => JSX.Element;
@@ -4,6 +4,7 @@ interface ComingSoonProps {
4
4
  data: Classification;
5
5
  imageCdnUrl: string;
6
6
  onToggleFollow: () => void;
7
+ hideFollowButton?: boolean;
7
8
  }
8
9
  export declare function ComingSoon(props: ComingSoonProps): JSX.Element;
9
10
  export {};
@@ -0,0 +1,10 @@
1
+ import { HashObject } from "../../../../../common/src/react/interfaces";
2
+ import { PresentationAudience } from "../../../interfaces";
3
+ export interface ActiveAudiences {
4
+ [audienceId: string]: PresentationAudience;
5
+ }
6
+ export declare const useAudienceFilter: (params: HashObject<any>, audiences?: PresentationAudience[]) => {
7
+ activeAudiences: ActiveAudiences;
8
+ setAudience: (audience: PresentationAudience, isSelected: boolean) => void;
9
+ clearAudiences: () => void;
10
+ };
@@ -3,7 +3,7 @@ import { Presentation } from "../../../interfaces";
3
3
  import { BulkOnboardingPreferencesState } from "../../../enums/BulkOnboardingPreferencesState";
4
4
  export declare type PreferenceStep = 'welcome' | 'subjects' | 'levels' | 'summary' | 'school-level' | 'curriculum';
5
5
  export declare const OnboardingHelper: {
6
- getIsStep(currentStep: PreferenceStep): (steps?: "summary" | "subjects" | "welcome" | "levels" | "school-level" | "curriculum" | PreferenceStep[]) => boolean;
6
+ getIsStep(currentStep: PreferenceStep): (steps?: "summary" | "welcome" | "subjects" | "levels" | "school-level" | "curriculum" | PreferenceStep[]) => boolean;
7
7
  hasManyPresentationTypes(presentations?: Presentation[]): HashObject<any>;
8
8
  getBulkPreferencesState(state: BulkOnboardingPreferencesState): {
9
9
  subjects: boolean;
@@ -12,6 +12,7 @@ interface BannerHeaderProps {
12
12
  backButtonClasses?: string;
13
13
  sortComponent?: JSX.Element;
14
14
  blockColourClass?: string;
15
+ actionsDropdownClassName?: string;
15
16
  }
16
17
  export declare const BannerHeader: React.NamedExoticComponent<BannerHeaderProps>;
17
18
  export declare const PartialBannerHeader: () => JSX.Element;
@@ -16,5 +16,7 @@ interface BreadcrumbsProps<T> {
16
16
  subview?: string;
17
17
  }
18
18
  export declare function Breadcrumbs<T extends BaseObject>(props: BreadcrumbsProps<T>): React.ReactElement;
19
- export declare const PartialBreadcrumbs: () => JSX.Element;
19
+ export declare const PartialBreadcrumbs: ({ numItems }: {
20
+ numItems?: number;
21
+ }) => JSX.Element;
20
22
  export {};
@@ -31,6 +31,11 @@ export interface SearchBarProps<T extends HashObject> {
31
31
  * results are being used.
32
32
  */
33
33
  getRemoteUrl?: (query: string) => string;
34
+ /**
35
+ * If additional headers are required (e.g. authorization) when fetching
36
+ * a remote resource, add them in here.
37
+ */
38
+ requestHeaders?: HashObject;
34
39
  /**
35
40
  * Optional formatting function for the data returned from the remote resource.
36
41
  */
@@ -131,6 +136,11 @@ export interface SearchBarProps<T extends HashObject> {
131
136
  * input is focused.
132
137
  */
133
138
  highlightInputOnFocus?: boolean;
139
+ /**
140
+ * If true, suggestions will be rendered whenever the input is focussed.
141
+ * Useful for show recent searches suggestions when there's no query.
142
+ */
143
+ renderSuggestionsOnInputFocus?: boolean;
134
144
  /**
135
145
  * When true, the input field will be cleared whenever a suggestion is selected.
136
146
  */