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