@ndla/ui 56.0.123-alpha.0 → 56.0.124-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/Article/Article.js +122 -194
- package/es/Article/Article.js.map +1 -0
- package/es/Article/ArticleByline.js +121 -170
- package/es/Article/ArticleByline.js.map +1 -0
- package/es/Article/ArticleFootNotes.js +38 -58
- package/es/Article/ArticleFootNotes.js.map +1 -0
- package/es/AudioPlayer/AudioPlayer.js +151 -212
- package/es/AudioPlayer/AudioPlayer.js.map +1 -0
- package/es/AudioPlayer/Controls.js +246 -324
- package/es/AudioPlayer/Controls.js.map +1 -0
- package/es/AudioPlayer/SpeechControl.js +36 -52
- package/es/AudioPlayer/SpeechControl.js.map +1 -0
- package/es/AudioPlayer/index.js +7 -9
- package/es/AudioPlayer/index.js.map +1 -0
- package/es/Breadcrumb/Breadcrumb.js +42 -58
- package/es/Breadcrumb/Breadcrumb.js.map +1 -0
- package/es/Breadcrumb/BreadcrumbItem.js +33 -59
- package/es/Breadcrumb/BreadcrumbItem.js.map +1 -0
- package/es/Breadcrumb/HomeBreadcrumb.js +41 -74
- package/es/Breadcrumb/HomeBreadcrumb.js.map +1 -0
- package/es/Breadcrumb/index.js +8 -10
- package/es/Breadcrumb/index.js.map +1 -0
- package/es/CampaignBlock/CampaignBlock.js +124 -173
- package/es/CampaignBlock/CampaignBlock.js.map +1 -0
- package/es/CodeBlock/CodeBlock.js +21 -31
- package/es/CodeBlock/CodeBlock.js.map +1 -0
- package/es/CodeBlock/codeLanguageOptions.js +112 -82
- package/es/CodeBlock/codeLanguageOptions.js.map +1 -0
- package/es/Concept/Concept.js +46 -68
- package/es/Concept/Concept.js.map +1 -0
- package/es/ContactBlock/ContactBlock.js +137 -191
- package/es/ContactBlock/ContactBlock.js.map +1 -0
- package/es/ContentTypeBadge/ContentTypeBadge.js +38 -47
- package/es/ContentTypeBadge/ContentTypeBadge.js.map +1 -0
- package/es/ContentTypeBlockQuote/ContentTypeBlockQuote.js +21 -28
- package/es/ContentTypeBlockQuote/ContentTypeBlockQuote.js.map +1 -0
- package/es/ContentTypeFramedContent/ContentTypeFramedContent.js +21 -28
- package/es/ContentTypeFramedContent/ContentTypeFramedContent.js.map +1 -0
- package/es/ContentTypeHero/ContentTypeHero.js +36 -47
- package/es/ContentTypeHero/ContentTypeHero.js.map +1 -0
- package/es/CopyParagraphButton/CopyParagraphButton.js +57 -78
- package/es/CopyParagraphButton/CopyParagraphButton.js.map +1 -0
- package/es/CopyParagraphButton/index.js +7 -10
- package/es/CopyParagraphButton/index.js.map +1 -0
- package/es/Embed/AudioEmbed.js +49 -73
- package/es/Embed/AudioEmbed.js.map +1 -0
- package/es/Embed/BrightcoveEmbed.js +90 -127
- package/es/Embed/BrightcoveEmbed.js.map +1 -0
- package/es/Embed/CodeEmbed.js +55 -73
- package/es/Embed/CodeEmbed.js.map +1 -0
- package/es/Embed/ConceptEmbed.js +72 -117
- package/es/Embed/ConceptEmbed.js.map +1 -0
- package/es/Embed/ConceptInlineTriggerButton.js +39 -44
- package/es/Embed/ConceptInlineTriggerButton.js.map +1 -0
- package/es/Embed/ContentLinkEmbed.js +29 -49
- package/es/Embed/ContentLinkEmbed.js.map +1 -0
- package/es/Embed/CopyrightEmbed.js +21 -31
- package/es/Embed/CopyrightEmbed.js.map +1 -0
- package/es/Embed/EmbedErrorPlaceholder.js +40 -55
- package/es/Embed/EmbedErrorPlaceholder.js.map +1 -0
- package/es/Embed/EmbedWrapper.js +21 -46
- package/es/Embed/EmbedWrapper.js.map +1 -0
- package/es/Embed/ExternalEmbed.js +50 -70
- package/es/Embed/ExternalEmbed.js.map +1 -0
- package/es/Embed/FootnoteEmbed.js +25 -42
- package/es/Embed/FootnoteEmbed.js.map +1 -0
- package/es/Embed/GlossEmbed.js +49 -77
- package/es/Embed/GlossEmbed.js.map +1 -0
- package/es/Embed/H5pEmbed.js +35 -58
- package/es/Embed/H5pEmbed.js.map +1 -0
- package/es/Embed/IframeEmbed.js +65 -89
- package/es/Embed/IframeEmbed.js.map +1 -0
- package/es/Embed/ImageEmbed.js +167 -225
- package/es/Embed/ImageEmbed.js.map +1 -0
- package/es/Embed/InlineTriggerButton.js +20 -32
- package/es/Embed/InlineTriggerButton.js.map +1 -0
- package/es/Embed/RelatedContentEmbed.js +36 -53
- package/es/Embed/RelatedContentEmbed.js.map +1 -0
- package/es/Embed/UnknownEmbed.js +18 -29
- package/es/Embed/UnknownEmbed.js.map +1 -0
- package/es/Embed/UuDisclaimerEmbed.js +51 -85
- package/es/Embed/UuDisclaimerEmbed.js.map +1 -0
- package/es/ErrorMessage/ErrorMessage.js +51 -92
- package/es/ErrorMessage/ErrorMessage.js.map +1 -0
- package/es/ErrorMessage/index.js +7 -9
- package/es/ErrorMessage/index.js.map +1 -0
- package/es/FactBox/FactBox.js +114 -170
- package/es/FactBox/FactBox.js.map +1 -0
- package/es/FactBox/index.js +7 -9
- package/es/FactBox/index.js.map +1 -0
- package/es/FileList/File.js +70 -95
- package/es/FileList/File.js.map +1 -0
- package/es/FileList/FileList.js +31 -46
- package/es/FileList/FileList.js.map +1 -0
- package/es/FileList/PdfFile.js +27 -49
- package/es/FileList/PdfFile.js.map +1 -0
- package/es/Gloss/Gloss.js +133 -166
- package/es/Gloss/Gloss.js.map +1 -0
- package/es/Gloss/GlossExample.js +42 -60
- package/es/Gloss/GlossExample.js.map +1 -0
- package/es/Grid/Grid.js +63 -91
- package/es/Grid/Grid.js.map +1 -0
- package/es/Grid/GridParallaxItem.js +19 -30
- package/es/Grid/GridParallaxItem.js.map +1 -0
- package/es/KeyFigure/KeyFigure.js +44 -61
- package/es/KeyFigure/KeyFigure.js.map +1 -0
- package/es/LicenseByline/EmbedByline.js +126 -206
- package/es/LicenseByline/EmbedByline.js.map +1 -0
- package/es/LicenseByline/LicenseLink.js +28 -53
- package/es/LicenseByline/LicenseLink.js.map +1 -0
- package/es/LinkBlock/LinkBlock.js +70 -99
- package/es/LinkBlock/LinkBlock.js.map +1 -0
- package/es/LinkBlock/LinkBlockSection.js +20 -32
- package/es/LinkBlock/LinkBlockSection.js.map +1 -0
- package/es/Pitch/Pitch.js +59 -80
- package/es/Pitch/Pitch.js.map +1 -0
- package/es/RelatedArticleList/RelatedArticleList.js +91 -129
- package/es/RelatedArticleList/RelatedArticleList.js.map +1 -0
- package/es/RelatedArticleList/index.js +7 -10
- package/es/RelatedArticleList/index.js.map +1 -0
- package/es/ResourceBox/ResourceBox.js +71 -96
- package/es/ResourceBox/ResourceBox.js.map +1 -0
- package/es/TagSelector/TagSelector.js +93 -136
- package/es/TagSelector/TagSelector.js.map +1 -0
- package/es/ZendeskButton/ZendeskButton.js +38 -52
- package/es/ZendeskButton/ZendeskButton.js.map +1 -0
- package/es/_virtual/rolldown_runtime.js +11 -0
- package/es/i18n/formatNestedMessages.js +16 -24
- package/es/i18n/formatNestedMessages.js.map +1 -0
- package/es/i18n/i18n.js +25 -31
- package/es/i18n/i18n.js.map +1 -0
- package/es/i18n/useComponentTranslations.js +147 -203
- package/es/i18n/useComponentTranslations.js.map +1 -0
- package/es/index.js +64 -44
- package/es/locale/messages-en.js +435 -459
- package/es/locale/messages-en.js.map +1 -0
- package/es/locale/messages-nb.js +435 -459
- package/es/locale/messages-nb.js.map +1 -0
- package/es/locale/messages-nn.js +435 -459
- package/es/locale/messages-nn.js.map +1 -0
- package/es/locale/messages-se.js +435 -459
- package/es/locale/messages-se.js.map +1 -0
- package/es/model/ContentType.js +69 -65
- package/es/model/ContentType.js.map +1 -0
- package/es/model/SubjectCategories.js +23 -10
- package/es/model/SubjectCategories.js.map +1 -0
- package/es/model/SubjectTypes.js +21 -9
- package/es/model/SubjectTypes.js.map +1 -0
- package/es/model/WordClass.js +51 -43
- package/es/model/WordClass.js.map +1 -0
- package/es/model/index.js +16 -18
- package/es/model/index.js.map +1 -0
- package/es/utils/licenseAttributes.js +15 -17
- package/es/utils/licenseAttributes.js.map +1 -0
- package/es/utils/relativeUrl.js +21 -32
- package/es/utils/relativeUrl.js.map +1 -0
- package/lib/Article/Article.js +130 -203
- package/lib/Article/Article.js.map +1 -0
- package/lib/Article/ArticleByline.js +125 -179
- package/lib/Article/ArticleByline.js.map +1 -0
- package/lib/Article/ArticleFootNotes.js +39 -65
- package/lib/Article/ArticleFootNotes.js.map +1 -0
- package/lib/AudioPlayer/AudioPlayer.js +155 -221
- package/lib/AudioPlayer/AudioPlayer.js.map +1 -0
- package/lib/AudioPlayer/Controls.js +249 -332
- package/lib/AudioPlayer/Controls.js.map +1 -0
- package/lib/AudioPlayer/SpeechControl.js +39 -60
- package/lib/AudioPlayer/SpeechControl.js.map +1 -0
- package/lib/AudioPlayer/index.js +7 -15
- package/lib/AudioPlayer/index.js.map +1 -0
- package/lib/Breadcrumb/Breadcrumb.js +43 -65
- package/lib/Breadcrumb/Breadcrumb.js.map +1 -0
- package/lib/Breadcrumb/BreadcrumbItem.js +34 -65
- package/lib/Breadcrumb/BreadcrumbItem.js.map +1 -0
- package/lib/Breadcrumb/HomeBreadcrumb.js +43 -82
- package/lib/Breadcrumb/HomeBreadcrumb.js.map +1 -0
- package/lib/Breadcrumb/index.js +8 -22
- package/lib/Breadcrumb/index.js.map +1 -0
- package/lib/CampaignBlock/CampaignBlock.js +128 -183
- package/lib/CampaignBlock/CampaignBlock.js.map +1 -0
- package/lib/CodeBlock/CodeBlock.js +23 -38
- package/lib/CodeBlock/CodeBlock.js.map +1 -0
- package/lib/CodeBlock/codeLanguageOptions.js +112 -87
- package/lib/CodeBlock/codeLanguageOptions.js.map +1 -0
- package/lib/Concept/Concept.js +48 -75
- package/lib/Concept/Concept.js.map +1 -0
- package/lib/ContactBlock/ContactBlock.js +141 -200
- package/lib/ContactBlock/ContactBlock.js.map +1 -0
- package/lib/ContentTypeBadge/ContentTypeBadge.js +40 -54
- package/lib/ContentTypeBadge/ContentTypeBadge.js.map +1 -0
- package/lib/ContentTypeBlockQuote/ContentTypeBlockQuote.js +23 -35
- package/lib/ContentTypeBlockQuote/ContentTypeBlockQuote.js.map +1 -0
- package/lib/ContentTypeFramedContent/ContentTypeFramedContent.js +23 -35
- package/lib/ContentTypeFramedContent/ContentTypeFramedContent.js.map +1 -0
- package/lib/ContentTypeHero/ContentTypeHero.js +37 -54
- package/lib/ContentTypeHero/ContentTypeHero.js.map +1 -0
- package/lib/CopyParagraphButton/CopyParagraphButton.js +61 -87
- package/lib/CopyParagraphButton/CopyParagraphButton.js.map +1 -0
- package/lib/CopyParagraphButton/index.js +7 -21
- package/lib/CopyParagraphButton/index.js.map +1 -0
- package/lib/Embed/AudioEmbed.js +51 -82
- package/lib/Embed/AudioEmbed.js.map +1 -0
- package/lib/Embed/BrightcoveEmbed.js +93 -138
- package/lib/Embed/BrightcoveEmbed.js.map +1 -0
- package/lib/Embed/CodeEmbed.js +59 -83
- package/lib/Embed/CodeEmbed.js.map +1 -0
- package/lib/Embed/ConceptEmbed.js +77 -127
- package/lib/Embed/ConceptEmbed.js.map +1 -0
- package/lib/Embed/ConceptInlineTriggerButton.js +39 -49
- package/lib/Embed/ConceptInlineTriggerButton.js.map +1 -0
- package/lib/Embed/ContentLinkEmbed.js +30 -55
- package/lib/Embed/ContentLinkEmbed.js.map +1 -0
- package/lib/Embed/CopyrightEmbed.js +22 -37
- package/lib/Embed/CopyrightEmbed.js.map +1 -0
- package/lib/Embed/EmbedErrorPlaceholder.js +42 -62
- package/lib/Embed/EmbedErrorPlaceholder.js.map +1 -0
- package/lib/Embed/EmbedWrapper.js +24 -54
- package/lib/Embed/EmbedWrapper.js.map +1 -0
- package/lib/Embed/ExternalEmbed.js +53 -79
- package/lib/Embed/ExternalEmbed.js.map +1 -0
- package/lib/Embed/FootnoteEmbed.js +26 -48
- package/lib/Embed/FootnoteEmbed.js.map +1 -0
- package/lib/Embed/GlossEmbed.js +51 -86
- package/lib/Embed/GlossEmbed.js.map +1 -0
- package/lib/Embed/H5pEmbed.js +37 -66
- package/lib/Embed/H5pEmbed.js.map +1 -0
- package/lib/Embed/IframeEmbed.js +68 -98
- package/lib/Embed/IframeEmbed.js.map +1 -0
- package/lib/Embed/ImageEmbed.js +173 -238
- package/lib/Embed/ImageEmbed.js.map +1 -0
- package/lib/Embed/InlineTriggerButton.js +23 -40
- package/lib/Embed/InlineTriggerButton.js.map +1 -0
- package/lib/Embed/RelatedContentEmbed.js +37 -59
- package/lib/Embed/RelatedContentEmbed.js.map +1 -0
- package/lib/Embed/UnknownEmbed.js +19 -35
- package/lib/Embed/UnknownEmbed.js.map +1 -0
- package/lib/Embed/UuDisclaimerEmbed.js +53 -92
- package/lib/Embed/UuDisclaimerEmbed.js.map +1 -0
- package/lib/ErrorMessage/ErrorMessage.js +53 -99
- package/lib/ErrorMessage/ErrorMessage.js.map +1 -0
- package/lib/ErrorMessage/index.js +7 -15
- package/lib/ErrorMessage/index.js.map +1 -0
- package/lib/FactBox/FactBox.js +118 -180
- package/lib/FactBox/FactBox.js.map +1 -0
- package/lib/FactBox/index.js +7 -15
- package/lib/FactBox/index.js.map +1 -0
- package/lib/FileList/File.js +75 -105
- package/lib/FileList/File.js.map +1 -0
- package/lib/FileList/FileList.js +33 -52
- package/lib/FileList/FileList.js.map +1 -0
- package/lib/FileList/PdfFile.js +27 -55
- package/lib/FileList/PdfFile.js.map +1 -0
- package/lib/Gloss/Gloss.js +138 -176
- package/lib/Gloss/Gloss.js.map +1 -0
- package/lib/Gloss/GlossExample.js +45 -68
- package/lib/Gloss/GlossExample.js.map +1 -0
- package/lib/Grid/Grid.js +64 -98
- package/lib/Grid/Grid.js.map +1 -0
- package/lib/Grid/GridParallaxItem.js +19 -36
- package/lib/Grid/GridParallaxItem.js.map +1 -0
- package/lib/KeyFigure/KeyFigure.js +45 -68
- package/lib/KeyFigure/KeyFigure.js.map +1 -0
- package/lib/LicenseByline/EmbedByline.js +130 -216
- package/lib/LicenseByline/EmbedByline.js.map +1 -0
- package/lib/LicenseByline/LicenseLink.js +29 -59
- package/lib/LicenseByline/LicenseLink.js.map +1 -0
- package/lib/LinkBlock/LinkBlock.js +73 -108
- package/lib/LinkBlock/LinkBlock.js.map +1 -0
- package/lib/LinkBlock/LinkBlockSection.js +22 -39
- package/lib/LinkBlock/LinkBlockSection.js.map +1 -0
- package/lib/Pitch/Pitch.js +61 -89
- package/lib/Pitch/Pitch.js.map +1 -0
- package/lib/RelatedArticleList/RelatedArticleList.js +96 -140
- package/lib/RelatedArticleList/RelatedArticleList.js.map +1 -0
- package/lib/RelatedArticleList/index.js +7 -20
- package/lib/RelatedArticleList/index.js.map +1 -0
- package/lib/ResourceBox/ResourceBox.js +73 -104
- package/lib/ResourceBox/ResourceBox.js.map +1 -0
- package/lib/TagSelector/TagSelector.js +103 -145
- package/lib/TagSelector/TagSelector.js.map +1 -0
- package/lib/ZendeskButton/ZendeskButton.js +39 -58
- package/lib/ZendeskButton/ZendeskButton.js.map +1 -0
- package/lib/_virtual/rolldown_runtime.js +42 -0
- package/lib/i18n/formatNestedMessages.js +16 -30
- package/lib/i18n/formatNestedMessages.js.map +1 -0
- package/lib/i18n/i18n.js +28 -38
- package/lib/i18n/i18n.js.map +1 -0
- package/lib/i18n/useComponentTranslations.js +154 -215
- package/lib/i18n/useComponentTranslations.js.map +1 -0
- package/lib/index.js +156 -598
- package/lib/locale/messages-en.js +436 -466
- package/lib/locale/messages-en.js.map +1 -0
- package/lib/locale/messages-nb.js +436 -466
- package/lib/locale/messages-nb.js.map +1 -0
- package/lib/locale/messages-nn.js +436 -466
- package/lib/locale/messages-nn.js.map +1 -0
- package/lib/locale/messages-se.js +436 -466
- package/lib/locale/messages-se.js.map +1 -0
- package/lib/model/ContentType.js +90 -70
- package/lib/model/ContentType.js.map +1 -0
- package/lib/model/SubjectCategories.js +26 -14
- package/lib/model/SubjectCategories.js.map +1 -0
- package/lib/model/SubjectTypes.js +24 -13
- package/lib/model/SubjectTypes.js.map +1 -0
- package/lib/model/WordClass.js +55 -48
- package/lib/model/WordClass.js.map +1 -0
- package/lib/model/index.js +16 -25
- package/lib/model/index.js.map +1 -0
- package/lib/utils/licenseAttributes.js +14 -22
- package/lib/utils/licenseAttributes.js.map +1 -0
- package/lib/utils/relativeUrl.js +20 -38
- package/lib/utils/relativeUrl.js.map +1 -0
- package/package.json +12 -11
- package/es/Article/index.js +0 -11
- package/es/CampaignBlock/index.js +0 -9
- package/es/CodeBlock/index.js +0 -10
- package/es/ContactBlock/index.js +0 -9
- package/es/ContentTypeHero/index.js +0 -9
- package/es/Embed/index.js +0 -25
- package/es/Embed/types.js +0 -1
- package/es/FileList/index.js +0 -11
- package/es/Gloss/index.js +0 -10
- package/es/Grid/index.js +0 -10
- package/es/KeyFigure/index.js +0 -9
- package/es/LicenseByline/index.js +0 -10
- package/es/LinkBlock/index.js +0 -10
- package/es/Pitch/index.js +0 -9
- package/es/ResourceBox/index.js +0 -10
- package/es/i18n/index.js +0 -11
- package/es/types.js +0 -1
- package/lib/Article/index.js +0 -68
- package/lib/CampaignBlock/index.js +0 -13
- package/lib/CodeBlock/index.js +0 -20
- package/lib/ContactBlock/index.js +0 -18
- package/lib/ContentTypeHero/index.js +0 -12
- package/lib/Embed/index.js +0 -150
- package/lib/Embed/types.js +0 -5
- package/lib/FileList/index.js +0 -44
- package/lib/Gloss/index.js +0 -20
- package/lib/Grid/index.js +0 -19
- package/lib/KeyFigure/index.js +0 -13
- package/lib/LicenseByline/index.js +0 -19
- package/lib/LinkBlock/index.js +0 -20
- package/lib/Pitch/index.js +0 -12
- package/lib/ResourceBox/index.js +0 -13
- package/lib/i18n/index.js +0 -68
- package/lib/types.js +0 -5
package/es/locale/messages-en.js
CHANGED
|
@@ -1,462 +1,438 @@
|
|
|
1
|
-
|
|
2
|
-
* Copyright (c) 2018-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
|
+
import { model_default } from "../model/index.js";
|
|
9
2
|
import { contributorTypes } from "@ndla/licenses";
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
subjectTypes,
|
|
14
|
-
wordClass
|
|
15
|
-
} = constants;
|
|
3
|
+
|
|
4
|
+
//#region src/locale/messages-en.ts
|
|
5
|
+
const { subjectCategories, subjectTypes, wordClass } = model_default;
|
|
16
6
|
const messages = {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
},
|
|
444
|
-
richTextEditor: {
|
|
445
|
-
tooltip: {
|
|
446
|
-
bold: "Bold ({{shortcut}})",
|
|
447
|
-
code: "Code ({{shortcut}})",
|
|
448
|
-
sub: "Subscript ({{shortcut}})",
|
|
449
|
-
sup: "Superscript ({{shortcut}})",
|
|
450
|
-
underlined: "Underlined ({{shortcut}})",
|
|
451
|
-
italic: "Italic ({{shortcut}})",
|
|
452
|
-
"numbered-list": "Numbered list ({{shortcut}})",
|
|
453
|
-
"letter-list": "Alphabetical list ({{shortcut}})",
|
|
454
|
-
"bulleted-list": "Bulleted list ({{shortcut}})",
|
|
455
|
-
heading: "Heading {{level}} ({{shortcut}})",
|
|
456
|
-
paragraph: "Paragraph ({{shortcut}})",
|
|
457
|
-
section: "Section ({{shortcut}})",
|
|
458
|
-
link: "Link ({{shortcut}})"
|
|
459
|
-
}
|
|
460
|
-
}
|
|
7
|
+
...contributorTypes.en,
|
|
8
|
+
askNDLA: "Ask NDLA",
|
|
9
|
+
subjectCategories: {
|
|
10
|
+
[subjectCategories.ACTIVE_SUBJECTS]: "Active",
|
|
11
|
+
[subjectCategories.ARCHIVE_SUBJECTS]: "Expired",
|
|
12
|
+
[subjectCategories.BETA_SUBJECTS]: "Revised",
|
|
13
|
+
[subjectCategories.OTHER]: "Other resources",
|
|
14
|
+
[subjectTypes.RESOURCE_COLLECTION]: "Resource collections"
|
|
15
|
+
},
|
|
16
|
+
subjectTypes: {
|
|
17
|
+
[subjectTypes.BETA_SUBJECT]: "Betafag",
|
|
18
|
+
[subjectTypes.RESOURCE_COLLECTION]: "Resource collection",
|
|
19
|
+
[subjectTypes.SUBJECT]: "Subject"
|
|
20
|
+
},
|
|
21
|
+
meta: {
|
|
22
|
+
description: "Norwegian Digital Learning Arena, Open Educational Resources for upper secondary education.",
|
|
23
|
+
keywords: "open educational resources,teaching,learning"
|
|
24
|
+
},
|
|
25
|
+
logo: { altText: "The Norwegian Digital Learning Arena" },
|
|
26
|
+
article: {
|
|
27
|
+
lastUpdated: "Last revised date",
|
|
28
|
+
useContent: "Cite or reuse?",
|
|
29
|
+
authorsLabel: "Written by: {{names}}",
|
|
30
|
+
authorsLabelLearningpath: "Made by {{names}}",
|
|
31
|
+
copyPageLinkCopied: "Link copied",
|
|
32
|
+
copyHeaderLink: "Copy link to header",
|
|
33
|
+
conjunction: "and",
|
|
34
|
+
authorsLabelExternal: "This link is added by {{names}}",
|
|
35
|
+
supplierLabel: "Rightsholder: {{name}}",
|
|
36
|
+
multipleSuppliersLabel: "Rightsholders: {{names}}",
|
|
37
|
+
printPage: "Print text",
|
|
38
|
+
access: { onlyTeacher: "This resource is accessible only to teachers who are logged in with Feide." },
|
|
39
|
+
footnotes: "Footnotes"
|
|
40
|
+
},
|
|
41
|
+
license: {
|
|
42
|
+
tabs: {
|
|
43
|
+
text: "Text",
|
|
44
|
+
images: "Images",
|
|
45
|
+
audio: "Audio",
|
|
46
|
+
video: "Video",
|
|
47
|
+
h5p: "H5P",
|
|
48
|
+
files: "Files",
|
|
49
|
+
embedlink: "Embedded link",
|
|
50
|
+
concept: "Concepts",
|
|
51
|
+
gloss: "Glosses",
|
|
52
|
+
podcast: "Podcast",
|
|
53
|
+
other: "Other content"
|
|
54
|
+
},
|
|
55
|
+
embedlink: {
|
|
56
|
+
heading: "How to show the article in other content",
|
|
57
|
+
description: "This url shows the article without menu and footer",
|
|
58
|
+
copyTitle: "Copy link",
|
|
59
|
+
hasCopiedTitle: "Link copied"
|
|
60
|
+
},
|
|
61
|
+
image: { rules: "Rules for use of image:" },
|
|
62
|
+
images: {
|
|
63
|
+
heading: "How to reuse images",
|
|
64
|
+
description: "Remember to copy the text to be attached to the image where you use it.",
|
|
65
|
+
rules: "Rules for use of image",
|
|
66
|
+
itemImage: {
|
|
67
|
+
ariaLabel: "Open image in new window",
|
|
68
|
+
zoomImageButtonLabel: "Expand image",
|
|
69
|
+
zoomOutImageButtonLabel: "Shrink image",
|
|
70
|
+
expandByline: "Show byline",
|
|
71
|
+
minimizeByline: "Hide byline"
|
|
72
|
+
},
|
|
73
|
+
licenseText: "This image has the license",
|
|
74
|
+
restrictedUseText: "This image has"
|
|
75
|
+
},
|
|
76
|
+
text: {
|
|
77
|
+
heading: "How to reuse the text",
|
|
78
|
+
description: "Remember to refer to the source when reusing text.",
|
|
79
|
+
rules: "Rules for use of text",
|
|
80
|
+
published: "Published",
|
|
81
|
+
licenseText: "This text has the license",
|
|
82
|
+
restrictedUseText: "This text has"
|
|
83
|
+
},
|
|
84
|
+
audio: {
|
|
85
|
+
heading: "How to reuse audio files",
|
|
86
|
+
description: "Remember to copy the text to be attached to the audio where you use it.",
|
|
87
|
+
rules: "Rules for use of audio file",
|
|
88
|
+
licenseText: "This audio file has the license",
|
|
89
|
+
restrictedUseText: "This audio file has"
|
|
90
|
+
},
|
|
91
|
+
podcast: {
|
|
92
|
+
heading: "How to reuse podcasts",
|
|
93
|
+
description: "Remember to copy the text to be attached to the podcast where you use it.",
|
|
94
|
+
rules: "Rules for use of podcast",
|
|
95
|
+
licenseText: "This podcast has the license",
|
|
96
|
+
restrictedUseText: "This podcast has"
|
|
97
|
+
},
|
|
98
|
+
video: {
|
|
99
|
+
heading: "How to reuse videos",
|
|
100
|
+
description: "Remember to copy the text to be attached to the video where you use it.",
|
|
101
|
+
rules: "Rules for use of video files",
|
|
102
|
+
itemImage: { ariaLabel: "Open video in new window" },
|
|
103
|
+
licenseText: "This video has the license",
|
|
104
|
+
restrictedUseText: "This video has"
|
|
105
|
+
},
|
|
106
|
+
other: {
|
|
107
|
+
heading: "How to reuse other content",
|
|
108
|
+
description: "You will find guidelines for use of other content in the asset",
|
|
109
|
+
itemImage: { ariaLabel: "Open in new window" }
|
|
110
|
+
},
|
|
111
|
+
h5p: {
|
|
112
|
+
heading: "How to reuse H5P content",
|
|
113
|
+
description: "You will find guidelines for use of H5P content in the asset",
|
|
114
|
+
rules: "Rules for use of H5P",
|
|
115
|
+
licenseText: "This interactive task (H5P) is licensed",
|
|
116
|
+
restrictedUseText: "This interactive task (H5P) has"
|
|
117
|
+
},
|
|
118
|
+
concept: {
|
|
119
|
+
heading: "How to reuse concept content",
|
|
120
|
+
description: "Remember that built-in content might have a different license than the explanation text",
|
|
121
|
+
rules: "Rules for use of concept",
|
|
122
|
+
embedlink: {
|
|
123
|
+
heading: "How to show the concept in other content",
|
|
124
|
+
description: "This url shows the concept without menu and footer",
|
|
125
|
+
copyTitle: "Copy embed link",
|
|
126
|
+
hasCopiedTitle: "Embed link copied"
|
|
127
|
+
},
|
|
128
|
+
licenseText: "This concept has the license",
|
|
129
|
+
restrictedUseText: "This concept has"
|
|
130
|
+
},
|
|
131
|
+
gloss: {
|
|
132
|
+
heading: "How to reuse gloss content",
|
|
133
|
+
description: "Remember that built-in content might have a different license than the gloss text",
|
|
134
|
+
rules: "Rules for use of gloss",
|
|
135
|
+
showOrHideExamples: "Show or hide examples",
|
|
136
|
+
embedlink: {
|
|
137
|
+
heading: "How to show the gloss in other content",
|
|
138
|
+
description: "This url shows the gloss without menu and footer",
|
|
139
|
+
copyTitle: "Copy embed link",
|
|
140
|
+
hasCopiedTitle: "Embed link copied"
|
|
141
|
+
},
|
|
142
|
+
licenseText: "This gloss has the license",
|
|
143
|
+
restrictedUseText: "This gloss has"
|
|
144
|
+
},
|
|
145
|
+
files: {
|
|
146
|
+
heading: "How to reuse files",
|
|
147
|
+
description: "Remember to copy the text to be attached to the file where you use it.",
|
|
148
|
+
rules: "Rules for use of file",
|
|
149
|
+
itemImage: { ariaLabel: "Open video in new window" }
|
|
150
|
+
},
|
|
151
|
+
copyTitle: "Copy source reference",
|
|
152
|
+
embed: "Embed",
|
|
153
|
+
embedCopied: "Copied embed code!",
|
|
154
|
+
copyText: {
|
|
155
|
+
now: "now",
|
|
156
|
+
podcast: "podcast",
|
|
157
|
+
by: "by",
|
|
158
|
+
internet: "[Internet]. ",
|
|
159
|
+
noTitle: "No title",
|
|
160
|
+
downloadedFrom: "Downloaded from: ",
|
|
161
|
+
readDate: "Read: "
|
|
162
|
+
},
|
|
163
|
+
hasCopiedTitle: "Copied!",
|
|
164
|
+
download: "Download",
|
|
165
|
+
openLink: "Open in new tab",
|
|
166
|
+
processed: "The content has been processed"
|
|
167
|
+
},
|
|
168
|
+
errorMessage: {
|
|
169
|
+
title: "Oops, something went wrong",
|
|
170
|
+
description: "Sorry, an error occurred.",
|
|
171
|
+
back: "Go back",
|
|
172
|
+
goToFrontPage: "Go to frontpage"
|
|
173
|
+
},
|
|
174
|
+
figure: { button: {
|
|
175
|
+
alternative: "Switch to visually interpreted video",
|
|
176
|
+
original: "Switch to original video"
|
|
177
|
+
} },
|
|
178
|
+
contentTypes: {
|
|
179
|
+
all: "All",
|
|
180
|
+
article: "Article",
|
|
181
|
+
subject: "Subject",
|
|
182
|
+
"topic-article": "Topic article",
|
|
183
|
+
learningpath: "Learning path",
|
|
184
|
+
"learning-path": "Learning path",
|
|
185
|
+
"subject-material": "Subject material",
|
|
186
|
+
"tasks-and-activities": "Task and activities",
|
|
187
|
+
"source-material": "Source material",
|
|
188
|
+
"assessment-resources": "Assessment resource",
|
|
189
|
+
topic: "Topic",
|
|
190
|
+
multidisciplinary: "Multidisciplinary case",
|
|
191
|
+
image: "Image",
|
|
192
|
+
concept: "Concept",
|
|
193
|
+
audio: "Audio",
|
|
194
|
+
podcast: "Podcast",
|
|
195
|
+
h5p: "H5P",
|
|
196
|
+
video: "Video",
|
|
197
|
+
missing: "Unknown",
|
|
198
|
+
external: "External",
|
|
199
|
+
gloss: "Gloss",
|
|
200
|
+
programme: "Programme",
|
|
201
|
+
"podcast-series": "Podcast series",
|
|
202
|
+
"frontpage-article": "About NDLA article"
|
|
203
|
+
},
|
|
204
|
+
languages: {
|
|
205
|
+
nb: "Norwegian Bokmål",
|
|
206
|
+
nn: "Norwegian Nynorsk",
|
|
207
|
+
en: "English",
|
|
208
|
+
fr: "French",
|
|
209
|
+
de: "German",
|
|
210
|
+
se: "Northern Sami",
|
|
211
|
+
sma: "Southern Sami",
|
|
212
|
+
es: "Spanish",
|
|
213
|
+
zh: "Chinese",
|
|
214
|
+
ukr: "Ukranian",
|
|
215
|
+
unknown: "Unknown",
|
|
216
|
+
prefixChangeLanguage: "Choose language"
|
|
217
|
+
},
|
|
218
|
+
breadcrumb: {
|
|
219
|
+
toFrontpage: "NDLA frontpage",
|
|
220
|
+
breadcrumb: "Breadcrumb"
|
|
221
|
+
},
|
|
222
|
+
codeBlock: {
|
|
223
|
+
copiedCode: "Copied code",
|
|
224
|
+
copyCode: "Copy code"
|
|
225
|
+
},
|
|
226
|
+
cancel: "Cancel",
|
|
227
|
+
close: "Close",
|
|
228
|
+
loading: "Loading",
|
|
229
|
+
title: "Title",
|
|
230
|
+
save: "Save",
|
|
231
|
+
email: "Email",
|
|
232
|
+
finished: "Finished",
|
|
233
|
+
audio: {
|
|
234
|
+
play: "Play",
|
|
235
|
+
pause: "Pause",
|
|
236
|
+
progressBar: "Progress bar",
|
|
237
|
+
valueText: "{{start}} of {{end}}",
|
|
238
|
+
controls: {
|
|
239
|
+
forward15sec: "Forward 15 seconds",
|
|
240
|
+
rewind15sec: "Rewind 15 seconds",
|
|
241
|
+
selectSpeed: "Choose speed",
|
|
242
|
+
adjustVolume: "Adjust volume"
|
|
243
|
+
},
|
|
244
|
+
textVersion: {
|
|
245
|
+
heading: "Text version",
|
|
246
|
+
close: "Close text version"
|
|
247
|
+
},
|
|
248
|
+
readMoreDescriptionLabel: "Show more",
|
|
249
|
+
readLessDescriptionLabel: "Show less"
|
|
250
|
+
},
|
|
251
|
+
source: "Source",
|
|
252
|
+
related: {
|
|
253
|
+
title: "Related content",
|
|
254
|
+
linkInfo: "Web page at",
|
|
255
|
+
showMore: "Show more related content",
|
|
256
|
+
showLess: "Show less"
|
|
257
|
+
},
|
|
258
|
+
download: "Download file: ",
|
|
259
|
+
factbox: {
|
|
260
|
+
open: "Open fact box",
|
|
261
|
+
close: "Close fact box"
|
|
262
|
+
},
|
|
263
|
+
embed: {
|
|
264
|
+
linkError: "Failed to show link.",
|
|
265
|
+
unsupported: `Embed {{type}} not supported.`,
|
|
266
|
+
embedError: `An error occurred while loading the {{type}}. Try reloading the page.`,
|
|
267
|
+
type: {
|
|
268
|
+
image: "Image",
|
|
269
|
+
video: "Video",
|
|
270
|
+
audio: "Audio",
|
|
271
|
+
podcast: "Podcast",
|
|
272
|
+
concept: "Concept",
|
|
273
|
+
h5p: "H5P",
|
|
274
|
+
external: "External resource",
|
|
275
|
+
gloss: "Gloss",
|
|
276
|
+
copyright: "Text",
|
|
277
|
+
code: "Code block",
|
|
278
|
+
disclaimer: "Accessibility warning"
|
|
279
|
+
}
|
|
280
|
+
},
|
|
281
|
+
uuDisclaimer: { title: "Accessibility" },
|
|
282
|
+
gloss: {
|
|
283
|
+
examples: "Examples",
|
|
284
|
+
showExamples: "Show examples",
|
|
285
|
+
wordClass: "Word class",
|
|
286
|
+
play: "Play gloss",
|
|
287
|
+
transcriptions: {
|
|
288
|
+
traditional: "Traditional spelling",
|
|
289
|
+
pinyin: "Pinyin"
|
|
290
|
+
}
|
|
291
|
+
},
|
|
292
|
+
wordClass: {
|
|
293
|
+
[wordClass.wordClass.adjective]: "Adjective",
|
|
294
|
+
[wordClass.wordClass.adverb]: "Adverb",
|
|
295
|
+
[wordClass.wordClass.properNoun]: "Proper Noun",
|
|
296
|
+
[wordClass.wordClass.auxiliary]: "Auxiliary",
|
|
297
|
+
[wordClass.wordClass.complement]: "Complement",
|
|
298
|
+
[wordClass.wordClass.conjunction]: "Conjunction",
|
|
299
|
+
[wordClass.wordClass.coverb]: "Coverb",
|
|
300
|
+
[wordClass.wordClass.determiner]: "Determiner",
|
|
301
|
+
[wordClass.wordClass.interjection]: "Interjection",
|
|
302
|
+
[wordClass.wordClass.quantifier]: "Quantifier",
|
|
303
|
+
[wordClass.wordClass.marker]: "Marker",
|
|
304
|
+
[wordClass.wordClass.modalVerb]: "Modal Verb",
|
|
305
|
+
[wordClass.wordClass.measureWord]: "Measure Word",
|
|
306
|
+
[wordClass.wordClass.noun]: "Noun",
|
|
307
|
+
[wordClass.wordClass["noun-zh"]]: "Noun",
|
|
308
|
+
[wordClass.wordClass.nounPhrase]: "Noun Phrase",
|
|
309
|
+
[wordClass.wordClass.onomatopoeia]: "Onomatopoeia",
|
|
310
|
+
[wordClass.wordClass.particle]: "Particle",
|
|
311
|
+
[wordClass.wordClass.demonstrative]: "Demonstrative",
|
|
312
|
+
[wordClass.wordClass.personalPronoun]: "Personal Pronoun",
|
|
313
|
+
[wordClass.wordClass.preposition]: "Preposition",
|
|
314
|
+
[wordClass.wordClass.pronoun]: "Pronoun",
|
|
315
|
+
[wordClass.wordClass.questionWord]: "Question Word",
|
|
316
|
+
[wordClass.wordClass.locationWord]: "Location Word",
|
|
317
|
+
[wordClass.wordClass.suffix]: "Suffix",
|
|
318
|
+
[wordClass.wordClass.numeral]: "Numeral",
|
|
319
|
+
[wordClass.wordClass.timeWord]: "Time word",
|
|
320
|
+
[wordClass.wordClass.timeExpression]: "Time Expression",
|
|
321
|
+
[wordClass.wordClass.stativeVerb]: "Stative Verb",
|
|
322
|
+
[wordClass.wordClass.subordinatingConjunction]: "Subordinating Conjunction",
|
|
323
|
+
[wordClass.wordClass.exclamationWord]: "Exclamation Word",
|
|
324
|
+
[wordClass.wordClass.expression]: "Expression",
|
|
325
|
+
[wordClass.wordClass.verb]: "Verb",
|
|
326
|
+
[wordClass.wordClass.verbComplement]: "Verb-Complement",
|
|
327
|
+
[wordClass.wordClass.verbObject]: "Verb-Object"
|
|
328
|
+
},
|
|
329
|
+
login: "Log in",
|
|
330
|
+
component: {
|
|
331
|
+
tagsInput: {
|
|
332
|
+
clearTriggerLabel: "Clear all tags",
|
|
333
|
+
deleteTagTriggerLabel: "Remove tag {{tag}}",
|
|
334
|
+
tagAdded: "Added tag {{tag}}",
|
|
335
|
+
tagsPasted: "Pasted {{length}} tags",
|
|
336
|
+
tagEdited: "Edited tag {{tag}}. Press enter to save, or escape to cancel.",
|
|
337
|
+
tagUpdated: "Tag updated to {{tag}}",
|
|
338
|
+
tagDeleted: "Tag {{tag}} deleted",
|
|
339
|
+
tagSelected: "Tag {{tag}} selected. Press enter to edit. Press backspace or delete to delete."
|
|
340
|
+
},
|
|
341
|
+
combobox: {
|
|
342
|
+
triggerLabel: "Show suggestions",
|
|
343
|
+
clearTriggerLabel: "Clear selection"
|
|
344
|
+
},
|
|
345
|
+
pagination: {
|
|
346
|
+
rootLabel: "Pagination",
|
|
347
|
+
prevTriggerLabel: "Previous page",
|
|
348
|
+
nextTriggerLabel: "Next page",
|
|
349
|
+
lastPage: "Last page, page {{page}}",
|
|
350
|
+
page: "Page {{page}}"
|
|
351
|
+
},
|
|
352
|
+
imageSearch: {
|
|
353
|
+
searchPlaceholder: "Search images",
|
|
354
|
+
searchButtonTitle: "Search",
|
|
355
|
+
imagePreview: {
|
|
356
|
+
creatorsLabel: "Image",
|
|
357
|
+
license: "License",
|
|
358
|
+
caption: "Caption",
|
|
359
|
+
altText: "Alt-text",
|
|
360
|
+
modelRelease: "Model released",
|
|
361
|
+
tags: "Tags",
|
|
362
|
+
checkboxLabel: "Set as meta image",
|
|
363
|
+
close: "Close",
|
|
364
|
+
useImageTitle: "Use image"
|
|
365
|
+
}
|
|
366
|
+
},
|
|
367
|
+
audioSearch: {
|
|
368
|
+
searchPlaceholder: "Search in audio files",
|
|
369
|
+
searchButtonTitle: "Search",
|
|
370
|
+
useAudio: "Chose audio",
|
|
371
|
+
noResults: "No audio files found"
|
|
372
|
+
},
|
|
373
|
+
videoSearch: {
|
|
374
|
+
searchPlaceholder: "Search videos",
|
|
375
|
+
searchButtonTitle: "Search",
|
|
376
|
+
loadMoreVideos: "Load more videos",
|
|
377
|
+
noResults: "No videos found",
|
|
378
|
+
addVideo: "Use video",
|
|
379
|
+
previewVideo: "Preview",
|
|
380
|
+
is360Video: "VR video",
|
|
381
|
+
close: "Lukk"
|
|
382
|
+
},
|
|
383
|
+
datePicker: {
|
|
384
|
+
dayCell: {
|
|
385
|
+
unavailable: "Unavailable date. {{date}}",
|
|
386
|
+
selected: "Selected date. {{date}}",
|
|
387
|
+
select: "Select date. {{date}}"
|
|
388
|
+
},
|
|
389
|
+
nextTrigger: {
|
|
390
|
+
day: "Go to next month",
|
|
391
|
+
month: "Go to next year",
|
|
392
|
+
year: "Go to next decade"
|
|
393
|
+
},
|
|
394
|
+
prevTrigger: {
|
|
395
|
+
day: "Go to previous month",
|
|
396
|
+
month: "Go to previous year",
|
|
397
|
+
year: "Go to previous decade"
|
|
398
|
+
},
|
|
399
|
+
monthSelect: "Select month",
|
|
400
|
+
yearSelect: "Select year",
|
|
401
|
+
viewTrigger: {
|
|
402
|
+
day: "Switch to day view",
|
|
403
|
+
month: "Switch to month view",
|
|
404
|
+
year: "Switch to year view"
|
|
405
|
+
},
|
|
406
|
+
presetTrigger: {
|
|
407
|
+
single: "Select {{date}}",
|
|
408
|
+
range: "Select from {{start}} to {{end}}"
|
|
409
|
+
},
|
|
410
|
+
clearTrigger: "Clear selected dates",
|
|
411
|
+
trigger: {
|
|
412
|
+
open: "Open date picker",
|
|
413
|
+
close: "Close date picker"
|
|
414
|
+
},
|
|
415
|
+
content: "Calendar"
|
|
416
|
+
}
|
|
417
|
+
},
|
|
418
|
+
richTextEditor: { tooltip: {
|
|
419
|
+
bold: "Bold ({{shortcut}})",
|
|
420
|
+
code: "Code ({{shortcut}})",
|
|
421
|
+
sub: "Subscript ({{shortcut}})",
|
|
422
|
+
sup: "Superscript ({{shortcut}})",
|
|
423
|
+
underlined: "Underlined ({{shortcut}})",
|
|
424
|
+
italic: "Italic ({{shortcut}})",
|
|
425
|
+
"numbered-list": "Numbered list ({{shortcut}})",
|
|
426
|
+
"letter-list": "Alphabetical list ({{shortcut}})",
|
|
427
|
+
"bulleted-list": "Bulleted list ({{shortcut}})",
|
|
428
|
+
heading: "Heading {{level}} ({{shortcut}})",
|
|
429
|
+
paragraph: "Paragraph ({{shortcut}})",
|
|
430
|
+
section: "Section ({{shortcut}})",
|
|
431
|
+
link: "Link ({{shortcut}})"
|
|
432
|
+
} }
|
|
461
433
|
};
|
|
462
|
-
|
|
434
|
+
var messages_en_default = messages;
|
|
435
|
+
|
|
436
|
+
//#endregion
|
|
437
|
+
export { messages_en_default };
|
|
438
|
+
//# sourceMappingURL=messages-en.js.map
|