@ndla/ui 50.2.2 → 50.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/Article/Article.js +6 -6
- package/es/Article/ArticleByline.js +8 -8
- package/es/Article/ArticleFootNotes.js +3 -3
- package/es/Article/ArticleNotions.js +5 -5
- package/es/Aside/index.js +8 -0
- package/es/AudioPlayer/AudioPlayer.js +16 -16
- package/es/AudioPlayer/Controls.js +26 -26
- package/es/AudioPlayer/SpeechControl.js +1 -1
- package/es/AudioPlayer/index.js +8 -0
- package/es/BannerCard/BannerCard.js +7 -7
- package/es/BlogPost/BlogPost.js +6 -6
- package/es/Breadcrumb/Breadcrumb.js +3 -3
- package/es/Breadcrumb/BreadcrumbItem.js +8 -8
- package/es/CampaignBlock/CampaignBlock.js +8 -8
- package/es/CompetenceGoalTab/CompetenceGoalTab.js +4 -4
- package/es/CompetenceGoalTab/CompetenceItem.js +7 -7
- package/es/CompetenceGoalTab/index.js +8 -0
- package/es/ContactBlock/ContactBlock.js +14 -14
- package/es/ContentTypeBadge/ContentTypeBadge.js +9 -1
- package/es/ContentTypeBadge/index.js +8 -0
- package/es/CopyParagraphButton/CopyParagraphButton.js +3 -3
- package/es/DefinitionList/DefinitionDescription.js +2 -2
- package/es/DefinitionList/DefinitionTerm.js +2 -2
- package/es/Embed/AudioEmbed.js +1 -1
- package/es/Embed/BrightcoveEmbed.js +6 -6
- package/es/Embed/ConceptEmbed.js +15 -15
- package/es/Embed/ConceptListEmbed.js +3 -3
- package/es/Embed/EmbedErrorPlaceholder.js +3 -3
- package/es/Embed/ExternalEmbed.js +2 -2
- package/es/Embed/FootnoteEmbed.js +1 -1
- package/es/Embed/ImageEmbed.js +6 -6
- package/es/Embed/conceptComponents.js +12 -12
- package/es/ErrorMessage/ErrorResourceAccessDenied.js +2 -2
- package/es/FactBox/FactBox.js +8 -8
- package/es/FactBox/index.js +8 -0
- package/es/Figure/FigureOpenDialogButton.js +1 -1
- package/es/FileList/File.js +4 -4
- package/es/FileList/FileList.js +4 -4
- package/es/FileList/index.js +8 -0
- package/es/Filter/FilterButtons.js +11 -11
- package/es/Filter/FilterCarousel.js +5 -5
- package/es/Filter/FilterList.js +2 -2
- package/es/Filter/FilterListPhone.js +4 -4
- package/es/Filter/ToggleItem.js +1 -1
- package/es/Filter/filterClasses.js +1 -1
- package/es/Footer/Footer.js +9 -9
- package/es/Footer/FooterLinks.js +16 -8
- package/es/Footer/index.js +1 -1
- package/es/Frontpage/FrontpageAllSubjects.js +18 -10
- package/es/FrontpageArticle/FrontpageArticle.js +1 -1
- package/es/Gloss/Gloss.js +9 -9
- package/es/Grid/Grid.js +2 -2
- package/es/Image/Image.js +2 -2
- package/es/Image/ImageLink.js +1 -1
- package/es/KeyFigure/KeyFigure.js +5 -5
- package/es/KeyFigure/index.js +1 -1
- package/es/LanguageSelector/LanguageSelector.js +8 -8
- package/es/LanguageSelector/index.js +8 -0
- package/es/LearningPaths/LearningPathLastStepNavigation.js +6 -6
- package/es/LearningPaths/LearningPathMenu.js +8 -8
- package/es/LearningPaths/LearningPathMenuAside.js +6 -6
- package/es/LearningPaths/LearningPathMenuAsideCopyright.js +3 -3
- package/es/LearningPaths/LearningPathMenuContent.js +6 -6
- package/es/LearningPaths/LearningPathMenuIntro.js +7 -7
- package/es/LearningPaths/LearningPathMenuModalWrapper.js +5 -5
- package/es/LearningPaths/LearningPathMobileHeader.js +3 -3
- package/es/LearningPaths/LearningPathMobileStepInfo.js +2 -2
- package/es/LearningPaths/LearningPathSticky.js +4 -4
- package/es/LearningPaths/index.js +2 -2
- package/es/LetterFilter/LetterFilter.js +3 -3
- package/es/LicenseByline/EmbedByline.js +7 -7
- package/es/LicenseByline/LicenseDescription.js +1 -1
- package/es/LicenseByline/LicenseLink.js +3 -3
- package/es/LicenseByline/index.js +8 -0
- package/es/LinkBlock/LinkBlock.js +8 -8
- package/es/LinkBlock/LinkBlockSection.js +2 -2
- package/es/List/OrderedList.js +2 -2
- package/es/List/UnOrderedList.js +2 -2
- package/es/Masthead/Masthead.js +4 -4
- package/es/Masthead/SkipToMainContent.js +9 -1
- package/es/Masthead/index.js +1 -1
- package/es/MediaList/MediaList.js +6 -6
- package/es/Messages/MessageBanner.js +4 -4
- package/es/Messages/MessageBox.js +7 -7
- package/es/Messages/index.js +1 -1
- package/es/MyNdla/Resource/Folder.js +10 -10
- package/es/MyNdla/Resource/FolderInput.js +6 -6
- package/es/MyNdla/index.js +8 -0
- package/es/NDLAFilm/AllMoviesAlphabetically.js +12 -12
- package/es/NDLAFilm/FilmContentCard.js +5 -5
- package/es/NDLAFilm/FilmContentCardTags.js +10 -2
- package/es/NDLAFilm/FilmMovieList.js +5 -4
- package/es/NDLAFilm/FilmMovieSearch.js +5 -5
- package/es/NDLAFilm/FilmSlideshow.js +9 -9
- package/es/NDLAFilm/MovieGrid.js +11 -3
- package/es/NDLAFilm/filmStyles.js +11 -3
- package/es/NDLAFilm/index.js +4 -5
- package/es/Navigation/NavigationBox.js +29 -21
- package/es/Notion/Notion.js +4 -4
- package/es/Notion/NotionImage.js +6 -5
- package/es/Notion/index.js +8 -0
- package/es/Programme/Programme.js +15 -7
- package/es/Programme/ProgrammeSubjects.js +2 -2
- package/es/ProgrammeCard/ProgrammeCard.js +4 -4
- package/es/RelatedArticleList/RelatedArticleList.js +64 -30
- package/es/Resource/BlockResource.js +8 -8
- package/es/Resource/ListResource.js +7 -7
- package/es/Resource/resourceComponents.js +16 -16
- package/es/Resource/storyComponents.js +2 -2
- package/es/ResourceBox/ResourceBox.js +6 -7
- package/es/ResourceGroup/ResourceGroup.js +4 -4
- package/es/ResourceGroup/ResourceItem.js +11 -11
- package/es/ResourceGroup/ResourceList.js +2 -2
- package/es/ResourcesWrapper/ResourcesTopicTitle.js +22 -14
- package/es/Search/ActiveFilterContent.js +11 -3
- package/es/Search/ActiveFilters.js +15 -7
- package/es/Search/ContentTypeResult.js +12 -4
- package/es/Search/ContentTypeResultStyles.js +19 -11
- package/es/Search/IsPathToHighlight.js +8 -0
- package/es/Search/LoadingWrapper.js +9 -1
- package/es/Search/SearchField.js +4 -4
- package/es/Search/SearchFieldForm.js +10 -2
- package/es/Search/SearchResult.js +23 -15
- package/es/Search/SearchResultSleeve.js +10 -10
- package/es/Search/index.js +1 -1
- package/es/SearchTypeResult/ActiveFilterContent.js +5 -5
- package/es/SearchTypeResult/ActiveFilters.js +7 -7
- package/es/SearchTypeResult/PopupFilter.js +9 -9
- package/es/SearchTypeResult/ResultNavigation.js +5 -5
- package/es/SearchTypeResult/SearchFieldHeader.js +6 -6
- package/es/SearchTypeResult/SearchHeader.js +10 -10
- package/es/SearchTypeResult/SearchItem.js +11 -11
- package/es/SearchTypeResult/SearchItemList.js +13 -13
- package/es/SearchTypeResult/SearchItems.js +2 -2
- package/es/SearchTypeResult/SearchNotionsResult.js +5 -5
- package/es/SearchTypeResult/SearchSubjectItem.js +5 -5
- package/es/SearchTypeResult/SearchTypeHeader.js +10 -10
- package/es/SearchTypeResult/SearchTypeResult.js +4 -4
- package/es/SearchTypeResult/SearchViewType.js +6 -6
- package/es/SearchTypeResult/components/ItemContexts.js +9 -9
- package/es/SearchTypeResult/components/ItemResourceHeader.js +7 -7
- package/es/SearchTypeResult/components/ItemTopicHeader.js +4 -4
- package/es/SearchTypeResult/components/SubjectFilters.js +2 -2
- package/es/SearchTypeResult/index.js +3 -3
- package/es/SectionHeading/SectionHeading.js +10 -2
- package/es/SectionHeading/index.js +8 -0
- package/es/Subject/SubjectBanner.js +9 -1
- package/es/Subject/SubjectHeader.js +11 -3
- package/es/Subject/index.js +8 -0
- package/es/Table/Table.js +9 -9
- package/es/TagSelector/Control.js +1 -1
- package/es/TagSelector/DropdownIndicator.js +2 -2
- package/es/TagSelector/Input.js +2 -2
- package/es/TagSelector/Menu.js +2 -2
- package/es/TagSelector/MenuList.js +1 -1
- package/es/TagSelector/Option.js +2 -2
- package/es/TagSelector/SelectContainer.js +1 -1
- package/es/TagSelector/TagSelector.js +9 -9
- package/es/TagSelector/ValueButton.js +1 -1
- package/es/Topic/Loader.js +8 -0
- package/es/Topic/Topic.js +23 -23
- package/es/TreeStructure/AddFolderButton.js +3 -3
- package/es/TreeStructure/ComboboxButton.js +5 -5
- package/es/TreeStructure/FolderItem.js +9 -9
- package/es/TreeStructure/FolderItems.js +2 -2
- package/es/TreeStructure/TreeStructure.js +8 -8
- package/es/TreeStructure/helperFunctions.js +8 -0
- package/es/all.css +1 -1
- package/es/i18n/i18n.js +3 -3
- package/es/index.js +1 -1
- package/es/locale/messages-en.js +12 -259
- package/es/locale/messages-nb.js +12 -259
- package/es/locale/messages-nn.js +12 -259
- package/es/locale/messages-se.js +12 -259
- package/es/locale/messages-sma.js +12 -259
- package/lib/Article/Article.js +6 -6
- package/lib/Article/ArticleByline.js +8 -8
- package/lib/Article/ArticleFootNotes.d.ts +7 -0
- package/lib/Article/ArticleFootNotes.js +3 -3
- package/lib/Article/ArticleNotions.js +5 -5
- package/lib/Aside/index.d.ts +7 -0
- package/lib/Aside/index.js +7 -0
- package/lib/AudioPlayer/AudioPlayer.js +16 -16
- package/lib/AudioPlayer/Controls.js +26 -26
- package/lib/AudioPlayer/SpeechControl.js +1 -1
- package/lib/AudioPlayer/index.d.ts +7 -0
- package/lib/AudioPlayer/index.js +7 -0
- package/lib/BannerCard/BannerCard.js +7 -7
- package/lib/BlogPost/BlogPost.js +6 -6
- package/lib/Breadcrumb/Breadcrumb.js +3 -3
- package/lib/Breadcrumb/BreadcrumbItem.js +8 -8
- package/lib/CampaignBlock/CampaignBlock.js +8 -8
- package/lib/CompetenceGoalTab/CompetenceGoalTab.js +4 -4
- package/lib/CompetenceGoalTab/CompetenceItem.js +7 -7
- package/lib/CompetenceGoalTab/index.d.ts +7 -0
- package/lib/CompetenceGoalTab/index.js +7 -0
- package/lib/ContactBlock/ContactBlock.js +14 -14
- package/lib/ContentTypeBadge/ContentTypeBadge.d.ts +7 -0
- package/lib/ContentTypeBadge/ContentTypeBadge.js +9 -1
- package/lib/ContentTypeBadge/index.d.ts +7 -0
- package/lib/ContentTypeBadge/index.js +7 -0
- package/lib/CopyParagraphButton/CopyParagraphButton.js +3 -3
- package/lib/DefinitionList/DefinitionDescription.js +2 -2
- package/lib/DefinitionList/DefinitionTerm.js +2 -2
- package/lib/Embed/AudioEmbed.js +1 -1
- package/lib/Embed/BrightcoveEmbed.js +6 -6
- package/lib/Embed/ConceptEmbed.js +15 -15
- package/lib/Embed/ConceptListEmbed.js +3 -3
- package/lib/Embed/EmbedErrorPlaceholder.js +3 -3
- package/lib/Embed/ExternalEmbed.js +2 -2
- package/lib/Embed/FootnoteEmbed.js +1 -1
- package/lib/Embed/ImageEmbed.js +6 -6
- package/lib/Embed/conceptComponents.d.ts +1 -1
- package/lib/Embed/conceptComponents.js +12 -12
- package/lib/Embed/types.d.ts +1 -1
- package/lib/ErrorMessage/ErrorResourceAccessDenied.js +2 -2
- package/lib/FactBox/FactBox.js +8 -8
- package/lib/FactBox/index.d.ts +7 -0
- package/lib/FactBox/index.js +7 -0
- package/lib/Figure/FigureOpenDialogButton.js +1 -1
- package/lib/FileList/File.js +4 -4
- package/lib/FileList/FileList.js +4 -4
- package/lib/FileList/index.d.ts +7 -0
- package/lib/FileList/index.js +7 -0
- package/lib/Filter/FilterButtons.js +11 -11
- package/lib/Filter/FilterCarousel.js +5 -5
- package/lib/Filter/FilterList.d.ts +7 -0
- package/lib/Filter/FilterList.js +2 -2
- package/lib/Filter/FilterListPhone.d.ts +7 -0
- package/lib/Filter/FilterListPhone.js +4 -4
- package/lib/Filter/ToggleItem.d.ts +7 -0
- package/lib/Filter/ToggleItem.js +1 -1
- package/lib/Filter/filterClasses.d.ts +7 -0
- package/lib/Filter/filterClasses.js +1 -1
- package/lib/Footer/Footer.js +9 -9
- package/lib/Footer/FooterLinks.d.ts +7 -0
- package/lib/Footer/FooterLinks.js +15 -9
- package/lib/Footer/index.d.ts +1 -1
- package/lib/Footer/index.js +1 -1
- package/lib/Frontpage/FrontpageAllSubjects.d.ts +7 -0
- package/lib/Frontpage/FrontpageAllSubjects.js +17 -11
- package/lib/FrontpageArticle/FrontpageArticle.js +1 -1
- package/lib/Gloss/Gloss.js +9 -9
- package/lib/Grid/Grid.js +2 -2
- package/lib/Image/Image.js +2 -2
- package/lib/Image/ImageLink.js +1 -1
- package/lib/KeyFigure/KeyFigure.d.ts +7 -0
- package/lib/KeyFigure/KeyFigure.js +5 -5
- package/lib/KeyFigure/index.d.ts +7 -0
- package/lib/LanguageSelector/LanguageSelector.js +8 -8
- package/lib/LanguageSelector/index.d.ts +7 -0
- package/lib/LearningPaths/LearningPathLastStepNavigation.js +6 -6
- package/lib/LearningPaths/LearningPathMenu.js +8 -8
- package/lib/LearningPaths/LearningPathMenuAside.js +6 -6
- package/lib/LearningPaths/LearningPathMenuAsideCopyright.js +3 -3
- package/lib/LearningPaths/LearningPathMenuContent.js +6 -6
- package/lib/LearningPaths/LearningPathMenuIntro.js +7 -7
- package/lib/LearningPaths/LearningPathMenuModalWrapper.js +5 -5
- package/lib/LearningPaths/LearningPathMobileHeader.js +3 -3
- package/lib/LearningPaths/LearningPathMobileStepInfo.js +2 -2
- package/lib/LearningPaths/LearningPathSticky.js +4 -4
- package/lib/LearningPaths/index.d.ts +2 -2
- package/lib/LearningPaths/index.js +2 -2
- package/lib/LetterFilter/LetterFilter.js +3 -3
- package/lib/LicenseByline/EmbedByline.d.ts +1 -1
- package/lib/LicenseByline/EmbedByline.js +7 -7
- package/lib/LicenseByline/LicenseDescription.js +1 -1
- package/lib/LicenseByline/LicenseLink.js +3 -3
- package/lib/LicenseByline/index.d.ts +7 -0
- package/lib/LinkBlock/LinkBlock.js +8 -8
- package/lib/LinkBlock/LinkBlockSection.js +2 -2
- package/lib/List/OrderedList.js +2 -2
- package/lib/List/UnOrderedList.js +2 -2
- package/lib/Masthead/Masthead.js +4 -4
- package/lib/Masthead/SkipToMainContent.d.ts +7 -0
- package/lib/Masthead/SkipToMainContent.js +9 -1
- package/lib/Masthead/index.d.ts +1 -1
- package/lib/Masthead/index.js +1 -1
- package/lib/MediaList/MediaList.d.ts +7 -0
- package/lib/MediaList/MediaList.js +6 -6
- package/lib/Messages/MessageBanner.js +4 -4
- package/lib/Messages/MessageBox.js +7 -7
- package/lib/Messages/index.d.ts +1 -1
- package/lib/Messages/index.js +1 -1
- package/lib/MyNdla/Resource/Folder.js +10 -10
- package/lib/MyNdla/Resource/FolderInput.js +6 -6
- package/lib/MyNdla/index.d.ts +7 -0
- package/lib/NDLAFilm/AllMoviesAlphabetically.js +12 -12
- package/lib/NDLAFilm/FilmContentCard.js +5 -5
- package/lib/NDLAFilm/FilmContentCardTags.d.ts +7 -0
- package/lib/NDLAFilm/FilmContentCardTags.js +10 -2
- package/lib/NDLAFilm/FilmMovieList.d.ts +2 -1
- package/lib/NDLAFilm/FilmMovieList.js +5 -4
- package/lib/NDLAFilm/FilmMovieSearch.js +5 -5
- package/lib/NDLAFilm/FilmSlideshow.js +9 -9
- package/lib/NDLAFilm/MovieGrid.d.ts +7 -0
- package/lib/NDLAFilm/MovieGrid.js +11 -3
- package/lib/NDLAFilm/filmStyles.d.ts +7 -0
- package/lib/NDLAFilm/filmStyles.js +11 -3
- package/lib/NDLAFilm/index.d.ts +4 -5
- package/lib/NDLAFilm/index.js +3 -10
- package/lib/NDLAFilm/types.d.ts +7 -0
- package/lib/Navigation/NavigationBox.d.ts +7 -0
- package/lib/Navigation/NavigationBox.js +28 -22
- package/lib/Notion/Notion.js +4 -4
- package/lib/Notion/NotionImage.d.ts +2 -1
- package/lib/Notion/NotionImage.js +6 -5
- package/lib/Notion/index.d.ts +7 -0
- package/lib/Programme/Programme.d.ts +7 -0
- package/lib/Programme/Programme.js +14 -8
- package/lib/Programme/ProgrammeSubjects.js +2 -2
- package/lib/ProgrammeCard/ProgrammeCard.js +4 -4
- package/lib/RelatedArticleList/RelatedArticleList.d.ts +2 -2
- package/lib/RelatedArticleList/RelatedArticleList.js +64 -30
- package/lib/Resource/BlockResource.js +8 -8
- package/lib/Resource/ListResource.js +7 -7
- package/lib/Resource/resourceComponents.js +16 -16
- package/lib/Resource/storyComponents.js +2 -2
- package/lib/ResourceBox/ResourceBox.d.ts +0 -1
- package/lib/ResourceBox/ResourceBox.js +6 -7
- package/lib/ResourceGroup/ResourceGroup.js +4 -4
- package/lib/ResourceGroup/ResourceItem.js +11 -11
- package/lib/ResourceGroup/ResourceList.js +2 -2
- package/lib/ResourcesWrapper/ResourcesTopicTitle.d.ts +7 -0
- package/lib/ResourcesWrapper/ResourcesTopicTitle.js +21 -15
- package/lib/Search/ActiveFilterContent.d.ts +7 -0
- package/lib/Search/ActiveFilterContent.js +11 -3
- package/lib/Search/ActiveFilters.d.ts +7 -0
- package/lib/Search/ActiveFilters.js +14 -8
- package/lib/Search/ContentTypeResult.d.ts +7 -0
- package/lib/Search/ContentTypeResult.js +12 -4
- package/lib/Search/ContentTypeResultStyles.d.ts +7 -0
- package/lib/Search/ContentTypeResultStyles.js +19 -11
- package/lib/Search/IsPathToHighlight.d.ts +7 -0
- package/lib/Search/IsPathToHighlight.js +8 -0
- package/lib/Search/LoadingWrapper.d.ts +7 -0
- package/lib/Search/LoadingWrapper.js +9 -1
- package/lib/Search/SearchField.d.ts +7 -0
- package/lib/Search/SearchField.js +4 -4
- package/lib/Search/SearchFieldForm.d.ts +7 -0
- package/lib/Search/SearchFieldForm.js +10 -2
- package/lib/Search/SearchResult.d.ts +7 -0
- package/lib/Search/SearchResult.js +23 -15
- package/lib/Search/SearchResultSleeve.d.ts +7 -0
- package/lib/Search/SearchResultSleeve.js +10 -10
- package/lib/Search/index.d.ts +1 -1
- package/lib/Search/index.js +1 -1
- package/lib/SearchTypeResult/ActiveFilterContent.js +5 -5
- package/lib/SearchTypeResult/ActiveFilters.js +7 -7
- package/lib/SearchTypeResult/PopupFilter.js +9 -9
- package/lib/SearchTypeResult/ResultNavigation.js +5 -5
- package/lib/SearchTypeResult/SearchFieldHeader.js +6 -6
- package/lib/SearchTypeResult/SearchHeader.d.ts +1 -1
- package/lib/SearchTypeResult/SearchHeader.js +10 -10
- package/lib/SearchTypeResult/SearchItem.d.ts +1 -1
- package/lib/SearchTypeResult/SearchItem.js +11 -11
- package/lib/SearchTypeResult/SearchItemList.js +13 -13
- package/lib/SearchTypeResult/SearchItems.js +2 -2
- package/lib/SearchTypeResult/SearchNotionsResult.js +5 -5
- package/lib/SearchTypeResult/SearchSubjectItem.js +5 -5
- package/lib/SearchTypeResult/SearchTypeHeader.js +10 -10
- package/lib/SearchTypeResult/SearchTypeResult.d.ts +3 -3
- package/lib/SearchTypeResult/SearchTypeResult.js +4 -4
- package/lib/SearchTypeResult/SearchViewType.js +6 -6
- package/lib/SearchTypeResult/components/ItemContexts.js +9 -9
- package/lib/SearchTypeResult/components/ItemResourceHeader.d.ts +1 -1
- package/lib/SearchTypeResult/components/ItemResourceHeader.js +7 -7
- package/lib/SearchTypeResult/components/ItemTopicHeader.js +4 -4
- package/lib/SearchTypeResult/components/SubjectFilters.d.ts +1 -1
- package/lib/SearchTypeResult/components/SubjectFilters.js +2 -2
- package/lib/SearchTypeResult/index.d.ts +3 -3
- package/lib/SearchTypeResult/index.js +3 -3
- package/lib/SectionHeading/SectionHeading.d.ts +7 -0
- package/lib/SectionHeading/SectionHeading.js +10 -2
- package/lib/SectionHeading/index.d.ts +7 -0
- package/lib/SectionHeading/index.js +7 -0
- package/lib/Subject/SubjectBanner.d.ts +7 -0
- package/lib/Subject/SubjectBanner.js +9 -1
- package/lib/Subject/SubjectHeader.d.ts +7 -0
- package/lib/Subject/SubjectHeader.js +11 -3
- package/lib/Subject/index.d.ts +7 -0
- package/lib/Table/Table.d.ts +7 -0
- package/lib/Table/Table.js +16 -16
- package/lib/TagSelector/Control.js +1 -1
- package/lib/TagSelector/DropdownIndicator.js +2 -2
- package/lib/TagSelector/Input.js +2 -2
- package/lib/TagSelector/Menu.js +2 -2
- package/lib/TagSelector/MenuList.js +1 -1
- package/lib/TagSelector/Option.js +2 -2
- package/lib/TagSelector/SelectContainer.js +1 -1
- package/lib/TagSelector/TagSelector.js +9 -9
- package/lib/TagSelector/ValueButton.js +1 -1
- package/lib/TagSelector/ariaMessages.d.ts +1 -1
- package/lib/Topic/Loader.d.ts +7 -0
- package/lib/Topic/Loader.js +8 -0
- package/lib/Topic/Topic.js +23 -23
- package/lib/TreeStructure/AddFolderButton.js +3 -3
- package/lib/TreeStructure/ComboboxButton.js +5 -5
- package/lib/TreeStructure/FolderItem.js +9 -9
- package/lib/TreeStructure/FolderItems.js +2 -2
- package/lib/TreeStructure/TreeStructure.js +8 -8
- package/lib/TreeStructure/arrowNavigation.d.ts +1 -1
- package/lib/TreeStructure/helperFunctions.d.ts +7 -0
- package/lib/TreeStructure/helperFunctions.js +8 -0
- package/lib/all.css +1 -1
- package/lib/i18n/i18n.d.ts +7 -0
- package/lib/i18n/i18n.js +3 -3
- package/lib/index.d.ts +1 -1
- package/lib/index.js +0 -6
- package/lib/locale/messages-en.d.ts +552 -793
- package/lib/locale/messages-en.js +13 -261
- package/lib/locale/messages-nb.d.ts +552 -793
- package/lib/locale/messages-nb.js +13 -261
- package/lib/locale/messages-nn.d.ts +552 -793
- package/lib/locale/messages-nn.js +13 -261
- package/lib/locale/messages-se.d.ts +552 -793
- package/lib/locale/messages-se.js +13 -261
- package/lib/locale/messages-sma.d.ts +552 -793
- package/lib/locale/messages-sma.js +13 -261
- package/package.json +21 -21
- package/src/Article/Article.tsx +5 -5
- package/src/Article/ArticleByline.stories.tsx +1 -1
- package/src/Article/ArticleByline.tsx +4 -4
- package/src/Article/ArticleFootNotes.tsx +1 -1
- package/src/Article/ArticleNotions.tsx +2 -2
- package/src/Aside/index.ts +8 -0
- package/src/AudioPlayer/AudioPlayer.tsx +2 -2
- package/src/AudioPlayer/Controls.tsx +5 -5
- package/src/AudioPlayer/SpeechControl.tsx +1 -1
- package/src/AudioPlayer/index.ts +8 -0
- package/src/BannerCard/BannerCard.tsx +1 -1
- package/src/BlogPost/BlogPost.tsx +3 -3
- package/src/Breadcrumb/Breadcrumb.tsx +2 -2
- package/src/Breadcrumb/BreadcrumbItem.tsx +3 -3
- package/src/CampaignBlock/CampaignBlock.tsx +3 -3
- package/src/CompetenceGoalTab/CompetenceGoalItem.tsx +1 -1
- package/src/CompetenceGoalTab/CompetenceGoalTab.tsx +3 -3
- package/src/CompetenceGoalTab/CompetenceItem.tsx +3 -3
- package/src/CompetenceGoalTab/CoreElementItem.tsx +1 -1
- package/src/CompetenceGoalTab/index.ts +8 -0
- package/src/ContactBlock/ContactBlock.tsx +3 -3
- package/src/ContentTypeBadge/ContentTypeBadge.tsx +9 -1
- package/src/ContentTypeBadge/index.ts +8 -0
- package/src/CopyParagraphButton/CopyParagraphButton.tsx +1 -1
- package/src/DefinitionList/DefinitionDescription.tsx +1 -1
- package/src/DefinitionList/DefinitionTerm.tsx +1 -1
- package/src/Embed/AudioEmbed.tsx +4 -4
- package/src/Embed/BrightcoveEmbed.tsx +6 -6
- package/src/Embed/ConceptEmbed.tsx +9 -9
- package/src/Embed/ConceptListEmbed.tsx +1 -1
- package/src/Embed/EmbedErrorPlaceholder.tsx +1 -1
- package/src/Embed/ExternalEmbed.tsx +3 -3
- package/src/Embed/FootnoteEmbed.tsx +1 -1
- package/src/Embed/IframeEmbed.tsx +1 -1
- package/src/Embed/ImageEmbed.stories.tsx +2 -2
- package/src/Embed/ImageEmbed.tsx +8 -8
- package/src/Embed/RelatedContentEmbed.stories.tsx +1 -1
- package/src/Embed/RelatedContentEmbed.tsx +1 -1
- package/src/Embed/conceptComponents.tsx +6 -6
- package/src/Embed/types.ts +1 -1
- package/src/ErrorMessage/ErrorMessage.stories.tsx +1 -1
- package/src/ErrorMessage/ErrorResourceAccessDenied.tsx +1 -1
- package/src/FactBox/FactBox.tsx +2 -2
- package/src/FactBox/index.ts +8 -0
- package/src/Figure/FigureOpenDialogButton.tsx +1 -1
- package/src/FileList/File.tsx +2 -2
- package/src/FileList/FileList.stories.tsx +1 -1
- package/src/FileList/FileList.tsx +2 -2
- package/src/FileList/index.ts +8 -0
- package/src/Filter/FilterButtons.tsx +2 -2
- package/src/Filter/FilterCarousel.tsx +2 -2
- package/src/Filter/FilterList.tsx +2 -2
- package/src/Filter/FilterListPhone.tsx +4 -4
- package/src/Filter/ToggleItem.tsx +1 -1
- package/src/Filter/filterClasses.ts +1 -1
- package/src/Footer/Footer.stories.tsx +2 -2
- package/src/Footer/Footer.tsx +2 -2
- package/src/Footer/FooterLinks.tsx +10 -2
- package/src/Footer/index.ts +1 -1
- package/src/FramedContent/FramedContent.stories.tsx +1 -1
- package/src/Frontpage/FrontpageAllSubjects.tsx +12 -4
- package/src/FrontpageArticle/FrontpageArticle.tsx +2 -2
- package/src/Gloss/Gloss.tsx +4 -4
- package/src/Grid/Grid.stories.tsx +1 -1
- package/src/Grid/Grid.tsx +1 -1
- package/src/Hero/Hero.stories.tsx +1 -1
- package/src/Image/Image.tsx +1 -1
- package/src/Image/ImageLink.tsx +1 -1
- package/src/KeyFigure/KeyFigure.stories.tsx +1 -1
- package/src/KeyFigure/KeyFigure.tsx +1 -1
- package/src/KeyFigure/index.ts +1 -1
- package/src/LanguageSelector/LanguageSelector.stories.tsx +2 -2
- package/src/LanguageSelector/LanguageSelector.tsx +3 -3
- package/src/LanguageSelector/index.ts +8 -0
- package/src/LearningPaths/LearningPathLastStepNavigation.tsx +3 -3
- package/src/LearningPaths/LearningPathMenu.stories.tsx +1 -1
- package/src/LearningPaths/LearningPathMenu.tsx +6 -6
- package/src/LearningPaths/LearningPathMenuAside.tsx +3 -3
- package/src/LearningPaths/LearningPathMenuAsideCopyright.tsx +1 -1
- package/src/LearningPaths/LearningPathMenuContent.tsx +2 -2
- package/src/LearningPaths/LearningPathMenuIntro.tsx +2 -2
- package/src/LearningPaths/LearningPathMenuModalWrapper.tsx +4 -4
- package/src/LearningPaths/LearningPathMobileHeader.tsx +1 -1
- package/src/LearningPaths/LearningPathMobileStepInfo.tsx +1 -1
- package/src/LearningPaths/LearningPathSticky.tsx +2 -2
- package/src/LearningPaths/index.ts +2 -2
- package/src/LetterFilter/LetterFilter.stories.tsx +2 -2
- package/src/LetterFilter/LetterFilter.tsx +2 -2
- package/src/LicenseByline/EmbedByline.stories.tsx +3 -3
- package/src/LicenseByline/EmbedByline.tsx +4 -4
- package/src/LicenseByline/LicenseDescription.tsx +1 -1
- package/src/LicenseByline/LicenseLink.tsx +1 -1
- package/src/LicenseByline/index.tsx +8 -0
- package/src/LinkBlock/LinkBlock.stories.tsx +1 -1
- package/src/LinkBlock/LinkBlock.tsx +3 -3
- package/src/LinkBlock/LinkBlockSection.tsx +1 -1
- package/src/List/OrderedList.tsx +1 -1
- package/src/List/UnOrderedList.tsx +1 -1
- package/src/Masthead/Masthead.tsx +2 -2
- package/src/Masthead/SkipToMainContent.tsx +8 -0
- package/src/Masthead/index.ts +1 -1
- package/src/MediaList/MediaList.tsx +5 -5
- package/src/Messages/MessageBanner.tsx +2 -2
- package/src/Messages/MessageBox.tsx +3 -3
- package/src/Messages/index.ts +1 -1
- package/src/MyNdla/Resource/Folder.stories.tsx +4 -5
- package/src/MyNdla/Resource/Folder.tsx +4 -4
- package/src/MyNdla/Resource/FolderInput.tsx +4 -4
- package/src/MyNdla/index.ts +8 -0
- package/src/NDLAFilm/AllMoviesAlphabetically.tsx +4 -4
- package/src/NDLAFilm/FilmContentCard.tsx +2 -2
- package/src/NDLAFilm/FilmContentCardTags.tsx +9 -1
- package/src/NDLAFilm/FilmMovieList.tsx +5 -4
- package/src/NDLAFilm/FilmMovieSearch.tsx +2 -2
- package/src/NDLAFilm/FilmSlideshow.tsx +2 -2
- package/src/NDLAFilm/MovieGrid.tsx +10 -2
- package/src/NDLAFilm/filmStyles.ts +8 -0
- package/src/NDLAFilm/index.ts +4 -5
- package/src/NDLAFilm/types.ts +8 -0
- package/src/Navigation/NavigationBox.tsx +13 -5
- package/src/Notion/Notion.tsx +1 -1
- package/src/Notion/NotionImage.tsx +4 -3
- package/src/Notion/index.ts +8 -0
- package/src/Programme/Programme.tsx +10 -2
- package/src/Programme/ProgrammeSubjects.tsx +1 -1
- package/src/ProgrammeCard/ProgrammeCard.tsx +1 -1
- package/src/RelatedArticleList/RelatedArticleList.tsx +79 -24
- package/src/Resource/BlockResource.stories.tsx +2 -2
- package/src/Resource/BlockResource.tsx +3 -3
- package/src/Resource/ListResource.stories.tsx +1 -1
- package/src/Resource/ListResource.tsx +2 -2
- package/src/Resource/resourceComponents.tsx +6 -6
- package/src/Resource/storyComponents.tsx +2 -2
- package/src/ResourceBox/ResourceBox.tsx +1 -2
- package/src/ResourceGroup/ResourceGroup.tsx +1 -1
- package/src/ResourceGroup/ResourceItem.tsx +4 -4
- package/src/ResourceGroup/ResourceList.tsx +2 -2
- package/src/ResourcesWrapper/ResourcesTopicTitle.tsx +10 -2
- package/src/Search/ActiveFilterContent.tsx +9 -1
- package/src/Search/ActiveFilters.tsx +10 -2
- package/src/Search/ContentTypeResult.tsx +12 -4
- package/src/Search/ContentTypeResultStyles.tsx +9 -1
- package/src/Search/IsPathToHighlight.ts +8 -0
- package/src/Search/LoadingWrapper.tsx +8 -0
- package/src/Search/SearchField.tsx +3 -3
- package/src/Search/SearchFieldForm.tsx +9 -1
- package/src/Search/SearchResult.tsx +13 -5
- package/src/Search/SearchResultSleeve.tsx +2 -2
- package/src/Search/index.ts +1 -2
- package/src/SearchTypeResult/ActiveFilterContent.tsx +3 -3
- package/src/SearchTypeResult/ActiveFilters.tsx +2 -2
- package/src/SearchTypeResult/PopupFilter.tsx +3 -3
- package/src/SearchTypeResult/ResultNavigation.tsx +1 -1
- package/src/SearchTypeResult/SearchFieldHeader.tsx +2 -2
- package/src/SearchTypeResult/SearchHeader.tsx +3 -3
- package/src/SearchTypeResult/SearchItem.tsx +5 -5
- package/src/SearchTypeResult/SearchItemList.tsx +2 -2
- package/src/SearchTypeResult/SearchItems.tsx +2 -2
- package/src/SearchTypeResult/SearchNotionsResult.tsx +1 -1
- package/src/SearchTypeResult/SearchSubjectItem.tsx +2 -2
- package/src/SearchTypeResult/SearchTypeHeader.tsx +2 -2
- package/src/SearchTypeResult/SearchTypeResult.tsx +4 -4
- package/src/SearchTypeResult/SearchViewType.tsx +2 -2
- package/src/SearchTypeResult/components/ItemContexts.tsx +4 -4
- package/src/SearchTypeResult/components/ItemResourceHeader.tsx +3 -4
- package/src/SearchTypeResult/components/ItemTopicHeader.tsx +1 -1
- package/src/SearchTypeResult/components/SubjectFilters.tsx +2 -2
- package/src/SearchTypeResult/index.ts +3 -3
- package/src/SectionHeading/SectionHeading.tsx +8 -0
- package/src/SectionHeading/index.ts +8 -0
- package/src/Subject/SubjectBanner.tsx +8 -0
- package/src/Subject/SubjectHeader.tsx +9 -1
- package/src/Subject/index.ts +8 -0
- package/src/Table/Table.stories.tsx +1 -1
- package/src/Table/Table.tsx +3 -3
- package/src/TagSelector/Control.tsx +1 -1
- package/src/TagSelector/DropdownIndicator.tsx +2 -2
- package/src/TagSelector/Input.tsx +1 -1
- package/src/TagSelector/Menu.tsx +1 -1
- package/src/TagSelector/MenuList.tsx +1 -1
- package/src/TagSelector/Option.tsx +1 -1
- package/src/TagSelector/SelectContainer.tsx +1 -1
- package/src/TagSelector/TagSelector.stories.tsx +1 -1
- package/src/TagSelector/TagSelector.tsx +9 -9
- package/src/TagSelector/ValueButton.tsx +1 -1
- package/src/TagSelector/ariaMessages.ts +1 -1
- package/src/ToolboxPage/ToolboxInfo.tsx +1 -1
- package/src/Topic/Loader.tsx +8 -0
- package/src/Topic/Topic.tsx +9 -9
- package/src/TreeStructure/AddFolderButton.tsx +1 -1
- package/src/TreeStructure/ComboboxButton.tsx +3 -3
- package/src/TreeStructure/FolderItem.tsx +3 -3
- package/src/TreeStructure/FolderItems.tsx +1 -1
- package/src/TreeStructure/TreeStructure.stories.tsx +2 -2
- package/src/TreeStructure/TreeStructure.tsx +3 -3
- package/src/TreeStructure/arrowNavigation.ts +1 -1
- package/src/TreeStructure/helperFunctions.ts +8 -0
- package/src/i18n/i18n.ts +3 -3
- package/src/index.ts +1 -8
- package/src/locale/__tests__/translations-test.ts +1 -1
- package/src/locale/messages-en.ts +2 -256
- package/src/locale/messages-nb.ts +2 -255
- package/src/locale/messages-nn.ts +2 -255
- package/src/locale/messages-se.ts +2 -255
- package/src/locale/messages-sma.ts +2 -255
- package/src/main.scss +0 -1
- package/es/NDLAFilm/AboutNdlaFilm.js +0 -57
- package/lib/NDLAFilm/AboutNdlaFilm.d.ts +0 -15
- package/lib/NDLAFilm/AboutNdlaFilm.js +0 -63
- package/src/NDLAFilm/AboutNdlaFilm.tsx +0 -84
- package/src/RelatedArticleList/component.related-articles.scss +0 -115
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2022-present, NDLA.
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the GPLv3 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
*/
|
|
8
|
+
|
|
1
9
|
import { IFolder } from '@ndla/types-backend/learningpath-api';
|
|
2
10
|
import { TreeStructureType } from './types';
|
|
3
11
|
|
package/src/i18n/i18n.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
2
|
* Copyright (c) 2021-present, NDLA.
|
|
3
3
|
*
|
|
4
4
|
* This source code is licensed under the GPLv3 license found in the
|
|
@@ -7,11 +7,11 @@
|
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
import i18n from 'i18next';
|
|
10
|
-
import { initReactI18next } from 'react-i18next';
|
|
11
10
|
import LanguageDetector from 'i18next-browser-languagedetector';
|
|
11
|
+
import { initReactI18next } from 'react-i18next';
|
|
12
12
|
import messagesEN from '../locale/messages-en';
|
|
13
|
-
import messagesNN from '../locale/messages-nn';
|
|
14
13
|
import messagesNB from '../locale/messages-nb';
|
|
14
|
+
import messagesNN from '../locale/messages-nn';
|
|
15
15
|
import messagesSE from '../locale/messages-se';
|
|
16
16
|
import messagesSMA from '../locale/messages-sma';
|
|
17
17
|
|
package/src/index.ts
CHANGED
|
@@ -152,14 +152,7 @@ export { default as ResourceGroup } from './ResourceGroup';
|
|
|
152
152
|
|
|
153
153
|
export { default as LayoutItem, OneColumn, PageContainer, Content } from './Layout';
|
|
154
154
|
|
|
155
|
-
export {
|
|
156
|
-
FilmSlideshow,
|
|
157
|
-
MovieGrid,
|
|
158
|
-
AboutNdlaFilm,
|
|
159
|
-
FilmMovieSearch,
|
|
160
|
-
FilmMovieList,
|
|
161
|
-
AllMoviesAlphabetically,
|
|
162
|
-
} from './NDLAFilm';
|
|
155
|
+
export { FilmSlideshow, MovieGrid, FilmMovieSearch, FilmMovieList, AllMoviesAlphabetically } from './NDLAFilm';
|
|
163
156
|
|
|
164
157
|
export {
|
|
165
158
|
MediaList,
|
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
import { validateTranslationFiles } from '@ndla/util';
|
|
10
|
+
import messagesEN from '../messages-en';
|
|
10
11
|
import messagesNB from '../messages-nb';
|
|
11
12
|
import messagesNN from '../messages-nn';
|
|
12
|
-
import messagesEN from '../messages-en';
|
|
13
13
|
import messagesSE from '../messages-se';
|
|
14
14
|
import messagesSMA from '../messages-sma';
|
|
15
15
|
|
|
@@ -9,11 +9,12 @@
|
|
|
9
9
|
import { contributorTypes } from '@ndla/licenses';
|
|
10
10
|
import constants from '../model';
|
|
11
11
|
|
|
12
|
-
export const {
|
|
12
|
+
export const { subjectCategories, subjectTypes, wordClass } = constants;
|
|
13
13
|
|
|
14
14
|
const titleTemplate = ' - NDLA';
|
|
15
15
|
|
|
16
16
|
const messages = {
|
|
17
|
+
...contributorTypes.en,
|
|
17
18
|
common: {
|
|
18
19
|
subject: 'Subject',
|
|
19
20
|
subject_plural: 'Subjects',
|
|
@@ -87,12 +88,6 @@ const messages = {
|
|
|
87
88
|
searchPage: `Search${titleTemplate}`,
|
|
88
89
|
notFound: `Page not found${titleTemplate}`,
|
|
89
90
|
},
|
|
90
|
-
newsLetter: {
|
|
91
|
-
heading: 'Newsletter',
|
|
92
|
-
description: 'Stay updated! Subscribe to the latest news from NDLA.',
|
|
93
|
-
mainLinkName: 'Sign up',
|
|
94
|
-
iconLinkName: 'Sign up for newsletters',
|
|
95
|
-
},
|
|
96
91
|
askNDLA: 'Ask NDLA',
|
|
97
92
|
articlePage: {
|
|
98
93
|
errorDescription: 'Sorry, an error occurred while loading the resource.',
|
|
@@ -132,25 +127,7 @@ const messages = {
|
|
|
132
127
|
searchFieldPlaceholder: 'Search for subjects, tasks and activities or learningpaths',
|
|
133
128
|
searchFieldPlaceholderShort: 'Search',
|
|
134
129
|
label: {
|
|
135
|
-
content: 'Content:',
|
|
136
|
-
contentTypes: 'Content types',
|
|
137
|
-
levels: 'Level',
|
|
138
|
-
languageFilter: 'Language',
|
|
139
130
|
subjects: 'Subjects',
|
|
140
|
-
noFilter: 'No filter selected',
|
|
141
|
-
createdBy: 'Created by:',
|
|
142
|
-
},
|
|
143
|
-
showLabel: {
|
|
144
|
-
contentTypes: 'More content types',
|
|
145
|
-
levels: 'More levels',
|
|
146
|
-
languageFilter: 'More languages',
|
|
147
|
-
subjects: 'Change subject',
|
|
148
|
-
},
|
|
149
|
-
hideLabel: {
|
|
150
|
-
contentTypes: 'Hide content types',
|
|
151
|
-
levels: 'Hide levels',
|
|
152
|
-
languageFilter: 'Hide languages',
|
|
153
|
-
subjects: 'Hide subjects',
|
|
154
131
|
},
|
|
155
132
|
searchField: {
|
|
156
133
|
contentTypeResultShowMoreLabel: 'Show more results',
|
|
@@ -159,23 +136,12 @@ const messages = {
|
|
|
159
136
|
searchResultHeading: 'Proposals:',
|
|
160
137
|
contentTypeResultNoHit: 'No results',
|
|
161
138
|
},
|
|
162
|
-
searchResultMessages: {
|
|
163
|
-
searchStringLabel: 'You searched for:',
|
|
164
|
-
subHeading: '{{totalCount}} hits in NDLA',
|
|
165
|
-
},
|
|
166
139
|
searchResultListMessages: {
|
|
167
140
|
subjectsLabel: 'Open in subject:',
|
|
168
141
|
noResultHeading: 'Hmm, no content ...',
|
|
169
142
|
noResultDescription:
|
|
170
143
|
'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.',
|
|
171
144
|
},
|
|
172
|
-
searchPageMessages: {
|
|
173
|
-
filterHeading: 'Filter',
|
|
174
|
-
resultHeading: '{{totalCount}} hits in NDLA',
|
|
175
|
-
resultHeadingByAuthor: '{{totalCount}} articles written by {{author}}',
|
|
176
|
-
narrowScreenFilterHeading: '{{totalCount}} hits on «{{query}}»',
|
|
177
|
-
dropdownBtnLabel: 'More content types',
|
|
178
|
-
},
|
|
179
145
|
searchFilterMessages: {
|
|
180
146
|
backButton: 'Back to filter',
|
|
181
147
|
filterLabel: 'Search-filter',
|
|
@@ -221,41 +187,10 @@ const messages = {
|
|
|
221
187
|
ariaLabel: 'View more contexts',
|
|
222
188
|
},
|
|
223
189
|
},
|
|
224
|
-
|
|
225
190
|
subjectPage: {
|
|
226
|
-
errorDescription: 'Sorry, an error occurred while loading the topics.',
|
|
227
191
|
tabs: {
|
|
228
192
|
topics: 'Topics',
|
|
229
193
|
},
|
|
230
|
-
subjectShortcuts: {
|
|
231
|
-
heading: 'Go directly to',
|
|
232
|
-
showMore: 'Show more',
|
|
233
|
-
showLess: 'Show less',
|
|
234
|
-
},
|
|
235
|
-
mostRead: {
|
|
236
|
-
heading: 'Most used',
|
|
237
|
-
},
|
|
238
|
-
editorsChoices: {
|
|
239
|
-
heading: 'Editor choices from the subject',
|
|
240
|
-
unknown: 'Uknown',
|
|
241
|
-
},
|
|
242
|
-
subjectArchive: {
|
|
243
|
-
heading: 'Current',
|
|
244
|
-
archive: 'Archive',
|
|
245
|
-
close: 'Close',
|
|
246
|
-
},
|
|
247
|
-
subjectFilter: {
|
|
248
|
-
label: 'Filter',
|
|
249
|
-
},
|
|
250
|
-
newContent: {
|
|
251
|
-
heading: 'New content',
|
|
252
|
-
},
|
|
253
|
-
subjectIsBeta: {
|
|
254
|
-
iconLabel: 'in beta',
|
|
255
|
-
dialogHeader: '{{title}} is under construction',
|
|
256
|
-
dialogText: 'Read more at',
|
|
257
|
-
},
|
|
258
|
-
archived: 'This is an expired and unmaintained subject.',
|
|
259
194
|
},
|
|
260
195
|
subjectsPage: {
|
|
261
196
|
filterSubjects: 'Filter subjects',
|
|
@@ -278,47 +213,16 @@ const messages = {
|
|
|
278
213
|
shows: 'Shows',
|
|
279
214
|
},
|
|
280
215
|
topicPage: {
|
|
281
|
-
articleErrorDescription: 'Sorry, an error occurred while loading the topic description.',
|
|
282
216
|
topic: 'TOPIC',
|
|
283
217
|
topics: 'Topics',
|
|
284
218
|
imageModal: 'View full size image',
|
|
285
219
|
},
|
|
286
220
|
welcomePage: {
|
|
287
|
-
search: 'Search',
|
|
288
|
-
searchDisclaimer:
|
|
289
|
-
'We are constantly working to improve ourselves! If you have comments to the search, please use the «spør NDLA» function in the bottom right corner.',
|
|
290
221
|
resetSearch: 'Empty search',
|
|
291
|
-
closeSearch: 'Close search',
|
|
292
222
|
searchAllInfo: 'View all results',
|
|
293
|
-
topicsConjunction: 'and',
|
|
294
|
-
highlighted: 'Highlighted',
|
|
295
223
|
heading: {
|
|
296
224
|
heading: 'The Norwegian Digital Learning Arena',
|
|
297
|
-
searchFieldPlaceholder: 'Search for topics, learning materials, keywords ...',
|
|
298
|
-
messages: {
|
|
299
|
-
searchFieldTitle: 'Search',
|
|
300
|
-
menuButton: 'Content',
|
|
301
|
-
},
|
|
302
|
-
links: {
|
|
303
|
-
aboutNDLA: 'About NDLA',
|
|
304
|
-
changeLanguage: 'Change language',
|
|
305
|
-
},
|
|
306
225
|
},
|
|
307
|
-
socialMedia: {
|
|
308
|
-
heading: 'Follow us',
|
|
309
|
-
description: 'NDLA has several Facebook- and X-accounts. Find the one that suits you, and follow us!',
|
|
310
|
-
mainLink: {
|
|
311
|
-
name: 'Follow us',
|
|
312
|
-
},
|
|
313
|
-
},
|
|
314
|
-
film: {
|
|
315
|
-
header: 'NDLA film',
|
|
316
|
-
text: 'NDLA film is a service in collaboration with Norgesfilm. This service allows you to watch a range of feature films, short films, documentaries and series. You can also watch educational films and movie clips. Welcome to the world of cinema!',
|
|
317
|
-
textShort: 'Welcome to the world of cinema!',
|
|
318
|
-
linkLabel: 'Go to NDLA film',
|
|
319
|
-
},
|
|
320
|
-
blog: 'From our blog',
|
|
321
|
-
errorDescription: 'Sorry, an error occurred while loading the subjects.',
|
|
322
226
|
},
|
|
323
227
|
toolboxPage: {
|
|
324
228
|
introduction:
|
|
@@ -337,103 +241,38 @@ const messages = {
|
|
|
337
241
|
toolboxStudents: 'Toolbox - for students',
|
|
338
242
|
toolboxTeachers: 'Toolbox - for teachers',
|
|
339
243
|
film: 'NDLA film',
|
|
340
|
-
about: {
|
|
341
|
-
title: 'About NDLA',
|
|
342
|
-
numbers: 'Numbers and reports',
|
|
343
|
-
keyPersonnel: 'Key personnel',
|
|
344
|
-
vacancies: 'Vacancies',
|
|
345
|
-
vision: 'Vision and values',
|
|
346
|
-
communityPurpose: 'Our community mission',
|
|
347
|
-
history: 'NDLAs history',
|
|
348
|
-
cooperation: 'Our cooperations',
|
|
349
|
-
faq: 'Frequently asked questions',
|
|
350
|
-
follow: 'Follow us on social media',
|
|
351
|
-
whoAreWe: 'Who are we?',
|
|
352
|
-
whatWeDo: 'What do we do?',
|
|
353
|
-
careers: 'Come work with us',
|
|
354
|
-
contactUs: 'Contact us',
|
|
355
|
-
organizing: 'Organizing',
|
|
356
|
-
articlesOfAssociation: 'Article of associations',
|
|
357
|
-
},
|
|
358
244
|
},
|
|
359
245
|
menu: {
|
|
360
246
|
button: 'Menu',
|
|
361
247
|
goToMainMenu: 'Go to main menu',
|
|
362
|
-
close: 'Close',
|
|
363
|
-
goTo: 'Go to',
|
|
364
248
|
search: 'Search',
|
|
365
|
-
toFrontpage: 'To frontpage',
|
|
366
|
-
subjectOverview: 'All subjects',
|
|
367
249
|
modalLabel: 'Choose content',
|
|
368
|
-
backToSubjectFrontpage: 'Back to subject frontpage',
|
|
369
250
|
title: 'Open menu',
|
|
370
|
-
subjectPage: 'Subject front page',
|
|
371
|
-
openFilter: 'Filter',
|
|
372
|
-
useFilter: 'Use filter',
|
|
373
|
-
closeFilter: 'Close filter',
|
|
374
|
-
learningResourcesHeading: 'Educational Resources',
|
|
375
|
-
back: 'Back',
|
|
376
|
-
additionalFilterLabel: 'Show addition resources',
|
|
377
|
-
contentTypeResultsShowMore: {
|
|
378
|
-
[contentTypes.SUBJECT_MATERIAL]: 'Show more subjects',
|
|
379
|
-
[contentTypes.TASKS_AND_ACTIVITIES]: 'Show more tasks and activities',
|
|
380
|
-
[contentTypes.LEARNING_PATH]: 'Show more learningpaths',
|
|
381
|
-
[contentTypes.ASSESSMENT_RESOURCES]: 'Show more assessment resources',
|
|
382
|
-
[contentTypes.SOURCE_MATERIAL]: 'Show more source materials',
|
|
383
|
-
[contentTypes.EXTERNAL_LEARNING_RESOURCES]: 'Show more external learning resources',
|
|
384
|
-
unGrouped: 'Show more resources',
|
|
385
|
-
},
|
|
386
|
-
contentTypeResultsShowLess: {
|
|
387
|
-
[contentTypes.SUBJECT_MATERIAL]: 'Show less subjects',
|
|
388
|
-
[contentTypes.TASKS_AND_ACTIVITIES]: 'Show less tasks and activities',
|
|
389
|
-
[contentTypes.LEARNING_PATH]: 'Show less learningpaths',
|
|
390
|
-
[contentTypes.ASSESSMENT_RESOURCES]: 'Show less assessment resources',
|
|
391
|
-
[contentTypes.SOURCE_MATERIAL]: 'Show less source materials',
|
|
392
|
-
[contentTypes.EXTERNAL_LEARNING_RESOURCES]: 'Show less external learning resources',
|
|
393
|
-
unGrouped: 'Show less resources',
|
|
394
|
-
},
|
|
395
|
-
contentTypeResultsNoHit: {
|
|
396
|
-
[contentTypes.SUBJECT_MATERIAL]: 'No subjects',
|
|
397
|
-
[contentTypes.TASKS_AND_ACTIVITIES]: 'No tasks and activities',
|
|
398
|
-
[contentTypes.LEARNING_PATH]: 'No learningpaths',
|
|
399
|
-
[contentTypes.ASSESSMENT_RESOURCES]: 'No assessment resources',
|
|
400
|
-
[contentTypes.SOURCE_MATERIAL]: 'No source materials',
|
|
401
|
-
[contentTypes.EXTERNAL_LEARNING_RESOURCES]: 'No external learning resources',
|
|
402
|
-
unGrouped: 'No resources',
|
|
403
|
-
},
|
|
404
251
|
},
|
|
405
252
|
},
|
|
406
253
|
logo: {
|
|
407
254
|
altText: 'The Norwegian Digital Learning Arena',
|
|
408
255
|
},
|
|
409
256
|
resource: {
|
|
410
|
-
errorDescription: 'Sorry, an error occurred while loading the topic resources.',
|
|
411
|
-
error: 'Sorry, a part of the content could not be shown.',
|
|
412
257
|
noCoreResourcesAvailableUnspecific: 'There is no core content available.',
|
|
413
258
|
noCoreResourcesAvailable: 'There is no core content available for {{name}}.',
|
|
414
259
|
activateAdditionalResources: 'Show additional content',
|
|
415
260
|
toggleFilterLabel: 'Show additional content',
|
|
416
261
|
label: 'Learning content',
|
|
417
|
-
allResources: 'Content',
|
|
418
|
-
shortcutButtonText: 'Learning material',
|
|
419
262
|
tooltipCoreTopic: 'Core content is a subject that is on the curriculum',
|
|
420
263
|
tooltipAdditionalTopic: 'Additional content is a subject that is not on the curriculum',
|
|
421
264
|
additionalTooltip: 'Additional content is not on the curriculum',
|
|
422
|
-
shortcutsTooltip: 'Show {{count}} articles in this subject',
|
|
423
265
|
dialogTooltip: 'What is core content and additional content?',
|
|
424
266
|
dialogHeading: 'Core content and additional content',
|
|
425
267
|
dialogText1: 'As you learn the core content, you acquire the skills described in the curriculum for the subject.',
|
|
426
268
|
dialogText2:
|
|
427
269
|
'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.',
|
|
428
|
-
showLess: 'Show less',
|
|
429
|
-
showMore: 'Show more',
|
|
430
270
|
youAreHere: 'You are here',
|
|
431
271
|
trait: {
|
|
432
272
|
video: 'Video',
|
|
433
273
|
h5p: 'Interactive',
|
|
434
274
|
},
|
|
435
275
|
},
|
|
436
|
-
|
|
437
276
|
messageBoxInfo: {
|
|
438
277
|
outdatedCoursePlan:
|
|
439
278
|
'This course is not updated to the current curriculum. Follow this link to find the updated version of the course: ',
|
|
@@ -513,9 +352,6 @@ const messages = {
|
|
|
513
352
|
licenseData: 'Containing data under',
|
|
514
353
|
licenseFrom: 'published at',
|
|
515
354
|
},
|
|
516
|
-
subject: {
|
|
517
|
-
associatedTopics: 'Associated topics',
|
|
518
|
-
},
|
|
519
355
|
subjectFrontPage: {
|
|
520
356
|
buildsOn: 'Builds on',
|
|
521
357
|
connectedTo: 'Common programme subject with',
|
|
@@ -699,8 +535,6 @@ const messages = {
|
|
|
699
535
|
aboutNdla: 'About NDLA',
|
|
700
536
|
blog: 'Blog',
|
|
701
537
|
tips: 'Tips to students',
|
|
702
|
-
fyr: 'FYR project',
|
|
703
|
-
sharing: 'Sharing arena',
|
|
704
538
|
vacancies: 'Vacancies',
|
|
705
539
|
},
|
|
706
540
|
},
|
|
@@ -755,7 +589,6 @@ const messages = {
|
|
|
755
589
|
},
|
|
756
590
|
breadcrumb: {
|
|
757
591
|
toFrontpage: 'NDLA frontpage',
|
|
758
|
-
youAreHere: 'You are here',
|
|
759
592
|
breadcrumb: 'Breadcrumb',
|
|
760
593
|
},
|
|
761
594
|
listview: {
|
|
@@ -823,9 +656,7 @@ const messages = {
|
|
|
823
656
|
loadingMovies: 'Loading movies..',
|
|
824
657
|
subjectsInMovies: 'Subjects in film',
|
|
825
658
|
about: {
|
|
826
|
-
heading: 'About NDLA film',
|
|
827
659
|
more: 'Read more about NDLA film',
|
|
828
|
-
text: 'Ndla film er ei nettbasert filmtjeneste for elever og lærere i videregående skole. Her finn du spillefilmer, kortfilmer, dokumentarfilmer og TV-serier.',
|
|
829
660
|
},
|
|
830
661
|
search: {
|
|
831
662
|
placeholder: 'Search on moviename',
|
|
@@ -864,36 +695,12 @@ const messages = {
|
|
|
864
695
|
all: 'All movies A-Z',
|
|
865
696
|
},
|
|
866
697
|
allMovieGroupTitleLabel: 'Movies starting with {{letter}}',
|
|
867
|
-
moreAboutNdlaFilm: {
|
|
868
|
-
header: 'NDLA film',
|
|
869
|
-
firstParagraph:
|
|
870
|
-
"The films in the film service are taken from Norwegian and international film heritage and are linked to curricula in several subjects. They have been selected by NDLA's editors in collaboration with Norgesfilm AS.",
|
|
871
|
-
secondParagraph:
|
|
872
|
-
'You can watch the films if you are connected to the Internet via your computer, tablet or smartphone. We have done the work with rights clearance and payment. All you have to do is press play.',
|
|
873
|
-
thirdParagraph:
|
|
874
|
-
'The films are copyrighted. They can be played freely on ndla.no, but not downloaded or distributed in other publications. All licensees are remunerated for the replays made.',
|
|
875
|
-
secondHeading: 'Use film in teaching',
|
|
876
|
-
fourthParagraph:
|
|
877
|
-
'A film tells stories in ways that engage and touch us. In film, some of the most effective visuals are used; moving images and sound. A good film can show sides of the present and give visions of the future or comment on the past. Therefore, films can often give us a better understanding of events, cultural meetings and history than a text.',
|
|
878
|
-
fifthParagraph:
|
|
879
|
-
'By watching films, the students are better equipped to read the film language, so that the film gets a value beyond the purely entertaining. The general part of the curriculum emphasizes that the students should meet art and cultural forms that stimulate, inspire their own creativity, and promote ethical orientation ability and aesthetic sense.',
|
|
880
|
-
tipSectionPt1: 'Please give tips, ask questions or wish for new movies at our',
|
|
881
|
-
tipSectionPt2: 'Facebook page.',
|
|
882
|
-
ariaLabel: 'Visit NDLA-films Facebook page',
|
|
883
|
-
tipSectionPt3: '',
|
|
884
|
-
ending: 'We wish all movie lovers a good and educational experience!',
|
|
885
|
-
},
|
|
886
698
|
},
|
|
887
699
|
learningPath: {
|
|
888
700
|
createLearningPathText: 'Create your own, copy this or see more learningpaths?',
|
|
889
701
|
createLearningPathButtonText: 'Go to learningpaths',
|
|
890
702
|
lastUpdated: 'Last updated',
|
|
891
703
|
youAreInALearningPath: 'You are now in a learningpath',
|
|
892
|
-
readTime: '{{hours}} schoolhours = {{minutes}} min',
|
|
893
|
-
pageOf: 'of',
|
|
894
|
-
readTimeHour: 'hour',
|
|
895
|
-
readTimeHour_plurals: 'hours',
|
|
896
|
-
readTimeMinutesShort: 'min',
|
|
897
704
|
lastStep: {
|
|
898
705
|
heading: 'Last step of this learningpath',
|
|
899
706
|
headingSmall: 'You are now in the last step of the learningpath {{learningPathName}}',
|
|
@@ -912,22 +719,6 @@ const messages = {
|
|
|
912
719
|
isSelectedItem: 'Added',
|
|
913
720
|
selected: '{{count}} selected',
|
|
914
721
|
},
|
|
915
|
-
blogPosts: {
|
|
916
|
-
blog1: {
|
|
917
|
-
text: 'Forslag til årsplaner fra NDLA',
|
|
918
|
-
externalLink: 'https://blogg.ndla.no/2021/08/forslag-til-arsplaner-hos-ndla/',
|
|
919
|
-
linkText: 'Fagblogg',
|
|
920
|
-
license: 'CC-BY-SA-4.0',
|
|
921
|
-
licenseAuthor: 'Vibeke Klungland',
|
|
922
|
-
},
|
|
923
|
-
blog2: {
|
|
924
|
-
text: 'Huskeliste for kontaktlærere',
|
|
925
|
-
externalLink: 'https://blogg.ndla.no/2019/08/huskeliste-for-kontaktlaerere/',
|
|
926
|
-
linkText: 'Fagblogg',
|
|
927
|
-
license: 'CC-BY-SA-4.0',
|
|
928
|
-
licenseAuthor: 'Tom Knudsen',
|
|
929
|
-
},
|
|
930
|
-
},
|
|
931
722
|
editor: {
|
|
932
723
|
versionHistory: {
|
|
933
724
|
who: 'Who',
|
|
@@ -951,26 +742,13 @@ const messages = {
|
|
|
951
742
|
text: 'is created by',
|
|
952
743
|
},
|
|
953
744
|
},
|
|
954
|
-
frontPageToolbox: {
|
|
955
|
-
heading: 'Toolbox',
|
|
956
|
-
text: 'Do you want to become good at presenting, or do you want to learn to study smarter using the right study technique? Need advice on how to read most effectively for the exam? In the NDLA Toolbox you will find lots of great tips and advice!',
|
|
957
|
-
linkTextStudents: 'See all tips for students here',
|
|
958
|
-
linkTextTeachers: 'See all tips for teachers here',
|
|
959
|
-
cursorText: 'Tip',
|
|
960
|
-
},
|
|
961
745
|
frontpageMultidisciplinarySubject: {
|
|
962
746
|
heading: 'Interdisciplinary topics',
|
|
963
747
|
text: 'The three interdisciplinary topics in the curriculum are based on current societal challenges that require the involvement and efforts of individuals and the community in the local community, nationally and globally.',
|
|
964
|
-
linkText: 'See cases for multidisciplinary topics',
|
|
965
|
-
publicHealthTopic: 'Public health and life management',
|
|
966
|
-
democracyTopic: 'Democracy and citizenship',
|
|
967
|
-
sustainableTopic: 'Sustainable development',
|
|
968
|
-
cursorText: 'New',
|
|
969
748
|
},
|
|
970
749
|
frontpageMenu: {
|
|
971
750
|
program: 'Education programme',
|
|
972
751
|
allsubjects: 'All subjects',
|
|
973
|
-
cursorText: 'Have a look at some new learning resources from our new subjects!',
|
|
974
752
|
},
|
|
975
753
|
navigation: {
|
|
976
754
|
showLongerDescription: 'Show topic description',
|
|
@@ -983,10 +761,6 @@ const messages = {
|
|
|
983
761
|
multidisciplinarySubject: {
|
|
984
762
|
subjectsLinksDescription: 'Case in',
|
|
985
763
|
},
|
|
986
|
-
multibutton: {
|
|
987
|
-
open: 'Open menu',
|
|
988
|
-
close: 'Close menu',
|
|
989
|
-
},
|
|
990
764
|
cancel: 'Cancel',
|
|
991
765
|
close: 'Close',
|
|
992
766
|
loading: 'Loading',
|
|
@@ -1075,7 +849,6 @@ const messages = {
|
|
|
1075
849
|
fileTypesNotSupported: 'Filetype(s) not supported: {{fileTypes}}',
|
|
1076
850
|
download: 'Download file: ',
|
|
1077
851
|
expandButton: 'Show large version',
|
|
1078
|
-
...contributorTypes.en,
|
|
1079
852
|
filterButtons: {
|
|
1080
853
|
removeAllFilters: 'Remove filters',
|
|
1081
854
|
},
|
|
@@ -1118,11 +891,6 @@ const messages = {
|
|
|
1118
891
|
'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: ',
|
|
1119
892
|
moderator: 'Moderator',
|
|
1120
893
|
},
|
|
1121
|
-
checkOutNewFeature: 'New feature',
|
|
1122
|
-
slateBlockMenu: {
|
|
1123
|
-
open: 'Open menu',
|
|
1124
|
-
close: 'Close menu',
|
|
1125
|
-
},
|
|
1126
894
|
factbox: {
|
|
1127
895
|
open: 'Open fact box',
|
|
1128
896
|
close: 'Close fact box',
|
|
@@ -1366,26 +1134,6 @@ const messages = {
|
|
|
1366
1134
|
title: 'Recent posts in the arena',
|
|
1367
1135
|
link: 'View all posts in the arena',
|
|
1368
1136
|
},
|
|
1369
|
-
storageInfo: {
|
|
1370
|
-
title: 'How to save your favourite resources from NDLA',
|
|
1371
|
-
text: 'Use the heart button to save a resource. You will then get an option to store the resource in a folder.',
|
|
1372
|
-
},
|
|
1373
|
-
sharing: {
|
|
1374
|
-
title: 'Teachers can now share folders',
|
|
1375
|
-
text: 'Use the share button to get a link you can share.',
|
|
1376
|
-
},
|
|
1377
|
-
favoriteSubjects: {
|
|
1378
|
-
title: 'How to save your favorite subjects from NDLA',
|
|
1379
|
-
text: 'Use the heart button to save a subject. You will then get the opportunity to save your favorite subjects for later. You can find them again at a later date in My NDLA or on the all subjects page.',
|
|
1380
|
-
},
|
|
1381
|
-
folderInfo: {
|
|
1382
|
-
title: 'How to organise your favourite resources in folders',
|
|
1383
|
-
text: 'Choose <strong>My folders</strong> to create new folders and subfolders. You can also create a new folder in the dialogue window that is activated when you mark the heart in a resource.',
|
|
1384
|
-
},
|
|
1385
|
-
tagInfo: {
|
|
1386
|
-
title: 'How to tag your favourite resources',
|
|
1387
|
-
text: 'When you save a resource, you will have the option to tag it with a keyword. This tag can be used to find the resource across folders. By selecting <strong>My tags</strong> on the menu to the left, you will see all the tags your have used. You can also see which resources are tagget with which keyword.',
|
|
1388
|
-
},
|
|
1389
1137
|
recentArenaTopics: 'New posts in the arena',
|
|
1390
1138
|
},
|
|
1391
1139
|
myProfile: {
|
|
@@ -1469,8 +1217,6 @@ const messages = {
|
|
|
1469
1217
|
},
|
|
1470
1218
|
siteNav: {
|
|
1471
1219
|
search: 'Search',
|
|
1472
|
-
contact: 'Contact',
|
|
1473
|
-
help: 'Help',
|
|
1474
1220
|
},
|
|
1475
1221
|
programmes: {
|
|
1476
1222
|
header: 'What do you want to learn today?',
|