@ndla/ui 50.8.0 → 50.8.2

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 (1036) hide show
  1. package/README.md +3 -3
  2. package/es/Article/Article.js +21 -21
  3. package/es/Article/ArticleAccessMessage.js +5 -5
  4. package/es/Article/ArticleByline.js +27 -27
  5. package/es/Article/ArticleFootNotes.js +6 -6
  6. package/es/Article/ArticleHeaderWrapper.js +12 -8
  7. package/es/Article/ArticleNotions.js +12 -12
  8. package/es/Article/index.js +4 -4
  9. package/es/Aside/Aside.js +8 -8
  10. package/es/Aside/index.js +1 -1
  11. package/es/AudioPlayer/AudioPlayer.js +31 -31
  12. package/es/AudioPlayer/Controls.js +44 -44
  13. package/es/AudioPlayer/SpeechControl.js +7 -7
  14. package/es/AudioPlayer/index.js +1 -1
  15. package/es/BannerCard/BannerCard.js +10 -10
  16. package/es/BannerCard/index.js +1 -1
  17. package/es/BlogPost/BlogPost.js +13 -13
  18. package/es/BlogPost/index.js +1 -1
  19. package/es/Breadcrumb/Breadcrumb.js +11 -11
  20. package/es/Breadcrumb/BreadcrumbItem.js +12 -12
  21. package/es/Breadcrumb/HeaderBreadcrumb.js +7 -7
  22. package/es/Breadcrumb/HomeBreadcrumb.js +12 -12
  23. package/es/Breadcrumb/index.js +3 -3
  24. package/es/CampaignBlock/CampaignBlock.js +16 -16
  25. package/es/CampaignBlock/index.js +1 -1
  26. package/es/CompetenceGoalTab/CompetenceGoalItem.js +4 -4
  27. package/es/CompetenceGoalTab/CompetenceGoalTab.js +15 -15
  28. package/es/CompetenceGoalTab/CompetenceItem.js +13 -13
  29. package/es/CompetenceGoalTab/CoreElementItem.js +4 -4
  30. package/es/CompetenceGoalTab/SearchButton.js +6 -6
  31. package/es/CompetenceGoalTab/index.js +1 -1
  32. package/es/CompetenceGoalTab/styles.js +7 -7
  33. package/es/ContactBlock/ContactBlock.js +30 -30
  34. package/es/ContactBlock/index.js +1 -1
  35. package/es/ContentLoader/index.js +7 -7
  36. package/es/ContentPlaceholder/ContentPlaceholder.js +4 -4
  37. package/es/ContentPlaceholder/index.js +1 -1
  38. package/es/ContentTypeBadge/ContentTypeBadge.js +24 -23
  39. package/es/ContentTypeBadge/index.js +2 -2
  40. package/es/CopyParagraphButton/CopyParagraphButton.js +11 -11
  41. package/es/CopyParagraphButton/index.js +1 -1
  42. package/es/CreatedBy/CreatedBy.js +8 -8
  43. package/es/CreatedBy/index.js +1 -1
  44. package/es/DefinitionList/DefinitionDescription.js +3 -3
  45. package/es/DefinitionList/DefinitionTerm.js +3 -3
  46. package/es/DefinitionList/index.js +2 -2
  47. package/es/Embed/AudioEmbed.js +15 -15
  48. package/es/Embed/BrightcoveEmbed.js +27 -27
  49. package/es/Embed/ConceptEmbed.js +46 -46
  50. package/es/Embed/ConceptListEmbed.js +8 -8
  51. package/es/Embed/ContentLinkEmbed.js +6 -6
  52. package/es/Embed/EmbedErrorPlaceholder.js +6 -6
  53. package/es/Embed/ExternalEmbed.js +17 -17
  54. package/es/Embed/FootnoteEmbed.js +5 -5
  55. package/es/Embed/H5pEmbed.js +5 -5
  56. package/es/Embed/IframeEmbed.js +18 -18
  57. package/es/Embed/ImageEmbed.js +41 -41
  58. package/es/Embed/RelatedContentEmbed.js +13 -13
  59. package/es/Embed/UnknownEmbed.js +4 -4
  60. package/es/Embed/conceptComponents.js +29 -29
  61. package/es/Embed/index.js +14 -14
  62. package/es/ErrorMessage/ErrorMessage.js +10 -10
  63. package/es/ErrorMessage/ErrorResourceAccessDenied.js +10 -10
  64. package/es/ErrorMessage/index.js +2 -2
  65. package/es/ExpandableBox/index.js +1 -1
  66. package/es/FactBox/FactBox.js +14 -14
  67. package/es/FactBox/index.js +1 -1
  68. package/es/Figure/Figure.js +9 -9
  69. package/es/Figure/FigureOpenDialogButton.js +15 -15
  70. package/es/Figure/index.js +2 -2
  71. package/es/FileList/File.js +5 -5
  72. package/es/FileList/FileList.js +7 -7
  73. package/es/FileList/Format.js +9 -9
  74. package/es/FileList/PdfFile.js +1 -1
  75. package/es/FileList/index.js +4 -4
  76. package/es/Filter/FilterButtons.js +22 -22
  77. package/es/Filter/FilterCarousel.js +23 -23
  78. package/es/Filter/FilterList.js +17 -17
  79. package/es/Filter/FilterListPhone.js +35 -35
  80. package/es/Filter/ToggleItem.js +6 -6
  81. package/es/Filter/filterClasses.js +3 -3
  82. package/es/Filter/index.js +5 -5
  83. package/es/Footer/Footer.js +15 -15
  84. package/es/Footer/FooterLinks.js +13 -13
  85. package/es/Footer/FooterPrivacy.js +5 -5
  86. package/es/Footer/FooterText.js +2 -2
  87. package/es/Footer/index.js +3 -3
  88. package/es/FramedContent/FramedContent.js +3 -3
  89. package/es/FramedContent/index.js +1 -1
  90. package/es/Frontpage/FrontpageAllSubjects.js +21 -21
  91. package/es/FrontpageArticle/FrontpageArticle.js +10 -10
  92. package/es/FrontpageArticle/index.js +1 -1
  93. package/es/Gloss/Gloss.js +20 -20
  94. package/es/Gloss/GlossExample.js +5 -5
  95. package/es/Gloss/index.js +2 -2
  96. package/es/Grid/Grid.js +5 -5
  97. package/es/Grid/index.js +1 -1
  98. package/es/Hero/Hero.js +6 -6
  99. package/es/Hero/HeroContent.js +2 -2
  100. package/es/Hero/index.js +2 -2
  101. package/es/Image/Image.js +13 -13
  102. package/es/Image/ImageLink.js +2 -2
  103. package/es/Image/index.js +3 -3
  104. package/es/KeyFigure/KeyFigure.js +7 -7
  105. package/es/KeyFigure/index.js +1 -1
  106. package/es/LanguageSelector/LanguageSelector.js +11 -11
  107. package/es/LanguageSelector/index.js +1 -1
  108. package/es/Layout/LayoutItem.js +3 -3
  109. package/es/Layout/OneColumn.js +7 -7
  110. package/es/Layout/PageContainer.js +4 -4
  111. package/es/Layout/index.js +4 -4
  112. package/es/LearningPaths/LearningPathContent.js +2 -2
  113. package/es/LearningPaths/LearningPathInformation.js +8 -8
  114. package/es/LearningPaths/LearningPathLastStepNavigation.js +13 -13
  115. package/es/LearningPaths/LearningPathMenu.js +16 -16
  116. package/es/LearningPaths/LearningPathMenuAside.js +13 -13
  117. package/es/LearningPaths/LearningPathMenuAsideCopyright.js +7 -7
  118. package/es/LearningPaths/LearningPathMenuContent.js +14 -14
  119. package/es/LearningPaths/LearningPathMenuIntro.js +10 -10
  120. package/es/LearningPaths/LearningPathMenuModalWrapper.js +10 -10
  121. package/es/LearningPaths/LearningPathMobileHeader.js +6 -6
  122. package/es/LearningPaths/LearningPathMobileStepInfo.js +4 -4
  123. package/es/LearningPaths/LearningPathSticky.js +12 -12
  124. package/es/LearningPaths/LearningPathWrapper.js +3 -3
  125. package/es/LearningPaths/index.js +8 -8
  126. package/es/LetterFilter/LetterFilter.js +10 -10
  127. package/es/LetterFilter/alphabet.js +1 -1
  128. package/es/LetterFilter/index.js +1 -1
  129. package/es/LicenseByline/EmbedByline.js +18 -18
  130. package/es/LicenseByline/LicenseDescription.js +2 -2
  131. package/es/LicenseByline/LicenseLink.js +5 -5
  132. package/es/LicenseByline/index.js +1 -1
  133. package/es/LinkBlock/LinkBlock.js +16 -16
  134. package/es/LinkBlock/LinkBlockSection.js +3 -3
  135. package/es/LinkBlock/index.js +2 -2
  136. package/es/List/OrderedList.js +7 -7
  137. package/es/List/UnOrderedList.js +3 -3
  138. package/es/List/index.js +2 -2
  139. package/es/Logo/Logo.js +6 -6
  140. package/es/Logo/SvgLogo.js +4 -4
  141. package/es/Logo/index.js +1 -1
  142. package/es/Masthead/Masthead.js +7 -7
  143. package/es/Masthead/SkipToMainContent.js +4 -4
  144. package/es/Masthead/index.js +3 -3
  145. package/es/Masthead/utils.js +5 -5
  146. package/es/MediaList/MediaList.js +25 -24
  147. package/es/MediaList/index.js +1 -1
  148. package/es/Messages/MessageBanner.js +6 -6
  149. package/es/Messages/MessageBox.js +10 -10
  150. package/es/Messages/index.js +2 -2
  151. package/es/MyNdla/Resource/Folder.js +18 -18
  152. package/es/MyNdla/Resource/FolderInput.js +20 -20
  153. package/es/MyNdla/Resource/index.js +2 -2
  154. package/es/MyNdla/index.js +2 -2
  155. package/es/NDLAFilm/AllMoviesAlphabetically.js +18 -18
  156. package/es/NDLAFilm/FilmContentCard.js +14 -14
  157. package/es/NDLAFilm/FilmContentCardTags.js +3 -3
  158. package/es/NDLAFilm/FilmMovieList.js +7 -7
  159. package/es/NDLAFilm/FilmMovieSearch.js +18 -18
  160. package/es/NDLAFilm/FilmSlideshow.js +18 -18
  161. package/es/NDLAFilm/MovieGrid.js +7 -7
  162. package/es/NDLAFilm/VisualElement.js +5 -5
  163. package/es/NDLAFilm/filmStyles.js +7 -7
  164. package/es/NDLAFilm/index.js +5 -5
  165. package/es/Navigation/NavigationBox.js +31 -31
  166. package/es/Navigation/index.js +1 -1
  167. package/es/NoContentBox/NoContentBox.js +1 -1
  168. package/es/NoContentBox/index.js +1 -1
  169. package/es/Notion/Notion.js +11 -11
  170. package/es/Notion/NotionImage.js +9 -9
  171. package/es/Notion/index.js +1 -1
  172. package/es/Programme/Programme.js +11 -11
  173. package/es/Programme/ProgrammeSubjects.js +12 -12
  174. package/es/Programme/index.js +2 -2
  175. package/es/ProgrammeCard/ProgrammeCard.js +6 -6
  176. package/es/ProgrammeCard/index.js +1 -1
  177. package/es/RelatedArticleList/RelatedArticleList.js +22 -22
  178. package/es/RelatedArticleList/index.js +1 -1
  179. package/es/Resource/BlockResource.js +21 -21
  180. package/es/Resource/ListResource.js +35 -35
  181. package/es/Resource/index.js +2 -2
  182. package/es/Resource/resourceComponents.js +27 -27
  183. package/es/Resource/storyComponents.js +17 -17
  184. package/es/ResourceBox/ResourceBox.js +10 -10
  185. package/es/ResourceBox/index.js +1 -1
  186. package/es/ResourceGroup/ResourceGroup.js +8 -8
  187. package/es/ResourceGroup/ResourceItem.js +38 -36
  188. package/es/ResourceGroup/ResourceList.js +9 -9
  189. package/es/ResourceGroup/index.js +1 -1
  190. package/es/ResourcesWrapper/ResourcesTopicTitle.js +26 -26
  191. package/es/ResourcesWrapper/ResourcesWrapper.js +2 -2
  192. package/es/ResourcesWrapper/index.js +2 -2
  193. package/es/Search/ActiveFilterContent.js +8 -8
  194. package/es/Search/ActiveFilters.js +17 -17
  195. package/es/Search/ContentTypeResult.js +16 -16
  196. package/es/Search/ContentTypeResultStyles.js +15 -15
  197. package/es/Search/IsPathToHighlight.js +1 -1
  198. package/es/Search/LoadingWrapper.js +3 -3
  199. package/es/Search/SearchField.js +18 -18
  200. package/es/Search/SearchFieldForm.js +4 -4
  201. package/es/Search/SearchResult.js +36 -36
  202. package/es/Search/SearchResultSleeve.js +38 -38
  203. package/es/Search/index.js +3 -3
  204. package/es/SearchTypeResult/ActiveFilterContent.js +8 -8
  205. package/es/SearchTypeResult/ActiveFilters.js +16 -16
  206. package/es/SearchTypeResult/PopupFilter.js +20 -20
  207. package/es/SearchTypeResult/ResultNavigation.js +13 -13
  208. package/es/SearchTypeResult/SearchFieldHeader.js +19 -19
  209. package/es/SearchTypeResult/SearchFilterContent.js +7 -7
  210. package/es/SearchTypeResult/SearchHeader.js +25 -25
  211. package/es/SearchTypeResult/SearchItem.js +16 -16
  212. package/es/SearchTypeResult/SearchItemList.js +20 -20
  213. package/es/SearchTypeResult/SearchItems.js +10 -10
  214. package/es/SearchTypeResult/SearchNotionsResult.js +8 -8
  215. package/es/SearchTypeResult/SearchSubjectItem.js +9 -9
  216. package/es/SearchTypeResult/SearchSubjectResult.js +3 -3
  217. package/es/SearchTypeResult/SearchTypeHeader.js +16 -16
  218. package/es/SearchTypeResult/SearchTypeResult.js +8 -8
  219. package/es/SearchTypeResult/SearchViewType.js +15 -15
  220. package/es/SearchTypeResult/components/ItemContexts.js +20 -22
  221. package/es/SearchTypeResult/components/ItemResourceHeader.js +12 -12
  222. package/es/SearchTypeResult/components/ItemTopicHeader.js +7 -7
  223. package/es/SearchTypeResult/components/SubjectFilters.js +9 -9
  224. package/es/SearchTypeResult/index.js +6 -6
  225. package/es/SnackBar/DefaultSnackbar.js +8 -8
  226. package/es/SnackBar/SnackbarProvider.js +11 -11
  227. package/es/SnackBar/index.js +2 -2
  228. package/es/Subject/SubjectBanner.js +2 -2
  229. package/es/Subject/SubjectHeader.js +8 -8
  230. package/es/Subject/index.js +2 -2
  231. package/es/Table/Table.js +19 -19
  232. package/es/Table/index.js +2 -2
  233. package/es/TagSelector/Control.js +2 -2
  234. package/es/TagSelector/DropdownIndicator.js +11 -11
  235. package/es/TagSelector/Input.js +5 -5
  236. package/es/TagSelector/Menu.js +5 -5
  237. package/es/TagSelector/MenuList.js +2 -2
  238. package/es/TagSelector/Option.js +8 -8
  239. package/es/TagSelector/SelectContainer.js +2 -2
  240. package/es/TagSelector/TagSelector.js +26 -26
  241. package/es/TagSelector/ValueButton.js +7 -7
  242. package/es/TagSelector/ariaMessages.js +31 -31
  243. package/es/TagSelector/index.js +1 -1
  244. package/es/ToolboxPage/ToolboxInfo.js +4 -4
  245. package/es/ToolboxPage/index.js +1 -1
  246. package/es/Topic/Loader.js +1 -1
  247. package/es/Topic/Topic.js +40 -40
  248. package/es/Topic/index.js +1 -1
  249. package/es/TreeStructure/AddFolderButton.js +10 -10
  250. package/es/TreeStructure/ComboboxButton.js +16 -16
  251. package/es/TreeStructure/FolderItem.js +31 -31
  252. package/es/TreeStructure/FolderItems.js +12 -12
  253. package/es/TreeStructure/TreeStructure.js +18 -18
  254. package/es/TreeStructure/arrowNavigation.js +5 -5
  255. package/es/TreeStructure/index.js +1 -1
  256. package/es/all.css +1 -1
  257. package/es/i18n/formatNestedMessages.js +2 -2
  258. package/es/i18n/i18n.js +14 -14
  259. package/es/i18n/index.js +2 -2
  260. package/es/index.js +73 -73
  261. package/es/locale/LocaleProvider.js +2 -2
  262. package/es/locale/messages-en.js +887 -887
  263. package/es/locale/messages-nb.js +890 -890
  264. package/es/locale/messages-nn.js +890 -890
  265. package/es/locale/messages-se.js +892 -892
  266. package/es/locale/messages-sma.js +891 -891
  267. package/es/model/ContentType.js +20 -20
  268. package/es/model/SubjectCategories.js +4 -4
  269. package/es/model/SubjectTypes.js +3 -3
  270. package/es/model/WordClass.js +35 -35
  271. package/es/model/index.js +4 -4
  272. package/es/types.js +1 -1
  273. package/es/utils/relativeUrl.js +8 -6
  274. package/es/utils/resourceTypeColor.js +4 -4
  275. package/lib/Article/Article.d.ts +2 -2
  276. package/lib/Article/Article.js +9 -9
  277. package/lib/Article/ArticleAccessMessage.js +2 -2
  278. package/lib/Article/ArticleByline.d.ts +3 -3
  279. package/lib/Article/ArticleByline.js +20 -20
  280. package/lib/Article/ArticleFootNotes.d.ts +1 -1
  281. package/lib/Article/ArticleFootNotes.js +5 -5
  282. package/lib/Article/ArticleHeaderWrapper.d.ts +1 -1
  283. package/lib/Article/ArticleHeaderWrapper.js +8 -5
  284. package/lib/Article/ArticleNotions.d.ts +1 -1
  285. package/lib/Article/ArticleNotions.js +8 -8
  286. package/lib/Article/index.d.ts +4 -4
  287. package/lib/Aside/Aside.d.ts +2 -2
  288. package/lib/Aside/Aside.js +5 -5
  289. package/lib/Aside/index.d.ts +1 -1
  290. package/lib/AudioPlayer/AudioPlayer.d.ts +1 -1
  291. package/lib/AudioPlayer/AudioPlayer.js +23 -23
  292. package/lib/AudioPlayer/Controls.js +35 -35
  293. package/lib/AudioPlayer/SpeechControl.js +2 -2
  294. package/lib/AudioPlayer/index.d.ts +1 -1
  295. package/lib/BannerCard/BannerCard.js +7 -7
  296. package/lib/BannerCard/index.d.ts +1 -1
  297. package/lib/BlogPost/BlogPost.d.ts +2 -2
  298. package/lib/BlogPost/BlogPost.js +8 -8
  299. package/lib/BlogPost/index.d.ts +1 -1
  300. package/lib/Breadcrumb/Breadcrumb.d.ts +2 -2
  301. package/lib/Breadcrumb/Breadcrumb.js +7 -7
  302. package/lib/Breadcrumb/BreadcrumbItem.d.ts +1 -1
  303. package/lib/Breadcrumb/BreadcrumbItem.js +7 -7
  304. package/lib/Breadcrumb/HeaderBreadcrumb.d.ts +1 -1
  305. package/lib/Breadcrumb/HeaderBreadcrumb.js +3 -3
  306. package/lib/Breadcrumb/HomeBreadcrumb.d.ts +1 -1
  307. package/lib/Breadcrumb/HomeBreadcrumb.js +8 -8
  308. package/lib/Breadcrumb/index.d.ts +4 -4
  309. package/lib/CampaignBlock/CampaignBlock.d.ts +2 -2
  310. package/lib/CampaignBlock/CampaignBlock.js +11 -11
  311. package/lib/CampaignBlock/index.d.ts +1 -1
  312. package/lib/CompetenceGoalTab/CompetenceGoalItem.d.ts +1 -1
  313. package/lib/CompetenceGoalTab/CompetenceGoalItem.js +1 -1
  314. package/lib/CompetenceGoalTab/CompetenceGoalTab.d.ts +1 -1
  315. package/lib/CompetenceGoalTab/CompetenceGoalTab.js +6 -6
  316. package/lib/CompetenceGoalTab/CompetenceItem.d.ts +2 -2
  317. package/lib/CompetenceGoalTab/CompetenceItem.js +8 -8
  318. package/lib/CompetenceGoalTab/CoreElementItem.d.ts +1 -1
  319. package/lib/CompetenceGoalTab/CoreElementItem.js +1 -1
  320. package/lib/CompetenceGoalTab/SearchButton.js +3 -3
  321. package/lib/CompetenceGoalTab/index.d.ts +1 -1
  322. package/lib/CompetenceGoalTab/styles.js +6 -6
  323. package/lib/ContactBlock/ContactBlock.d.ts +5 -5
  324. package/lib/ContactBlock/ContactBlock.js +21 -21
  325. package/lib/ContactBlock/index.d.ts +1 -1
  326. package/lib/ContentLoader/index.d.ts +2 -2
  327. package/lib/ContentLoader/index.js +6 -6
  328. package/lib/ContentPlaceholder/ContentPlaceholder.js +3 -3
  329. package/lib/ContentPlaceholder/index.d.ts +1 -1
  330. package/lib/ContentTypeBadge/ContentTypeBadge.d.ts +11 -11
  331. package/lib/ContentTypeBadge/ContentTypeBadge.js +17 -16
  332. package/lib/ContentTypeBadge/index.d.ts +2 -2
  333. package/lib/CopyParagraphButton/CopyParagraphButton.d.ts +1 -1
  334. package/lib/CopyParagraphButton/CopyParagraphButton.js +5 -5
  335. package/lib/CopyParagraphButton/index.d.ts +1 -1
  336. package/lib/CreatedBy/CreatedBy.js +5 -5
  337. package/lib/CreatedBy/index.d.ts +1 -1
  338. package/lib/DefinitionList/DefinitionDescription.d.ts +1 -1
  339. package/lib/DefinitionList/DefinitionDescription.js +1 -1
  340. package/lib/DefinitionList/DefinitionTerm.d.ts +1 -1
  341. package/lib/DefinitionList/DefinitionTerm.js +1 -1
  342. package/lib/DefinitionList/index.d.ts +2 -2
  343. package/lib/Embed/AudioEmbed.d.ts +3 -3
  344. package/lib/Embed/AudioEmbed.js +10 -10
  345. package/lib/Embed/BrightcoveEmbed.d.ts +2 -2
  346. package/lib/Embed/BrightcoveEmbed.js +17 -17
  347. package/lib/Embed/ConceptEmbed.d.ts +4 -4
  348. package/lib/Embed/ConceptEmbed.js +29 -29
  349. package/lib/Embed/ConceptListEmbed.d.ts +1 -1
  350. package/lib/Embed/ConceptListEmbed.js +4 -4
  351. package/lib/Embed/ContentLinkEmbed.d.ts +1 -1
  352. package/lib/Embed/ContentLinkEmbed.js +4 -4
  353. package/lib/Embed/EmbedErrorPlaceholder.d.ts +4 -4
  354. package/lib/Embed/EmbedErrorPlaceholder.js +2 -2
  355. package/lib/Embed/ExternalEmbed.d.ts +1 -1
  356. package/lib/Embed/ExternalEmbed.js +12 -12
  357. package/lib/Embed/FootnoteEmbed.d.ts +1 -1
  358. package/lib/Embed/FootnoteEmbed.js +3 -3
  359. package/lib/Embed/H5pEmbed.d.ts +1 -1
  360. package/lib/Embed/H5pEmbed.js +4 -4
  361. package/lib/Embed/IframeEmbed.d.ts +1 -1
  362. package/lib/Embed/IframeEmbed.js +14 -14
  363. package/lib/Embed/ImageEmbed.d.ts +3 -3
  364. package/lib/Embed/ImageEmbed.js +30 -30
  365. package/lib/Embed/RelatedContentEmbed.d.ts +1 -1
  366. package/lib/Embed/RelatedContentEmbed.js +10 -10
  367. package/lib/Embed/UnknownEmbed.d.ts +1 -1
  368. package/lib/Embed/UnknownEmbed.js +2 -2
  369. package/lib/Embed/conceptComponents.d.ts +8 -8
  370. package/lib/Embed/conceptComponents.js +18 -18
  371. package/lib/Embed/index.d.ts +15 -15
  372. package/lib/Embed/types.d.ts +7 -7
  373. package/lib/ErrorMessage/ErrorMessage.d.ts +1 -1
  374. package/lib/ErrorMessage/ErrorMessage.js +8 -8
  375. package/lib/ErrorMessage/ErrorResourceAccessDenied.js +5 -5
  376. package/lib/ErrorMessage/index.d.ts +2 -2
  377. package/lib/ExpandableBox/ExpandableBox.d.ts +1 -1
  378. package/lib/ExpandableBox/index.d.ts +1 -1
  379. package/lib/FactBox/FactBox.d.ts +2 -2
  380. package/lib/FactBox/FactBox.js +8 -8
  381. package/lib/FactBox/index.d.ts +1 -1
  382. package/lib/Figure/Figure.d.ts +2 -2
  383. package/lib/Figure/Figure.js +7 -7
  384. package/lib/Figure/FigureOpenDialogButton.d.ts +1 -1
  385. package/lib/Figure/FigureOpenDialogButton.js +13 -13
  386. package/lib/Figure/index.d.ts +3 -3
  387. package/lib/FileList/File.js +2 -2
  388. package/lib/FileList/FileList.d.ts +2 -2
  389. package/lib/FileList/FileList.js +4 -4
  390. package/lib/FileList/Format.d.ts +1 -1
  391. package/lib/FileList/Format.js +5 -5
  392. package/lib/FileList/index.d.ts +4 -4
  393. package/lib/Filter/FilterButtons.js +14 -14
  394. package/lib/Filter/FilterCarousel.d.ts +1 -1
  395. package/lib/Filter/FilterCarousel.js +18 -18
  396. package/lib/Filter/FilterList.d.ts +1 -1
  397. package/lib/Filter/FilterList.js +13 -13
  398. package/lib/Filter/FilterListPhone.d.ts +1 -1
  399. package/lib/Filter/FilterListPhone.js +27 -27
  400. package/lib/Filter/ToggleItem.d.ts +1 -1
  401. package/lib/Filter/ToggleItem.js +5 -5
  402. package/lib/Filter/filterClasses.d.ts +1 -1
  403. package/lib/Filter/filterClasses.js +2 -2
  404. package/lib/Filter/index.d.ts +5 -5
  405. package/lib/Footer/Footer.d.ts +2 -2
  406. package/lib/Footer/Footer.js +9 -9
  407. package/lib/Footer/FooterLinks.d.ts +1 -1
  408. package/lib/Footer/FooterLinks.js +9 -9
  409. package/lib/Footer/FooterPrivacy.js +4 -4
  410. package/lib/Footer/FooterText.d.ts +1 -1
  411. package/lib/Footer/FooterText.js +1 -1
  412. package/lib/Footer/index.d.ts +3 -3
  413. package/lib/FramedContent/FramedContent.js +1 -1
  414. package/lib/FramedContent/index.d.ts +1 -1
  415. package/lib/Frontpage/FrontpageAllSubjects.d.ts +1 -1
  416. package/lib/Frontpage/FrontpageAllSubjects.js +13 -13
  417. package/lib/FrontpageArticle/FrontpageArticle.d.ts +3 -3
  418. package/lib/FrontpageArticle/FrontpageArticle.js +5 -5
  419. package/lib/FrontpageArticle/index.d.ts +1 -1
  420. package/lib/Gloss/Gloss.d.ts +1 -1
  421. package/lib/Gloss/Gloss.js +14 -14
  422. package/lib/Gloss/GlossExample.d.ts +1 -1
  423. package/lib/Gloss/GlossExample.js +3 -3
  424. package/lib/Gloss/index.d.ts +2 -2
  425. package/lib/Grid/Grid.d.ts +4 -4
  426. package/lib/Grid/Grid.js +4 -4
  427. package/lib/Grid/index.d.ts +2 -2
  428. package/lib/Hero/Hero.d.ts +2 -2
  429. package/lib/Hero/Hero.js +4 -4
  430. package/lib/Hero/HeroContent.js +1 -1
  431. package/lib/Hero/index.d.ts +3 -3
  432. package/lib/Image/Image.d.ts +1 -1
  433. package/lib/Image/Image.js +12 -12
  434. package/lib/Image/ImageLink.d.ts +2 -2
  435. package/lib/Image/ImageLink.js +1 -1
  436. package/lib/Image/index.d.ts +4 -4
  437. package/lib/KeyFigure/KeyFigure.js +6 -6
  438. package/lib/KeyFigure/index.d.ts +1 -1
  439. package/lib/LanguageSelector/LanguageSelector.js +6 -6
  440. package/lib/LanguageSelector/index.d.ts +1 -1
  441. package/lib/Layout/Content.d.ts +1 -1
  442. package/lib/Layout/LayoutItem.d.ts +1 -1
  443. package/lib/Layout/LayoutItem.js +3 -3
  444. package/lib/Layout/OneColumn.d.ts +1 -1
  445. package/lib/Layout/OneColumn.js +6 -6
  446. package/lib/Layout/PageContainer.d.ts +1 -1
  447. package/lib/Layout/PageContainer.js +3 -3
  448. package/lib/Layout/index.d.ts +4 -4
  449. package/lib/LearningPaths/LearningPathContent.d.ts +1 -1
  450. package/lib/LearningPaths/LearningPathContent.js +1 -1
  451. package/lib/LearningPaths/LearningPathInformation.js +4 -4
  452. package/lib/LearningPaths/LearningPathLastStepNavigation.d.ts +1 -1
  453. package/lib/LearningPaths/LearningPathLastStepNavigation.js +8 -8
  454. package/lib/LearningPaths/LearningPathMenu.d.ts +1 -1
  455. package/lib/LearningPaths/LearningPathMenu.js +5 -5
  456. package/lib/LearningPaths/LearningPathMenuAside.js +7 -7
  457. package/lib/LearningPaths/LearningPathMenuAsideCopyright.js +3 -3
  458. package/lib/LearningPaths/LearningPathMenuContent.d.ts +1 -1
  459. package/lib/LearningPaths/LearningPathMenuContent.js +8 -8
  460. package/lib/LearningPaths/LearningPathMenuIntro.d.ts +1 -1
  461. package/lib/LearningPaths/LearningPathMenuIntro.js +7 -7
  462. package/lib/LearningPaths/LearningPathMenuModalWrapper.d.ts +1 -1
  463. package/lib/LearningPaths/LearningPathMenuModalWrapper.js +3 -3
  464. package/lib/LearningPaths/LearningPathMobileHeader.js +3 -3
  465. package/lib/LearningPaths/LearningPathMobileStepInfo.js +2 -2
  466. package/lib/LearningPaths/LearningPathSticky.d.ts +2 -2
  467. package/lib/LearningPaths/LearningPathSticky.js +7 -7
  468. package/lib/LearningPaths/LearningPathWrapper.d.ts +1 -1
  469. package/lib/LearningPaths/LearningPathWrapper.js +2 -2
  470. package/lib/LearningPaths/index.d.ts +8 -8
  471. package/lib/LetterFilter/LetterFilter.js +5 -5
  472. package/lib/LetterFilter/alphabet.js +1 -1
  473. package/lib/LetterFilter/index.d.ts +1 -1
  474. package/lib/LicenseByline/EmbedByline.d.ts +12 -12
  475. package/lib/LicenseByline/EmbedByline.js +11 -11
  476. package/lib/LicenseByline/LicenseDescription.d.ts +1 -1
  477. package/lib/LicenseByline/LicenseDescription.js +1 -1
  478. package/lib/LicenseByline/LicenseLink.d.ts +1 -1
  479. package/lib/LicenseByline/LicenseLink.js +3 -3
  480. package/lib/LicenseByline/index.d.ts +1 -1
  481. package/lib/LinkBlock/LinkBlock.d.ts +2 -2
  482. package/lib/LinkBlock/LinkBlock.js +8 -8
  483. package/lib/LinkBlock/LinkBlockSection.d.ts +1 -1
  484. package/lib/LinkBlock/LinkBlockSection.js +1 -1
  485. package/lib/LinkBlock/index.d.ts +2 -2
  486. package/lib/List/OrderedList.d.ts +2 -2
  487. package/lib/List/OrderedList.js +4 -4
  488. package/lib/List/UnOrderedList.d.ts +1 -1
  489. package/lib/List/UnOrderedList.js +1 -1
  490. package/lib/List/index.d.ts +2 -2
  491. package/lib/Logo/Logo.d.ts +1 -1
  492. package/lib/Logo/Logo.js +3 -3
  493. package/lib/Logo/SvgLogo.js +3 -3
  494. package/lib/Logo/index.d.ts +1 -1
  495. package/lib/Masthead/Masthead.d.ts +1 -1
  496. package/lib/Masthead/Masthead.js +3 -3
  497. package/lib/Masthead/SkipToMainContent.js +2 -2
  498. package/lib/Masthead/index.d.ts +3 -3
  499. package/lib/Masthead/utils.js +3 -3
  500. package/lib/MediaList/MediaList.d.ts +8 -8
  501. package/lib/MediaList/MediaList.js +18 -17
  502. package/lib/MediaList/index.d.ts +2 -2
  503. package/lib/Messages/MessageBanner.d.ts +1 -1
  504. package/lib/Messages/MessageBanner.js +4 -4
  505. package/lib/Messages/MessageBox.d.ts +2 -2
  506. package/lib/Messages/MessageBox.js +7 -7
  507. package/lib/Messages/index.d.ts +2 -2
  508. package/lib/MyNdla/Resource/Folder.d.ts +2 -2
  509. package/lib/MyNdla/Resource/Folder.js +13 -13
  510. package/lib/MyNdla/Resource/FolderInput.js +10 -10
  511. package/lib/MyNdla/Resource/index.d.ts +2 -2
  512. package/lib/MyNdla/index.d.ts +2 -2
  513. package/lib/NDLAFilm/AllMoviesAlphabetically.d.ts +1 -1
  514. package/lib/NDLAFilm/AllMoviesAlphabetically.js +11 -11
  515. package/lib/NDLAFilm/FilmContentCard.d.ts +3 -3
  516. package/lib/NDLAFilm/FilmContentCard.js +10 -10
  517. package/lib/NDLAFilm/FilmContentCardTags.d.ts +1 -1
  518. package/lib/NDLAFilm/FilmContentCardTags.js +2 -2
  519. package/lib/NDLAFilm/FilmMovieList.d.ts +1 -1
  520. package/lib/NDLAFilm/FilmMovieList.js +1 -1
  521. package/lib/NDLAFilm/FilmMovieSearch.d.ts +1 -1
  522. package/lib/NDLAFilm/FilmMovieSearch.js +11 -11
  523. package/lib/NDLAFilm/FilmSlideshow.d.ts +1 -1
  524. package/lib/NDLAFilm/FilmSlideshow.js +10 -10
  525. package/lib/NDLAFilm/MovieGrid.d.ts +1 -1
  526. package/lib/NDLAFilm/MovieGrid.js +3 -3
  527. package/lib/NDLAFilm/VisualElement.js +4 -4
  528. package/lib/NDLAFilm/filmStyles.js +5 -5
  529. package/lib/NDLAFilm/index.d.ts +5 -5
  530. package/lib/Navigation/NavigationBox.d.ts +3 -3
  531. package/lib/Navigation/NavigationBox.js +22 -22
  532. package/lib/Navigation/index.d.ts +1 -1
  533. package/lib/NoContentBox/index.d.ts +1 -1
  534. package/lib/Notion/Notion.d.ts +1 -1
  535. package/lib/Notion/Notion.js +8 -8
  536. package/lib/Notion/NotionImage.d.ts +1 -1
  537. package/lib/Notion/NotionImage.js +5 -5
  538. package/lib/Notion/index.d.ts +1 -1
  539. package/lib/Programme/Programme.d.ts +1 -1
  540. package/lib/Programme/Programme.js +5 -5
  541. package/lib/Programme/ProgrammeSubjects.js +6 -6
  542. package/lib/Programme/index.d.ts +2 -2
  543. package/lib/ProgrammeCard/ProgrammeCard.js +4 -4
  544. package/lib/ProgrammeCard/index.d.ts +2 -2
  545. package/lib/RelatedArticleList/RelatedArticleList.d.ts +3 -3
  546. package/lib/RelatedArticleList/RelatedArticleList.js +14 -14
  547. package/lib/RelatedArticleList/index.d.ts +1 -1
  548. package/lib/Resource/BlockResource.d.ts +2 -2
  549. package/lib/Resource/BlockResource.js +14 -14
  550. package/lib/Resource/ListResource.d.ts +2 -2
  551. package/lib/Resource/ListResource.js +28 -28
  552. package/lib/Resource/index.d.ts +3 -3
  553. package/lib/Resource/resourceComponents.d.ts +1 -1
  554. package/lib/Resource/resourceComponents.js +17 -17
  555. package/lib/Resource/storyComponents.js +12 -12
  556. package/lib/ResourceBox/ResourceBox.js +6 -6
  557. package/lib/ResourceBox/index.d.ts +1 -1
  558. package/lib/ResourceGroup/ResourceGroup.d.ts +3 -3
  559. package/lib/ResourceGroup/ResourceGroup.js +5 -5
  560. package/lib/ResourceGroup/ResourceItem.d.ts +3 -3
  561. package/lib/ResourceGroup/ResourceItem.js +30 -28
  562. package/lib/ResourceGroup/ResourceList.d.ts +2 -2
  563. package/lib/ResourceGroup/ResourceList.js +5 -5
  564. package/lib/ResourceGroup/index.d.ts +1 -1
  565. package/lib/ResourcesWrapper/ResourcesTopicTitle.js +19 -19
  566. package/lib/ResourcesWrapper/ResourcesWrapper.d.ts +1 -1
  567. package/lib/ResourcesWrapper/ResourcesWrapper.js +1 -1
  568. package/lib/ResourcesWrapper/index.d.ts +2 -2
  569. package/lib/Search/ActiveFilterContent.js +5 -5
  570. package/lib/Search/ActiveFilters.js +12 -12
  571. package/lib/Search/ContentTypeResult.d.ts +1 -1
  572. package/lib/Search/ContentTypeResult.js +7 -7
  573. package/lib/Search/ContentTypeResultStyles.js +13 -13
  574. package/lib/Search/IsPathToHighlight.js +1 -1
  575. package/lib/Search/LoadingWrapper.js +1 -1
  576. package/lib/Search/SearchField.d.ts +1 -1
  577. package/lib/Search/SearchField.js +11 -11
  578. package/lib/Search/SearchFieldForm.d.ts +1 -1
  579. package/lib/Search/SearchFieldForm.js +2 -2
  580. package/lib/Search/SearchResult.d.ts +1 -1
  581. package/lib/Search/SearchResult.js +28 -28
  582. package/lib/Search/SearchResultSleeve.d.ts +1 -1
  583. package/lib/Search/SearchResultSleeve.js +31 -31
  584. package/lib/Search/index.d.ts +3 -3
  585. package/lib/SearchTypeResult/ActiveFilterContent.js +3 -3
  586. package/lib/SearchTypeResult/ActiveFilters.d.ts +2 -2
  587. package/lib/SearchTypeResult/ActiveFilters.js +10 -10
  588. package/lib/SearchTypeResult/PopupFilter.d.ts +2 -2
  589. package/lib/SearchTypeResult/PopupFilter.js +13 -13
  590. package/lib/SearchTypeResult/ResultNavigation.js +10 -10
  591. package/lib/SearchTypeResult/SearchFieldHeader.d.ts +2 -2
  592. package/lib/SearchTypeResult/SearchFieldHeader.js +13 -13
  593. package/lib/SearchTypeResult/SearchFilterContent.d.ts +5 -5
  594. package/lib/SearchTypeResult/SearchFilterContent.js +3 -3
  595. package/lib/SearchTypeResult/SearchHeader.d.ts +5 -5
  596. package/lib/SearchTypeResult/SearchHeader.js +17 -17
  597. package/lib/SearchTypeResult/SearchItem.d.ts +4 -4
  598. package/lib/SearchTypeResult/SearchItem.js +8 -8
  599. package/lib/SearchTypeResult/SearchItemList.d.ts +1 -1
  600. package/lib/SearchTypeResult/SearchItemList.js +12 -12
  601. package/lib/SearchTypeResult/SearchItems.d.ts +3 -3
  602. package/lib/SearchTypeResult/SearchItems.js +5 -5
  603. package/lib/SearchTypeResult/SearchNotionsResult.d.ts +1 -1
  604. package/lib/SearchTypeResult/SearchNotionsResult.js +4 -4
  605. package/lib/SearchTypeResult/SearchSubjectItem.js +6 -6
  606. package/lib/SearchTypeResult/SearchSubjectResult.d.ts +1 -1
  607. package/lib/SearchTypeResult/SearchSubjectResult.js +1 -1
  608. package/lib/SearchTypeResult/SearchTypeHeader.d.ts +1 -1
  609. package/lib/SearchTypeResult/SearchTypeHeader.js +10 -10
  610. package/lib/SearchTypeResult/SearchTypeResult.d.ts +6 -6
  611. package/lib/SearchTypeResult/SearchTypeResult.js +2 -2
  612. package/lib/SearchTypeResult/SearchViewType.d.ts +2 -2
  613. package/lib/SearchTypeResult/SearchViewType.js +10 -10
  614. package/lib/SearchTypeResult/components/ItemContexts.js +13 -15
  615. package/lib/SearchTypeResult/components/ItemResourceHeader.d.ts +4 -4
  616. package/lib/SearchTypeResult/components/ItemResourceHeader.js +7 -7
  617. package/lib/SearchTypeResult/components/ItemTopicHeader.d.ts +4 -4
  618. package/lib/SearchTypeResult/components/ItemTopicHeader.js +4 -4
  619. package/lib/SearchTypeResult/components/SubjectFilters.d.ts +4 -4
  620. package/lib/SearchTypeResult/components/SubjectFilters.js +2 -2
  621. package/lib/SearchTypeResult/index.d.ts +7 -7
  622. package/lib/SnackBar/DefaultSnackbar.d.ts +1 -1
  623. package/lib/SnackBar/DefaultSnackbar.js +3 -3
  624. package/lib/SnackBar/SnackbarProvider.d.ts +1 -1
  625. package/lib/SnackBar/SnackbarProvider.js +7 -7
  626. package/lib/SnackBar/index.d.ts +3 -3
  627. package/lib/Subject/SubjectBanner.js +1 -1
  628. package/lib/Subject/SubjectHeader.d.ts +1 -1
  629. package/lib/Subject/SubjectHeader.js +5 -5
  630. package/lib/Subject/index.d.ts +2 -2
  631. package/lib/Table/Table.d.ts +1 -1
  632. package/lib/Table/Table.js +15 -15
  633. package/lib/Table/index.d.ts +2 -2
  634. package/lib/TagSelector/Control.d.ts +2 -2
  635. package/lib/TagSelector/Control.js +1 -1
  636. package/lib/TagSelector/DropdownIndicator.d.ts +2 -2
  637. package/lib/TagSelector/DropdownIndicator.js +6 -6
  638. package/lib/TagSelector/Input.d.ts +2 -2
  639. package/lib/TagSelector/Input.js +1 -1
  640. package/lib/TagSelector/Menu.d.ts +2 -2
  641. package/lib/TagSelector/Menu.js +1 -1
  642. package/lib/TagSelector/MenuList.d.ts +2 -2
  643. package/lib/TagSelector/MenuList.js +1 -1
  644. package/lib/TagSelector/Option.d.ts +2 -2
  645. package/lib/TagSelector/Option.js +5 -5
  646. package/lib/TagSelector/SelectContainer.d.ts +2 -2
  647. package/lib/TagSelector/SelectContainer.js +1 -1
  648. package/lib/TagSelector/TagSelector.js +13 -13
  649. package/lib/TagSelector/ValueButton.d.ts +2 -2
  650. package/lib/TagSelector/ValueButton.js +4 -4
  651. package/lib/TagSelector/ariaMessages.d.ts +3 -3
  652. package/lib/TagSelector/ariaMessages.js +31 -31
  653. package/lib/TagSelector/index.d.ts +2 -2
  654. package/lib/ToolboxPage/ToolboxInfo.d.ts +2 -2
  655. package/lib/ToolboxPage/ToolboxInfo.js +1 -1
  656. package/lib/ToolboxPage/index.d.ts +1 -1
  657. package/lib/Topic/Topic.d.ts +3 -3
  658. package/lib/Topic/Topic.js +26 -26
  659. package/lib/Topic/index.d.ts +1 -1
  660. package/lib/TreeStructure/AddFolderButton.d.ts +1 -1
  661. package/lib/TreeStructure/AddFolderButton.js +5 -5
  662. package/lib/TreeStructure/ComboboxButton.d.ts +2 -2
  663. package/lib/TreeStructure/ComboboxButton.js +8 -8
  664. package/lib/TreeStructure/FolderItem.d.ts +2 -2
  665. package/lib/TreeStructure/FolderItem.js +21 -21
  666. package/lib/TreeStructure/FolderItems.d.ts +3 -3
  667. package/lib/TreeStructure/FolderItems.js +9 -9
  668. package/lib/TreeStructure/TreeStructure.d.ts +2 -2
  669. package/lib/TreeStructure/TreeStructure.js +11 -11
  670. package/lib/TreeStructure/arrowNavigation.d.ts +2 -2
  671. package/lib/TreeStructure/arrowNavigation.js +5 -5
  672. package/lib/TreeStructure/helperFunctions.d.ts +2 -2
  673. package/lib/TreeStructure/index.d.ts +2 -2
  674. package/lib/TreeStructure/types.d.ts +3 -3
  675. package/lib/all.css +1 -1
  676. package/lib/i18n/formatNestedMessages.js +2 -2
  677. package/lib/i18n/i18n.js +6 -6
  678. package/lib/i18n/index.d.ts +2 -2
  679. package/lib/index.d.ts +86 -86
  680. package/lib/locale/LocaleProvider.d.ts +2 -2
  681. package/lib/locale/messages-en.d.ts +10 -10
  682. package/lib/locale/messages-en.js +885 -885
  683. package/lib/locale/messages-nb.d.ts +10 -10
  684. package/lib/locale/messages-nb.js +888 -888
  685. package/lib/locale/messages-nn.d.ts +10 -10
  686. package/lib/locale/messages-nn.js +888 -888
  687. package/lib/locale/messages-se.d.ts +11 -11
  688. package/lib/locale/messages-se.js +890 -890
  689. package/lib/locale/messages-sma.d.ts +11 -11
  690. package/lib/locale/messages-sma.js +889 -889
  691. package/lib/model/ContentType.js +20 -20
  692. package/lib/model/SubjectCategories.js +4 -4
  693. package/lib/model/SubjectTypes.js +3 -3
  694. package/lib/model/WordClass.d.ts +1 -1
  695. package/lib/model/WordClass.js +35 -35
  696. package/lib/model/index.d.ts +3 -3
  697. package/lib/types.d.ts +2 -2
  698. package/lib/types.js +1 -1
  699. package/lib/utils/relativeUrl.js +7 -5
  700. package/lib/utils/resourceTypeColor.js +1 -1
  701. package/package.json +21 -21
  702. package/src/Article/Article.tsx +22 -22
  703. package/src/Article/ArticleAccessMessage.tsx +5 -5
  704. package/src/Article/ArticleByline.stories.tsx +14 -14
  705. package/src/Article/ArticleByline.tsx +32 -29
  706. package/src/Article/ArticleFootNotes.tsx +6 -6
  707. package/src/Article/ArticleHeaderWrapper.tsx +8 -8
  708. package/src/Article/ArticleNotions.tsx +10 -10
  709. package/src/Article/component.article.scss +7 -3
  710. package/src/Article/index.ts +4 -4
  711. package/src/Aside/Aside.tsx +5 -5
  712. package/src/Aside/index.ts +1 -1
  713. package/src/AudioPlayer/AudiPlayer.stories.tsx +20 -20
  714. package/src/AudioPlayer/AudioPlayer.tsx +22 -22
  715. package/src/AudioPlayer/Controls.tsx +27 -27
  716. package/src/AudioPlayer/SpeechControl.tsx +7 -7
  717. package/src/AudioPlayer/index.ts +1 -1
  718. package/src/BannerCard/BannerCard.tsx +4 -4
  719. package/src/BannerCard/index.ts +1 -1
  720. package/src/BlogPost/BlogPost.stories.tsx +13 -13
  721. package/src/BlogPost/BlogPost.tsx +13 -13
  722. package/src/BlogPost/index.ts +1 -1
  723. package/src/Breadcrumb/Breadcrumb.stories.tsx +14 -14
  724. package/src/Breadcrumb/Breadcrumb.tsx +10 -10
  725. package/src/Breadcrumb/BreadcrumbItem.tsx +7 -7
  726. package/src/Breadcrumb/HeaderBreadcrumb.tsx +6 -6
  727. package/src/Breadcrumb/HomeBreadcrumb.stories.tsx +14 -14
  728. package/src/Breadcrumb/HomeBreadcrumb.tsx +8 -8
  729. package/src/Breadcrumb/index.ts +4 -4
  730. package/src/CampaignBlock/CampaignBlock.stories.tsx +21 -21
  731. package/src/CampaignBlock/CampaignBlock.tsx +14 -14
  732. package/src/CampaignBlock/index.ts +1 -1
  733. package/src/CompetenceGoalTab/CompetenceGoalItem.tsx +5 -5
  734. package/src/CompetenceGoalTab/CompetenceGoalTab.tsx +16 -16
  735. package/src/CompetenceGoalTab/CompetenceItem.tsx +11 -11
  736. package/src/CompetenceGoalTab/CoreElementItem.tsx +7 -5
  737. package/src/CompetenceGoalTab/SearchButton.tsx +5 -5
  738. package/src/CompetenceGoalTab/index.ts +1 -1
  739. package/src/CompetenceGoalTab/styles.ts +3 -3
  740. package/src/ContactBlock/ContactBlock.tsx +26 -26
  741. package/src/ContactBlock/Contactblock.stories.tsx +38 -38
  742. package/src/ContactBlock/index.ts +1 -1
  743. package/src/ContentLoader/ContentLoader.stories.tsx +5 -5
  744. package/src/ContentLoader/index.tsx +9 -9
  745. package/src/ContentPlaceholder/ContentPlaceholder.tsx +2 -2
  746. package/src/ContentPlaceholder/index.ts +1 -1
  747. package/src/ContentTypeBadge/ContentTypeBadge.stories.tsx +10 -10
  748. package/src/ContentTypeBadge/ContentTypeBadge.tsx +31 -27
  749. package/src/ContentTypeBadge/index.ts +2 -2
  750. package/src/CopyParagraphButton/CopyParagraphButton.tsx +10 -10
  751. package/src/CopyParagraphButton/index.tsx +1 -1
  752. package/src/CreatedBy/CreatedBy.stories.tsx +8 -8
  753. package/src/CreatedBy/CreatedBy.tsx +6 -6
  754. package/src/CreatedBy/index.ts +1 -1
  755. package/src/DefinitionList/DefinitionDescription.tsx +4 -4
  756. package/src/DefinitionList/DefinitionTerm.tsx +4 -4
  757. package/src/DefinitionList/index.tsx +2 -2
  758. package/src/Embed/AudioEmbed.stories.tsx +96 -93
  759. package/src/Embed/AudioEmbed.tsx +20 -20
  760. package/src/Embed/BrightcoveEmbed.stories.tsx +67 -67
  761. package/src/Embed/BrightcoveEmbed.tsx +28 -28
  762. package/src/Embed/ConceptEmbed.stories.tsx +119 -114
  763. package/src/Embed/ConceptEmbed.tsx +52 -44
  764. package/src/Embed/ConceptListEmbed.tsx +8 -8
  765. package/src/Embed/ContentLinkEmbed.tsx +7 -7
  766. package/src/Embed/EmbedErrorPlaceholder.tsx +9 -9
  767. package/src/Embed/ExternalEmbed.stories.tsx +21 -21
  768. package/src/Embed/ExternalEmbed.tsx +20 -17
  769. package/src/Embed/FootnoteEmbed.stories.tsx +35 -30
  770. package/src/Embed/FootnoteEmbed.tsx +6 -6
  771. package/src/Embed/H5pEmbed.stories.tsx +23 -23
  772. package/src/Embed/H5pEmbed.tsx +6 -6
  773. package/src/Embed/IframeEmbed.stories.tsx +50 -50
  774. package/src/Embed/IframeEmbed.tsx +18 -18
  775. package/src/Embed/ImageEmbed.stories.tsx +77 -77
  776. package/src/Embed/ImageEmbed.tsx +44 -44
  777. package/src/Embed/RelatedContentEmbed.stories.tsx +187 -187
  778. package/src/Embed/RelatedContentEmbed.tsx +14 -14
  779. package/src/Embed/UnknownEmbed.tsx +5 -5
  780. package/src/Embed/conceptComponents.tsx +38 -35
  781. package/src/Embed/index.ts +15 -15
  782. package/src/Embed/types.ts +9 -7
  783. package/src/ErrorMessage/ErrorMessage.stories.tsx +17 -17
  784. package/src/ErrorMessage/ErrorMessage.tsx +6 -6
  785. package/src/ErrorMessage/ErrorResourceAccessDenied.tsx +10 -10
  786. package/src/ErrorMessage/index.ts +2 -2
  787. package/src/ExpandableBox/ExpandableBox.stories.tsx +5 -5
  788. package/src/ExpandableBox/ExpandableBox.tsx +1 -1
  789. package/src/ExpandableBox/index.ts +1 -1
  790. package/src/FactBox/FactBox.tsx +11 -11
  791. package/src/FactBox/Factbox.stories.tsx +8 -8
  792. package/src/FactBox/index.ts +1 -1
  793. package/src/Figure/Figure.tsx +17 -17
  794. package/src/Figure/FigureOpenDialogButton.tsx +8 -8
  795. package/src/Figure/index.ts +3 -3
  796. package/src/FileList/File.tsx +5 -5
  797. package/src/FileList/FileList.stories.tsx +9 -9
  798. package/src/FileList/FileList.tsx +7 -7
  799. package/src/FileList/Format.tsx +6 -6
  800. package/src/FileList/PdfFile.tsx +1 -1
  801. package/src/FileList/index.ts +4 -4
  802. package/src/Filter/FilterButtons.tsx +16 -16
  803. package/src/Filter/FilterCarousel.tsx +16 -16
  804. package/src/Filter/FilterList.tsx +17 -17
  805. package/src/Filter/FilterListPhone.tsx +36 -36
  806. package/src/Filter/ToggleItem.tsx +7 -7
  807. package/src/Filter/filterClasses.ts +3 -3
  808. package/src/Filter/index.ts +5 -5
  809. package/src/Footer/Footer.stories.tsx +37 -31
  810. package/src/Footer/Footer.tsx +11 -11
  811. package/src/Footer/FooterLinks.tsx +9 -9
  812. package/src/Footer/FooterPrivacy.tsx +2 -2
  813. package/src/Footer/FooterText.tsx +3 -3
  814. package/src/Footer/index.ts +3 -3
  815. package/src/FramedContent/FramedContent.stories.tsx +7 -7
  816. package/src/FramedContent/FramedContent.tsx +4 -4
  817. package/src/FramedContent/index.ts +1 -1
  818. package/src/Frontpage/FrontpageAllSubjects.tsx +20 -20
  819. package/src/FrontpageArticle/FrontpageArticle.tsx +17 -17
  820. package/src/FrontpageArticle/index.ts +1 -1
  821. package/src/Gloss/Gloss.stories.tsx +33 -33
  822. package/src/Gloss/Gloss.tsx +18 -18
  823. package/src/Gloss/GlossExample.tsx +7 -7
  824. package/src/Gloss/index.tsx +2 -2
  825. package/src/Grid/Grid.stories.tsx +16 -16
  826. package/src/Grid/Grid.tsx +15 -15
  827. package/src/Grid/index.ts +2 -2
  828. package/src/Hero/Hero.stories.tsx +9 -9
  829. package/src/Hero/Hero.tsx +28 -28
  830. package/src/Hero/HeroContent.tsx +4 -4
  831. package/src/Hero/index.ts +3 -3
  832. package/src/Image/Image.stories.tsx +10 -10
  833. package/src/Image/Image.tsx +12 -12
  834. package/src/Image/ImageLink.tsx +4 -4
  835. package/src/Image/__tests__/Image-test.jsx +9 -9
  836. package/src/Image/__tests__/__snapshots__/Image-test.jsx.snap +9 -9
  837. package/src/Image/index.ts +4 -4
  838. package/src/KeyFigure/KeyFigure.stories.tsx +11 -11
  839. package/src/KeyFigure/KeyFigure.tsx +6 -6
  840. package/src/KeyFigure/index.ts +1 -1
  841. package/src/LanguageSelector/LanguageSelector.stories.tsx +11 -11
  842. package/src/LanguageSelector/LanguageSelector.tsx +8 -8
  843. package/src/LanguageSelector/index.ts +1 -1
  844. package/src/Layout/Content.tsx +1 -1
  845. package/src/Layout/LayoutItem.tsx +4 -4
  846. package/src/Layout/OneColumn.tsx +8 -8
  847. package/src/Layout/PageContainer.tsx +5 -5
  848. package/src/Layout/index.ts +4 -4
  849. package/src/LearningPaths/LearningPathContent.tsx +3 -3
  850. package/src/LearningPaths/LearningPathInformation.tsx +6 -6
  851. package/src/LearningPaths/LearningPathLastStepNavigation.tsx +11 -11
  852. package/src/LearningPaths/LearningPathMenu.stories.tsx +18 -18
  853. package/src/LearningPaths/LearningPathMenu.tsx +14 -14
  854. package/src/LearningPaths/LearningPathMenuAside.tsx +10 -10
  855. package/src/LearningPaths/LearningPathMenuAsideCopyright.tsx +6 -6
  856. package/src/LearningPaths/LearningPathMenuContent.tsx +11 -11
  857. package/src/LearningPaths/LearningPathMenuIntro.tsx +7 -7
  858. package/src/LearningPaths/LearningPathMenuModalWrapper.tsx +9 -9
  859. package/src/LearningPaths/LearningPathMobileHeader.tsx +5 -5
  860. package/src/LearningPaths/LearningPathMobileStepInfo.tsx +4 -4
  861. package/src/LearningPaths/LearningPathSticky.tsx +12 -12
  862. package/src/LearningPaths/LearningPathWrapper.tsx +4 -4
  863. package/src/LearningPaths/index.ts +8 -8
  864. package/src/LetterFilter/LetterFilter.stories.tsx +8 -8
  865. package/src/LetterFilter/LetterFilter.tsx +11 -9
  866. package/src/LetterFilter/alphabet.ts +29 -29
  867. package/src/LetterFilter/index.ts +1 -1
  868. package/src/LicenseByline/EmbedByline.stories.tsx +20 -20
  869. package/src/LicenseByline/EmbedByline.tsx +30 -30
  870. package/src/LicenseByline/LicenseDescription.tsx +3 -3
  871. package/src/LicenseByline/LicenseLink.tsx +5 -5
  872. package/src/LicenseByline/index.tsx +1 -1
  873. package/src/LinkBlock/LinkBlock.stories.tsx +10 -10
  874. package/src/LinkBlock/LinkBlock.tsx +14 -14
  875. package/src/LinkBlock/LinkBlockSection.tsx +3 -3
  876. package/src/LinkBlock/index.ts +2 -2
  877. package/src/List/OrderedList.stories.tsx +6 -6
  878. package/src/List/OrderedList.tsx +28 -28
  879. package/src/List/UnOrderedList.tsx +4 -4
  880. package/src/List/UnorderedList.stories.tsx +4 -4
  881. package/src/List/index.ts +2 -2
  882. package/src/Logo/Logo.stories.tsx +10 -10
  883. package/src/Logo/Logo.tsx +6 -6
  884. package/src/Logo/SvgLogo.tsx +4 -4
  885. package/src/Logo/index.ts +1 -1
  886. package/src/Masthead/Masthead.tsx +6 -6
  887. package/src/Masthead/SkipToMainContent.tsx +4 -4
  888. package/src/Masthead/index.ts +3 -3
  889. package/src/Masthead/utils.ts +5 -5
  890. package/src/MediaList/MediaList.tsx +25 -22
  891. package/src/MediaList/index.ts +2 -2
  892. package/src/Messages/MessageBanner.stories.tsx +7 -7
  893. package/src/Messages/MessageBanner.tsx +5 -5
  894. package/src/Messages/MessageBox.stories.tsx +17 -17
  895. package/src/Messages/MessageBox.tsx +11 -11
  896. package/src/Messages/index.ts +2 -2
  897. package/src/MyNdla/Resource/Folder.stories.tsx +17 -17
  898. package/src/MyNdla/Resource/Folder.tsx +20 -20
  899. package/src/MyNdla/Resource/FolderInput.stories.tsx +7 -7
  900. package/src/MyNdla/Resource/FolderInput.tsx +19 -19
  901. package/src/MyNdla/Resource/index.ts +2 -2
  902. package/src/MyNdla/index.ts +2 -2
  903. package/src/NDLAFilm/AllMoviesAlphabetically.tsx +16 -13
  904. package/src/NDLAFilm/FilmContentCard.tsx +20 -18
  905. package/src/NDLAFilm/FilmContentCardTags.tsx +4 -4
  906. package/src/NDLAFilm/FilmMovieList.tsx +8 -8
  907. package/src/NDLAFilm/FilmMovieSearch.tsx +22 -16
  908. package/src/NDLAFilm/FilmSlideshow.tsx +17 -15
  909. package/src/NDLAFilm/MovieGrid.tsx +8 -8
  910. package/src/NDLAFilm/VisualElement.tsx +5 -5
  911. package/src/NDLAFilm/__tests__/isLetter-test.jsx +8 -8
  912. package/src/NDLAFilm/filmStyles.ts +5 -5
  913. package/src/NDLAFilm/index.ts +5 -5
  914. package/src/Navigation/NavigationBox.tsx +28 -28
  915. package/src/Navigation/index.ts +1 -1
  916. package/src/NoContentBox/NoContentBox.tsx +1 -1
  917. package/src/NoContentBox/index.ts +1 -1
  918. package/src/Notion/Notion.tsx +9 -9
  919. package/src/Notion/NotionImage.tsx +9 -9
  920. package/src/Notion/index.ts +1 -1
  921. package/src/Programme/Programme.tsx +7 -7
  922. package/src/Programme/ProgrammeSubjects.tsx +12 -12
  923. package/src/Programme/index.ts +2 -2
  924. package/src/ProgrammeCard/ProgrammeCard.stories.tsx +13 -13
  925. package/src/ProgrammeCard/ProgrammeCard.tsx +5 -5
  926. package/src/ProgrammeCard/index.tsx +2 -2
  927. package/src/RelatedArticleList/RelatedArticleList.tsx +17 -17
  928. package/src/RelatedArticleList/index.ts +1 -1
  929. package/src/Resource/BlockResource.stories.tsx +19 -19
  930. package/src/Resource/BlockResource.tsx +15 -15
  931. package/src/Resource/ListResource.stories.tsx +18 -18
  932. package/src/Resource/ListResource.tsx +31 -31
  933. package/src/Resource/index.ts +3 -3
  934. package/src/Resource/resourceComponents.tsx +22 -19
  935. package/src/Resource/storyComponents.tsx +14 -11
  936. package/src/ResourceBox/ResourceBox.tsx +5 -5
  937. package/src/ResourceBox/index.ts +1 -1
  938. package/src/ResourceGroup/ResourceGroup.tsx +8 -8
  939. package/src/ResourceGroup/ResourceItem.stories.tsx +22 -22
  940. package/src/ResourceGroup/ResourceItem.tsx +35 -37
  941. package/src/ResourceGroup/ResourceList.tsx +11 -11
  942. package/src/ResourceGroup/index.ts +1 -1
  943. package/src/ResourcesWrapper/ResourcesTopicTitle.tsx +17 -17
  944. package/src/ResourcesWrapper/ResourcesWrapper.tsx +3 -3
  945. package/src/ResourcesWrapper/index.ts +2 -2
  946. package/src/Search/ActiveFilterContent.tsx +8 -8
  947. package/src/Search/ActiveFilters.tsx +12 -12
  948. package/src/Search/ContentTypeResult.tsx +16 -16
  949. package/src/Search/ContentTypeResultStyles.tsx +5 -5
  950. package/src/Search/IsPathToHighlight.ts +1 -1
  951. package/src/Search/LoadingWrapper.tsx +4 -4
  952. package/src/Search/SearchField.tsx +19 -19
  953. package/src/Search/SearchFieldForm.tsx +4 -4
  954. package/src/Search/SearchResult.tsx +34 -34
  955. package/src/Search/SearchResultSleeve.tsx +32 -32
  956. package/src/Search/__tests__/Highlight-test.js +20 -20
  957. package/src/Search/index.ts +3 -3
  958. package/src/SearchTypeResult/ActiveFilterContent.tsx +7 -7
  959. package/src/SearchTypeResult/ActiveFilters.tsx +12 -12
  960. package/src/SearchTypeResult/PopupFilter.tsx +16 -16
  961. package/src/SearchTypeResult/ResultNavigation.tsx +11 -11
  962. package/src/SearchTypeResult/SearchFieldHeader.tsx +16 -16
  963. package/src/SearchTypeResult/SearchFilterContent.tsx +10 -10
  964. package/src/SearchTypeResult/SearchHeader.tsx +22 -22
  965. package/src/SearchTypeResult/SearchItem.tsx +17 -17
  966. package/src/SearchTypeResult/SearchItemList.tsx +14 -14
  967. package/src/SearchTypeResult/SearchItems.tsx +12 -12
  968. package/src/SearchTypeResult/SearchNotionsResult.tsx +7 -7
  969. package/src/SearchTypeResult/SearchSubjectItem.tsx +7 -7
  970. package/src/SearchTypeResult/SearchSubjectResult.tsx +3 -3
  971. package/src/SearchTypeResult/SearchTypeHeader.tsx +11 -11
  972. package/src/SearchTypeResult/SearchTypeResult.tsx +10 -10
  973. package/src/SearchTypeResult/SearchViewType.tsx +15 -15
  974. package/src/SearchTypeResult/components/ItemContexts.tsx +19 -17
  975. package/src/SearchTypeResult/components/ItemResourceHeader.tsx +13 -13
  976. package/src/SearchTypeResult/components/ItemTopicHeader.tsx +9 -9
  977. package/src/SearchTypeResult/components/SubjectFilters.tsx +12 -12
  978. package/src/SearchTypeResult/index.ts +7 -7
  979. package/src/SnackBar/DefaultSnackbar.tsx +7 -7
  980. package/src/SnackBar/Snack.stories.tsx +31 -15
  981. package/src/SnackBar/SnackbarProvider.tsx +10 -10
  982. package/src/SnackBar/index.ts +3 -3
  983. package/src/Subject/SubjectBanner.tsx +2 -2
  984. package/src/Subject/SubjectHeader.tsx +8 -8
  985. package/src/Subject/index.ts +2 -2
  986. package/src/Table/Table.stories.tsx +34 -34
  987. package/src/Table/Table.tsx +22 -22
  988. package/src/Table/index.ts +2 -2
  989. package/src/TagSelector/Control.tsx +4 -4
  990. package/src/TagSelector/DropdownIndicator.tsx +15 -9
  991. package/src/TagSelector/Input.tsx +5 -5
  992. package/src/TagSelector/Menu.tsx +5 -5
  993. package/src/TagSelector/MenuList.tsx +4 -4
  994. package/src/TagSelector/Option.tsx +11 -7
  995. package/src/TagSelector/SelectContainer.tsx +4 -4
  996. package/src/TagSelector/TagSelector.stories.tsx +27 -27
  997. package/src/TagSelector/TagSelector.tsx +27 -27
  998. package/src/TagSelector/ValueButton.tsx +7 -7
  999. package/src/TagSelector/ariaMessages.ts +50 -41
  1000. package/src/TagSelector/index.ts +2 -2
  1001. package/src/ToolboxPage/ToolboxInfo.tsx +6 -6
  1002. package/src/ToolboxPage/index.ts +1 -1
  1003. package/src/Topic/Loader.tsx +1 -1
  1004. package/src/Topic/Topic.tsx +30 -30
  1005. package/src/Topic/index.ts +1 -1
  1006. package/src/TreeStructure/AddFolderButton.tsx +11 -11
  1007. package/src/TreeStructure/ComboboxButton.tsx +18 -18
  1008. package/src/TreeStructure/FolderItem.tsx +35 -35
  1009. package/src/TreeStructure/FolderItems.tsx +19 -13
  1010. package/src/TreeStructure/TreeStructure.stories.tsx +75 -75
  1011. package/src/TreeStructure/TreeStructure.tsx +18 -18
  1012. package/src/TreeStructure/arrowNavigation.ts +7 -7
  1013. package/src/TreeStructure/helperFunctions.ts +2 -2
  1014. package/src/TreeStructure/index.ts +2 -2
  1015. package/src/TreeStructure/types.ts +3 -3
  1016. package/src/i18n/__tests__/formatNestedMessages-test.ts +8 -8
  1017. package/src/i18n/formatNestedMessages.ts +2 -2
  1018. package/src/i18n/i18n.ts +14 -14
  1019. package/src/i18n/index.ts +2 -2
  1020. package/src/index.ts +86 -86
  1021. package/src/locale/LocaleProvider.tsx +4 -4
  1022. package/src/locale/__tests__/translations-test.ts +13 -13
  1023. package/src/locale/messages-en.ts +891 -888
  1024. package/src/locale/messages-nb.ts +892 -892
  1025. package/src/locale/messages-nn.ts +892 -892
  1026. package/src/locale/messages-se.ts +897 -893
  1027. package/src/locale/messages-sma.ts +895 -893
  1028. package/src/model/ContentType.ts +28 -28
  1029. package/src/model/SubjectCategories.ts +4 -4
  1030. package/src/model/SubjectTypes.ts +3 -3
  1031. package/src/model/WordClass.ts +35 -35
  1032. package/src/model/index.ts +4 -4
  1033. package/src/types.ts +3 -3
  1034. package/src/utils/__tests__/relativeUrl-test.tsx +48 -42
  1035. package/src/utils/relativeUrl.ts +8 -6
  1036. package/src/utils/resourceTypeColor.tsx +4 -4
@@ -23,1270 +23,1270 @@ const {
23
23
  exports.wordClass = wordClass;
24
24
  exports.subjectTypes = subjectTypes;
25
25
  exports.subjectCategories = subjectCategories;
26
- const titleTemplate = ' - NDLA';
26
+ const titleTemplate = " - NDLA";
27
27
  const messages = {
28
28
  ..._licenses.contributorTypes.en,
29
29
  common: {
30
- subject: 'Subject',
31
- subject_plural: 'Subjects'
30
+ subject: "Subject",
31
+ subject_plural: "Subjects"
32
32
  },
33
33
  treeStructure: {
34
34
  folderChildOptions: {
35
- edit: 'Edit foldername',
36
- delete: 'Delete'
35
+ edit: "Edit foldername",
36
+ delete: "Delete"
37
37
  },
38
- hideFolders: 'Hide all folders',
39
- showFolders: 'Show all folders',
40
- createFolder: 'Create folder',
41
- maxFoldersAlreadyAdded: 'Maximum subfolders reached',
38
+ hideFolders: "Hide all folders",
39
+ showFolders: "Show all folders",
40
+ createFolder: "Create folder",
41
+ maxFoldersAlreadyAdded: "Maximum subfolders reached",
42
42
  newFolder: {
43
- placeholder: 'Add foldername',
44
- defaultName: 'New folder',
45
- folderName: 'Folder name'
43
+ placeholder: "Add foldername",
44
+ defaultName: "New folder",
45
+ folderName: "Folder name"
46
46
  }
47
47
  },
48
48
  tagSelector: {
49
49
  aria: {
50
- screenReaderStatus: '{{count}} results available',
51
- disabled: 'disabled',
52
- selected: 'selected',
53
- focused: 'focused',
50
+ screenReaderStatus: "{{count}} results available",
51
+ disabled: "disabled",
52
+ selected: "selected",
53
+ focused: "focused",
54
54
  guidance: {
55
55
  menu: {
56
- updown: 'Use Up and Down to choose tags',
57
- enter: 'press Enter to select the currently focused tag',
58
- escape: 'press Escape to exit the menu',
59
- tab: 'press Tab to select the tag and exit the menu'
56
+ updown: "Use Up and Down to choose tags",
57
+ enter: "press Enter to select the currently focused tag",
58
+ escape: "press Escape to exit the menu",
59
+ tab: "press Tab to select the tag and exit the menu"
60
60
  },
61
61
  input: {
62
- select: 'Tag menu',
63
- focused: 'is focused',
64
- refine: 'type to refine list',
65
- down: 'press Down to open the menu',
66
- left: 'press Left to focus selected tags',
67
- space: 'press Space to create new tag'
62
+ select: "Tag menu",
63
+ focused: "is focused",
64
+ refine: "type to refine list",
65
+ down: "press Down to open the menu",
66
+ left: "press Left to focus selected tags",
67
+ space: "press Space to create new tag"
68
68
  },
69
- value: 'Use left and right to toggle between focused tags, press Backspace to remove the currently focused value. The last tag will be removed if none are selected.'
69
+ value: "Use left and right to toggle between focused tags, press Backspace to remove the currently focused value. The last tag will be removed if none are selected."
70
70
  },
71
71
  onChange: {
72
- deselect: 'tag {{label}}, deselected.',
73
- clear: 'All selected options have been cleared.',
72
+ deselect: "tag {{label}}, deselected.",
73
+ clear: "All selected options have been cleared.",
74
74
  initialFocus: `Tags {{labels}}, selected.`,
75
- selectedDisabled: 'Tag {{label}} is disabled. Select another option.',
76
- selected: 'Tag {{label}}, selected.'
75
+ selectedDisabled: "Tag {{label}} is disabled. Select another option.",
76
+ selected: "Tag {{label}}, selected."
77
77
  },
78
78
  onFocus: {
79
- value: 'tag {{label}} focused, {{position}}.',
80
- menu: 'tag {{label}} {{status}}, {{position}}.',
81
- of: 'of'
79
+ value: "tag {{label}} focused, {{position}}.",
80
+ menu: "tag {{label}} {{status}}, {{position}}.",
81
+ of: "of"
82
82
  },
83
- onFilter: ' for search term '
83
+ onFilter: " for search term "
84
84
  },
85
- noOptions: 'No options',
86
- label: 'Add tag',
87
- createLabel: 'Add tag {{tag}}',
88
- placeholder: 'Enter tag name',
89
- removeTag: 'Remove tag {{name}}',
90
- hideTags: 'Hide tags',
91
- showTags: 'Show tags'
85
+ noOptions: "No options",
86
+ label: "Add tag",
87
+ createLabel: "Add tag {{tag}}",
88
+ placeholder: "Enter tag name",
89
+ removeTag: "Remove tag {{name}}",
90
+ hideTags: "Hide tags",
91
+ showTags: "Show tags"
92
92
  },
93
93
  htmlTitles: {
94
94
  titleTemplate,
95
95
  welcomePage: `Frontpage${titleTemplate}`,
96
- topicPage: 'Topic',
96
+ topicPage: "Topic",
97
97
  subjectsPage: `Choose subjects${titleTemplate}`,
98
98
  searchPage: `Search${titleTemplate}`,
99
99
  notFound: `Page not found${titleTemplate}`
100
100
  },
101
- askNDLA: 'Ask NDLA',
101
+ askNDLA: "Ask NDLA",
102
102
  articlePage: {
103
- errorDescription: 'Sorry, an error occurred while loading the resource.',
103
+ errorDescription: "Sorry, an error occurred while loading the resource.",
104
104
  error404Description: "Sorry, we can't locate the resource you are looking for."
105
105
  },
106
106
  notFoundPage: {
107
- title: 'Page not found',
107
+ title: "Page not found",
108
108
  errorDescription: "We can't seem to find the page you are looking for."
109
109
  },
110
110
  movedResourcePage: {
111
- title: 'The page has been moved, but you can find it here:'
111
+ title: "The page has been moved, but you can find it here:"
112
112
  },
113
113
  lti: {
114
- embed: 'Embed',
115
- notSupported: 'It did not work to auto-insert the content. You can copy the source code and add it to your content.'
114
+ embed: "Embed",
115
+ notSupported: "It did not work to auto-insert the content. You can copy the source code and add it to your content."
116
116
  },
117
117
  subjectCategories: {
118
- [subjectCategories.ACTIVE_SUBJECTS]: 'Active',
119
- [subjectCategories.ARCHIVE_SUBJECTS]: 'Expired',
120
- [subjectCategories.BETA_SUBJECTS]: 'Revised',
121
- [subjectCategories.OTHER]: 'Other resources',
122
- [subjectTypes.RESOURCE_COLLECTION]: 'Resource collections'
118
+ [subjectCategories.ACTIVE_SUBJECTS]: "Active",
119
+ [subjectCategories.ARCHIVE_SUBJECTS]: "Expired",
120
+ [subjectCategories.BETA_SUBJECTS]: "Revised",
121
+ [subjectCategories.OTHER]: "Other resources",
122
+ [subjectTypes.RESOURCE_COLLECTION]: "Resource collections"
123
123
  },
124
124
  subjectTypes: {
125
- [subjectTypes.BETA_SUBJECT]: 'Betafag',
126
- [subjectTypes.RESOURCE_COLLECTION]: 'Resource collection',
127
- [subjectTypes.SUBJECT]: 'Subject'
125
+ [subjectTypes.BETA_SUBJECT]: "Betafag",
126
+ [subjectTypes.RESOURCE_COLLECTION]: "Resource collection",
127
+ [subjectTypes.SUBJECT]: "Subject"
128
128
  },
129
129
  searchPage: {
130
- noHits: 'Your search - {{query}} - did not match any articles. ',
131
- noHitsShort: 'No results for search: {{query}}',
132
- removeFilterSuggestion: 'Try removing filters',
133
- close: 'Close',
134
- abilities: 'Abilities',
135
- search: 'Search',
136
- searchFieldPlaceholder: 'Search for subjects, tasks and activities or learningpaths',
137
- searchFieldPlaceholderShort: 'Search',
130
+ noHits: "Your search - {{query}} - did not match any articles. ",
131
+ noHitsShort: "No results for search: {{query}}",
132
+ removeFilterSuggestion: "Try removing filters",
133
+ close: "Close",
134
+ abilities: "Abilities",
135
+ search: "Search",
136
+ searchFieldPlaceholder: "Search for subjects, tasks and activities or learningpaths",
137
+ searchFieldPlaceholderShort: "Search",
138
138
  label: {
139
- subjects: 'Subjects'
139
+ subjects: "Subjects"
140
140
  },
141
141
  searchField: {
142
- contentTypeResultShowMoreLabel: 'Show more results',
143
- contentTypeResultShowLessLabel: 'Show less results',
144
- allResultButtonText: 'Show all results',
145
- searchResultHeading: 'Proposals:',
146
- contentTypeResultNoHit: 'No results'
142
+ contentTypeResultShowMoreLabel: "Show more results",
143
+ contentTypeResultShowLessLabel: "Show less results",
144
+ allResultButtonText: "Show all results",
145
+ searchResultHeading: "Proposals:",
146
+ contentTypeResultNoHit: "No results"
147
147
  },
148
148
  searchResultListMessages: {
149
- subjectsLabel: 'Open in subject:',
150
- noResultHeading: 'Hmm, no content ...',
151
- noResultDescription: 'Unfortunately, we do not have anything to offer here. If you want to suggest any content for this site, you can use Ask NDLA, located at the bottom right of the screen.'
149
+ subjectsLabel: "Open in subject:",
150
+ noResultHeading: "Hmm, no content ...",
151
+ noResultDescription: "Unfortunately, we do not have anything to offer here. If you want to suggest any content for this site, you can use Ask NDLA, located at the bottom right of the screen."
152
152
  },
153
153
  searchFilterMessages: {
154
- backButton: 'Back to filter',
155
- filterLabel: 'Search-filter',
156
- confirmButton: 'Refresh filter',
157
- hasValuesButtonText: 'More subjects',
158
- noValuesButtonText: 'Filter by subjects',
159
- useFilter: 'Use filter',
160
- closeFilter: 'Close filter',
161
- removeFilter: 'Remove filter {{filterName}}',
162
- additionalSubjectFilters: '+ {{count}} subjects',
163
- coreRelevance: 'Core content',
164
- supplementaryRelevance: 'Supplementary content',
154
+ backButton: "Back to filter",
155
+ filterLabel: "Search-filter",
156
+ confirmButton: "Refresh filter",
157
+ hasValuesButtonText: "More subjects",
158
+ noValuesButtonText: "Filter by subjects",
159
+ useFilter: "Use filter",
160
+ closeFilter: "Close filter",
161
+ removeFilter: "Remove filter {{filterName}}",
162
+ additionalSubjectFilters: "+ {{count}} subjects",
163
+ coreRelevance: "Core content",
164
+ supplementaryRelevance: "Supplementary content",
165
165
  resourceTypeFilter: {
166
- heading: 'Content type filter',
167
- button: 'Content type filter'
166
+ heading: "Content type filter",
167
+ button: "Content type filter"
168
168
  }
169
169
  },
170
170
  resultType: {
171
- showing: 'Showing {{count}} of {{totalCount}} {{contentType}}',
172
- showingAll: 'Showing all',
173
- showMore: 'Show more',
174
- showAll: 'Show all',
175
- toTopOfPage: 'To top of page',
176
- toSubjectPageLabel: 'Go to subject page',
177
- all: 'All',
178
- allContentTypes: 'All content-types',
179
- hits: '{{count}} hits',
180
- showingSearchPhrase: 'Showing hits for',
181
- searchPhraseSuggestion: 'Search instead for',
182
- showingCompetenceGoalSearchPhrase: 'Showing results for competence goals {text}',
183
- notionLabels: 'Used in',
184
- notionsHeading: 'Explanations',
185
- notionsRemove: 'Remove',
186
- showVideo: 'Watch video',
187
- concept: 'Concept',
188
- gridView: 'Grid-view',
189
- listView: 'List-view',
190
- gloss: 'Gloss'
171
+ showing: "Showing {{count}} of {{totalCount}} {{contentType}}",
172
+ showingAll: "Showing all",
173
+ showMore: "Show more",
174
+ showAll: "Show all",
175
+ toTopOfPage: "To top of page",
176
+ toSubjectPageLabel: "Go to subject page",
177
+ all: "All",
178
+ allContentTypes: "All content-types",
179
+ hits: "{{count}} hits",
180
+ showingSearchPhrase: "Showing hits for",
181
+ searchPhraseSuggestion: "Search instead for",
182
+ showingCompetenceGoalSearchPhrase: "Showing results for competence goals {text}",
183
+ notionLabels: "Used in",
184
+ notionsHeading: "Explanations",
185
+ notionsRemove: "Remove",
186
+ showVideo: "Watch video",
187
+ concept: "Concept",
188
+ gridView: "Grid-view",
189
+ listView: "List-view",
190
+ gloss: "Gloss"
191
191
  },
192
192
  contextModal: {
193
- button: '+ {{count}} more contexts',
194
- heading: 'The resource is used in several contexts',
195
- ariaLabel: 'View more contexts'
193
+ button: "+ {{count}} more contexts",
194
+ heading: "The resource is used in several contexts",
195
+ ariaLabel: "View more contexts"
196
196
  }
197
197
  },
198
198
  subjectPage: {
199
199
  tabs: {
200
- topics: 'Topics'
200
+ topics: "Topics"
201
201
  }
202
202
  },
203
203
  subjectsPage: {
204
- filterSubjects: 'Filter subjects',
205
- scrollToGroup: 'Scroll to group',
206
- goToTop: 'Scroll to top',
207
- alphabeticSort: 'Subjects grouped alphabetically',
204
+ filterSubjects: "Filter subjects",
205
+ scrollToGroup: "Scroll to group",
206
+ goToTop: "Scroll to top",
207
+ alphabeticSort: "Subjects grouped alphabetically",
208
208
  subjectGroup: 'Group "{{ category }}"',
209
- allSubjects: 'All subjects',
210
- myFavoriteSubjects: 'My favorite subjects',
211
- chooseSubject: 'Choose subject',
212
- errorDescription: 'Sorry, an error occurred while loading the subjects.',
213
- confirmRemove: 'Are you sure you want to remove {{subject}} from your favorite subjects?',
214
- addFavorite: 'Add favorite subject',
215
- removeFavorite: 'Remove favorite subject',
216
- removeConfirmed: '{{subject}} is removed from your favorite subjects',
217
- addConfirmed: '{{subject}} is added to your favorite subjects',
218
- subjectFavoritePitch: 'Do you want to favorite this subject?',
219
- subjectFavoriteGuide: 'To favorite a subject you must log in to My NDLA. You will find the subject on the top of this page after logging in.',
220
- shows: 'Shows'
209
+ allSubjects: "All subjects",
210
+ myFavoriteSubjects: "My favorite subjects",
211
+ chooseSubject: "Choose subject",
212
+ errorDescription: "Sorry, an error occurred while loading the subjects.",
213
+ confirmRemove: "Are you sure you want to remove {{subject}} from your favorite subjects?",
214
+ addFavorite: "Add favorite subject",
215
+ removeFavorite: "Remove favorite subject",
216
+ removeConfirmed: "{{subject}} is removed from your favorite subjects",
217
+ addConfirmed: "{{subject}} is added to your favorite subjects",
218
+ subjectFavoritePitch: "Do you want to favorite this subject?",
219
+ subjectFavoriteGuide: "To favorite a subject you must log in to My NDLA. You will find the subject on the top of this page after logging in.",
220
+ shows: "Shows"
221
221
  },
222
222
  topicPage: {
223
- topic: 'TOPIC',
224
- topics: 'Topics',
225
- imageModal: 'View full size image'
223
+ topic: "TOPIC",
224
+ topics: "Topics",
225
+ imageModal: "View full size image"
226
226
  },
227
227
  welcomePage: {
228
- resetSearch: 'Empty search',
229
- searchAllInfo: 'View all results',
228
+ resetSearch: "Empty search",
229
+ searchAllInfo: "View all results",
230
230
  heading: {
231
- heading: 'The Norwegian Digital Learning Arena'
231
+ heading: "The Norwegian Digital Learning Arena"
232
232
  }
233
233
  },
234
234
  toolboxPage: {
235
- introduction: 'What will it mean to work exploratory? How can you learn better? What is needed in order to make group work function? In the toolbox both students and teach find resources that are current for every subject, and that support learning work and development of knowledge, skills and understanding.'
235
+ introduction: "What will it mean to work exploratory? How can you learn better? What is needed in order to make group work function? In the toolbox both students and teach find resources that are current for every subject, and that support learning work and development of knowledge, skills and understanding."
236
236
  },
237
237
  meta: {
238
- description: 'Norwegian Digital Learning Arena, Open Educational Resources',
239
- keywords: 'open educational resources,teaching,learning'
238
+ description: "Norwegian Digital Learning Arena, Open Educational Resources",
239
+ keywords: "open educational resources,teaching,learning"
240
240
  },
241
241
  masthead: {
242
- skipToContent: 'Skip to content',
242
+ skipToContent: "Skip to content",
243
243
  menuOptions: {
244
- programme: 'Programmes',
245
- subjects: 'Subjects',
246
- multidisciplinarySubjects: 'Multidisciplinary subjects',
247
- toolboxStudents: 'Toolbox - for students',
248
- toolboxTeachers: 'Toolbox - for teachers',
249
- film: 'NDLA film'
244
+ programme: "Programmes",
245
+ subjects: "Subjects",
246
+ multidisciplinarySubjects: "Multidisciplinary subjects",
247
+ toolboxStudents: "Toolbox - for students",
248
+ toolboxTeachers: "Toolbox - for teachers",
249
+ film: "NDLA film"
250
250
  },
251
251
  menu: {
252
- button: 'Menu',
253
- goToMainMenu: 'Go to main menu',
254
- search: 'Search',
255
- modalLabel: 'Choose content',
256
- title: 'Open menu'
252
+ button: "Menu",
253
+ goToMainMenu: "Go to main menu",
254
+ search: "Search",
255
+ modalLabel: "Choose content",
256
+ title: "Open menu"
257
257
  }
258
258
  },
259
259
  logo: {
260
- altText: 'The Norwegian Digital Learning Arena'
260
+ altText: "The Norwegian Digital Learning Arena"
261
261
  },
262
262
  resource: {
263
- noCoreResourcesAvailableUnspecific: 'There is no core content available.',
264
- noCoreResourcesAvailable: 'There is no core content available for {{name}}.',
265
- activateAdditionalResources: 'Show additional content',
266
- toggleFilterLabel: 'Show additional content',
267
- label: 'Learning content',
268
- tooltipCoreTopic: 'Core content is a subject that is on the curriculum',
269
- tooltipAdditionalTopic: 'Additional content is a subject that is not on the curriculum',
270
- additionalTooltip: 'Additional content is not on the curriculum',
271
- dialogTooltip: 'What is core content and additional content?',
272
- dialogHeading: 'Core content and additional content',
273
- dialogText1: 'As you learn the core content, you acquire the skills described in the curriculum for the subject.',
274
- dialogText2: 'Additional content is content in the subject that you can choose in addition to the core material. Through the additional subject, you can immerse yourself in a topic or approach yourself in a different way.',
275
- youAreHere: 'You are here',
263
+ noCoreResourcesAvailableUnspecific: "There is no core content available.",
264
+ noCoreResourcesAvailable: "There is no core content available for {{name}}.",
265
+ activateAdditionalResources: "Show additional content",
266
+ toggleFilterLabel: "Show additional content",
267
+ label: "Learning content",
268
+ tooltipCoreTopic: "Core content is a subject that is on the curriculum",
269
+ tooltipAdditionalTopic: "Additional content is a subject that is not on the curriculum",
270
+ additionalTooltip: "Additional content is not on the curriculum",
271
+ dialogTooltip: "What is core content and additional content?",
272
+ dialogHeading: "Core content and additional content",
273
+ dialogText1: "As you learn the core content, you acquire the skills described in the curriculum for the subject.",
274
+ dialogText2: "Additional content is content in the subject that you can choose in addition to the core material. Through the additional subject, you can immerse yourself in a topic or approach yourself in a different way.",
275
+ youAreHere: "You are here",
276
276
  trait: {
277
- video: 'Video',
278
- h5p: 'Interactive'
277
+ video: "Video",
278
+ h5p: "Interactive"
279
279
  }
280
280
  },
281
281
  messageBoxInfo: {
282
- outdatedCoursePlan: 'This course is not updated to the current curriculum. Follow this link to find the updated version of the course: ',
283
- updateBrowser: 'Your browser is outdated. Update it, or find a safe and updated browser on https://browsehappy.com.',
284
- noContent: 'We are sorry, but we do not yet offer any program courses.',
285
- feide: 'This resource is accessible only to teachers who are logged in with Feide.',
286
- resources: 'This is not a complete course, but a collection of resources we hope you will find useful.',
287
- subjectOutdated: 'This course is not updated to the current curriculum.',
288
- subjectFuture: 'This course is for a future curriculum.',
289
- subjectBeta: 'This course is in beta. New resources are being added continously.',
290
- newVersion: 'This learning resource is not updated to the current curriculum. You can find an updated version here: ',
291
- frontPageBeta: 'Revised subjects have been revised in accordance with the new curriculum that will be put into effect from the next school year. We hope, however, that the learning resources available by now may come in useful already.',
292
- frontPageExpired: 'Expired subjects are not being taught any longer, but it may still be possible to take exams in these subjects.'
282
+ outdatedCoursePlan: "This course is not updated to the current curriculum. Follow this link to find the updated version of the course: ",
283
+ updateBrowser: "Your browser is outdated. Update it, or find a safe and updated browser on https://browsehappy.com.",
284
+ noContent: "We are sorry, but we do not yet offer any program courses.",
285
+ feide: "This resource is accessible only to teachers who are logged in with Feide.",
286
+ resources: "This is not a complete course, but a collection of resources we hope you will find useful.",
287
+ subjectOutdated: "This course is not updated to the current curriculum.",
288
+ subjectFuture: "This course is for a future curriculum.",
289
+ subjectBeta: "This course is in beta. New resources are being added continously.",
290
+ newVersion: "This learning resource is not updated to the current curriculum. You can find an updated version here: ",
291
+ frontPageBeta: "Revised subjects have been revised in accordance with the new curriculum that will be put into effect from the next school year. We hope, however, that the learning resources available by now may come in useful already.",
292
+ frontPageExpired: "Expired subjects are not being taught any longer, but it may still be possible to take exams in these subjects."
293
293
  },
294
294
  article: {
295
- edition: 'Edition',
296
- publisher: 'Publisher',
297
- lastUpdated: 'Last revised date',
298
- closeLabel: 'Close',
299
- useContent: 'Cite or use',
300
- additionalLabel: 'Additional content',
301
- urlContributionsLabel: 'See {{name}}`s contributions',
302
- urlAuthorLabel: 'Read more about {{name}}',
303
- multipleAuthorsLabelAbbreviation: 'et al.',
304
- authorsLabel: 'Written by: {{names}}',
305
- multipleAuthorsLabelAriaConjunction: 'and',
306
- copyPageLink: 'Copy page-link',
307
- copyPageLinkCopied: 'Link copied',
308
- copyHeaderLink: 'Copy link to header',
309
- conjunction: 'and',
310
- supplierLabel: 'Rightsholder: {{name}}',
311
- multipleSuppliersLabel: 'Rightsholders: {{names}}',
312
- writtenBy: 'Written by {{authors}}',
313
- cite: 'Cite content',
314
- notionsPrompt: 'Do you know the notions?',
315
- citeNotion: 'Cite this explanation',
316
- printPage: 'Print',
295
+ edition: "Edition",
296
+ publisher: "Publisher",
297
+ lastUpdated: "Last revised date",
298
+ closeLabel: "Close",
299
+ useContent: "Cite or use",
300
+ additionalLabel: "Additional content",
301
+ urlContributionsLabel: "See {{name}}`s contributions",
302
+ urlAuthorLabel: "Read more about {{name}}",
303
+ multipleAuthorsLabelAbbreviation: "et al.",
304
+ authorsLabel: "Written by: {{names}}",
305
+ multipleAuthorsLabelAriaConjunction: "and",
306
+ copyPageLink: "Copy page-link",
307
+ copyPageLinkCopied: "Link copied",
308
+ copyHeaderLink: "Copy link to header",
309
+ conjunction: "and",
310
+ supplierLabel: "Rightsholder: {{name}}",
311
+ multipleSuppliersLabel: "Rightsholders: {{names}}",
312
+ writtenBy: "Written by {{authors}}",
313
+ cite: "Cite content",
314
+ notionsPrompt: "Do you know the notions?",
315
+ citeNotion: "Cite this explanation",
316
+ printPage: "Print",
317
317
  access: {
318
- onlyTeacher: 'This resource is accessible only to teachers who are logged in with Feide.'
318
+ onlyTeacher: "This resource is accessible only to teachers who are logged in with Feide."
319
319
  },
320
- possiblyOutdated: 'The article is outdated',
321
- footnotes: 'Footnotes'
320
+ possiblyOutdated: "The article is outdated",
321
+ footnotes: "Footnotes"
322
322
  },
323
323
  competenceGoals: {
324
- competenceGoal: 'competence-goal',
325
- title: 'Competence goals and curriculum ',
326
- modalText: 'Explore curriculum links',
327
- closeCompetenceGoals: 'Close competence goals',
328
- showCompetenceGoals: 'Show competence goals',
329
- openCompentenceGoalsFilter: 'Filter competence goals',
330
- useCompentenceGoalsFilter: 'Use filter',
331
- closeCompentenceGoalsFilter: 'Close filter',
332
- competenceGoalsNarrowBackButton: 'Go back',
333
- competenceGoalResourceSearchText: 'View resources to competence goal {{code}}',
334
- coreResourceSearchText: 'View resources to core element {{code}}',
335
- competenceGoalShowExtra: 'Show',
336
- competenceGoalCloseExtra: 'Hide',
337
- competenceCoreLabel: 'Core element',
338
- competenceTopicLabel: 'Interdisciplinary theme',
339
- competenceSubjectLabel: 'Topic',
340
- competenceCoreSearchText: 'Find resources',
341
- competenceTopicSearchText: 'Find resources',
342
- competenceSubjectSearchText: 'Go to topic page',
343
- competenceGoalClose: 'Close',
344
- competenceGoalTitle: 'The pupil is expected to be able to:',
345
- competenceTabLK20label: 'Competence goal',
346
- competenceTabLK20Tooltip: 'Show competence goals',
347
- competenceTabCorelabel: 'Core element',
348
- competenceTabCoreTooltip: 'Show core elements',
324
+ competenceGoal: "competence-goal",
325
+ title: "Competence goals and curriculum ",
326
+ modalText: "Explore curriculum links",
327
+ closeCompetenceGoals: "Close competence goals",
328
+ showCompetenceGoals: "Show competence goals",
329
+ openCompentenceGoalsFilter: "Filter competence goals",
330
+ useCompentenceGoalsFilter: "Use filter",
331
+ closeCompentenceGoalsFilter: "Close filter",
332
+ competenceGoalsNarrowBackButton: "Go back",
333
+ competenceGoalResourceSearchText: "View resources to competence goal {{code}}",
334
+ coreResourceSearchText: "View resources to core element {{code}}",
335
+ competenceGoalShowExtra: "Show",
336
+ competenceGoalCloseExtra: "Hide",
337
+ competenceCoreLabel: "Core element",
338
+ competenceTopicLabel: "Interdisciplinary theme",
339
+ competenceSubjectLabel: "Topic",
340
+ competenceCoreSearchText: "Find resources",
341
+ competenceTopicSearchText: "Find resources",
342
+ competenceSubjectSearchText: "Go to topic page",
343
+ competenceGoalClose: "Close",
344
+ competenceGoalTitle: "The pupil is expected to be able to:",
345
+ competenceTabLK20label: "Competence goal",
346
+ competenceTabLK20Tooltip: "Show competence goals",
347
+ competenceTabCorelabel: "Core element",
348
+ competenceTabCoreTooltip: "Show core elements",
349
349
  competenceGoalItem: {
350
- title: 'Competence goals and assessment'
350
+ title: "Competence goals and assessment"
351
351
  },
352
- licenseData: 'Containing data under',
353
- licenseFrom: 'published at'
352
+ licenseData: "Containing data under",
353
+ licenseFrom: "published at"
354
354
  },
355
355
  subjectFrontPage: {
356
- buildsOn: 'Builds on',
357
- connectedTo: 'Common programme subject with',
358
- leadsTo: 'Leads to'
356
+ buildsOn: "Builds on",
357
+ connectedTo: "Common programme subject with",
358
+ leadsTo: "Leads to"
359
359
  },
360
360
  accordion: {
361
- closeAll: 'Close all',
362
- openAll: 'Open all'
361
+ closeAll: "Close all",
362
+ openAll: "Open all"
363
363
  },
364
364
  license: {
365
- heading: 'How to reuse content',
366
- copy: 'Copy',
365
+ heading: "How to reuse content",
366
+ copy: "Copy",
367
367
  tabs: {
368
- text: 'Text',
369
- images: 'Images',
370
- audio: 'Audio',
371
- video: 'Video',
372
- h5p: 'H5P',
373
- files: 'Files',
374
- embedlink: 'Embedded link',
375
- concept: 'Concepts',
376
- gloss: 'Glosses',
377
- podcast: 'Podcast',
378
- other: 'Other content'
368
+ text: "Text",
369
+ images: "Images",
370
+ audio: "Audio",
371
+ video: "Video",
372
+ h5p: "H5P",
373
+ files: "Files",
374
+ embedlink: "Embedded link",
375
+ concept: "Concepts",
376
+ gloss: "Glosses",
377
+ podcast: "Podcast",
378
+ other: "Other content"
379
379
  },
380
380
  embedlink: {
381
- heading: 'How to show the article in other content',
382
- description: 'This url shows the article without menu and footer',
383
- copyTitle: 'Copy link',
384
- hasCopiedTitle: 'Link copied'
381
+ heading: "How to show the article in other content",
382
+ description: "This url shows the article without menu and footer",
383
+ copyTitle: "Copy link",
384
+ hasCopiedTitle: "Link copied"
385
385
  },
386
386
  image: {
387
- rules: 'Rules for use of image:'
387
+ rules: "Rules for use of image:"
388
388
  },
389
389
  images: {
390
- heading: 'How to reuse images',
391
- description: 'Remember to copy the text to be attached to the image where you use it.',
392
- rules: 'Rules for use of image:',
390
+ heading: "How to reuse images",
391
+ description: "Remember to copy the text to be attached to the image where you use it.",
392
+ rules: "Rules for use of image:",
393
393
  itemImage: {
394
- ariaLabel: 'Open image in new window',
395
- zoomImageButtonLabel: 'Expand image',
396
- zoomOutImageButtonLabel: 'Shrink image',
397
- expandByline: 'Show byline',
398
- minimizeByline: 'Hide byline'
394
+ ariaLabel: "Open image in new window",
395
+ zoomImageButtonLabel: "Expand image",
396
+ zoomOutImageButtonLabel: "Shrink image",
397
+ expandByline: "Show byline",
398
+ minimizeByline: "Hide byline"
399
399
  },
400
- source: 'Source',
401
- title: 'Title'
400
+ source: "Source",
401
+ title: "Title"
402
402
  },
403
403
  text: {
404
- heading: 'How to reuse the text',
405
- description: 'Remember to refer to the source when reusing text.',
406
- rules: 'Rules for use of text:',
407
- published: 'Published'
404
+ heading: "How to reuse the text",
405
+ description: "Remember to refer to the source when reusing text.",
406
+ rules: "Rules for use of text:",
407
+ published: "Published"
408
408
  },
409
409
  audio: {
410
- heading: 'How to reuse audio files',
411
- description: 'Remember to copy the text to be attached to the audio where you use it.',
412
- rules: 'Rules for use of audio file:'
410
+ heading: "How to reuse audio files",
411
+ description: "Remember to copy the text to be attached to the audio where you use it.",
412
+ rules: "Rules for use of audio file:"
413
413
  },
414
414
  podcast: {
415
- heading: 'How to reuse podcasts',
416
- description: 'Remember to copy the text to be attached to the podcast where you use it.',
417
- rules: 'Rules for use of podcast:'
415
+ heading: "How to reuse podcasts",
416
+ description: "Remember to copy the text to be attached to the podcast where you use it.",
417
+ rules: "Rules for use of podcast:"
418
418
  },
419
419
  video: {
420
- heading: 'How to reuse videos',
421
- description: 'Remember to copy the text to be attached to the video where you use it.',
422
- rules: 'Rules for use of video files:',
420
+ heading: "How to reuse videos",
421
+ description: "Remember to copy the text to be attached to the video where you use it.",
422
+ rules: "Rules for use of video files:",
423
423
  itemImage: {
424
- ariaLabel: 'Open video in new window'
424
+ ariaLabel: "Open video in new window"
425
425
  }
426
426
  },
427
427
  other: {
428
- heading: 'How to reuse other content',
429
- description: 'You will find guidelines for use of other content in the asset',
428
+ heading: "How to reuse other content",
429
+ description: "You will find guidelines for use of other content in the asset",
430
430
  itemImage: {
431
- ariaLabel: 'Open in new window'
431
+ ariaLabel: "Open in new window"
432
432
  }
433
433
  },
434
434
  h5p: {
435
- heading: 'How to reuse H5P content',
436
- description: 'You will find guidelines for use of H5P content in the asset',
437
- rules: 'Rules for use of H5P:'
435
+ heading: "How to reuse H5P content",
436
+ description: "You will find guidelines for use of H5P content in the asset",
437
+ rules: "Rules for use of H5P:"
438
438
  },
439
439
  concept: {
440
- heading: 'How to reuse concept content',
441
- description: 'Remember that built-in content might have a different license than the explanation text',
442
- rules: 'Rules for use of concept:',
443
- title: 'Title',
440
+ heading: "How to reuse concept content",
441
+ description: "Remember that built-in content might have a different license than the explanation text",
442
+ rules: "Rules for use of concept:",
443
+ title: "Title",
444
444
  embedlink: {
445
- heading: 'How to show the concept in other content',
446
- description: 'This url shows the concept without menu and footer',
447
- copyTitle: 'Copy embed link',
448
- hasCopiedTitle: 'Embed link copied'
445
+ heading: "How to show the concept in other content",
446
+ description: "This url shows the concept without menu and footer",
447
+ copyTitle: "Copy embed link",
448
+ hasCopiedTitle: "Embed link copied"
449
449
  }
450
450
  },
451
451
  gloss: {
452
- heading: 'How to reuse gloss content',
453
- description: 'Remember that built-in content might have a different license than the gloss text',
454
- rules: 'Rules for use of gloss:',
455
- title: 'Title',
452
+ heading: "How to reuse gloss content",
453
+ description: "Remember that built-in content might have a different license than the gloss text",
454
+ rules: "Rules for use of gloss:",
455
+ title: "Title",
456
456
  embedlink: {
457
- heading: 'How to show the gloss in other content',
458
- description: 'This url shows the gloss without menu and footer',
459
- copyTitle: 'Copy embed link',
460
- hasCopiedTitle: 'Embed link copied'
457
+ heading: "How to show the gloss in other content",
458
+ description: "This url shows the gloss without menu and footer",
459
+ copyTitle: "Copy embed link",
460
+ hasCopiedTitle: "Embed link copied"
461
461
  }
462
462
  },
463
463
  files: {
464
- heading: 'How to reuse files',
465
- description: 'Remember to copy the text to be attached to the file where you use it.',
466
- rules: 'Rules for use of file:',
464
+ heading: "How to reuse files",
465
+ description: "Remember to copy the text to be attached to the file where you use it.",
466
+ rules: "Rules for use of file:",
467
467
  itemImage: {
468
- ariaLabel: 'Open video in new window'
468
+ ariaLabel: "Open video in new window"
469
469
  }
470
470
  },
471
- learnMore: 'Learn more about open licenses',
472
- copyTitle: 'Source reference',
473
- embed: 'Embed',
474
- embedCopied: 'Copied embed code!',
471
+ learnMore: "Learn more about open licenses",
472
+ copyTitle: "Source reference",
473
+ embed: "Embed",
474
+ embedCopied: "Copied embed code!",
475
475
  copyText: {
476
- now: 'now',
477
- podcast: 'podcast',
478
- by: 'by',
479
- internet: '[Internet]. ',
480
- noTitle: 'No title',
481
- downloadedFrom: 'Downloaded from: ',
482
- readDate: 'Read: '
476
+ now: "now",
477
+ podcast: "podcast",
478
+ by: "by",
479
+ internet: "[Internet]. ",
480
+ noTitle: "No title",
481
+ downloadedFrom: "Downloaded from: ",
482
+ readDate: "Read: "
483
483
  },
484
- hasCopiedTitle: 'Copied!',
485
- download: 'Download',
486
- title: 'Title',
487
- originator: 'Originator',
488
- rightsholder: 'Rightsholder',
489
- processed: 'The content has been processed',
490
- source: 'Source',
491
- published: 'Published',
492
- info: 'License information'
484
+ hasCopiedTitle: "Copied!",
485
+ download: "Download",
486
+ title: "Title",
487
+ originator: "Originator",
488
+ rightsholder: "Rightsholder",
489
+ processed: "The content has been processed",
490
+ source: "Source",
491
+ published: "Published",
492
+ info: "License information"
493
493
  },
494
494
  errorMessage: {
495
- title: 'Oops, something went wrong',
496
- description: 'Sorry, an error occurred.',
497
- linksTitle: 'Get started:',
498
- back: 'Go back',
499
- goToFrontPage: 'Go to frontpage'
495
+ title: "Oops, something went wrong",
496
+ description: "Sorry, an error occurred.",
497
+ linksTitle: "Get started:",
498
+ back: "Go back",
499
+ goToFrontPage: "Go to frontpage"
500
500
  },
501
501
  figure: {
502
502
  button: {
503
- alternative: 'Switch to visually interpreted video',
504
- original: 'Switch to original video'
503
+ alternative: "Switch to visually interpreted video",
504
+ original: "Switch to original video"
505
505
  }
506
506
  },
507
507
  footer: {
508
- aboutNDLA: 'About NDLA',
509
- socialMedia: 'Social media',
510
- selectLanguage: 'Choose language (språk): ',
511
- info: 'This webapplication is developed by NDLA as Open Source code.',
512
- editorInChief: 'Editor in chief:',
513
- linksHeader: 'Other NDLA sites',
514
- availabilityLink: 'Availability statement',
515
- privacyLink: 'Privacy statement',
516
- cookiesLink: 'Statement about cookies',
517
- vision: 'We create the learning of the future together',
508
+ aboutNDLA: "About NDLA",
509
+ socialMedia: "Social media",
510
+ selectLanguage: "Choose language (språk): ",
511
+ info: "This webapplication is developed by NDLA as Open Source code.",
512
+ editorInChief: "Editor in chief:",
513
+ linksHeader: "Other NDLA sites",
514
+ availabilityLink: "Availability statement",
515
+ privacyLink: "Privacy statement",
516
+ cookiesLink: "Statement about cookies",
517
+ vision: "We create the learning of the future together",
518
518
  socialMediaLinks: {
519
- facebook: 'NDLA on Facebook',
520
- facebookAria: 'Visit NDLA on Facebook',
521
- newsletter: 'Sign up for our Newsletter',
522
- newsletterAria: 'Sign up for our Newsletter',
523
- youtube: 'NDLA on YouTube',
524
- youtubeAria: 'NDLA on YouTube',
525
- linkedin: 'NDLA on LinkedIn',
526
- linkedinAria: 'Visit NDLA on LinkedIn',
527
- instagram: 'NDLA on Instagram',
528
- instagramAria: 'Visit NDLA on Instagram',
529
- sharePage: 'Share this page',
530
- sharePageAria: 'Share this page'
519
+ facebook: "NDLA on Facebook",
520
+ facebookAria: "Visit NDLA on Facebook",
521
+ newsletter: "Sign up for our Newsletter",
522
+ newsletterAria: "Sign up for our Newsletter",
523
+ youtube: "NDLA on YouTube",
524
+ youtubeAria: "NDLA on YouTube",
525
+ linkedin: "NDLA on LinkedIn",
526
+ linkedinAria: "Visit NDLA on LinkedIn",
527
+ instagram: "NDLA on Instagram",
528
+ instagramAria: "Visit NDLA on Instagram",
529
+ sharePage: "Share this page",
530
+ sharePageAria: "Share this page"
531
531
  },
532
532
  ndlaLinks: {
533
- ndla: 'ndla.no',
534
- omNdla: 'Om NDLA',
535
- aboutNdla: 'About NDLA',
536
- blog: 'Blog',
537
- tips: 'Tips to students',
538
- vacancies: 'Vacancies'
533
+ ndla: "ndla.no",
534
+ omNdla: "Om NDLA",
535
+ aboutNdla: "About NDLA",
536
+ blog: "Blog",
537
+ tips: "Tips to students",
538
+ vacancies: "Vacancies"
539
539
  }
540
540
  },
541
541
  contentTypes: {
542
- all: 'All',
543
- subject: 'Subject',
544
- 'topic-article': 'Topic article',
545
- 'learning-path': 'Learning path',
546
- 'subject-material': 'Subject material',
547
- 'tasks-and-activities': 'Task and activities',
548
- 'external-learning-resources': 'External learning resources',
549
- 'source-material': 'Source material',
550
- 'assessment-resources': 'Assessment resource',
551
- topic: 'Topic',
552
- 'multidisciplinary-topic': 'Multidisciplinary case',
553
- image: 'Image',
554
- concept: 'Concept',
555
- audio: 'Audio',
556
- podcast: 'Podcast',
557
- h5p: 'H5P',
558
- video: 'Video'
542
+ all: "All",
543
+ subject: "Subject",
544
+ "topic-article": "Topic article",
545
+ "learning-path": "Learning path",
546
+ "subject-material": "Subject material",
547
+ "tasks-and-activities": "Task and activities",
548
+ "external-learning-resources": "External learning resources",
549
+ "source-material": "Source material",
550
+ "assessment-resources": "Assessment resource",
551
+ topic: "Topic",
552
+ "multidisciplinary-topic": "Multidisciplinary case",
553
+ image: "Image",
554
+ concept: "Concept",
555
+ audio: "Audio",
556
+ podcast: "Podcast",
557
+ h5p: "H5P",
558
+ video: "Video"
559
559
  },
560
560
  modal: {
561
- closeModal: 'Close'
561
+ closeModal: "Close"
562
562
  },
563
563
  languages: {
564
- nb: 'Norwegian Bokmål',
565
- nn: 'Norwegian Nynorsk',
566
- en: 'English',
567
- fr: 'French',
568
- de: 'German',
569
- se: 'Northern Sami',
570
- sma: 'Southern Sami',
571
- es: 'Spanish',
572
- zh: 'Chinese',
573
- unknown: 'Unknown',
574
- prefixChangeLanguage: 'Choose language'
564
+ nb: "Norwegian Bokmål",
565
+ nn: "Norwegian Nynorsk",
566
+ en: "English",
567
+ fr: "French",
568
+ de: "German",
569
+ se: "Northern Sami",
570
+ sma: "Southern Sami",
571
+ es: "Spanish",
572
+ zh: "Chinese",
573
+ unknown: "Unknown",
574
+ prefixChangeLanguage: "Choose language"
575
575
  },
576
576
  changeLanguage: {
577
- nb: 'Endre språk til bokmål',
578
- nn: 'Endre språk til nynorsk',
579
- se: 'Rievdat giela davvisámegiella',
580
- sma: 'Jarkelh åarjelsaemiene',
581
- en: 'Change language to English'
577
+ nb: "Endre språk til bokmål",
578
+ nn: "Endre språk til nynorsk",
579
+ se: "Rievdat giela davvisámegiella",
580
+ sma: "Jarkelh åarjelsaemiene",
581
+ en: "Change language to English"
582
582
  },
583
583
  currentLanguageText: {
584
- nb: 'Sidene vises på bokmål',
585
- nn: 'Sidene vises på nynorsk',
586
- se: 'Siiddut leat davvisámegiellii',
587
- sma: 'Sæjroeh åarjelsaemiene',
588
- en: 'Not all pages are available in English. These will be shown in Norwegian'
584
+ nb: "Sidene vises på bokmål",
585
+ nn: "Sidene vises på nynorsk",
586
+ se: "Siiddut leat davvisámegiellii",
587
+ sma: "Sæjroeh åarjelsaemiene",
588
+ en: "Not all pages are available in English. These will be shown in Norwegian"
589
589
  },
590
590
  breadcrumb: {
591
- toFrontpage: 'NDLA frontpage',
592
- breadcrumb: 'Breadcrumb'
591
+ toFrontpage: "NDLA frontpage",
592
+ breadcrumb: "Breadcrumb"
593
593
  },
594
594
  listview: {
595
595
  search: {
596
- placeholder: 'Search'
596
+ placeholder: "Search"
597
597
  },
598
598
  embedlink: {
599
- copyTitle: 'Copy embed code',
600
- hasCopiedTitle: 'Embed code copied'
599
+ copyTitle: "Copy embed code",
600
+ hasCopiedTitle: "Embed code copied"
601
601
  },
602
602
  filters: {
603
603
  subject: {
604
- useFilter: 'Use filter',
605
- openFilter: 'Choose subject',
606
- closeFilter: 'Close filter'
604
+ useFilter: "Use filter",
605
+ openFilter: "Choose subject",
606
+ closeFilter: "Close filter"
607
607
  },
608
608
  category: {
609
- useFilter: 'Use filter',
610
- openFilter: 'Use filter on category',
611
- closeFilter: 'Close filter'
609
+ useFilter: "Use filter",
610
+ openFilter: "Use filter on category",
611
+ closeFilter: "Close filter"
612
612
  },
613
613
  default: {
614
- useFilter: 'Use filter',
615
- openFilter: 'Filter',
616
- closeFilter: 'Close filter',
617
- heading: 'Filter',
618
- filteredBy: 'Filtered by'
614
+ useFilter: "Use filter",
615
+ openFilter: "Filter",
616
+ closeFilter: "Close filter",
617
+ heading: "Filter",
618
+ filteredBy: "Filtered by"
619
619
  },
620
620
  alphabet: {
621
- letterFilter: 'Filter content by the letter {{letter}}.'
621
+ letterFilter: "Filter content by the letter {{letter}}."
622
622
  }
623
623
  },
624
624
  relatedLinks: {
625
- label: 'Related articles'
625
+ label: "Related articles"
626
626
  },
627
- hits: '{{count}} hits'
627
+ hits: "{{count}} hits"
628
628
  },
629
629
  notions: {
630
- tags: 'List and filters',
631
- usedIn: 'Used in',
632
- closeNotion: 'Close'
630
+ tags: "List and filters",
631
+ usedIn: "Used in",
632
+ closeNotion: "Close"
633
633
  },
634
634
  carousel: {
635
- back: 'Slide backwards',
636
- forward: 'Slide forwards'
635
+ back: "Slide backwards",
636
+ forward: "Slide forwards"
637
637
  },
638
638
  codeEditor: {
639
- title: 'ADD',
640
- titleLabel: 'Title:',
641
- subtitle: 'code example',
642
- languageSelect: 'Select language:',
643
- save: 'Save',
644
- abort: 'Abort'
639
+ title: "ADD",
640
+ titleLabel: "Title:",
641
+ subtitle: "code example",
642
+ languageSelect: "Select language:",
643
+ save: "Save",
644
+ abort: "Abort"
645
645
  },
646
646
  codeBlock: {
647
- copiedCode: 'Copied code',
648
- copyButton: 'Copy code',
649
- copyCode: 'Copy code'
647
+ copiedCode: "Copied code",
648
+ copyButton: "Copy code",
649
+ copyCode: "Copy code"
650
650
  },
651
651
  ndlaFilm: {
652
- heading: 'NDLA film',
653
- slideBackwardsLabel: 'Scroll backwards',
654
- slideForwardsLabel: 'Scroll forwards',
655
- movieMatchInCategory: 'Matches',
656
- loadingMovies: 'Loading movies..',
657
- subjectsInMovies: 'Subjects in film',
652
+ heading: "NDLA film",
653
+ slideBackwardsLabel: "Scroll backwards",
654
+ slideForwardsLabel: "Scroll forwards",
655
+ movieMatchInCategory: "Matches",
656
+ loadingMovies: "Loading movies..",
657
+ subjectsInMovies: "Subjects in film",
658
658
  about: {
659
- more: 'Read more about NDLA film'
659
+ more: "Read more about NDLA film"
660
660
  },
661
661
  search: {
662
- placeholder: 'Search on moviename',
663
- categoryFromNdla: 'Selected resources from NDLA',
664
- chooseCategory: 'Choose category',
665
- subjectButton: 'Go to subject'
662
+ placeholder: "Search on moviename",
663
+ categoryFromNdla: "Selected resources from NDLA",
664
+ chooseCategory: "Choose category",
665
+ subjectButton: "Go to subject"
666
666
  },
667
667
  editor: {
668
- slideshowHeader: 'Slideshow:',
669
- slideshowTitle: 'Movies on slideshow',
670
- slideshowSubTitle: 'on frontpage',
671
- movieGroupHeader: 'Movies themes:',
672
- addMovieToSlideshow: 'Add movie to slideshow',
668
+ slideshowHeader: "Slideshow:",
669
+ slideshowTitle: "Movies on slideshow",
670
+ slideshowSubTitle: "on frontpage",
671
+ movieGroupHeader: "Movies themes:",
672
+ addMovieToSlideshow: "Add movie to slideshow",
673
673
  addMovieToGroup: 'Add a movie to "{{name}}"',
674
- editMovieGroupName: 'Change the names on this movie group',
674
+ editMovieGroupName: "Change the names on this movie group",
675
675
  deleteMovieGroup: 'Delete "{{name}}"',
676
- moveMovieGroupUp: 'Move up',
677
- moveMovieGroupDown: 'Move down',
678
- changeOrder: 'Change order',
679
- removeMovieFromGroup: 'Remove movie from group',
680
- removeMovieFromSlideshow: 'Remove movie from slideshow',
681
- createThemeGroup: 'Create new movie group',
682
- saveNameChanges: 'Save changes',
683
- cancel: 'Cancel',
684
- groupNamePlaceholder: 'Write name in {{lang}}',
685
- editGroupTitle: 'Change the name(s) in this movie group:',
686
- newGroupTitle: 'What shall we call the new movie group?'
676
+ moveMovieGroupUp: "Move up",
677
+ moveMovieGroupDown: "Move down",
678
+ changeOrder: "Change order",
679
+ removeMovieFromGroup: "Remove movie from group",
680
+ removeMovieFromSlideshow: "Remove movie from slideshow",
681
+ createThemeGroup: "Create new movie group",
682
+ saveNameChanges: "Save changes",
683
+ cancel: "Cancel",
684
+ groupNamePlaceholder: "Write name in {{lang}}",
685
+ editGroupTitle: "Change the name(s) in this movie group:",
686
+ newGroupTitle: "What shall we call the new movie group?"
687
687
  }
688
688
  },
689
689
  filmfrontpage: {
690
690
  resourcetype: {
691
- documentary: 'Documentary',
692
- featureFilm: 'Feature film',
693
- series: 'Series',
694
- shortFilm: 'Short film',
695
- all: 'All movies A-Z'
691
+ documentary: "Documentary",
692
+ featureFilm: "Feature film",
693
+ series: "Series",
694
+ shortFilm: "Short film",
695
+ all: "All movies A-Z"
696
696
  },
697
- allMovieGroupTitleLabel: 'Movies starting with {{letter}}'
697
+ allMovieGroupTitleLabel: "Movies starting with {{letter}}"
698
698
  },
699
699
  learningPath: {
700
- createLearningPathText: 'Create your own, copy this or see more learningpaths?',
701
- createLearningPathButtonText: 'Go to learningpaths',
702
- lastUpdated: 'Last updated',
703
- youAreInALearningPath: 'You are now in a learningpath',
700
+ createLearningPathText: "Create your own, copy this or see more learningpaths?",
701
+ createLearningPathButtonText: "Go to learningpaths",
702
+ lastUpdated: "Last updated",
703
+ youAreInALearningPath: "You are now in a learningpath",
704
704
  lastStep: {
705
- heading: 'Last step of this learningpath',
706
- headingSmall: 'You are now in the last step of the learningpath {{learningPathName}}',
707
- topicHeading: 'Go to topic:',
708
- subjectHeading: 'Go to subject:'
705
+ heading: "Last step of this learningpath",
706
+ headingSmall: "You are now in the last step of the learningpath {{learningPathName}}",
707
+ topicHeading: "Go to topic:",
708
+ subjectHeading: "Go to subject:"
709
709
  },
710
- openMenuTooltip: 'Open menu',
711
- mobileStepInfo: '{{currentPage}} out of {{totalPages}}',
712
- nextArrow: 'Go to next step',
713
- previousArrow: 'Go to previous step'
710
+ openMenuTooltip: "Open menu",
711
+ mobileStepInfo: "{{currentPage}} out of {{totalPages}}",
712
+ nextArrow: "Go to next step",
713
+ previousArrow: "Go to previous step"
714
714
  },
715
715
  dropdown: {
716
716
  numberHits: `Search returned {{hits}} hits`,
717
- searching: 'Searching...',
718
- create: 'Create new',
719
- isSelectedItem: 'Added',
720
- selected: '{{count}} selected'
717
+ searching: "Searching...",
718
+ create: "Create new",
719
+ isSelectedItem: "Added",
720
+ selected: "{{count}} selected"
721
721
  },
722
722
  editor: {
723
723
  versionHistory: {
724
- who: 'Who',
725
- when: 'When',
726
- message: 'Message',
727
- status: 'Status',
728
- inputLabel: 'Add message:',
729
- inputPlaceholder: 'Write message',
730
- buttonLabel: 'Save'
724
+ who: "Who",
725
+ when: "When",
726
+ message: "Message",
727
+ status: "Status",
728
+ inputLabel: "Add message:",
729
+ inputPlaceholder: "Write message",
730
+ buttonLabel: "Save"
731
731
  }
732
732
  },
733
733
  createdBy: {
734
- content: 'The resource',
735
- text: 'is retrieved from',
734
+ content: "The resource",
735
+ text: "is retrieved from",
736
736
  concept: {
737
- content: 'The concept',
738
- text: 'is created by'
737
+ content: "The concept",
738
+ text: "is created by"
739
739
  },
740
740
  listing: {
741
- content: 'The list',
742
- text: 'is created by'
741
+ content: "The list",
742
+ text: "is created by"
743
743
  }
744
744
  },
745
745
  frontpageMultidisciplinarySubject: {
746
- heading: 'Interdisciplinary topics',
747
- text: 'The three interdisciplinary topics in the curriculum are based on current societal challenges that require the involvement and efforts of individuals and the community in the local community, nationally and globally.'
746
+ heading: "Interdisciplinary topics",
747
+ text: "The three interdisciplinary topics in the curriculum are based on current societal challenges that require the involvement and efforts of individuals and the community in the local community, nationally and globally."
748
748
  },
749
749
  frontpageMenu: {
750
- program: 'Education programme',
751
- allsubjects: 'All subjects'
750
+ program: "Education programme",
751
+ allsubjects: "All subjects"
752
752
  },
753
753
  navigation: {
754
- showLongerDescription: 'Show topic description',
755
- showShorterDescription: 'Hide topic description',
756
- topics: 'Topics',
757
- additionalTopic: 'Additional topic',
758
- additionalTopics: 'Additional topics',
759
- loadingText: 'Loading subject'
754
+ showLongerDescription: "Show topic description",
755
+ showShorterDescription: "Hide topic description",
756
+ topics: "Topics",
757
+ additionalTopic: "Additional topic",
758
+ additionalTopics: "Additional topics",
759
+ loadingText: "Loading subject"
760
760
  },
761
761
  multidisciplinarySubject: {
762
- subjectsLinksDescription: 'Case in'
763
- },
764
- cancel: 'Cancel',
765
- close: 'Close',
766
- loading: 'Loading',
767
- title: 'Title',
768
- save: 'Save',
769
- photo: 'Photo',
770
- email: 'Email',
762
+ subjectsLinksDescription: "Case in"
763
+ },
764
+ cancel: "Cancel",
765
+ close: "Close",
766
+ loading: "Loading",
767
+ title: "Title",
768
+ save: "Save",
769
+ photo: "Photo",
770
+ email: "Email",
771
771
  image: {
772
- altText: 'Alt-text',
773
- caption: 'Caption',
774
- type: 'File type',
775
- width: 'Width',
776
- height: 'Height',
777
- size: 'Size (bytes)',
772
+ altText: "Alt-text",
773
+ caption: "Caption",
774
+ type: "File type",
775
+ width: "Width",
776
+ height: "Height",
777
+ size: "Size (bytes)",
778
778
  modelReleased: {
779
- label: 'Model released',
780
- yes: 'Yes',
781
- no: 'No',
782
- 'not-applicable': 'Not applicable',
783
- 'not-set': 'Not set',
784
- description: 'Whether the image is model released or not:'
779
+ label: "Model released",
780
+ yes: "Yes",
781
+ no: "No",
782
+ "not-applicable": "Not applicable",
783
+ "not-set": "Not set",
784
+ description: "Whether the image is model released or not:"
785
785
  },
786
- download: 'Download image',
787
- reuse: 'Use image',
788
- largeSize: 'View original',
786
+ download: "Download image",
787
+ reuse: "Use image",
788
+ largeSize: "View original",
789
789
  error: {
790
- url: 'Error loading the image.',
791
- caption: 'Sorry, an error occurred while loading the image.'
790
+ url: "Error loading the image.",
791
+ caption: "Sorry, an error occurred while loading the image."
792
792
  }
793
793
  },
794
794
  audio: {
795
- play: 'Play',
796
- pause: 'Pause',
797
- download: 'Download audio',
798
- reuse: 'Use audio',
795
+ play: "Play",
796
+ pause: "Pause",
797
+ download: "Download audio",
798
+ reuse: "Use audio",
799
799
  error: {
800
- url: 'Error loading the audio.',
801
- caption: 'Sorry, an error occurred while loading the audio.'
800
+ url: "Error loading the audio.",
801
+ caption: "Sorry, an error occurred while loading the audio."
802
802
  },
803
803
  controls: {
804
- forward15sec: 'Forward 15 seconds',
805
- rewind15sec: 'Rewind 15 seconds',
806
- selectSpeed: 'Choose speed',
807
- adjustVolume: 'Adjust volume'
804
+ forward15sec: "Forward 15 seconds",
805
+ rewind15sec: "Rewind 15 seconds",
806
+ selectSpeed: "Choose speed",
807
+ adjustVolume: "Adjust volume"
808
808
  },
809
809
  textVersion: {
810
- heading: 'Text version',
811
- close: 'Close text version'
810
+ heading: "Text version",
811
+ close: "Close text version"
812
812
  },
813
- readMoreDescriptionLabel: 'Show more',
814
- readLessDescriptionLabel: 'Show less'
813
+ readMoreDescriptionLabel: "Show more",
814
+ readLessDescriptionLabel: "Show less"
815
815
  },
816
816
  h5p: {
817
- reuse: 'Use H5P',
818
- resource: 'Learning resource from H5P',
819
- error: 'An error occurred while loading the H5P.'
817
+ reuse: "Use H5P",
818
+ resource: "Learning resource from H5P",
819
+ error: "An error occurred while loading the H5P."
820
820
  },
821
821
  video: {
822
- download: 'Download video',
823
- reuse: 'Use video',
824
- error: 'Sorry, an error occurred while loading the video or metadata about the video.'
822
+ download: "Download video",
823
+ reuse: "Use video",
824
+ error: "Sorry, an error occurred while loading the video or metadata about the video."
825
825
  },
826
826
  other: {
827
- download: 'Download content',
828
- reuse: 'Use content'
827
+ download: "Download content",
828
+ reuse: "Use content"
829
829
  },
830
830
  external: {
831
- error: 'An error occurred while loading an external resource.'
831
+ error: "An error occurred while loading an external resource."
832
832
  },
833
833
  concept: {
834
- showDescription: '{{title}}, concept description. Press to open the description',
835
- reuse: 'Use concept',
834
+ showDescription: "{{title}}, concept description. Press to open the description",
835
+ reuse: "Use concept",
836
836
  error: {
837
- title: 'An error occurred',
838
- content: 'Could not load the description of the concept.'
837
+ title: "An error occurred",
838
+ content: "Could not load the description of the concept."
839
839
  }
840
840
  },
841
- source: 'Source',
841
+ source: "Source",
842
842
  related: {
843
- title: 'Related content',
844
- linkInfo: 'Web page at',
845
- showMore: 'Show more related content',
846
- showLess: 'Show less'
847
- },
848
- files: 'Files',
849
- fileTypesNotSupported: 'Filetype(s) not supported: {{fileTypes}}',
850
- download: 'Download file: ',
851
- expandButton: 'Show large version',
843
+ title: "Related content",
844
+ linkInfo: "Web page at",
845
+ showMore: "Show more related content",
846
+ showLess: "Show less"
847
+ },
848
+ files: "Files",
849
+ fileTypesNotSupported: "Filetype(s) not supported: {{fileTypes}}",
850
+ download: "Download file: ",
851
+ expandButton: "Show large version",
852
852
  filterButtons: {
853
- removeAllFilters: 'Remove filters'
853
+ removeAllFilters: "Remove filters"
854
854
  },
855
855
  visualElement: {
856
- show: 'Show',
857
- showVideo: 'Show video'
856
+ show: "Show",
857
+ showVideo: "Show video"
858
858
  },
859
859
  user: {
860
- loggedInAs: 'You are logged in as {{role}}.',
861
- loggedInAsButton: 'You are logged in as {{role}}',
860
+ loggedInAs: "You are logged in as {{role}}.",
861
+ loggedInAsButton: "You are logged in as {{role}}",
862
862
  role: {
863
- employee: 'Employee',
864
- student: 'Student'
863
+ employee: "Employee",
864
+ student: "Student"
865
865
  },
866
- buttonLogIn: 'Log in with Feide',
867
- buttonLogOut: 'Log out',
868
- generalFooter: 'Some resources may only be accessed by teachers who are logged in.',
866
+ buttonLogIn: "Log in with Feide",
867
+ buttonLogOut: "Log out",
868
+ generalFooter: "Some resources may only be accessed by teachers who are logged in.",
869
869
  modal: {
870
- general: 'Resources that require logging in with Feide, are tagged with the icon',
871
- topic: 'Log in with Feide to access this topic.',
872
- isAuth: 'User info',
873
- isNotAuth: 'Log in with Feide'
870
+ general: "Resources that require logging in with Feide, are tagged with the icon",
871
+ topic: "Log in with Feide to access this topic.",
872
+ isAuth: "User info",
873
+ isNotAuth: "Log in with Feide"
874
874
  },
875
875
  resource: {
876
- accessDenied: 'We are sorry, but this resource is only available to teachers who are logged in with Feide.'
876
+ accessDenied: "We are sorry, but this resource is only available to teachers who are logged in with Feide."
877
877
  },
878
- primarySchool: 'Primary School',
879
- name: 'Name',
880
- mail: 'E-mail',
881
- username: 'Username',
882
- mobile: 'Phone number',
883
- preferredLanguage: 'Foretrukket språk',
878
+ primarySchool: "Primary School",
879
+ name: "Name",
880
+ mail: "E-mail",
881
+ username: "Username",
882
+ mobile: "Phone number",
883
+ preferredLanguage: "Foretrukket språk",
884
884
  groupTypes: {
885
- basic: 'Basic group',
886
- teaching: 'Teaching group',
887
- other: 'Other groups',
888
- grepCode: 'Grep codes'
885
+ basic: "Basic group",
886
+ teaching: "Teaching group",
887
+ other: "Other groups",
888
+ grepCode: "Grep codes"
889
889
  },
890
- wrongUserInfoDisclaimer: 'If any information is wrong, it must be updated by the host organization/school owner the user belongs to. An overview of available user support can be found here: ',
891
- moderator: 'Moderator'
890
+ wrongUserInfoDisclaimer: "If any information is wrong, it must be updated by the host organization/school owner the user belongs to. An overview of available user support can be found here: ",
891
+ moderator: "Moderator"
892
892
  },
893
893
  factbox: {
894
- open: 'Open fact box',
895
- close: 'Close fact box'
894
+ open: "Open fact box",
895
+ close: "Close fact box"
896
896
  },
897
897
  myNdla: {
898
- mainMenu: 'Main menu',
899
- myNDLA: 'My NDLA',
900
- myNDLAMenu: 'My NDLA menu',
901
- support: 'Support',
902
- resources: '{{count}} Resource',
903
- resources_plural: '{{count}} Resources',
904
- folders: '{{count}} Folder',
905
- folders_plural: '{{count}} Folders',
906
- settings: 'Settings',
907
- showEditOptions: 'Show editing options',
898
+ mainMenu: "Main menu",
899
+ myNDLA: "My NDLA",
900
+ myNDLAMenu: "My NDLA menu",
901
+ support: "Support",
902
+ resources: "{{count}} Resource",
903
+ resources_plural: "{{count}} Resources",
904
+ folders: "{{count}} Folder",
905
+ folders_plural: "{{count}} Folders",
906
+ settings: "Settings",
907
+ showEditOptions: "Show editing options",
908
908
  folder: {
909
- folder: 'Folder',
910
- navigation: 'Folder navigation',
911
- delete: 'Delete folder',
912
- deleteShort: 'Delete',
913
- edit: 'Edit folder',
914
- editShort: 'Edit',
915
- copy: 'Copy folder',
916
- open: 'Open folder',
917
- close: 'Close folder',
918
- updated: 'Folder updated',
919
- defaultPageDescription: 'Add a description by editing the folder',
920
- missingName: 'Folder name required',
909
+ folder: "Folder",
910
+ navigation: "Folder navigation",
911
+ delete: "Delete folder",
912
+ deleteShort: "Delete",
913
+ edit: "Edit folder",
914
+ editShort: "Edit",
915
+ copy: "Copy folder",
916
+ open: "Open folder",
917
+ close: "Close folder",
918
+ updated: "Folder updated",
919
+ defaultPageDescription: "Add a description by editing the folder",
920
+ missingName: "Folder name required",
921
921
  folderDeleted: '"{{folderName}}" deleted',
922
922
  folderCreated: '"{{folderName}} created',
923
- onDragStart: 'Picked up the folder {{name}}. The folder is in position {{index}} of {{length}}',
924
- onDragOver: 'The folder {{name}} was moved into position {{index}} of {{length}}',
925
- onDragOverMissingOver: 'The folder {{name}} is no longer over a droppable area',
926
- onDragEnd: 'The folder {{name}} was dropped at position {{index}} og {{length}}',
927
- onDragEndMissingOver: 'The folder {{name}} was dropped',
928
- onDragCancel: 'Dragging was cancelled. The folder {{name}} was dropped',
929
- dragHandle: 'Drag the folder {{name}}',
930
- sharedWarning: 'Name and description will be visible for everyone you share the folder with',
923
+ onDragStart: "Picked up the folder {{name}}. The folder is in position {{index}} of {{length}}",
924
+ onDragOver: "The folder {{name}} was moved into position {{index}} of {{length}}",
925
+ onDragOverMissingOver: "The folder {{name}} is no longer over a droppable area",
926
+ onDragEnd: "The folder {{name}} was dropped at position {{index}} og {{length}}",
927
+ onDragEndMissingOver: "The folder {{name}} was dropped",
928
+ onDragCancel: "Dragging was cancelled. The folder {{name}} was dropped",
929
+ dragHandle: "Drag the folder {{name}}",
930
+ sharedWarning: "Name and description will be visible for everyone you share the folder with",
931
931
  sharing: {
932
- share: 'Share folder',
933
- shared: 'Shared',
934
- sharedFolder: 'Shared folder',
935
- unShare: 'Sharing stopped. The folder is no longer shared',
936
- copyLink: 'Copy link to folder',
937
- link: 'Link is copied',
932
+ share: "Share folder",
933
+ shared: "Shared",
934
+ sharedFolder: "Shared folder",
935
+ unShare: "Sharing stopped. The folder is no longer shared",
936
+ copyLink: "Copy link to folder",
937
+ link: "Link is copied",
938
938
  header: {
939
- private: 'Do you want to share this folder?',
940
- shared: 'This folder is shared',
941
- unShare: 'Do you want to stop sharing this folder?'
939
+ private: "Do you want to share this folder?",
940
+ shared: "This folder is shared",
941
+ unShare: "Do you want to stop sharing this folder?"
942
942
  },
943
943
  description: {
944
- copy: 'Press the link to copy',
945
- private: 'When you share a folder, you create a link which is open to anyone who has the link. You can change the content or stop sharing whenever you want.',
946
- private2: 'When you share a folder you share all content within the folder, including subfolders and resources',
947
- shared: 'Now you can share this link to students or other teachers. If you make changes in the folder, they become visible to everybody you have shared the link with.',
948
- unShare: 'When you stop sharing, the link to the shared folder and potential subfolders is no longer active. If you have shared the link with someone, they can no longer see the content in the folder. This also applies to potential subfolders.'
944
+ copy: "Press the link to copy",
945
+ private: "When you share a folder, you create a link which is open to anyone who has the link. You can change the content or stop sharing whenever you want.",
946
+ private2: "When you share a folder you share all content within the folder, including subfolders and resources",
947
+ shared: "Now you can share this link to students or other teachers. If you make changes in the folder, they become visible to everybody you have shared the link with.",
948
+ unShare: "When you stop sharing, the link to the shared folder and potential subfolders is no longer active. If you have shared the link with someone, they can no longer see the content in the folder. This also applies to potential subfolders."
949
949
  },
950
950
  button: {
951
- share: 'Share folder',
952
- shareShort: 'Share',
953
- preview: 'Preview folder',
954
- previewShort: 'Preview',
955
- goTo: 'Go to shared folder',
956
- unShare: 'Stop sharing',
957
- shareLink: 'Copy link'
951
+ share: "Share folder",
952
+ shareShort: "Share",
953
+ preview: "Preview folder",
954
+ previewShort: "Preview",
955
+ goTo: "Go to shared folder",
956
+ unShare: "Stop sharing",
957
+ shareLink: "Copy link"
958
958
  },
959
- previewInformation: 'Preview of shared folder. The folder is not available to others until you update its status to shared.'
959
+ previewInformation: "Preview of shared folder. The folder is not available to others until you update its status to shared."
960
960
  }
961
961
  },
962
962
  arena: {
963
- title: 'Arena',
963
+ title: "Arena",
964
964
  category: {
965
- title: 'Categories',
966
- posts: 'post',
967
- posts_plural: 'posts'
965
+ title: "Categories",
966
+ posts: "post",
967
+ posts_plural: "posts"
968
968
  },
969
969
  new: {
970
- post: 'Write a reply',
971
- topic: 'New topic'
970
+ post: "Write a reply",
971
+ topic: "New topic"
972
972
  },
973
973
  warning: {
974
- post: 'Your answer is visible for every teacher who is logged on to Min NDLA.',
975
- topic: 'Your topic is visible for every teacher who is logged on to Min NDLA.'
974
+ post: "Your answer is visible for every teacher who is logged on to Min NDLA.",
975
+ topic: "Your topic is visible for every teacher who is logged on to Min NDLA."
976
976
  },
977
977
  removeText: {
978
- post: 'Delete comment',
979
- topic: 'Delete topic'
978
+ post: "Delete comment",
979
+ topic: "Delete topic"
980
980
  },
981
981
  description: {
982
- post: 'Do you want to delete your comment? It is not possible to undo if you delete a comment.',
983
- topic: 'Do you want to delete this topic? If the topic has comments, all comments will also be deleted. It is not possible to undo if you delete a topic. '
982
+ post: "Do you want to delete your comment? It is not possible to undo if you delete a comment.",
983
+ topic: "Do you want to delete this topic? If the topic has comments, all comments will also be deleted. It is not possible to undo if you delete a topic. "
984
984
  },
985
985
  deleteTitle: {
986
- post: 'Delete comment',
987
- topic: 'Delete topic'
986
+ post: "Delete comment",
987
+ topic: "Delete topic"
988
988
  },
989
989
  deleted: {
990
- post: 'Your comment has been deleted.',
991
- topic: 'Your topic has been deleted.'
990
+ post: "Your comment has been deleted.",
991
+ topic: "Your topic has been deleted."
992
992
  },
993
993
  updated: {
994
- post: 'Your comment has been updated.',
995
- topic: 'Your topic has been updated.'
994
+ post: "Your comment has been updated.",
995
+ topic: "Your topic has been updated."
996
996
  },
997
- publish: 'Publish',
997
+ publish: "Publish",
998
998
  topic: {
999
- isDeleted: 'The topic has been deleted and can not be displayed.',
1000
- responses: 'response',
1001
- responses_plural: 'responses',
1002
- topicContent: 'Write your topic here',
1003
- fetchMore: 'Fetch more topics'
999
+ isDeleted: "The topic has been deleted and can not be displayed.",
1000
+ responses: "response",
1001
+ responses_plural: "responses",
1002
+ topicContent: "Write your topic here",
1003
+ fetchMore: "Fetch more topics"
1004
1004
  },
1005
1005
  posts: {
1006
- title: 'Posts',
1007
- notify: 'Get notified of new answers',
1006
+ title: "Posts",
1007
+ notify: "Get notified of new answers",
1008
1008
  dropdownMenu: {
1009
- report: 'Report post to moderator',
1010
- edit: 'Edit post',
1011
- delete: 'Delete post'
1009
+ report: "Report post to moderator",
1010
+ edit: "Edit post",
1011
+ delete: "Delete post"
1012
1012
  },
1013
- fetchMore: 'Fetch more answers',
1014
- deleted: 'This post has been deleted by the author.'
1013
+ fetchMore: "Fetch more answers",
1014
+ deleted: "This post has been deleted by the author."
1015
1015
  },
1016
1016
  flag: {
1017
- title: 'Report post / comment',
1018
- spam: 'It is spam',
1019
- offensive: 'It is offensive',
1020
- other: 'Something else',
1021
- reason: 'Reason for reporting content',
1022
- send: 'Send report',
1023
- disclaimer: 'Thank you for reporting content that does not conform to our guidelines. Why are you reporting this content?',
1024
- success: 'Thank you for reporting content that does not conform to our guidelines. The report has been sent to our moderator and will be reviewed as soon as possible.',
1025
- maxLength: 'The maximum length for the text field is reached',
1026
- error: 'The field is required'
1017
+ title: "Report post / comment",
1018
+ spam: "It is spam",
1019
+ offensive: "It is offensive",
1020
+ other: "Something else",
1021
+ reason: "Reason for reporting content",
1022
+ send: "Send report",
1023
+ disclaimer: "Thank you for reporting content that does not conform to our guidelines. Why are you reporting this content?",
1024
+ success: "Thank you for reporting content that does not conform to our guidelines. The report has been sent to our moderator and will be reviewed as soon as possible.",
1025
+ maxLength: "The maximum length for the text field is reached",
1026
+ error: "The field is required"
1027
1027
  },
1028
- bottomText: 'Are you missing a category? Let our moderator know at moderator@ndla.no',
1028
+ bottomText: "Are you missing a category? Let our moderator know at moderator@ndla.no",
1029
1029
  notification: {
1030
- title: 'Notifications',
1031
- showAll: 'View all notifications',
1032
- description: 'Welcome to NDLA Arena. Here you can discuss, share and cooperate with other teachers from all of Norway. You will find forums for the different subjects and themes.',
1033
- myNotification: 'My notifications',
1034
- markAll: 'Mark all as read',
1035
- subscribe: 'You will now be notified of new replies to this topic',
1036
- unsubscribe: 'You have turned off notification of new replies to this topic',
1037
- commentedOn: 'commented on the post <i>{{title}}</i>'
1030
+ title: "Notifications",
1031
+ showAll: "View all notifications",
1032
+ description: "Welcome to NDLA Arena. Here you can discuss, share and cooperate with other teachers from all of Norway. You will find forums for the different subjects and themes.",
1033
+ myNotification: "My notifications",
1034
+ markAll: "Mark all as read",
1035
+ subscribe: "You will now be notified of new replies to this topic",
1036
+ unsubscribe: "You have turned off notification of new replies to this topic",
1037
+ commentedOn: "commented on the post <i>{{title}}</i>"
1038
1038
  },
1039
- topicsBy: 'Topics by'
1039
+ topicsBy: "Topics by"
1040
1040
  },
1041
1041
  iconMenu: {
1042
- folders: 'Folders',
1043
- tags: 'Tags',
1044
- subjects: 'Subjects',
1045
- profile: 'Profile',
1046
- more: 'More'
1042
+ folders: "Folders",
1043
+ tags: "Tags",
1044
+ subjects: "Subjects",
1045
+ profile: "Profile",
1046
+ more: "More"
1047
1047
  },
1048
- tagList: 'Tags',
1049
- tags: '{{count}} tag',
1050
- tags_plural: '{{count}} tags',
1051
- moreTags: 'Show one more tag',
1052
- moreTags_plural: 'Show {{count}} more tags',
1053
- confirmDeleteFolder: 'Are you sure you want to delete this folder? Subfolders of this folder will also be deleted. This action cannot be undone.',
1054
- confirmDeleteTag: 'Are you sure you want to delete this tag? This process cannot be undone.',
1055
- myFolders: 'My folders',
1056
- myTags: 'My tags',
1057
- mySubjects: 'My subjects',
1058
- newFolder: 'New folder',
1059
- newFolderShort: 'New',
1060
- newFolderUnder: 'Create new folder under {{folderName}}',
1061
- myAccount: 'My account',
1062
- favourites: 'Favourites',
1063
- addToFavourites: 'Add to my favourites',
1064
- alreadyFavourited: 'Already in my favourites',
1065
- alreadyInFolder: 'Already in folder. You can still save new tags.',
1066
- addInSharedFolder: 'This folder is shared. Content you add will also be shared.',
1067
- noFolderSelected: 'Select or create a new folder to save the resource.',
1068
- examLockInfo: 'Editing content on Min NDLA is deactivated for pupils during the exam period.',
1069
- copyFolderDisclaimer: 'This creates a copy of the folder. Any changes made to the original folder will not be updated here.',
1070
- loginCopyFolderPitch: 'Do you wish to copy this folder?',
1071
- help: 'Help',
1072
- more: 'More options',
1073
- selectView: 'Select view',
1074
- listView: 'List view',
1075
- detailView: 'Detailed listview',
1076
- shortView: 'Card view',
1077
- userPictureAltText: 'Profile picture',
1048
+ tagList: "Tags",
1049
+ tags: "{{count}} tag",
1050
+ tags_plural: "{{count}} tags",
1051
+ moreTags: "Show one more tag",
1052
+ moreTags_plural: "Show {{count}} more tags",
1053
+ confirmDeleteFolder: "Are you sure you want to delete this folder? Subfolders of this folder will also be deleted. This action cannot be undone.",
1054
+ confirmDeleteTag: "Are you sure you want to delete this tag? This process cannot be undone.",
1055
+ myFolders: "My folders",
1056
+ myTags: "My tags",
1057
+ mySubjects: "My subjects",
1058
+ newFolder: "New folder",
1059
+ newFolderShort: "New",
1060
+ newFolderUnder: "Create new folder under {{folderName}}",
1061
+ myAccount: "My account",
1062
+ favourites: "Favourites",
1063
+ addToFavourites: "Add to my favourites",
1064
+ alreadyFavourited: "Already in my favourites",
1065
+ alreadyInFolder: "Already in folder. You can still save new tags.",
1066
+ addInSharedFolder: "This folder is shared. Content you add will also be shared.",
1067
+ noFolderSelected: "Select or create a new folder to save the resource.",
1068
+ examLockInfo: "Editing content on Min NDLA is deactivated for pupils during the exam period.",
1069
+ copyFolderDisclaimer: "This creates a copy of the folder. Any changes made to the original folder will not be updated here.",
1070
+ loginCopyFolderPitch: "Do you wish to copy this folder?",
1071
+ help: "Help",
1072
+ more: "More options",
1073
+ selectView: "Select view",
1074
+ listView: "List view",
1075
+ detailView: "Detailed listview",
1076
+ shortView: "Card view",
1077
+ userPictureAltText: "Profile picture",
1078
1078
  sharedFolder: {
1079
- folderCopied: 'The folder was copied.',
1080
- info: 'This folder contains learning resources and tasks from NDLA, gathered by a teacher.',
1081
- shared: 'This folder contains learning resources and tasks from NDLA, gathered by {{sharedBy}}.',
1082
- aTeacher: 'a teacher',
1083
- firstShared: 'The folder was shared for the first time {{date}}',
1084
- learningpathUnsupported: 'Learning paths and multidisciplinary cases cannot be shown directly in a shared folder. You can open the learning path in a new tab by clicking the link in the navigation menu to the left.',
1085
- drawerButton: 'Show folders and resources',
1086
- drawerTitle: 'Folders and resources',
1079
+ folderCopied: "The folder was copied.",
1080
+ info: "This folder contains learning resources and tasks from NDLA, gathered by a teacher.",
1081
+ shared: "This folder contains learning resources and tasks from NDLA, gathered by {{sharedBy}}.",
1082
+ aTeacher: "a teacher",
1083
+ firstShared: "The folder was shared for the first time {{date}}",
1084
+ learningpathUnsupported: "Learning paths and multidisciplinary cases cannot be shown directly in a shared folder. You can open the learning path in a new tab by clicking the link in the navigation menu to the left.",
1085
+ drawerButton: "Show folders and resources",
1086
+ drawerTitle: "Folders and resources",
1087
1087
  description: {
1088
- all: 'In this folder you find articles and tasks from NDLA. The articles have been collected and placed in order by a teacher.\n\nYou can use the menu to navigate through the articles.',
1089
- info1: 'In this folder you find articles and tasks from NDLA. The articles have been collected and placed in order by a teacher.'
1088
+ all: "In this folder you find articles and tasks from NDLA. The articles have been collected and placed in order by a teacher.\n\nYou can use the menu to navigate through the articles.",
1089
+ info1: "In this folder you find articles and tasks from NDLA. The articles have been collected and placed in order by a teacher."
1090
1090
  },
1091
- willOpenInNewTab: 'Opens in a new tab.'
1091
+ willOpenInNewTab: "Opens in a new tab."
1092
1092
  },
1093
1093
  myPage: {
1094
1094
  noRecents: "You haven't added any resources yet. This is how you get started:",
1095
- imageAlt: 'Medium close-up of girl holding a tablet. On top of the tablet there are colour samples in different shapes and colours. Graphic image.',
1096
- confirmDeleteAccount: 'Are you sure you want to delete your account?',
1097
- confirmDeleteAccountButton: 'Delete account',
1098
- myPage: 'My page',
1099
- logout: 'Log out of My NDLA',
1100
- loginText: 'In order to use the My NDLA service you have to be a student or work at a school in a county that partakes in the NDLA collaboration. We ask you not to write offensive or personally sensitive information in text fields. Read our ',
1101
- loginTextLink: 'privacy policy here',
1102
- loginTerms: 'Log in with Feide to receive access. By logging on your accept your terms of service',
1103
- loginResourcePitch: 'Do you want to favorite this resource?',
1104
- loginWelcome: 'Welcome to My NDLA! This page allows you to organize your articles in your own way!',
1105
- deleteAccount: 'Delete My NDLA',
1106
- welcome: 'Welcome to my NDLA! You can now save your favourite resources from NDLA and organise them in folders with tags',
1095
+ imageAlt: "Medium close-up of girl holding a tablet. On top of the tablet there are colour samples in different shapes and colours. Graphic image.",
1096
+ confirmDeleteAccount: "Are you sure you want to delete your account?",
1097
+ confirmDeleteAccountButton: "Delete account",
1098
+ myPage: "My page",
1099
+ logout: "Log out of My NDLA",
1100
+ loginText: "In order to use the My NDLA service you have to be a student or work at a school in a county that partakes in the NDLA collaboration. We ask you not to write offensive or personally sensitive information in text fields. Read our ",
1101
+ loginTextLink: "privacy policy here",
1102
+ loginTerms: "Log in with Feide to receive access. By logging on your accept your terms of service",
1103
+ loginResourcePitch: "Do you want to favorite this resource?",
1104
+ loginWelcome: "Welcome to My NDLA! This page allows you to organize your articles in your own way!",
1105
+ deleteAccount: "Delete My NDLA",
1106
+ welcome: "Welcome to my NDLA! You can now save your favourite resources from NDLA and organise them in folders with tags",
1107
1107
  read: {
1108
- read: 'Read our',
1109
- our: '.'
1108
+ read: "Read our",
1109
+ our: "."
1110
1110
  },
1111
- privacy: 'privacy statement',
1112
- privacyLink: 'https://ndla.no/article/personvernerklaering',
1111
+ privacy: "privacy statement",
1112
+ privacyLink: "https://ndla.no/article/personvernerklaering",
1113
1113
  questions: {
1114
- question: 'Any questions?',
1115
- ask: 'Ask NDLA'
1114
+ question: "Any questions?",
1115
+ ask: "Ask NDLA"
1116
1116
  },
1117
- wishToDelete: 'Do you wish to delete your account?',
1117
+ wishToDelete: "Do you wish to delete your account?",
1118
1118
  terms: {
1119
- terms: 'Terms of use',
1120
- term1: 'Do not write personal or sensitive information in text fields.',
1121
- term2: 'Do not write offensive statements in text fields.',
1122
- term3: 'NDLA reserves the right to update or remove resources if they are not up to date.'
1119
+ terms: "Terms of use",
1120
+ term1: "Do not write personal or sensitive information in text fields.",
1121
+ term2: "Do not write offensive statements in text fields.",
1122
+ term3: "NDLA reserves the right to update or remove resources if they are not up to date."
1123
1123
  },
1124
- feide: 'We have retrieved this information from Feide',
1125
- feideWrongInfo: 'If the information is incorrect, it has to be updated by the host organizationg or the school that the account is associated with. An overview of user support can be found here: feide.no/brukerstotte',
1124
+ feide: "We have retrieved this information from Feide",
1125
+ feideWrongInfo: "If the information is incorrect, it has to be updated by the host organizationg or the school that the account is associated with. An overview of user support can be found here: feide.no/brukerstotte",
1126
1126
  recentFavourites: {
1127
- title: 'Recently added to my folders',
1128
- link: 'View all of your folders'
1127
+ title: "Recently added to my folders",
1128
+ link: "View all of your folders"
1129
1129
  },
1130
1130
  recentArenaPosts: {
1131
- title: 'Recent posts in the arena',
1132
- link: 'View all posts in the arena'
1131
+ title: "Recent posts in the arena",
1132
+ link: "View all posts in the arena"
1133
1133
  },
1134
- recentArenaTopics: 'New posts in the arena'
1134
+ recentArenaTopics: "New posts in the arena"
1135
1135
  },
1136
1136
  myProfile: {
1137
- title: 'My profile',
1137
+ title: "My profile",
1138
1138
  disclaimerTitle: {
1139
- employee: 'Where is my name used?',
1140
- student: 'Where is my name used?'
1139
+ employee: "Where is my name used?",
1140
+ student: "Where is my name used?"
1141
1141
  },
1142
1142
  disclaimerText: {
1143
- employee: 'Your name is only displayed for you while you are logged into My NDLA, and if you choose to display it while sharing folders.',
1144
- student: 'Your name is only displayed for you'
1143
+ employee: "Your name is only displayed for you while you are logged into My NDLA, and if you choose to display it while sharing folders.",
1144
+ student: "Your name is only displayed for you"
1145
1145
  },
1146
- preferenceTitle: 'Choose whether you want to display name when sharing a folder',
1147
- preferenceText: 'Here you can choose whether you want to display your name when you share a folder. The selected option applies to all your folders and can be changed later. If you later change the option, your name will appear on all your shared folders.',
1148
- editButtonText: 'Change profile picture',
1146
+ preferenceTitle: "Choose whether you want to display name when sharing a folder",
1147
+ preferenceText: "Here you can choose whether you want to display your name when you share a folder. The selected option applies to all your folders and can be changed later. If you later change the option, your name will appear on all your shared folders.",
1148
+ editButtonText: "Change profile picture",
1149
1149
  namePreference: {
1150
- onNameShown: 'Your name is now shown on all of your shared folders',
1151
- onNameHidden: 'Your name is now removed from all of your shared folders',
1152
- showName: 'Show my name when I share a folder',
1153
- dontShowName: 'Do not show my name when I share a folder'
1150
+ onNameShown: "Your name is now shown on all of your shared folders",
1151
+ onNameHidden: "Your name is now removed from all of your shared folders",
1152
+ showName: "Show my name when I share a folder",
1153
+ dontShowName: "Do not show my name when I share a folder"
1154
1154
  },
1155
1155
  modalTexts: {
1156
- title: 'Upload a new profile picture',
1156
+ title: "Upload a new profile picture",
1157
1157
  uploadSection: {
1158
- title: 'Drag and drop',
1159
- subTitle: 'or press to upload picture'
1158
+ title: "Drag and drop",
1159
+ subTitle: "or press to upload picture"
1160
1160
  },
1161
- fileName: 'Uploaded file:',
1162
- fileTypes: 'Accepted file types: PNG, JPG (Max 5MB)',
1163
- savePicture: 'Save profile picture',
1164
- deletePicture: 'Delete profile picture'
1161
+ fileName: "Uploaded file:",
1162
+ fileTypes: "Accepted file types: PNG, JPG (Max 5MB)",
1163
+ savePicture: "Save profile picture",
1164
+ deletePicture: "Delete profile picture"
1165
1165
  }
1166
1166
  },
1167
1167
  resource: {
1168
- add: 'Add folder/tag',
1169
- remove: 'Remove',
1170
- removeTitle: 'Remove resource',
1171
- confirmRemove: 'Are you sure you want to remove the resource from this folder?',
1172
- copyLink: 'Copy link to this page',
1173
- linkCopied: 'Copied to clipboard',
1174
- addToMyNdla: 'Add to My NDLA',
1175
- addedToMyNdla: 'Added to My NDLA',
1176
- copyToMyNdla: 'Copy to My NDLA',
1177
- addedToFolder: 'Resource added to ',
1168
+ add: "Add folder/tag",
1169
+ remove: "Remove",
1170
+ removeTitle: "Remove resource",
1171
+ confirmRemove: "Are you sure you want to remove the resource from this folder?",
1172
+ copyLink: "Copy link to this page",
1173
+ linkCopied: "Copied to clipboard",
1174
+ addToMyNdla: "Add to My NDLA",
1175
+ addedToMyNdla: "Added to My NDLA",
1176
+ copyToMyNdla: "Copy to My NDLA",
1177
+ addedToFolder: "Resource added to ",
1178
1178
  removedFromFolder: 'Removed from "{{folderName}}"',
1179
- titleUpdated: 'Title updated',
1180
- tagsUpdated: 'Tags updated',
1181
- show: 'Show',
1182
- save: 'Save resource',
1183
- onDragStart: 'Picked up the resource {{name}}. The resource is in position {{index}} of {{length}}',
1184
- onDragOver: 'The resource {{name}} was moved into position {{index}} of {{length}}',
1185
- onDragOverMissingOver: 'The resource {{name}} is no longer over a droppable area',
1186
- onDragEnd: 'The resource {{name}} was dropped at position {{index}} og {{length}}',
1187
- onDragEndMissingOver: 'The resource {{name}} was dropped',
1188
- onDragCancel: 'Dragging was cancelled. The resource {{name}} was dropped',
1189
- dragHandle: 'Drag the resource {{name}}'
1179
+ titleUpdated: "Title updated",
1180
+ tagsUpdated: "Tags updated",
1181
+ show: "Show",
1182
+ save: "Save resource",
1183
+ onDragStart: "Picked up the resource {{name}}. The resource is in position {{index}} of {{length}}",
1184
+ onDragOver: "The resource {{name}} was moved into position {{index}} of {{length}}",
1185
+ onDragOverMissingOver: "The resource {{name}} is no longer over a droppable area",
1186
+ onDragEnd: "The resource {{name}} was dropped at position {{index}} og {{length}}",
1187
+ onDragEndMissingOver: "The resource {{name}} was dropped",
1188
+ onDragCancel: "Dragging was cancelled. The resource {{name}} was dropped",
1189
+ dragHandle: "Drag the resource {{name}}"
1190
1190
  },
1191
1191
  favoriteSubjects: {
1192
- title: 'My favorite subjects',
1193
- subjects: '{{count}} subject',
1194
- subjects_0: '{{count}} subjects',
1195
- subjects_plural: '{{count}} subjects',
1196
- noFavorites: 'You do not have any favorite subjects!',
1197
- goToAllSubjects: 'Go to all subjects'
1192
+ title: "My favorite subjects",
1193
+ subjects: "{{count}} subject",
1194
+ subjects_0: "{{count}} subjects",
1195
+ subjects_plural: "{{count}} subjects",
1196
+ noFavorites: "You do not have any favorite subjects!",
1197
+ goToAllSubjects: "Go to all subjects"
1198
1198
  },
1199
- tools: 'Tools',
1200
- simpleList: 'Simple list',
1201
- detailedList: 'With preamble'
1199
+ tools: "Tools",
1200
+ simpleList: "Simple list",
1201
+ detailedList: "With preamble"
1202
1202
  },
1203
1203
  snackbar: {
1204
- close: 'Close notification'
1204
+ close: "Close notification"
1205
1205
  },
1206
1206
  labels: {
1207
- category: 'Category',
1208
- subject: 'Subject',
1209
- other: 'Other'
1207
+ category: "Category",
1208
+ subject: "Subject",
1209
+ other: "Other"
1210
1210
  },
1211
1211
  listingPage: {
1212
- or: 'or',
1213
- noFilters: 'Have nothing to filter',
1214
- loadMore: 'Load more'
1212
+ or: "or",
1213
+ noFilters: "Have nothing to filter",
1214
+ loadMore: "Load more"
1215
1215
  },
1216
1216
  siteNav: {
1217
- search: 'Search'
1217
+ search: "Search"
1218
1218
  },
1219
1219
  programmes: {
1220
- header: 'What do you want to learn today?',
1221
- description: 'Choose a programme to see your subjects',
1222
- grades: 'Grades',
1223
- accordionHeader: 'All educational programmes'
1220
+ header: "What do you want to learn today?",
1221
+ description: "Choose a programme to see your subjects",
1222
+ grades: "Grades",
1223
+ accordionHeader: "All educational programmes"
1224
1224
  },
1225
1225
  embed: {
1226
- conceptListError: 'Failed to show concept list',
1227
- linkError: 'Failed to show link.',
1226
+ conceptListError: "Failed to show concept list",
1227
+ linkError: "Failed to show link.",
1228
1228
  unsupported: `Embed {{type}} not supported.`,
1229
- goTo: 'Go to {{type}}',
1229
+ goTo: "Go to {{type}}",
1230
1230
  embedError: `An error occurred while loading the {{type}}. Try reloading the page.`,
1231
1231
  type: {
1232
- image: 'Image',
1233
- video: 'Video',
1234
- audio: 'Audio',
1235
- podcast: 'Podcast',
1236
- concept: 'Concept',
1237
- h5p: 'H5P',
1238
- external: 'External resource',
1239
- gloss: 'Gloss'
1232
+ image: "Image",
1233
+ video: "Video",
1234
+ audio: "Audio",
1235
+ podcast: "Podcast",
1236
+ concept: "Concept",
1237
+ h5p: "H5P",
1238
+ external: "External resource",
1239
+ gloss: "Gloss"
1240
1240
  }
1241
1241
  },
1242
1242
  gloss: {
1243
- examples: 'Examples',
1244
- wordClass: 'Word class',
1243
+ examples: "Examples",
1244
+ wordClass: "Word class",
1245
1245
  transcriptions: {
1246
- traditional: 'Traditional spelling',
1247
- pinyin: 'Pinyin'
1246
+ traditional: "Traditional spelling",
1247
+ pinyin: "Pinyin"
1248
1248
  }
1249
1249
  },
1250
1250
  wordClass: {
1251
- [wordClass.wordClass.adjective]: 'Adjective',
1252
- [wordClass.wordClass.adverb]: 'Adverb',
1253
- [wordClass.wordClass.properNoun]: 'Proper Noun',
1254
- [wordClass.wordClass.auxiliary]: 'Auxiliary',
1255
- [wordClass.wordClass.complement]: 'Complement',
1256
- [wordClass.wordClass.conjunction]: 'Conjunction',
1257
- [wordClass.wordClass.coverb]: 'Coverb',
1258
- [wordClass.wordClass.determiner]: 'Determiner',
1259
- [wordClass.wordClass.interjection]: 'Interjection',
1260
- [wordClass.wordClass.quantifier]: 'Quantifier',
1261
- [wordClass.wordClass.marker]: 'Marker',
1262
- [wordClass.wordClass.modalVerb]: 'Modal Verb',
1263
- [wordClass.wordClass.measureWord]: 'Measure Word',
1264
- [wordClass.wordClass.noun]: 'Noun',
1265
- [wordClass.wordClass['noun-zh']]: 'Noun',
1266
- [wordClass.wordClass.nounPhrase]: 'Noun Phrase',
1267
- [wordClass.wordClass.onomatopoeia]: 'Onomatopoeia',
1268
- [wordClass.wordClass.particle]: 'Particle',
1269
- [wordClass.wordClass.demonstrative]: 'Demonstrative',
1270
- [wordClass.wordClass.personalPronoun]: 'Personal Pronoun',
1271
- [wordClass.wordClass.preposition]: 'Preposition',
1272
- [wordClass.wordClass.pronoun]: 'Pronoun',
1273
- [wordClass.wordClass.questionWord]: 'Question Word',
1274
- [wordClass.wordClass.locationWord]: 'Location Word',
1275
- [wordClass.wordClass.suffix]: 'Suffix',
1276
- [wordClass.wordClass.numeral]: 'Numeral',
1277
- [wordClass.wordClass.timeWord]: 'Time word',
1278
- [wordClass.wordClass.timeExpression]: 'Time Expression',
1279
- [wordClass.wordClass.stativeVerb]: 'Stative Verb',
1280
- [wordClass.wordClass.subordinatingConjunction]: 'Subordinating Conjunction',
1281
- [wordClass.wordClass.exclamationWord]: 'Exclamation Word',
1282
- [wordClass.wordClass.expression]: 'Expression',
1283
- [wordClass.wordClass.verb]: 'Verb',
1284
- [wordClass.wordClass.verbComplement]: 'Verb-Complement',
1285
- [wordClass.wordClass.verbObject]: 'Verb-Object'
1251
+ [wordClass.wordClass.adjective]: "Adjective",
1252
+ [wordClass.wordClass.adverb]: "Adverb",
1253
+ [wordClass.wordClass.properNoun]: "Proper Noun",
1254
+ [wordClass.wordClass.auxiliary]: "Auxiliary",
1255
+ [wordClass.wordClass.complement]: "Complement",
1256
+ [wordClass.wordClass.conjunction]: "Conjunction",
1257
+ [wordClass.wordClass.coverb]: "Coverb",
1258
+ [wordClass.wordClass.determiner]: "Determiner",
1259
+ [wordClass.wordClass.interjection]: "Interjection",
1260
+ [wordClass.wordClass.quantifier]: "Quantifier",
1261
+ [wordClass.wordClass.marker]: "Marker",
1262
+ [wordClass.wordClass.modalVerb]: "Modal Verb",
1263
+ [wordClass.wordClass.measureWord]: "Measure Word",
1264
+ [wordClass.wordClass.noun]: "Noun",
1265
+ [wordClass.wordClass["noun-zh"]]: "Noun",
1266
+ [wordClass.wordClass.nounPhrase]: "Noun Phrase",
1267
+ [wordClass.wordClass.onomatopoeia]: "Onomatopoeia",
1268
+ [wordClass.wordClass.particle]: "Particle",
1269
+ [wordClass.wordClass.demonstrative]: "Demonstrative",
1270
+ [wordClass.wordClass.personalPronoun]: "Personal Pronoun",
1271
+ [wordClass.wordClass.preposition]: "Preposition",
1272
+ [wordClass.wordClass.pronoun]: "Pronoun",
1273
+ [wordClass.wordClass.questionWord]: "Question Word",
1274
+ [wordClass.wordClass.locationWord]: "Location Word",
1275
+ [wordClass.wordClass.suffix]: "Suffix",
1276
+ [wordClass.wordClass.numeral]: "Numeral",
1277
+ [wordClass.wordClass.timeWord]: "Time word",
1278
+ [wordClass.wordClass.timeExpression]: "Time Expression",
1279
+ [wordClass.wordClass.stativeVerb]: "Stative Verb",
1280
+ [wordClass.wordClass.subordinatingConjunction]: "Subordinating Conjunction",
1281
+ [wordClass.wordClass.exclamationWord]: "Exclamation Word",
1282
+ [wordClass.wordClass.expression]: "Expression",
1283
+ [wordClass.wordClass.verb]: "Verb",
1284
+ [wordClass.wordClass.verbComplement]: "Verb-Complement",
1285
+ [wordClass.wordClass.verbObject]: "Verb-Object"
1286
1286
  },
1287
1287
  about: {
1288
- menuTitle: 'About NDLA'
1288
+ menuTitle: "About NDLA"
1289
1289
  },
1290
- login: 'Log in'
1290
+ login: "Log in"
1291
1291
  };
1292
1292
  var _default = exports.default = messages;