@ndla/ui 56.0.105-alpha.0 → 56.0.107-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/dist/panda.buildinfo.json +0 -1
- package/dist/styles.css +0 -4
- package/es/Article/Article.js +1 -1
- package/es/ErrorMessage/index.js +0 -1
- package/es/i18n/i18n.js +2 -14
- package/es/index.js +1 -2
- package/es/locale/messages-en.js +1 -1105
- package/es/locale/messages-nb.js +1 -1105
- package/es/locale/messages-nn.js +1 -1105
- package/es/locale/messages-se.js +1 -1105
- package/lib/Article/Article.js +2 -2
- package/lib/ErrorMessage/index.d.ts +0 -1
- package/lib/ErrorMessage/index.js +0 -7
- package/lib/i18n/i18n.d.ts +1 -1
- package/lib/i18n/i18n.js +2 -14
- package/lib/index.d.ts +1 -2
- package/lib/index.js +1 -14
- package/lib/locale/messages-en.d.ts +0 -1103
- package/lib/locale/messages-en.js +1 -1105
- package/lib/locale/messages-nb.d.ts +0 -1103
- package/lib/locale/messages-nb.js +1 -1105
- package/lib/locale/messages-nn.d.ts +0 -1103
- package/lib/locale/messages-nn.js +1 -1105
- package/lib/locale/messages-se.d.ts +0 -1103
- package/lib/locale/messages-se.js +1 -1105
- package/package.json +9 -10
- package/src/Article/Article.tsx +1 -2
- package/src/ErrorMessage/index.ts +0 -2
- package/src/i18n/i18n.ts +2 -15
- package/src/index.ts +1 -2
- package/src/locale/__tests__/translations-test.ts +0 -5
- package/src/locale/messages-en.ts +0 -1138
- package/src/locale/messages-nb.ts +0 -1138
- package/src/locale/messages-nn.ts +0 -1137
- package/src/locale/messages-se.ts +0 -1138
- package/es/ErrorMessage/ErrorResourceAccessDenied.js +0 -49
- package/es/locale/messages-sma.js +0 -1531
- package/lib/ErrorMessage/ErrorResourceAccessDenied.d.ts +0 -12
- package/lib/ErrorMessage/ErrorResourceAccessDenied.js +0 -55
- package/lib/locale/messages-sma.d.ts +0 -1487
- package/lib/locale/messages-sma.js +0 -1538
- package/src/ErrorMessage/ErrorResourceAccessDenied.tsx +0 -48
- package/src/locale/messages-sma.ts +0 -1566
package/es/locale/messages-en.js
CHANGED
|
@@ -13,101 +13,9 @@ const {
|
|
|
13
13
|
subjectTypes,
|
|
14
14
|
wordClass
|
|
15
15
|
} = constants;
|
|
16
|
-
const titleTemplate = " - NDLA";
|
|
17
16
|
const messages = {
|
|
18
17
|
...contributorTypes.en,
|
|
19
|
-
common: {
|
|
20
|
-
subject: "Subject",
|
|
21
|
-
subject_plural: "Subjects"
|
|
22
|
-
},
|
|
23
|
-
treeStructure: {
|
|
24
|
-
folderChildOptions: {
|
|
25
|
-
edit: "Edit foldername",
|
|
26
|
-
delete: "Delete"
|
|
27
|
-
},
|
|
28
|
-
hideFolders: "Hide all folders",
|
|
29
|
-
showFolders: "Show all folders",
|
|
30
|
-
createFolder: "Create folder",
|
|
31
|
-
maxFoldersAlreadyAdded: "Maximum subfolders reached",
|
|
32
|
-
newFolder: {
|
|
33
|
-
placeholder: "Add foldername",
|
|
34
|
-
defaultName: "New folder",
|
|
35
|
-
folderName: "Folder name"
|
|
36
|
-
}
|
|
37
|
-
},
|
|
38
|
-
tagSelector: {
|
|
39
|
-
aria: {
|
|
40
|
-
screenReaderStatus: "{{count}} results available",
|
|
41
|
-
disabled: "disabled",
|
|
42
|
-
selected: "selected",
|
|
43
|
-
focused: "focused",
|
|
44
|
-
guidance: {
|
|
45
|
-
menu: {
|
|
46
|
-
updown: "Use Up and Down to choose tags",
|
|
47
|
-
enter: "press Enter to select the currently focused tag",
|
|
48
|
-
escape: "press Escape to exit the menu",
|
|
49
|
-
tab: "press Tab to select the tag and exit the menu"
|
|
50
|
-
},
|
|
51
|
-
input: {
|
|
52
|
-
select: "Tag menu",
|
|
53
|
-
focused: "is focused",
|
|
54
|
-
refine: "type to refine list",
|
|
55
|
-
down: "press Down to open the menu",
|
|
56
|
-
left: "press Left to focus selected tags",
|
|
57
|
-
space: "press Space to create new tag"
|
|
58
|
-
},
|
|
59
|
-
value: "Use left and right to toggle between focused tags, press Backspace to remove the currently focused value. The last tag will be removed if none are selected."
|
|
60
|
-
},
|
|
61
|
-
onChange: {
|
|
62
|
-
deselect: "tag {{label}}, deselected.",
|
|
63
|
-
clear: "All selected options have been cleared.",
|
|
64
|
-
initialFocus: `Tags {{labels}}, selected.`,
|
|
65
|
-
selectedDisabled: "Tag {{label}} is disabled. Select another option.",
|
|
66
|
-
selected: "Tag {{label}}, selected."
|
|
67
|
-
},
|
|
68
|
-
onFocus: {
|
|
69
|
-
value: "tag {{label}} focused, {{position}}.",
|
|
70
|
-
menu: "tag {{label}} {{status}}, {{position}}.",
|
|
71
|
-
of: "of"
|
|
72
|
-
},
|
|
73
|
-
onFilter: " for search term "
|
|
74
|
-
},
|
|
75
|
-
noOptions: "No options",
|
|
76
|
-
label: "Add tag",
|
|
77
|
-
createLabel: "Add tag {{tag}}",
|
|
78
|
-
placeholder: "Enter tag name",
|
|
79
|
-
removeTag: "Remove tag {{name}}",
|
|
80
|
-
hideTags: "Hide tags",
|
|
81
|
-
showTags: "Show tags"
|
|
82
|
-
},
|
|
83
|
-
htmlTitles: {
|
|
84
|
-
titleTemplate,
|
|
85
|
-
welcomePage: `Frontpage${titleTemplate}`,
|
|
86
|
-
topicPage: "Topic",
|
|
87
|
-
subjectsPage: `Choose subjects${titleTemplate}`,
|
|
88
|
-
searchPage: `Search${titleTemplate}`,
|
|
89
|
-
notFound: `Page not found${titleTemplate}`
|
|
90
|
-
},
|
|
91
18
|
askNDLA: "Ask NDLA",
|
|
92
|
-
articlePage: {
|
|
93
|
-
errorDescription: "Sorry, an error occurred while loading the resource.",
|
|
94
|
-
error404Description: "Sorry, we can't locate the resource you are looking for."
|
|
95
|
-
},
|
|
96
|
-
notFoundPage: {
|
|
97
|
-
title: "Page not found",
|
|
98
|
-
errorDescription: "We can't seem to find the page you are looking for."
|
|
99
|
-
},
|
|
100
|
-
movedResourcePage: {
|
|
101
|
-
title: "The page has been moved, but you can find it here:"
|
|
102
|
-
},
|
|
103
|
-
unpublishedResourcePage: {
|
|
104
|
-
title: "Resource is unpublished",
|
|
105
|
-
errorDescription: "The resource you are looking for has been unpublished."
|
|
106
|
-
},
|
|
107
|
-
lti: {
|
|
108
|
-
embed: "Embed",
|
|
109
|
-
notSupported: "It did not work to auto-insert the content. You can copy the source code and add it to your content."
|
|
110
|
-
},
|
|
111
19
|
subjectCategories: {
|
|
112
20
|
[subjectCategories.ACTIVE_SUBJECTS]: "Active",
|
|
113
21
|
[subjectCategories.ARCHIVE_SUBJECTS]: "Expired",
|
|
@@ -120,248 +28,30 @@ const messages = {
|
|
|
120
28
|
[subjectTypes.RESOURCE_COLLECTION]: "Resource collection",
|
|
121
29
|
[subjectTypes.SUBJECT]: "Subject"
|
|
122
30
|
},
|
|
123
|
-
searchPage: {
|
|
124
|
-
noHits: "Your search - {{query}} - did not match any articles. ",
|
|
125
|
-
noHitsShort: "No results for search: {{query}}",
|
|
126
|
-
removeFilterSuggestion: "Try removing filters",
|
|
127
|
-
close: "Close",
|
|
128
|
-
abilities: "Abilities",
|
|
129
|
-
search: "Search",
|
|
130
|
-
searchFieldPlaceholder: "Search for subjects, tasks and activities or learningpaths",
|
|
131
|
-
searchFieldPlaceholderShort: "Search",
|
|
132
|
-
label: {
|
|
133
|
-
subjects: "Subjects"
|
|
134
|
-
},
|
|
135
|
-
includes: "Includes:",
|
|
136
|
-
searchField: {
|
|
137
|
-
contentTypeResultShowMoreLabel: "Show more results",
|
|
138
|
-
contentTypeResultShowLessLabel: "Show less results",
|
|
139
|
-
allResultButtonText: "Show all results",
|
|
140
|
-
searchResultHeading: "Proposals:",
|
|
141
|
-
contentTypeResultNoHit: "No results"
|
|
142
|
-
},
|
|
143
|
-
searchResultListMessages: {
|
|
144
|
-
subjectsLabel: "Open in subject:",
|
|
145
|
-
noResultHeading: "Hmm, no content ...",
|
|
146
|
-
noResultDescription: "Unfortunately, we do not have anything to offer here. If you want to suggest any content for this site, you can use Ask NDLA, located at the bottom right of the screen."
|
|
147
|
-
},
|
|
148
|
-
searchFilterMessages: {
|
|
149
|
-
backButton: "Back to filter",
|
|
150
|
-
filterLabel: "Search-filter",
|
|
151
|
-
confirmButton: "Refresh filter",
|
|
152
|
-
hasValuesButtonText: "More subjects",
|
|
153
|
-
noValuesButtonText: "Filter by subjects",
|
|
154
|
-
useFilter: "Use filter",
|
|
155
|
-
closeFilter: "Close filter",
|
|
156
|
-
removeFilter: "Remove filter {{filterName}}",
|
|
157
|
-
additionalSubjectFilters: "+ {{count}} subjects",
|
|
158
|
-
coreRelevance: "Core content",
|
|
159
|
-
supplementaryRelevance: "Supplementary content",
|
|
160
|
-
resourceTypeFilter: {
|
|
161
|
-
heading: "Content type filter",
|
|
162
|
-
button: "Content type filter"
|
|
163
|
-
}
|
|
164
|
-
},
|
|
165
|
-
resultType: {
|
|
166
|
-
showing: "Showing {{count}} of {{totalCount}} {{contentType}}",
|
|
167
|
-
showingAll: "Showing all",
|
|
168
|
-
showMore: "Show more",
|
|
169
|
-
showAll: "Show all",
|
|
170
|
-
toTopOfPage: "To top of page",
|
|
171
|
-
toSubjectPageLabel: "Go to subject page",
|
|
172
|
-
all: "All",
|
|
173
|
-
allContentTypes: "All content-types",
|
|
174
|
-
hits: "{{count}} hits",
|
|
175
|
-
showingSearchPhrase: "Showing hits for",
|
|
176
|
-
searchPhraseSuggestion: "Search instead for",
|
|
177
|
-
showingCompetenceGoalSearchPhrase: "Showing results for competence goals {text}",
|
|
178
|
-
notionLabels: "Used in",
|
|
179
|
-
notionsHeading: "Explanations",
|
|
180
|
-
notionsRemove: "Remove",
|
|
181
|
-
showVideo: "Watch video",
|
|
182
|
-
concept: "Concept",
|
|
183
|
-
gridView: "Grid-view",
|
|
184
|
-
listView: "List-view",
|
|
185
|
-
gloss: "Gloss"
|
|
186
|
-
},
|
|
187
|
-
contextModal: {
|
|
188
|
-
button: "+ {{count}} more contexts",
|
|
189
|
-
heading: "The resource is used in several contexts",
|
|
190
|
-
ariaLabel: "View more contexts"
|
|
191
|
-
}
|
|
192
|
-
},
|
|
193
|
-
subjectPage: {
|
|
194
|
-
tabs: {
|
|
195
|
-
topics: "Topics"
|
|
196
|
-
}
|
|
197
|
-
},
|
|
198
|
-
subjectsPage: {
|
|
199
|
-
filterSubjects: "Filter subjects",
|
|
200
|
-
scrollToGroup: "Scroll to group",
|
|
201
|
-
goToTop: "Scroll to top",
|
|
202
|
-
alphabeticSort: "Subjects grouped alphabetically",
|
|
203
|
-
subjectGroup: 'Group "{{ category }}"',
|
|
204
|
-
allSubjects: "All subjects",
|
|
205
|
-
myFavoriteSubjects: "Your favorite subjects",
|
|
206
|
-
chooseSubject: "Choose subject",
|
|
207
|
-
errorDescription: "Sorry, an error occurred while loading the subjects.",
|
|
208
|
-
confirmRemove: "Are you sure you want to remove {{subject}} from your favorite subjects?",
|
|
209
|
-
addFavorite: "Add favorite subject",
|
|
210
|
-
removeFavorite: "Remove favorite subject",
|
|
211
|
-
removeConfirmed: "{{subject}} is removed from your favorite subjects",
|
|
212
|
-
addConfirmed: "{{subject}} is added to your favorite subjects",
|
|
213
|
-
subjectFavoritePitch: "Do you want to favorite this subject?",
|
|
214
|
-
subjectFavoriteGuide: "To favorite a subject you must log in to My NDLA. You will find the subject on the top of this page after logging in.",
|
|
215
|
-
shows: "Shows"
|
|
216
|
-
},
|
|
217
|
-
topicPage: {
|
|
218
|
-
topic: "TOPIC",
|
|
219
|
-
topics: "Topics",
|
|
220
|
-
imageModal: "View full size image"
|
|
221
|
-
},
|
|
222
|
-
welcomePage: {
|
|
223
|
-
resetSearch: "Empty search",
|
|
224
|
-
searchAllInfo: "View all results",
|
|
225
|
-
heading: {
|
|
226
|
-
heading: "The Norwegian Digital Learning Arena"
|
|
227
|
-
}
|
|
228
|
-
},
|
|
229
|
-
toolboxPage: {
|
|
230
|
-
introduction: "What will it mean to work exploratory? How can you learn better? What is needed in order to make group work function? In the toolbox both students and teach find resources that are current for every subject, and that support learning work and development of knowledge, skills and understanding."
|
|
231
|
-
},
|
|
232
31
|
meta: {
|
|
233
32
|
description: "Norwegian Digital Learning Arena, Open Educational Resources for upper secondary education.",
|
|
234
33
|
keywords: "open educational resources,teaching,learning"
|
|
235
34
|
},
|
|
236
|
-
masthead: {
|
|
237
|
-
skipToContent: "Skip to content",
|
|
238
|
-
menuOptions: {
|
|
239
|
-
programme: "Programmes",
|
|
240
|
-
subjects: "Subjects",
|
|
241
|
-
multidisciplinarySubjects: "Multidisciplinary subjects",
|
|
242
|
-
toolboxStudents: "Toolbox - for students",
|
|
243
|
-
toolboxTeachers: "Toolbox - for teachers",
|
|
244
|
-
film: "NDLA film"
|
|
245
|
-
},
|
|
246
|
-
menu: {
|
|
247
|
-
button: "Menu",
|
|
248
|
-
goToMainMenu: "Go to main menu",
|
|
249
|
-
search: "Search",
|
|
250
|
-
modalLabel: "Choose content",
|
|
251
|
-
title: "Open menu"
|
|
252
|
-
}
|
|
253
|
-
},
|
|
254
35
|
logo: {
|
|
255
36
|
altText: "The Norwegian Digital Learning Arena"
|
|
256
37
|
},
|
|
257
|
-
resource: {
|
|
258
|
-
noCoreResourcesAvailableUnspecific: "There is no core content available.",
|
|
259
|
-
noCoreResourcesAvailable: "There is no core content available for {{name}}.",
|
|
260
|
-
activateAdditionalResources: "Show additional content",
|
|
261
|
-
toggleFilterLabel: "Show additional content",
|
|
262
|
-
label: "Learning content",
|
|
263
|
-
tooltipCoreTopic: "Core content",
|
|
264
|
-
tooltipAdditionalTopic: "Additional content",
|
|
265
|
-
additionalTooltip: "Additional content is not on the curriculum",
|
|
266
|
-
dialogTooltip: "What is core content and additional content?",
|
|
267
|
-
dialogHeading: "Core content and additional content",
|
|
268
|
-
dialogText1: "As you learn the core content, you acquire the skills described in the curriculum for the subject.",
|
|
269
|
-
dialogText2: "Additional content is content in the subject that you can choose in addition to the core material. Through the additional subject, you can immerse yourself in a topic or approach yourself in a different way.",
|
|
270
|
-
youAreHere: "You are here",
|
|
271
|
-
trait: {
|
|
272
|
-
audio: "Audio",
|
|
273
|
-
h5p: "Interactive",
|
|
274
|
-
podcast: "Podcast",
|
|
275
|
-
video: "Video"
|
|
276
|
-
}
|
|
277
|
-
},
|
|
278
|
-
messageBoxInfo: {
|
|
279
|
-
outdatedCoursePlan: "This course is not updated to the current curriculum. Follow this link to find the updated version of the course: ",
|
|
280
|
-
updateBrowser: "Your browser is outdated. Update it, or find a safe and updated browser on https://browsehappy.com.",
|
|
281
|
-
noContent: "We are sorry, but we do not yet offer any program courses.",
|
|
282
|
-
feide: "This resource is accessible only to teachers who are logged in with Feide.",
|
|
283
|
-
resources: "This is not a complete course, but a collection of resources we hope you will find useful.",
|
|
284
|
-
subjectOutdated: "This course is not updated to the current curriculum.",
|
|
285
|
-
subjectFuture: "This course is for a future curriculum.",
|
|
286
|
-
subjectBeta: "This course is under development. New resources are being added continously.",
|
|
287
|
-
newVersion: "This learning resource is not updated to the current curriculum. You can find an updated version here: ",
|
|
288
|
-
frontPageBeta: "Revised subjects have been revised in accordance with the new curriculum that will be put into effect from the next school year. We hope, however, that the learning resources available by now may come in useful already.",
|
|
289
|
-
frontPageExpired: "Expired subjects are not being taught any longer, but it may still be possible to take exams in these subjects."
|
|
290
|
-
},
|
|
291
38
|
article: {
|
|
292
|
-
edition: "Edition",
|
|
293
|
-
publisher: "Publisher",
|
|
294
39
|
lastUpdated: "Last revised date",
|
|
295
|
-
closeLabel: "Close",
|
|
296
40
|
useContent: "Cite or reuse?",
|
|
297
|
-
additionalLabel: "Additional content",
|
|
298
|
-
urlContributionsLabel: "See {{name}}`s contributions",
|
|
299
|
-
urlAuthorLabel: "Read more about {{name}}",
|
|
300
|
-
multipleAuthorsLabelAbbreviation: "et al.",
|
|
301
41
|
authorsLabel: "Written by: {{names}}",
|
|
302
42
|
authorsLabelLearningpath: "Made by {{names}}",
|
|
303
|
-
multipleAuthorsLabelAriaConjunction: "and",
|
|
304
|
-
copyPageLink: "Copy page-link",
|
|
305
43
|
copyPageLinkCopied: "Link copied",
|
|
306
44
|
copyHeaderLink: "Copy link to header",
|
|
307
45
|
conjunction: "and",
|
|
308
46
|
supplierLabel: "Rightsholder: {{name}}",
|
|
309
47
|
multipleSuppliersLabel: "Rightsholders: {{names}}",
|
|
310
|
-
writtenBy: "Written by {{authors}}",
|
|
311
|
-
cite: "Cite content",
|
|
312
|
-
notionsPrompt: "Do you know the notions?",
|
|
313
|
-
citeNotion: "Cite this explanation",
|
|
314
48
|
printPage: "Print text",
|
|
315
49
|
access: {
|
|
316
50
|
onlyTeacher: "This resource is accessible only to teachers who are logged in with Feide."
|
|
317
51
|
},
|
|
318
|
-
possiblyOutdated: "The article is outdated",
|
|
319
52
|
footnotes: "Footnotes"
|
|
320
53
|
},
|
|
321
|
-
competenceGoals: {
|
|
322
|
-
competenceGoal: "competence-goal",
|
|
323
|
-
title: "Competence goals and curriculum ",
|
|
324
|
-
modalText: "Explore curriculum links",
|
|
325
|
-
closeCompetenceGoals: "Close competence goals",
|
|
326
|
-
showCompetenceGoals: "Show competence goals",
|
|
327
|
-
openCompentenceGoalsFilter: "Filter competence goals",
|
|
328
|
-
useCompentenceGoalsFilter: "Use filter",
|
|
329
|
-
closeCompentenceGoalsFilter: "Close filter",
|
|
330
|
-
competenceGoalsNarrowBackButton: "Go back",
|
|
331
|
-
competenceGoalResourceSearchText: "View resources for {{code}}",
|
|
332
|
-
coreResourceSearchText: "View resources to core element {{code}}",
|
|
333
|
-
competenceGoalShowExtra: "Show",
|
|
334
|
-
competenceGoalCloseExtra: "Hide",
|
|
335
|
-
competenceCoreLabel: "Core element",
|
|
336
|
-
competenceTopicLabel: "Interdisciplinary theme",
|
|
337
|
-
competenceSubjectLabel: "Topic",
|
|
338
|
-
competenceCoreSearchText: "Find resources",
|
|
339
|
-
competenceTopicSearchText: "Find resources",
|
|
340
|
-
competenceSubjectSearchText: "Go to topic page",
|
|
341
|
-
competenceGoalClose: "Close",
|
|
342
|
-
competenceGoalTitle: "The pupil is expected to be able to:",
|
|
343
|
-
competenceTabLK20label: "Competence goal",
|
|
344
|
-
competenceTabLK20Tooltip: "Show competence goals",
|
|
345
|
-
competenceTabCorelabel: "Core element",
|
|
346
|
-
competenceTabCoreTooltip: "Show core elements",
|
|
347
|
-
competenceGoalItem: {
|
|
348
|
-
title: "Competence goals and assessment"
|
|
349
|
-
},
|
|
350
|
-
licenseData: "Containing data under",
|
|
351
|
-
licenseFrom: "published at"
|
|
352
|
-
},
|
|
353
|
-
subjectFrontPage: {
|
|
354
|
-
buildsOn: "Builds on",
|
|
355
|
-
connectedTo: "Common programme subject with",
|
|
356
|
-
leadsTo: "Leads to"
|
|
357
|
-
},
|
|
358
|
-
accordion: {
|
|
359
|
-
closeAll: "Close all",
|
|
360
|
-
openAll: "Open all"
|
|
361
|
-
},
|
|
362
54
|
license: {
|
|
363
|
-
heading: "How to reuse content",
|
|
364
|
-
copy: "Copy",
|
|
365
55
|
tabs: {
|
|
366
56
|
text: "Text",
|
|
367
57
|
images: "Images",
|
|
@@ -479,7 +169,6 @@ const messages = {
|
|
|
479
169
|
ariaLabel: "Open video in new window"
|
|
480
170
|
}
|
|
481
171
|
},
|
|
482
|
-
learnMore: "Learn more about open licenses",
|
|
483
172
|
copyTitle: "Copy source reference",
|
|
484
173
|
embed: "Embed",
|
|
485
174
|
embedCopied: "Copied embed code!",
|
|
@@ -495,17 +184,11 @@ const messages = {
|
|
|
495
184
|
hasCopiedTitle: "Copied!",
|
|
496
185
|
download: "Download",
|
|
497
186
|
openLink: "Open in new tab",
|
|
498
|
-
|
|
499
|
-
originator: "Originator",
|
|
500
|
-
rightsholder: "Rightsholder",
|
|
501
|
-
processed: "The content has been processed",
|
|
502
|
-
published: "Published",
|
|
503
|
-
info: "License information"
|
|
187
|
+
processed: "The content has been processed"
|
|
504
188
|
},
|
|
505
189
|
errorMessage: {
|
|
506
190
|
title: "Oops, something went wrong",
|
|
507
191
|
description: "Sorry, an error occurred.",
|
|
508
|
-
linksTitle: "Get started:",
|
|
509
192
|
back: "Go back",
|
|
510
193
|
goToFrontPage: "Go to frontpage"
|
|
511
194
|
},
|
|
@@ -515,44 +198,6 @@ const messages = {
|
|
|
515
198
|
original: "Switch to original video"
|
|
516
199
|
}
|
|
517
200
|
},
|
|
518
|
-
footer: {
|
|
519
|
-
aboutNDLA: "About NDLA",
|
|
520
|
-
socialMedia: "Social media",
|
|
521
|
-
selectLanguage: "Choose language (språk): ",
|
|
522
|
-
info: "This webapplication is developed as Open Source code.",
|
|
523
|
-
editorInChief: "Editor in chief:",
|
|
524
|
-
linksHeader: "Contact",
|
|
525
|
-
availabilityLink: "Availability statement",
|
|
526
|
-
privacyLink: "Privacy statement",
|
|
527
|
-
cookiesLink: "Statement about cookies",
|
|
528
|
-
aboutWebsite: "About",
|
|
529
|
-
vision: "We create the learning of the future together",
|
|
530
|
-
followUs: "Follow us",
|
|
531
|
-
socialMediaLinks: {
|
|
532
|
-
facebook: "NDLA on Facebook",
|
|
533
|
-
facebookAria: "Visit NDLA on Facebook",
|
|
534
|
-
newsletter: "Sign up for our Newsletter",
|
|
535
|
-
newsletterAria: "Sign up for our Newsletter",
|
|
536
|
-
youtube: "NDLA on YouTube",
|
|
537
|
-
youtubeAria: "NDLA on YouTube",
|
|
538
|
-
linkedin: "NDLA on LinkedIn",
|
|
539
|
-
linkedinAria: "Visit NDLA on LinkedIn",
|
|
540
|
-
instagram: "NDLA on Instagram",
|
|
541
|
-
instagramAria: "Visit NDLA on Instagram",
|
|
542
|
-
sharePage: "Share this page",
|
|
543
|
-
sharePageAria: "Share this page"
|
|
544
|
-
},
|
|
545
|
-
ndlaLinks: {
|
|
546
|
-
ndla: "ndla.no",
|
|
547
|
-
omNdla: "Om NDLA",
|
|
548
|
-
aboutNdla: "About NDLA",
|
|
549
|
-
blog: "Blog",
|
|
550
|
-
tips: "Tips to students",
|
|
551
|
-
vacancies: "Vacancies",
|
|
552
|
-
contact: "Contact us"
|
|
553
|
-
},
|
|
554
|
-
otherLanguages: "Other languages"
|
|
555
|
-
},
|
|
556
201
|
contentTypes: {
|
|
557
202
|
all: "All",
|
|
558
203
|
article: "Article",
|
|
@@ -579,9 +224,6 @@ const messages = {
|
|
|
579
224
|
"podcast-series": "Podcast series",
|
|
580
225
|
"frontpage-article": "About NDLA article"
|
|
581
226
|
},
|
|
582
|
-
modal: {
|
|
583
|
-
closeModal: "Close"
|
|
584
|
-
},
|
|
585
227
|
languages: {
|
|
586
228
|
nb: "Norwegian Bokmål",
|
|
587
229
|
nn: "Norwegian Nynorsk",
|
|
@@ -596,235 +238,25 @@ const messages = {
|
|
|
596
238
|
unknown: "Unknown",
|
|
597
239
|
prefixChangeLanguage: "Choose language"
|
|
598
240
|
},
|
|
599
|
-
changeLanguage: {
|
|
600
|
-
nb: "Endre språk til bokmål",
|
|
601
|
-
nn: "Endre språk til nynorsk",
|
|
602
|
-
se: "Rievdat giela davvisámegiella",
|
|
603
|
-
sma: "Jarkelh åarjelsaemiene",
|
|
604
|
-
en: "Change language to English"
|
|
605
|
-
},
|
|
606
|
-
currentLanguageText: {
|
|
607
|
-
nb: "Sidene vises på bokmål",
|
|
608
|
-
nn: "Sidene vises på nynorsk",
|
|
609
|
-
se: "Siiddut leat davvisámegiellii",
|
|
610
|
-
sma: "Sæjroeh åarjelsaemiene",
|
|
611
|
-
en: "Not all pages are available in English. These will be shown in Norwegian"
|
|
612
|
-
},
|
|
613
241
|
breadcrumb: {
|
|
614
242
|
toFrontpage: "NDLA frontpage",
|
|
615
243
|
breadcrumb: "Breadcrumb"
|
|
616
244
|
},
|
|
617
|
-
listview: {
|
|
618
|
-
search: {
|
|
619
|
-
placeholder: "Search"
|
|
620
|
-
},
|
|
621
|
-
embedlink: {
|
|
622
|
-
copyTitle: "Copy embed code",
|
|
623
|
-
hasCopiedTitle: "Embed code copied"
|
|
624
|
-
},
|
|
625
|
-
filters: {
|
|
626
|
-
subject: {
|
|
627
|
-
useFilter: "Use filter",
|
|
628
|
-
openFilter: "Choose subject",
|
|
629
|
-
closeFilter: "Close filter"
|
|
630
|
-
},
|
|
631
|
-
category: {
|
|
632
|
-
useFilter: "Use filter",
|
|
633
|
-
openFilter: "Use filter on category",
|
|
634
|
-
closeFilter: "Close filter"
|
|
635
|
-
},
|
|
636
|
-
default: {
|
|
637
|
-
useFilter: "Use filter",
|
|
638
|
-
openFilter: "Filter",
|
|
639
|
-
closeFilter: "Close filter",
|
|
640
|
-
heading: "Filter",
|
|
641
|
-
filteredBy: "Filtered by"
|
|
642
|
-
},
|
|
643
|
-
alphabet: {
|
|
644
|
-
letterFilter: "Filter content by the letter {{letter}}."
|
|
645
|
-
}
|
|
646
|
-
},
|
|
647
|
-
relatedLinks: {
|
|
648
|
-
label: "Related articles"
|
|
649
|
-
},
|
|
650
|
-
hits: "{{count}} hits"
|
|
651
|
-
},
|
|
652
|
-
notions: {
|
|
653
|
-
tags: "List and filters",
|
|
654
|
-
usedIn: "Used in",
|
|
655
|
-
closeNotion: "Close"
|
|
656
|
-
},
|
|
657
|
-
carousel: {
|
|
658
|
-
back: "Slide backwards",
|
|
659
|
-
forward: "Slide forwards"
|
|
660
|
-
},
|
|
661
|
-
codeEditor: {
|
|
662
|
-
title: "ADD",
|
|
663
|
-
titleLabel: "Title:",
|
|
664
|
-
subtitle: "code example",
|
|
665
|
-
languageSelect: "Select language:",
|
|
666
|
-
save: "Save",
|
|
667
|
-
abort: "Abort"
|
|
668
|
-
},
|
|
669
245
|
codeBlock: {
|
|
670
246
|
copiedCode: "Copied code",
|
|
671
|
-
copyButton: "Copy code",
|
|
672
247
|
copyCode: "Copy code"
|
|
673
248
|
},
|
|
674
|
-
ndlaFilm: {
|
|
675
|
-
heading: "NDLA film",
|
|
676
|
-
slideBackwardsLabel: "Scroll backwards",
|
|
677
|
-
slideForwardsLabel: "Scroll forwards",
|
|
678
|
-
movieMatchInCategory: "Matches",
|
|
679
|
-
loadingMovies: "Loading movies..",
|
|
680
|
-
subjectsInMovies: "Subjects in film",
|
|
681
|
-
about: {
|
|
682
|
-
more: "Read more about NDLA film"
|
|
683
|
-
},
|
|
684
|
-
search: {
|
|
685
|
-
placeholder: "Search on moviename",
|
|
686
|
-
categoryFromNdla: "Selected resources from NDLA",
|
|
687
|
-
chooseCategory: "Choose category",
|
|
688
|
-
subjectButton: "Go to subject"
|
|
689
|
-
},
|
|
690
|
-
editor: {
|
|
691
|
-
slideshowHeader: "Slideshow:",
|
|
692
|
-
slideshowTitle: "Movies on slideshow",
|
|
693
|
-
slideshowSubTitle: "on frontpage",
|
|
694
|
-
movieGroupHeader: "Movies themes:",
|
|
695
|
-
addMovieToSlideshow: "Add movie to slideshow",
|
|
696
|
-
addMovieToGroup: 'Add a movie to "{{name}}"',
|
|
697
|
-
editMovieGroupName: "Change the names on this movie group",
|
|
698
|
-
deleteMovieGroup: 'Delete "{{name}}"',
|
|
699
|
-
moveMovieGroupUp: "Move up",
|
|
700
|
-
moveMovieGroupDown: "Move down",
|
|
701
|
-
changeOrder: "Change order",
|
|
702
|
-
removeMovieFromGroup: "Remove movie from group",
|
|
703
|
-
removeMovieFromSlideshow: "Remove movie from slideshow",
|
|
704
|
-
createThemeGroup: "Create new movie group",
|
|
705
|
-
saveNameChanges: "Save changes",
|
|
706
|
-
cancel: "Cancel",
|
|
707
|
-
groupNamePlaceholder: "Write name in {{lang}}",
|
|
708
|
-
editGroupTitle: "Change the name(s) in this movie group:",
|
|
709
|
-
newGroupTitle: "What shall we call the new movie group?"
|
|
710
|
-
}
|
|
711
|
-
},
|
|
712
|
-
filmfrontpage: {
|
|
713
|
-
resourcetype: {
|
|
714
|
-
documentary: "Documentary",
|
|
715
|
-
featureFilm: "Feature film",
|
|
716
|
-
series: "Series",
|
|
717
|
-
shortFilm: "Short film",
|
|
718
|
-
all: "All movies A-Z"
|
|
719
|
-
},
|
|
720
|
-
allMovieGroupTitleLabel: "Movies starting with {{letter}}"
|
|
721
|
-
},
|
|
722
|
-
learningPath: {
|
|
723
|
-
createLearningPathText: "Create your own, copy this or see more learningpaths?",
|
|
724
|
-
createLearningPathButtonText: "Go to learningpaths",
|
|
725
|
-
lastUpdated: "Last updated",
|
|
726
|
-
youAreInALearningPath: "You are now in a learningpath",
|
|
727
|
-
lastStep: {
|
|
728
|
-
heading: "Last step of this learningpath",
|
|
729
|
-
headingSmall: "You are now in the last step of the learningpath {{learningPathName}}",
|
|
730
|
-
topicHeading: "Go to topic:",
|
|
731
|
-
subjectHeading: "Go to subject:"
|
|
732
|
-
},
|
|
733
|
-
openMenuTooltip: "Open menu",
|
|
734
|
-
mobileStepInfo: "{{currentPage}} out of {{totalPages}}",
|
|
735
|
-
nextArrow: "Go to next step",
|
|
736
|
-
previousArrow: "Go to previous step"
|
|
737
|
-
},
|
|
738
|
-
dropdown: {
|
|
739
|
-
numberHits: `Search returned {{hits}} hits`,
|
|
740
|
-
searching: "Searching...",
|
|
741
|
-
create: "Create new",
|
|
742
|
-
isSelectedItem: "Added",
|
|
743
|
-
selected: "{{count}} selected"
|
|
744
|
-
},
|
|
745
|
-
editor: {
|
|
746
|
-
versionHistory: {
|
|
747
|
-
who: "Who",
|
|
748
|
-
when: "When",
|
|
749
|
-
message: "Message",
|
|
750
|
-
status: "Status",
|
|
751
|
-
inputLabel: "Add message:",
|
|
752
|
-
inputPlaceholder: "Write message",
|
|
753
|
-
buttonLabel: "Save"
|
|
754
|
-
}
|
|
755
|
-
},
|
|
756
|
-
createdBy: {
|
|
757
|
-
content: "The resource",
|
|
758
|
-
text: "is retrieved from",
|
|
759
|
-
concept: {
|
|
760
|
-
content: "The concept",
|
|
761
|
-
text: "is created by"
|
|
762
|
-
},
|
|
763
|
-
listing: {
|
|
764
|
-
content: "The list",
|
|
765
|
-
text: "is created by"
|
|
766
|
-
}
|
|
767
|
-
},
|
|
768
|
-
frontpageMultidisciplinarySubject: {
|
|
769
|
-
heading: "Interdisciplinary topics",
|
|
770
|
-
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."
|
|
771
|
-
},
|
|
772
|
-
frontpageMenu: {
|
|
773
|
-
program: "Education programme",
|
|
774
|
-
allsubjects: "All subjects"
|
|
775
|
-
},
|
|
776
|
-
navigation: {
|
|
777
|
-
showLongerDescription: "Show topic description",
|
|
778
|
-
showShorterDescription: "Hide topic description",
|
|
779
|
-
topics: "Topics",
|
|
780
|
-
additionalTopic: "Additional topic",
|
|
781
|
-
additionalTopics: "Additional topics",
|
|
782
|
-
loadingText: "Loading subject"
|
|
783
|
-
},
|
|
784
|
-
multidisciplinarySubject: {
|
|
785
|
-
subjectsLinksDescription: "Case in"
|
|
786
|
-
},
|
|
787
249
|
cancel: "Cancel",
|
|
788
250
|
close: "Close",
|
|
789
251
|
loading: "Loading",
|
|
790
252
|
title: "Title",
|
|
791
253
|
save: "Save",
|
|
792
|
-
photo: "Photo",
|
|
793
254
|
email: "Email",
|
|
794
255
|
finished: "Finished",
|
|
795
|
-
image: {
|
|
796
|
-
altText: "Alt-text",
|
|
797
|
-
caption: "Caption",
|
|
798
|
-
type: "File type",
|
|
799
|
-
width: "Width",
|
|
800
|
-
height: "Height",
|
|
801
|
-
size: "Size (bytes)",
|
|
802
|
-
modelReleased: {
|
|
803
|
-
label: "Model released",
|
|
804
|
-
yes: "Yes",
|
|
805
|
-
no: "No",
|
|
806
|
-
"not-applicable": "Not applicable",
|
|
807
|
-
"not-set": "Not set",
|
|
808
|
-
description: "Whether the image is model released or not:"
|
|
809
|
-
},
|
|
810
|
-
download: "Download image",
|
|
811
|
-
reuse: "Use image",
|
|
812
|
-
largeSize: "View original",
|
|
813
|
-
error: {
|
|
814
|
-
url: "Error loading the image.",
|
|
815
|
-
caption: "Sorry, an error occurred while loading the image."
|
|
816
|
-
}
|
|
817
|
-
},
|
|
818
256
|
audio: {
|
|
819
257
|
play: "Play",
|
|
820
258
|
pause: "Pause",
|
|
821
|
-
download: "Download audio",
|
|
822
|
-
reuse: "Use audio",
|
|
823
259
|
progressBar: "Progress bar",
|
|
824
|
-
error: {
|
|
825
|
-
url: "Error loading the audio.",
|
|
826
|
-
caption: "Sorry, an error occurred while loading the audio."
|
|
827
|
-
},
|
|
828
260
|
valueText: "{{start}} of {{end}}",
|
|
829
261
|
controls: {
|
|
830
262
|
forward15sec: "Forward 15 seconds",
|
|
@@ -839,31 +271,6 @@ const messages = {
|
|
|
839
271
|
readMoreDescriptionLabel: "Show more",
|
|
840
272
|
readLessDescriptionLabel: "Show less"
|
|
841
273
|
},
|
|
842
|
-
h5p: {
|
|
843
|
-
reuse: "Use H5P",
|
|
844
|
-
resource: "Learning resource from H5P",
|
|
845
|
-
error: "An error occurred while loading the H5P."
|
|
846
|
-
},
|
|
847
|
-
video: {
|
|
848
|
-
download: "Download video",
|
|
849
|
-
reuse: "Use video",
|
|
850
|
-
error: "Sorry, an error occurred while loading the video or metadata about the video."
|
|
851
|
-
},
|
|
852
|
-
other: {
|
|
853
|
-
download: "Download content",
|
|
854
|
-
reuse: "Use content"
|
|
855
|
-
},
|
|
856
|
-
external: {
|
|
857
|
-
error: "An error occurred while loading an external resource."
|
|
858
|
-
},
|
|
859
|
-
concept: {
|
|
860
|
-
showDescription: "{{title}}, concept description. Press to open the description",
|
|
861
|
-
reuse: "Use concept",
|
|
862
|
-
error: {
|
|
863
|
-
title: "An error occurred",
|
|
864
|
-
content: "Could not load the description of the concept."
|
|
865
|
-
}
|
|
866
|
-
},
|
|
867
274
|
source: "Source",
|
|
868
275
|
related: {
|
|
869
276
|
title: "Related content",
|
|
@@ -871,522 +278,14 @@ const messages = {
|
|
|
871
278
|
showMore: "Show more related content",
|
|
872
279
|
showLess: "Show less"
|
|
873
280
|
},
|
|
874
|
-
files: "Files",
|
|
875
|
-
fileTypesNotSupported: "Filetype(s) not supported: {{fileTypes}}",
|
|
876
281
|
download: "Download file: ",
|
|
877
|
-
expandButton: "Show large version",
|
|
878
|
-
filterButtons: {
|
|
879
|
-
removeAllFilters: "Remove filters"
|
|
880
|
-
},
|
|
881
|
-
visualElement: {
|
|
882
|
-
show: "Show",
|
|
883
|
-
showVideo: "Show video"
|
|
884
|
-
},
|
|
885
|
-
user: {
|
|
886
|
-
loggedInAs: "You are logged in as {{role}}.",
|
|
887
|
-
loggedInAsButton: "You are logged in as {{role}}",
|
|
888
|
-
role: {
|
|
889
|
-
employee: "Employee",
|
|
890
|
-
student: "Student"
|
|
891
|
-
},
|
|
892
|
-
buttonLogIn: "Log in with Feide",
|
|
893
|
-
buttonLogOut: "Log out",
|
|
894
|
-
generalFooter: "Some resources may only be accessed by teachers who are logged in.",
|
|
895
|
-
modal: {
|
|
896
|
-
general: "Resources that require logging in with Feide, are tagged with the icon",
|
|
897
|
-
topic: "Log in with Feide to access this topic.",
|
|
898
|
-
isAuth: "User info",
|
|
899
|
-
isNotAuth: "Log in with Feide"
|
|
900
|
-
},
|
|
901
|
-
resource: {
|
|
902
|
-
accessDenied: "We are sorry, but this resource is only available to teachers who are logged in with Feide."
|
|
903
|
-
},
|
|
904
|
-
primarySchool: "Primary School",
|
|
905
|
-
name: "Name",
|
|
906
|
-
mail: "E-mail",
|
|
907
|
-
username: "Username",
|
|
908
|
-
mobile: "Phone number",
|
|
909
|
-
preferredLanguage: "Foretrukket språk",
|
|
910
|
-
groupTypes: {
|
|
911
|
-
basic: "Basic group",
|
|
912
|
-
teaching: "Teaching group",
|
|
913
|
-
other: "Other groups",
|
|
914
|
-
grepCode: "Grep codes"
|
|
915
|
-
},
|
|
916
|
-
wrongUserInfoDisclaimer: "If any information is wrong, it must be updated by the host organization/school owner the user belongs to. An overview of available user support can be found here: ",
|
|
917
|
-
moderator: "Moderator",
|
|
918
|
-
deletedUser: "Deleted user"
|
|
919
|
-
},
|
|
920
282
|
factbox: {
|
|
921
283
|
open: "Open fact box",
|
|
922
284
|
close: "Close fact box"
|
|
923
285
|
},
|
|
924
|
-
myNdla: {
|
|
925
|
-
description: "My NDLA: Organize the content your way! Use NDLA’s chat robot (AI). Save and share with colleagues and students.",
|
|
926
|
-
mainMenu: "Main menu",
|
|
927
|
-
myNDLA: "My NDLA",
|
|
928
|
-
myNDLAMenu: "My NDLA menu",
|
|
929
|
-
support: "Support",
|
|
930
|
-
resources: "{{count}} Resource",
|
|
931
|
-
resources_plural: "{{count}} Resources",
|
|
932
|
-
folders: "{{count}} Folder",
|
|
933
|
-
folders_plural: "{{count}} Folders",
|
|
934
|
-
settings: "Settings",
|
|
935
|
-
showEditOptions: "Show editing options",
|
|
936
|
-
folder: {
|
|
937
|
-
folder: "Folder",
|
|
938
|
-
navigation: "Folder navigation",
|
|
939
|
-
delete: "Delete folder",
|
|
940
|
-
deleteShort: "Delete",
|
|
941
|
-
edit: "Edit folder",
|
|
942
|
-
editShort: "Edit",
|
|
943
|
-
copy: "Copy folder",
|
|
944
|
-
open: "Open folder",
|
|
945
|
-
close: "Close folder",
|
|
946
|
-
updated: "Folder updated",
|
|
947
|
-
defaultPageDescription: "Add a description by editing the folder",
|
|
948
|
-
missingName: "Folder name required",
|
|
949
|
-
folderDeleted: '"{{folderName}}" deleted',
|
|
950
|
-
folderCreated: '"{{folderName}} created',
|
|
951
|
-
onDragStart: "Picked up the folder {{name}}. The folder is in position {{index}} of {{length}}",
|
|
952
|
-
onDragOver: "The folder {{name}} was moved into position {{index}} of {{length}}",
|
|
953
|
-
onDragOverMissingOver: "The folder {{name}} is no longer over a droppable area",
|
|
954
|
-
onDragEnd: "The folder {{name}} was dropped at position {{index}} og {{length}}",
|
|
955
|
-
onDragEndMissingOver: "The folder {{name}} was dropped",
|
|
956
|
-
onDragCancel: "Dragging was cancelled. The folder {{name}} was dropped",
|
|
957
|
-
dragHandle: "Drag the folder {{name}}",
|
|
958
|
-
professional: "a professional",
|
|
959
|
-
sharedWarning: "Name and description will be visible for everyone you share the folder with",
|
|
960
|
-
sharing: {
|
|
961
|
-
share: "Share folder",
|
|
962
|
-
shared: "Shared",
|
|
963
|
-
sharedBy: "Shared by ",
|
|
964
|
-
sharedByAnonymous: "anonymous teacher",
|
|
965
|
-
sharedFolder: "Shared folder",
|
|
966
|
-
unShare: "Sharing stopped. The folder is no longer shared",
|
|
967
|
-
copyLink: "Copy link to folder",
|
|
968
|
-
removeLink: "Remove link to folder",
|
|
969
|
-
link: "Link is copied",
|
|
970
|
-
savedLink: "Link to {{ name }} has been added to My folders.",
|
|
971
|
-
unSavedLink: "Link to {{ name }} has been removed from My folders.",
|
|
972
|
-
header: {
|
|
973
|
-
shared: "This folder is shared"
|
|
974
|
-
},
|
|
975
|
-
description: {
|
|
976
|
-
copy: "Press the link to copy",
|
|
977
|
-
private: "When you share a folder, you create a link which is open to anyone who has the link. You can change the content or stop sharing whenever you want.",
|
|
978
|
-
shared: "Now you can share this link to students or other teachers. If you make changes in the folder, they become visible to everybody you have shared the link with."
|
|
979
|
-
},
|
|
980
|
-
warning: {
|
|
981
|
-
authenticated: "This folder is shared by {{ name }}, and contains course material, assignments and links to texts from both NDLA and other websites.",
|
|
982
|
-
unauthenticated: "This folder is shared by {{ name }}, and contains course material, assignments and links to texts from both NDLA and other websites. Log onto My NDLA to copy the folder or save the link."
|
|
983
|
-
},
|
|
984
|
-
button: {
|
|
985
|
-
share: "Share folder",
|
|
986
|
-
shareShort: "Share",
|
|
987
|
-
preview: "Preview folder",
|
|
988
|
-
previewShort: "Preview",
|
|
989
|
-
goTo: "Go to shared folder",
|
|
990
|
-
unShare: "Stop sharing",
|
|
991
|
-
shareLink: "Copy link",
|
|
992
|
-
saveLink: "Save the link",
|
|
993
|
-
unSaveLink: "Remove the link"
|
|
994
|
-
},
|
|
995
|
-
save: {
|
|
996
|
-
warning: "This creates a link to the folder in My folders. You can easily find the link by navigating to My Folders through the menu in My NDLA.",
|
|
997
|
-
header: "Save the link to this folder",
|
|
998
|
-
save: "Save the link to the shared folder"
|
|
999
|
-
},
|
|
1000
|
-
previewInformation: "Preview of shared folder. The folder is not available to others until you update its status to shared."
|
|
1001
|
-
}
|
|
1002
|
-
},
|
|
1003
|
-
learningpath: {
|
|
1004
|
-
title: "My learning paths"
|
|
1005
|
-
},
|
|
1006
|
-
arena: {
|
|
1007
|
-
title: "Arena",
|
|
1008
|
-
category: {
|
|
1009
|
-
title: "Categories",
|
|
1010
|
-
posts: "post",
|
|
1011
|
-
posts_plural: "posts",
|
|
1012
|
-
subcategory: "Subcategories",
|
|
1013
|
-
votes: "reaction",
|
|
1014
|
-
votes_plural: "reactions"
|
|
1015
|
-
},
|
|
1016
|
-
cancel: {
|
|
1017
|
-
title: {
|
|
1018
|
-
topic: "Discard new post",
|
|
1019
|
-
post: "Discard new answer",
|
|
1020
|
-
edit: "Discard your edit"
|
|
1021
|
-
},
|
|
1022
|
-
content: {
|
|
1023
|
-
topic: "Do you want to discard this post? The post will be deleted and you cannot find it again later.",
|
|
1024
|
-
post: "Do you want to discard this answer? The answer will be deleted and you cannot find it again later.",
|
|
1025
|
-
edit: "Do you want to finish editing? Any unsaved changes will be lost."
|
|
1026
|
-
},
|
|
1027
|
-
cancel: {
|
|
1028
|
-
topic: "Discard post",
|
|
1029
|
-
post: "Discard answer",
|
|
1030
|
-
edit: "Discard edits"
|
|
1031
|
-
},
|
|
1032
|
-
continue: {
|
|
1033
|
-
topic: "Continue writing post",
|
|
1034
|
-
post: "Continue writing answer",
|
|
1035
|
-
edit: "Continue editing"
|
|
1036
|
-
}
|
|
1037
|
-
},
|
|
1038
|
-
new: {
|
|
1039
|
-
post: "Write a reply",
|
|
1040
|
-
topic: "New topic"
|
|
1041
|
-
},
|
|
1042
|
-
warning: {
|
|
1043
|
-
post: "Your answer is visible for every teacher who is logged on to Min NDLA.",
|
|
1044
|
-
topic: "Your topic is visible for every teacher who is logged on to Min NDLA."
|
|
1045
|
-
},
|
|
1046
|
-
removeText: {
|
|
1047
|
-
post: "Delete comment",
|
|
1048
|
-
topic: "Delete topic"
|
|
1049
|
-
},
|
|
1050
|
-
description: {
|
|
1051
|
-
post: "Do you want to delete your comment? It is not possible to undo if you delete a comment.",
|
|
1052
|
-
topic: "Do you want to delete this topic? If the topic has comments, all comments will also be deleted. It is not possible to undo if you delete a topic. "
|
|
1053
|
-
},
|
|
1054
|
-
deleteTitle: {
|
|
1055
|
-
post: "Delete comment",
|
|
1056
|
-
topic: "Delete topic"
|
|
1057
|
-
},
|
|
1058
|
-
deleted: {
|
|
1059
|
-
post: "Your comment has been deleted.",
|
|
1060
|
-
topic: "Your topic has been deleted."
|
|
1061
|
-
},
|
|
1062
|
-
updated: {
|
|
1063
|
-
post: "Your comment has been updated.",
|
|
1064
|
-
topic: "Your topic has been updated."
|
|
1065
|
-
},
|
|
1066
|
-
publish: "Publish",
|
|
1067
|
-
topic: {
|
|
1068
|
-
isDeleted: "The topic has been deleted and can not be displayed.",
|
|
1069
|
-
responses: "response",
|
|
1070
|
-
responses_plural: "responses",
|
|
1071
|
-
topicContent: "Write your topic here",
|
|
1072
|
-
fetchMore: "Fetch more topics",
|
|
1073
|
-
locked: "Lock topic",
|
|
1074
|
-
unlock: "Unlock topic",
|
|
1075
|
-
lockDescription: "Do you want do lock this topic? This will prevent this topic from getting more posts.",
|
|
1076
|
-
unlockDescription: "Do you want do unlock this topic? This will prevent this topic from getting more posts.",
|
|
1077
|
-
votes: "reaction",
|
|
1078
|
-
votes_plural: "reactions"
|
|
1079
|
-
},
|
|
1080
|
-
posts: {
|
|
1081
|
-
title: "Posts",
|
|
1082
|
-
notify: "Get notified of new answers",
|
|
1083
|
-
dropdownMenu: {
|
|
1084
|
-
report: "Report post to moderator",
|
|
1085
|
-
edit: "Edit post",
|
|
1086
|
-
delete: "Delete post"
|
|
1087
|
-
},
|
|
1088
|
-
fetchMore: "Fetch more answers",
|
|
1089
|
-
deleted: "This post has been deleted by the author.",
|
|
1090
|
-
upvote: "Like",
|
|
1091
|
-
numberOfUpvotes: "{{ count }} people have liked this post.",
|
|
1092
|
-
removeUpvote: "Stop liking",
|
|
1093
|
-
reply: "Write a reply to {{ name }}"
|
|
1094
|
-
},
|
|
1095
|
-
flag: {
|
|
1096
|
-
title: "Report post / comment",
|
|
1097
|
-
spam: "It is spam",
|
|
1098
|
-
offensive: "It is offensive",
|
|
1099
|
-
other: "Something else",
|
|
1100
|
-
reason: "Reason for reporting content",
|
|
1101
|
-
send: "Send report",
|
|
1102
|
-
disclaimer: "Thank you for reporting content that does not conform to our guidelines. Why are you reporting this content?",
|
|
1103
|
-
success: "Thank you for reporting content that does not conform to our guidelines. The report has been sent to our moderator and will be reviewed as soon as possible.",
|
|
1104
|
-
maxLength: "The maximum length for the text field is reached",
|
|
1105
|
-
error: "The field is required"
|
|
1106
|
-
},
|
|
1107
|
-
bottomText: "Are you missing a category? You can request new categories. Use 'Ask NDLA' or send an email to ",
|
|
1108
|
-
moderatorEmail: "moderator@ndla.no",
|
|
1109
|
-
notification: {
|
|
1110
|
-
title: "Notifications",
|
|
1111
|
-
showAll: "View all notifications",
|
|
1112
|
-
description: "Welcome to NDLAs Arena. Here, you can discuss, share and cooperate with other teachers from all over Norway.",
|
|
1113
|
-
myNotification: "My notifications",
|
|
1114
|
-
markAll: "Mark all as read",
|
|
1115
|
-
subscribe: "You will now be notified of new replies to this topic",
|
|
1116
|
-
unsubscribe: "You have turned off notification of new replies to this topic",
|
|
1117
|
-
commentedOn: "commented on the post <i>{{title}}</i>",
|
|
1118
|
-
button: {
|
|
1119
|
-
show: "View notifications",
|
|
1120
|
-
showNew: "View {{count}} new notifications"
|
|
1121
|
-
}
|
|
1122
|
-
},
|
|
1123
|
-
topicsBy: "Topics by",
|
|
1124
|
-
admin: {
|
|
1125
|
-
title: "Arena admin",
|
|
1126
|
-
description: "Tools to moderate and administer the arena.",
|
|
1127
|
-
administrate: "Administrate",
|
|
1128
|
-
category: {
|
|
1129
|
-
deleteSnack: "The category has been deleted.",
|
|
1130
|
-
notVisible: "The category is not visible",
|
|
1131
|
-
edit: "Edit category",
|
|
1132
|
-
startEditing: "Edit categories",
|
|
1133
|
-
stopEditing: "Stop editing",
|
|
1134
|
-
form: {
|
|
1135
|
-
formTitle: "Category",
|
|
1136
|
-
newCategory: "New category",
|
|
1137
|
-
editCategory: "Edit category",
|
|
1138
|
-
title: "Title",
|
|
1139
|
-
description: "Description",
|
|
1140
|
-
visible: "Visibility",
|
|
1141
|
-
deleteText: "Delete category",
|
|
1142
|
-
modalTitle: "Delete category",
|
|
1143
|
-
modalDescription: "Are you sure you would like to delete the category, including all content? This is irreversible and cannot be undone.",
|
|
1144
|
-
parentCategoryId: "Parent category",
|
|
1145
|
-
noParentCategory: "No parent category"
|
|
1146
|
-
}
|
|
1147
|
-
},
|
|
1148
|
-
users: {
|
|
1149
|
-
title: "Users",
|
|
1150
|
-
description: "List of all users of the arena. Select a user to moderate them.",
|
|
1151
|
-
shortDescription: "List of all users of the arena.",
|
|
1152
|
-
userId: "User ID",
|
|
1153
|
-
username: "Username",
|
|
1154
|
-
displayName: "Display name",
|
|
1155
|
-
location: "Location",
|
|
1156
|
-
isAdmin: "Administrator",
|
|
1157
|
-
selectAdministrator: "Make {{user}} a administrator.",
|
|
1158
|
-
enableArena: "Give {{user}} access to the arena.",
|
|
1159
|
-
noUsers: "No users found.",
|
|
1160
|
-
search: "Search for users",
|
|
1161
|
-
becameAdmin: "User '{{user}}' was elevated to administrator",
|
|
1162
|
-
becameNormalUser: "User '{{user}}' no longer has administrator access"
|
|
1163
|
-
},
|
|
1164
|
-
flags: {
|
|
1165
|
-
title: "Flag",
|
|
1166
|
-
flaggedPost: "The flagged post:",
|
|
1167
|
-
postFlags: "Reports:",
|
|
1168
|
-
inThread: "The following post were flagged in the thread:",
|
|
1169
|
-
singleFlagTitle: "Overview of flags for post {{postId}}",
|
|
1170
|
-
singleFlagDescription: "Below you will see a overview of the flagged post, including a list of all reports it has recieved, and whether they are solved or not.",
|
|
1171
|
-
reports: "Reports:",
|
|
1172
|
-
description: "List of flagged posts which can be used to get a overview of posts that require attention from an administrator.",
|
|
1173
|
-
postId: "Post ID",
|
|
1174
|
-
numFlags: "Number of flags",
|
|
1175
|
-
latestFlag: "Last flag",
|
|
1176
|
-
noflags: "No flagged posts found",
|
|
1177
|
-
solvedFor: "Solved",
|
|
1178
|
-
goToTopic: "Go to topic",
|
|
1179
|
-
status: {
|
|
1180
|
-
title: "Status",
|
|
1181
|
-
resolved: "Resolved",
|
|
1182
|
-
unresolved: "Unresolved"
|
|
1183
|
-
}
|
|
1184
|
-
}
|
|
1185
|
-
}
|
|
1186
|
-
},
|
|
1187
|
-
iconMenu: {
|
|
1188
|
-
folders: "Folders",
|
|
1189
|
-
tags: "Tags",
|
|
1190
|
-
subjects: "Subjects",
|
|
1191
|
-
profile: "Profile",
|
|
1192
|
-
more: "More",
|
|
1193
|
-
learningpath: "Learning paths"
|
|
1194
|
-
},
|
|
1195
|
-
tagList: "Tags",
|
|
1196
|
-
tags: "{{count}} tag",
|
|
1197
|
-
tags_plural: "{{count}} tags",
|
|
1198
|
-
moreTags: "Show one more tag",
|
|
1199
|
-
moreTags_plural: "Show {{count}} more tags",
|
|
1200
|
-
confirmDeleteFolder: "Are you sure you want to delete this folder? Subfolders of this folder will also be deleted. This action cannot be undone.",
|
|
1201
|
-
confirmDeleteTag: "Are you sure you want to delete this tag? This process cannot be undone.",
|
|
1202
|
-
myFolders: "My folders",
|
|
1203
|
-
sharedByOthersFolders: "Folders shared by others",
|
|
1204
|
-
myTags: "My tags",
|
|
1205
|
-
mySubjects: "My subjects",
|
|
1206
|
-
newFolder: "New folder",
|
|
1207
|
-
newFolderShort: "New",
|
|
1208
|
-
newFolderUnder: "Create new folder under {{folderName}}",
|
|
1209
|
-
myAccount: "My account",
|
|
1210
|
-
favourites: "Favourites",
|
|
1211
|
-
addToFavourites: "Add to my favourites",
|
|
1212
|
-
alreadyFavourited: "Already in my favourites",
|
|
1213
|
-
alreadyInFolder: "Already in folder. You can still save new tags.",
|
|
1214
|
-
addInSharedFolder: "This folder is shared. Content you add will also be shared.",
|
|
1215
|
-
noFolderSelected: "Select or create a new folder to save the resource.",
|
|
1216
|
-
examLockInfo: "Editing content on Min NDLA is deactivated for pupils during the exam period.",
|
|
1217
|
-
copyFolderDisclaimer: "This creates a copy of the folder. Any changes made to the original folder will not be updated here.",
|
|
1218
|
-
loginCopyFolderPitch: "Do you wish to copy this folder?",
|
|
1219
|
-
loginSaveFolderLinkPitch: "Do you wish to save the link to this shared folder?",
|
|
1220
|
-
help: "Help",
|
|
1221
|
-
more: "More options",
|
|
1222
|
-
selectView: "Select view",
|
|
1223
|
-
listView: "List view",
|
|
1224
|
-
detailView: "Detailed listview",
|
|
1225
|
-
shortView: "Card view",
|
|
1226
|
-
userPictureAltText: "Profile picture",
|
|
1227
|
-
sharedFolder: {
|
|
1228
|
-
folderCopied: "The folder was copied.",
|
|
1229
|
-
info: "This folder contains learning resources and tasks from NDLA, gathered by a teacher.",
|
|
1230
|
-
shared: "This folder contains learning resources and tasks from NDLA, gathered by {{sharedBy}}.",
|
|
1231
|
-
aTeacher: "a teacher",
|
|
1232
|
-
firstShared: "The folder was shared for the first time {{date}}",
|
|
1233
|
-
learningpathUnsupported: "Learning paths and multidisciplinary cases cannot be shown directly in a shared folder. You can open the learning path in a new tab by clicking the link in the navigation menu to the left.",
|
|
1234
|
-
drawerButton: "Show folders and resources",
|
|
1235
|
-
drawerTitle: "Folders and resources",
|
|
1236
|
-
description: "In this folder you find articles and tasks from NDLA. The articles have been collected and placed in order by a teacher.",
|
|
1237
|
-
willOpenInNewTab: "Opens in a new tab."
|
|
1238
|
-
},
|
|
1239
|
-
myPage: {
|
|
1240
|
-
noRecents: "You haven't added any resources yet. This is how you get started:",
|
|
1241
|
-
imageAlt: "Medium close-up of girl holding a tablet. On top of the tablet there are colour samples in different shapes and colours. Graphic image.",
|
|
1242
|
-
confirmDeleteAccount: "Are you sure you want to delete your account?",
|
|
1243
|
-
confirmDeleteAccountButton: "Delete account",
|
|
1244
|
-
myPage: "My page",
|
|
1245
|
-
logout: "Log out of My NDLA",
|
|
1246
|
-
loginIngress: "This page allows you to organize your articles in <b>your own</b> way! Use the heart button to highlight your favorite subjects or resources, and share them with students and colleagues across the country.",
|
|
1247
|
-
loginText: "In order to use the My NDLA service you have to be a student or work at a school in a county that partakes in the NDLA collaboration.",
|
|
1248
|
-
loginTextLink: "Read our privacy policy here",
|
|
1249
|
-
loginTerms: "Log in with Feide to receive access. By logging on your accept your terms of service",
|
|
1250
|
-
loginResourcePitch: "Do you want to favorite this resource?",
|
|
1251
|
-
loginWelcome: "Welcome to My NDLA!",
|
|
1252
|
-
deleteAccount: "Delete profile",
|
|
1253
|
-
loginPitch: "Welcome to My NDLA! Here you can save your favourite resources from NDLA, organize them and share them with others. Log in with your Feide account to get started.",
|
|
1254
|
-
loginPitchButton: "Log in to My NDLA",
|
|
1255
|
-
welcome: "Welcome to my NDLA! You can now save your favourite resources from NDLA and organise them in folders with tags",
|
|
1256
|
-
read: {
|
|
1257
|
-
read: "Read our",
|
|
1258
|
-
our: "."
|
|
1259
|
-
},
|
|
1260
|
-
privacy: "privacy statement",
|
|
1261
|
-
privacyLink: "https://ndla.no/article/personvernerklaering",
|
|
1262
|
-
questions: {
|
|
1263
|
-
question: "Any questions?",
|
|
1264
|
-
ask: "Ask NDLA"
|
|
1265
|
-
},
|
|
1266
|
-
wishToDelete: "Do you wish to delete your account?",
|
|
1267
|
-
terms: {
|
|
1268
|
-
terms: "Terms of use",
|
|
1269
|
-
term1: "Do not write personal or sensitive information in text fields.",
|
|
1270
|
-
term2: "Do not write offensive statements in text fields.",
|
|
1271
|
-
term3: "NDLA reserves the right to update or remove resources if they are not up to date."
|
|
1272
|
-
},
|
|
1273
|
-
feide: "We have retrieved this information from Feide",
|
|
1274
|
-
feideWrongInfo: "If the information is incorrect, it has to be updated by the host organizationg or the school that the account is associated with. An overview of user support can be found here: feide.no/brukerstotte",
|
|
1275
|
-
recentFavourites: {
|
|
1276
|
-
title: "Recently added to my folders",
|
|
1277
|
-
link: "View all of your folders",
|
|
1278
|
-
search: "Search for resources",
|
|
1279
|
-
unauthorized: "Nothing here? Add a heart to some resources to show them here."
|
|
1280
|
-
},
|
|
1281
|
-
favouriteSubjects: {
|
|
1282
|
-
noFavorites: "No favourite subjects? Use the heart button to add your favourite subjects, and you can easily find them again!",
|
|
1283
|
-
search: "See all subjects",
|
|
1284
|
-
viewAll: "See all favourite subjects"
|
|
1285
|
-
},
|
|
1286
|
-
recentArenaPosts: {
|
|
1287
|
-
title: "Recent posts in the arena",
|
|
1288
|
-
link: "View all posts in the arena"
|
|
1289
|
-
},
|
|
1290
|
-
recentArenaTopics: "New posts in the arena"
|
|
1291
|
-
},
|
|
1292
|
-
myProfile: {
|
|
1293
|
-
title: "My profile",
|
|
1294
|
-
disclaimerTitle: {
|
|
1295
|
-
employee: "Where is my name used?",
|
|
1296
|
-
student: "Where is my name used?"
|
|
1297
|
-
},
|
|
1298
|
-
disclaimerText: {
|
|
1299
|
-
employee: "Your name is displayed when you share a folder or a learning path. If you do not wish to share your name, you can stop sharing folders or learning paths.",
|
|
1300
|
-
student: "Your name is only displayed for you"
|
|
1301
|
-
},
|
|
1302
|
-
editButtonText: "Change profile picture",
|
|
1303
|
-
modalTexts: {
|
|
1304
|
-
title: "Upload a new profile picture",
|
|
1305
|
-
uploadSection: {
|
|
1306
|
-
title: "Drag and drop",
|
|
1307
|
-
subTitle: "or press to upload picture"
|
|
1308
|
-
},
|
|
1309
|
-
fileName: "Uploaded file:",
|
|
1310
|
-
fileTypes: "Accepted file types: PNG, JPG (Max 5MB)",
|
|
1311
|
-
savePicture: "Save profile picture",
|
|
1312
|
-
deletePicture: "Delete profile picture"
|
|
1313
|
-
}
|
|
1314
|
-
},
|
|
1315
|
-
resource: {
|
|
1316
|
-
add: "Add folder/tag",
|
|
1317
|
-
remove: "Remove",
|
|
1318
|
-
removeTitle: "Remove resource",
|
|
1319
|
-
confirmRemove: "Are you sure you want to remove the resource from this folder?",
|
|
1320
|
-
copyLink: "Copy link to this page",
|
|
1321
|
-
linkCopied: "Copied to clipboard",
|
|
1322
|
-
addToMyNdla: "Add to My NDLA",
|
|
1323
|
-
addedToMyNdla: "Added to My NDLA",
|
|
1324
|
-
copyToMyNdla: "Copy to My NDLA",
|
|
1325
|
-
addedToFolder: "Resource added to ",
|
|
1326
|
-
removedFromFolder: 'Removed from "{{folderName}}"',
|
|
1327
|
-
titleUpdated: "Title updated",
|
|
1328
|
-
tagsUpdated: "Tags updated",
|
|
1329
|
-
show: "Show",
|
|
1330
|
-
save: "Save resource",
|
|
1331
|
-
onDragStart: "Picked up the resource {{name}}. The resource is in position {{index}} of {{length}}",
|
|
1332
|
-
onDragOver: "The resource {{name}} was moved into position {{index}} of {{length}}",
|
|
1333
|
-
onDragOverMissingOver: "The resource {{name}} is no longer over a droppable area",
|
|
1334
|
-
onDragEnd: "The resource {{name}} was dropped at position {{index}} og {{length}}",
|
|
1335
|
-
onDragEndMissingOver: "The resource {{name}} was dropped",
|
|
1336
|
-
onDragCancel: "Dragging was cancelled. The resource {{name}} was dropped",
|
|
1337
|
-
dragHandle: "Drag the resource {{name}}"
|
|
1338
|
-
},
|
|
1339
|
-
category: {
|
|
1340
|
-
onDragStart: "Picked up the category {{name}}. The category is in position {{index}} of {{length}}",
|
|
1341
|
-
onDragOver: "The category {{name}} was moved into position {{index}} of {{length}}",
|
|
1342
|
-
onDragOverMissingOver: "The category {{name}} is no longer over a droppable area",
|
|
1343
|
-
onDragEnd: "The category {{name}} was dropped at position {{index}} og {{length}}",
|
|
1344
|
-
onDragEndMissingOver: "The category {{name}} was dropped",
|
|
1345
|
-
onDragCancel: "Dragging was cancelled. The category {{name}} was dropped",
|
|
1346
|
-
dragHandle: "Drag the category {{name}}"
|
|
1347
|
-
},
|
|
1348
|
-
favoriteSubjects: {
|
|
1349
|
-
title: "My subjects",
|
|
1350
|
-
subjects: "{{count}} subject",
|
|
1351
|
-
subjects_0: "{{count}} subjects",
|
|
1352
|
-
subjects_plural: "{{count}} subjects",
|
|
1353
|
-
noFavorites: "Add a heart to subjects, and they will show up here.",
|
|
1354
|
-
goToAllSubjects: "Go to all subjects"
|
|
1355
|
-
},
|
|
1356
|
-
tools: "Tools",
|
|
1357
|
-
simpleList: "Simple list",
|
|
1358
|
-
detailedList: "With preamble"
|
|
1359
|
-
},
|
|
1360
|
-
snackbar: {
|
|
1361
|
-
close: "Close notification"
|
|
1362
|
-
},
|
|
1363
|
-
labels: {
|
|
1364
|
-
category: "Category",
|
|
1365
|
-
subject: "Subject",
|
|
1366
|
-
other: "Other"
|
|
1367
|
-
},
|
|
1368
|
-
listingPage: {
|
|
1369
|
-
or: "or",
|
|
1370
|
-
noFilters: "Have nothing to filter",
|
|
1371
|
-
loadMore: "Load more"
|
|
1372
|
-
},
|
|
1373
|
-
siteNav: {
|
|
1374
|
-
search: "Search",
|
|
1375
|
-
navigate: "Navigate using the arrow keys",
|
|
1376
|
-
select: "Select",
|
|
1377
|
-
close: "Close search"
|
|
1378
|
-
},
|
|
1379
|
-
programmes: {
|
|
1380
|
-
header: "What do you want to learn today?",
|
|
1381
|
-
description: "Choose a programme to see your subjects",
|
|
1382
|
-
grades: "Grades",
|
|
1383
|
-
accordionHeader: "Find your programme"
|
|
1384
|
-
},
|
|
1385
286
|
embed: {
|
|
1386
|
-
conceptListError: "Failed to show concept list",
|
|
1387
287
|
linkError: "Failed to show link.",
|
|
1388
288
|
unsupported: `Embed {{type}} not supported.`,
|
|
1389
|
-
goTo: "Go to {{type}}",
|
|
1390
289
|
embedError: `An error occurred while loading the {{type}}. Try reloading the page.`,
|
|
1391
290
|
type: {
|
|
1392
291
|
image: "Image",
|
|
@@ -1452,9 +351,6 @@ const messages = {
|
|
|
1452
351
|
[wordClass.wordClass.verbComplement]: "Verb-Complement",
|
|
1453
352
|
[wordClass.wordClass.verbObject]: "Verb-Object"
|
|
1454
353
|
},
|
|
1455
|
-
about: {
|
|
1456
|
-
menuTitle: "About NDLA"
|
|
1457
|
-
},
|
|
1458
354
|
login: "Log in",
|
|
1459
355
|
component: {
|
|
1460
356
|
tagsInput: {
|