@ndla/ui 4.0.2 → 4.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/Article/Article.js +5 -6
- package/es/Frontpage/FrontpageAllSubjects.js +22 -8
- package/es/Frontpage/FrontpageProgramMenu.js +18 -25
- package/es/Topic/Topic.js +20 -20
- package/es/locale/messages-en.js +6 -3
- package/es/locale/messages-nb.js +5 -2
- package/es/locale/messages-nn.js +5 -2
- package/lib/Article/Article.js +5 -6
- package/lib/Frontpage/FrontpageAllSubjects.js +21 -7
- package/lib/Frontpage/FrontpageProgramMenu.d.ts +1 -0
- package/lib/Frontpage/FrontpageProgramMenu.js +18 -25
- package/lib/Topic/Topic.js +20 -20
- package/lib/locale/messages-en.d.ts +3 -0
- package/lib/locale/messages-en.js +6 -3
- package/lib/locale/messages-nb.d.ts +3 -0
- package/lib/locale/messages-nb.js +5 -2
- package/lib/locale/messages-nn.d.ts +3 -0
- package/lib/locale/messages-nn.js +5 -2
- package/package.json +3 -3
- package/src/Article/Article.tsx +7 -9
- package/src/Frontpage/FrontpageAllSubjects.tsx +22 -1
- package/src/Frontpage/FrontpageProgramMenu.tsx +3 -5
- package/src/Topic/Topic.tsx +1 -1
- package/src/locale/messages-en.ts +9 -2
- package/src/locale/messages-nb.ts +7 -1
- package/src/locale/messages-nn.ts +7 -1
|
@@ -297,7 +297,10 @@ var messages = _objectSpread(_objectSpread({
|
|
|
297
297
|
resources: 'This is not a complete course produced by NDLA, but a collection of resources we hope you will find useful.',
|
|
298
298
|
beta: 'This course is in beta.',
|
|
299
299
|
outdatedSubject: 'This topic is part of a course that is not updated to the current curriculum.',
|
|
300
|
-
newVersion: 'This learning resource is not updated to the current curriculum. You can find an updated version here: '
|
|
300
|
+
newVersion: 'This learning resource is not updated to the current curriculum. You can find an updated version here: ',
|
|
301
|
+
frontPageBeta: 'Beta versions of subjects are subjects we are still working on. We hope, however, that the learning resources available by now may come in useful already.',
|
|
302
|
+
frontPageExpired: 'Expired subjects are not being taught any longer, but it may still be possible to take exams in these subjects.',
|
|
303
|
+
frontPageRevised: 'Revised subjects have been revised in accordance with the new curriculum that will be put into effect from August 2022.'
|
|
301
304
|
},
|
|
302
305
|
article: {
|
|
303
306
|
edition: 'Edition',
|
|
@@ -733,7 +736,7 @@ var messages = _objectSpread(_objectSpread({
|
|
|
733
736
|
cursorText: 'Tip'
|
|
734
737
|
},
|
|
735
738
|
frontpageMultidisciplinarySubject: {
|
|
736
|
-
heading: 'Interdisciplinary
|
|
739
|
+
heading: 'Interdisciplinary topics',
|
|
737
740
|
text: 'The three interdisciplinary subjects in the curriculum are based on current societal challenges that require the involvement and efforts of individuals and the community in the local community, nationally and globally.',
|
|
738
741
|
linkText: 'See cases for multidisciplinary topics',
|
|
739
742
|
publicHealthTopic: 'Public health and life management',
|
|
@@ -744,7 +747,7 @@ var messages = _objectSpread(_objectSpread({
|
|
|
744
747
|
frontpageMenu: {
|
|
745
748
|
program: 'Education programme',
|
|
746
749
|
allsubjects: 'All subjects',
|
|
747
|
-
cursorText: '
|
|
750
|
+
cursorText: 'Have a look at some new learning resources from our revised subjects!'
|
|
748
751
|
},
|
|
749
752
|
navigation: {
|
|
750
753
|
showLongerDescription: 'Show topic description',
|
|
@@ -297,7 +297,10 @@ var messages = _objectSpread(_objectSpread({
|
|
|
297
297
|
resources: 'Dette er ikke et komplett læremiddel produsert av NDLA, men ei ressurssamling som vi håper kan være nyttig for deg.',
|
|
298
298
|
beta: 'Dette faget er i betaversjon.',
|
|
299
299
|
outdatedSubject: 'Dette emnet hører til et fag som ikke er oppdatert etter gjeldende læreplan.',
|
|
300
|
-
newVersion: 'Denne læringsressursen er ikke oppdatert etter gjeldende læreplan. Du finner en oppdatert versjon her: '
|
|
300
|
+
newVersion: 'Denne læringsressursen er ikke oppdatert etter gjeldende læreplan. Du finner en oppdatert versjon her: ',
|
|
301
|
+
frontPageBeta: 'Betafag er fag under arbeid. Vi håper likevel at læringsressursene i betafaga kan være nyttige allerede nå.',
|
|
302
|
+
frontPageExpired: 'Utgåtte fag undervises det ikke i lenger, men det kan fortsatt være mulig å ta eksamen i faga som privatist.',
|
|
303
|
+
frontPageRevised: 'Kommende fag er tilpassa ny læreplan som gjelder fra høsten 2022.'
|
|
301
304
|
},
|
|
302
305
|
article: {
|
|
303
306
|
lastUpdated: 'Sist oppdatert',
|
|
@@ -744,7 +747,7 @@ var messages = _objectSpread(_objectSpread({
|
|
|
744
747
|
frontpageMenu: {
|
|
745
748
|
program: 'Utdanningsprogram',
|
|
746
749
|
allsubjects: 'Alle fag',
|
|
747
|
-
cursorText: 'Se smakebiter fra
|
|
750
|
+
cursorText: 'Se smakebiter fra fag som kommer høsten 2022.'
|
|
748
751
|
},
|
|
749
752
|
navigation: {
|
|
750
753
|
showLongerDescription: 'Vis hele emnebeskrivelsen',
|
|
@@ -297,7 +297,10 @@ var messages = _objectSpread(_objectSpread({
|
|
|
297
297
|
resources: 'Dette er ikkje eit komplett læremiddel produsert av NDLA, men ei ressurssamling som vi håper kan vere nyttig for deg.',
|
|
298
298
|
beta: 'Dette faget er i betaversjon.',
|
|
299
299
|
outdatedSubject: 'Dette emnet høyrer til eit fag som ikkje er oppdatert etter gjeldande læreplan.',
|
|
300
|
-
newVersion: 'Denne læringsressursen er ikkje oppdatert etter gjeldande læreplan. Du finn ein oppdatert versjon her: '
|
|
300
|
+
newVersion: 'Denne læringsressursen er ikkje oppdatert etter gjeldande læreplan. Du finn ein oppdatert versjon her: ',
|
|
301
|
+
frontPageBeta: 'Betafag er fag under arbeid. Vi håper likevel at læringsressursane i betafaga kan vere nyttige allereie no.',
|
|
302
|
+
frontPageExpired: 'Utgåtte fag blir det ikkje undervist i lenger, men det kan framleis vere mogleg å ta eksamen i faget som privatist.',
|
|
303
|
+
frontPageRevised: 'Kommande fag er tilpassa ny læreplan som gjeld frå hausten 2022.'
|
|
301
304
|
},
|
|
302
305
|
article: {
|
|
303
306
|
lastUpdated: 'Sist oppdatert',
|
|
@@ -744,7 +747,7 @@ var messages = _objectSpread(_objectSpread({
|
|
|
744
747
|
frontpageMenu: {
|
|
745
748
|
program: 'Utdanningsprogram',
|
|
746
749
|
allsubjects: 'Alle fag',
|
|
747
|
-
cursorText: 'Sjå smakebitar frå
|
|
750
|
+
cursorText: 'Sjå smakebitar frå fag som kjem hausten 2022.'
|
|
748
751
|
},
|
|
749
752
|
navigation: {
|
|
750
753
|
showLongerDescription: 'Vis heile emneskildringa',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ndla/ui",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.1.1",
|
|
4
4
|
"description": "UI component library for NDLA.",
|
|
5
5
|
"license": "GPL-3.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@ndla/core": "^0.7.3",
|
|
37
37
|
"@ndla/hooks": "^1.0.8",
|
|
38
38
|
"@ndla/icons": "^1.5.0",
|
|
39
|
-
"@ndla/licenses": "^1.
|
|
39
|
+
"@ndla/licenses": "^2.1.0",
|
|
40
40
|
"@ndla/modal": "^1.1.25",
|
|
41
41
|
"@ndla/safelink": "^1.0.13",
|
|
42
42
|
"@ndla/switch": "^0.0.34",
|
|
@@ -92,5 +92,5 @@
|
|
|
92
92
|
"publishConfig": {
|
|
93
93
|
"access": "public"
|
|
94
94
|
},
|
|
95
|
-
"gitHead": "
|
|
95
|
+
"gitHead": "21b02c53640dba75be16857b4b7ba5771d83d55b"
|
|
96
96
|
}
|
package/src/Article/Article.tsx
CHANGED
|
@@ -184,7 +184,7 @@ export const Article = ({
|
|
|
184
184
|
} = article;
|
|
185
185
|
|
|
186
186
|
let authors = creators;
|
|
187
|
-
if (Array.isArray(authors) && authors.length === 0) {
|
|
187
|
+
if (Array.isArray(authors) && authors.length === 0 && rightsholders.length === 0) {
|
|
188
188
|
authors = processors;
|
|
189
189
|
}
|
|
190
190
|
const suppliers = rightsholders.length ? rightsholders : undefined;
|
|
@@ -229,14 +229,12 @@ export const Article = ({
|
|
|
229
229
|
{footNotes && footNotes.length > 0 && <ArticleFootNotes footNotes={footNotes} />}
|
|
230
230
|
<ArticleByline
|
|
231
231
|
copyPageUrlLink={copyPageUrlLink}
|
|
232
|
-
{
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
printUrl,
|
|
239
|
-
}}
|
|
232
|
+
authors={authors}
|
|
233
|
+
suppliers={suppliers}
|
|
234
|
+
published={published}
|
|
235
|
+
license={licenseObj.license}
|
|
236
|
+
licenseBox={licenseBox}
|
|
237
|
+
printUrl={printUrl}
|
|
240
238
|
/>
|
|
241
239
|
</LayoutItem>
|
|
242
240
|
<LayoutItem layout="extend">{children}</LayoutItem>
|
|
@@ -4,6 +4,7 @@ import { useTranslation } from 'react-i18next';
|
|
|
4
4
|
import Tabs from '@ndla/tabs';
|
|
5
5
|
import SafeLink from '@ndla/safelink';
|
|
6
6
|
import { colors, fonts, mq, breakpoints } from '@ndla/core';
|
|
7
|
+
import { MessageBox } from '../MessageBox';
|
|
7
8
|
// @ts-ignore
|
|
8
9
|
import { ToggleItem } from '../Filter';
|
|
9
10
|
|
|
@@ -69,6 +70,10 @@ const StyledLetterSpacing = styled.span`
|
|
|
69
70
|
height: 16px;
|
|
70
71
|
`;
|
|
71
72
|
|
|
73
|
+
const MessageBoxWrapper = styled.div`
|
|
74
|
+
padding-top: 20px;
|
|
75
|
+
`;
|
|
76
|
+
|
|
72
77
|
type subjectProps = {
|
|
73
78
|
name: string;
|
|
74
79
|
url?: string;
|
|
@@ -191,7 +196,23 @@ const FrontpageAllSubjects = ({
|
|
|
191
196
|
category.visible &&
|
|
192
197
|
data.push({
|
|
193
198
|
title: category.name || t(`subjectCategories.${category.type}`),
|
|
194
|
-
content:
|
|
199
|
+
content: (
|
|
200
|
+
<>
|
|
201
|
+
{/* Should be persistent til fall 2022 */}
|
|
202
|
+
{category.name === t('subjectCategories.beta') && (
|
|
203
|
+
<MessageBoxWrapper>
|
|
204
|
+
<MessageBox>{t('messageBoxInfo.frontPageBeta')}</MessageBox>
|
|
205
|
+
</MessageBoxWrapper>
|
|
206
|
+
)}
|
|
207
|
+
{category.name === t('subjectCategories.archive') && (
|
|
208
|
+
<MessageBoxWrapper>
|
|
209
|
+
<MessageBox>{t('messageBoxInfo.frontPageExpired')}</MessageBox>
|
|
210
|
+
</MessageBoxWrapper>
|
|
211
|
+
)}
|
|
212
|
+
|
|
213
|
+
{renderList(category.subjects, onNavigate, onToggleSubject, subjectViewType, selectedSubjects)}
|
|
214
|
+
</>
|
|
215
|
+
),
|
|
195
216
|
});
|
|
196
217
|
});
|
|
197
218
|
|
|
@@ -67,7 +67,6 @@ const Cursor = styled.div<CursorProps>`
|
|
|
67
67
|
${(props) =>
|
|
68
68
|
props.hide &&
|
|
69
69
|
`
|
|
70
|
-
visibility: hidden;
|
|
71
70
|
`}
|
|
72
71
|
`;
|
|
73
72
|
|
|
@@ -78,17 +77,18 @@ const LeftCursor = styled(Cursor)`
|
|
|
78
77
|
background-image: url("data:image/svg+xml,%3Csvg width='37' height='39' viewBox='0 0 37 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35.468 12.6697L35.836 12.3311L36.5131 13.0669L36.1452 13.4055L35.468 12.6697ZM1.00002 25.2236L6.37298 23.1107L5.51639 28.8203L1.00002 25.2236ZM35.8066 13.0376C36.1452 13.4055 36.1451 13.4056 36.145 13.4057C36.1449 13.4058 36.1448 13.4059 36.1446 13.4061C36.1442 13.4065 36.1437 13.4069 36.143 13.4076C36.1416 13.4088 36.1397 13.4106 36.1371 13.413C36.132 13.4177 36.1244 13.4245 36.1146 13.4336C36.0948 13.4516 36.0655 13.4782 36.0272 13.5128C35.9506 13.582 35.8376 13.6834 35.691 13.8131C35.3979 14.0724 34.9705 14.4449 34.4315 14.8994C33.3537 15.8082 31.828 17.046 30.0356 18.3628C26.4632 20.9874 21.784 23.9617 17.4626 25.2388L17.1791 24.2798C21.3265 23.0541 25.8902 20.1675 29.4435 17.5569C31.214 16.2562 32.7218 15.0329 33.7869 14.1349C34.3192 13.686 34.7406 13.3187 35.0284 13.0641C35.1723 12.9368 35.2827 12.8377 35.3569 12.7707C35.3941 12.7372 35.4221 12.7117 35.4407 12.6947C35.4501 12.6862 35.457 12.6798 35.4616 12.6756C35.4639 12.6735 35.4656 12.672 35.4666 12.671C35.4672 12.6705 35.4676 12.6701 35.4678 12.6699C35.4679 12.6698 35.468 12.6698 35.468 12.6697C35.4681 12.6697 35.468 12.6697 35.8066 13.0376ZM17.4626 25.2388C12.8958 26.5885 8.51384 26.6382 5.41026 26.3897L5.49009 25.3929C8.51637 25.6352 12.7668 25.5839 17.1791 24.2798L17.4626 25.2388Z' fill='%23757575'/%3E%3C/svg%3E%0A");
|
|
79
78
|
`;
|
|
80
79
|
|
|
81
|
-
const BottomCursor = styled(Cursor)`
|
|
80
|
+
/* const BottomCursor = styled(Cursor)`
|
|
82
81
|
width: 48px;
|
|
83
82
|
height: 44px;
|
|
84
83
|
margin-right: 90px;
|
|
85
84
|
background-image: url("data:image/svg+xml,%3Csvg width='48' height='44' viewBox='0 0 48 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.4851 0.879004L16.3641 0.393865L15.3939 0.635857L15.5149 1.121L16.4851 0.879004ZM33.5 42L32.1883 36.3775L27.9749 40.3247L33.5 42ZM16 1C15.5149 1.121 15.5149 1.12107 15.5149 1.12121C15.5149 1.12133 15.515 1.12152 15.5151 1.12175C15.5152 1.12223 15.5153 1.12292 15.5156 1.12384C15.516 1.12567 15.5167 1.12839 15.5176 1.13197C15.5194 1.13915 15.5221 1.14981 15.5256 1.1639C15.5327 1.19207 15.5432 1.23393 15.5571 1.28894C15.5849 1.39894 15.6262 1.56153 15.6802 1.7723C15.7883 2.19384 15.9474 2.80818 16.1518 3.58026C16.5604 5.12435 17.1501 7.29976 17.8743 9.82602C19.3221 14.8761 21.3106 21.3381 23.4684 26.963L24.4021 26.6049C22.2595 21.0198 20.2803 14.5899 18.8356 9.55043C18.1136 7.03195 17.5258 4.86325 17.1185 3.32441C16.9149 2.55503 16.7564 1.9432 16.6489 1.52394C16.5952 1.31431 16.5542 1.15283 16.5266 1.04388C16.5129 0.989408 16.5025 0.948065 16.4955 0.920403C16.492 0.906572 16.4894 0.896161 16.4877 0.889238C16.4868 0.885777 16.4862 0.883187 16.4858 0.881479C16.4855 0.880625 16.4854 0.879991 16.4853 0.879578C16.4852 0.879371 16.4852 0.879228 16.4852 0.879125C16.4851 0.879037 16.4851 0.879004 16 1ZM23.4684 26.963C25.6729 32.7094 28.1331 36.5898 30.0294 39.0236L30.8182 38.409C28.9819 36.0522 26.5707 32.2579 24.4021 26.6049L23.4684 26.963Z' fill='%23757575'/%3E%3C/svg%3E%0A");
|
|
86
85
|
`;
|
|
87
|
-
|
|
86
|
+
*/
|
|
88
87
|
type Props = {
|
|
89
88
|
programItems: ItemProps[];
|
|
90
89
|
subjectCategories: subjectsProps['categories'];
|
|
91
90
|
showBetaCursor?: boolean;
|
|
91
|
+
messageBox: boolean;
|
|
92
92
|
};
|
|
93
93
|
|
|
94
94
|
const FrontpageProgramMenu = ({ programItems, subjectCategories, showBetaCursor }: Props) => {
|
|
@@ -119,14 +119,12 @@ const FrontpageProgramMenu = ({ programItems, subjectCategories, showBetaCursor
|
|
|
119
119
|
<Button onClick={() => toggleSubjects(true)} lighter={!showSubjects} size="medium" borderShape="rounded">
|
|
120
120
|
<StyledMenuItem>{t('frontpageMenu.allsubjects')}</StyledMenuItem>
|
|
121
121
|
</Button>
|
|
122
|
-
|
|
123
122
|
{showBetaCursor && (
|
|
124
123
|
<CursorPlaceholder>
|
|
125
124
|
<CursorWrapper>
|
|
126
125
|
<LeftCursor hide={showSubjects} />
|
|
127
126
|
<CursorTextWrapper>
|
|
128
127
|
<CursorText>{t('frontpageMenu.cursorText')}</CursorText>
|
|
129
|
-
<BottomCursor hide={!showSubjects} />
|
|
130
128
|
</CursorTextWrapper>
|
|
131
129
|
</CursorWrapper>
|
|
132
130
|
</CursorPlaceholder>
|
package/src/Topic/Topic.tsx
CHANGED
|
@@ -313,6 +313,7 @@ const messages = {
|
|
|
313
313
|
h5p: 'Interactive',
|
|
314
314
|
},
|
|
315
315
|
},
|
|
316
|
+
|
|
316
317
|
messageBoxInfo: {
|
|
317
318
|
outdatedCoursePlan:
|
|
318
319
|
'This course is not updated to the current curriculum. Follow this link to find the updated version of the course: ',
|
|
@@ -326,6 +327,12 @@ const messages = {
|
|
|
326
327
|
outdatedSubject: 'This topic is part of a course that is not updated to the current curriculum.',
|
|
327
328
|
newVersion:
|
|
328
329
|
'This learning resource is not updated to the current curriculum. You can find an updated version here: ',
|
|
330
|
+
frontPageBeta:
|
|
331
|
+
'Beta versions of subjects are subjects we are still working on. We hope, however, that the learning resources available by now may come in useful already.',
|
|
332
|
+
frontPageExpired:
|
|
333
|
+
'Expired subjects are not being taught any longer, but it may still be possible to take exams in these subjects.',
|
|
334
|
+
frontPageRevised:
|
|
335
|
+
'Revised subjects have been revised in accordance with the new curriculum that will be put into effect from August 2022.',
|
|
329
336
|
},
|
|
330
337
|
article: {
|
|
331
338
|
edition: 'Edition',
|
|
@@ -766,7 +773,7 @@ const messages = {
|
|
|
766
773
|
cursorText: 'Tip',
|
|
767
774
|
},
|
|
768
775
|
frontpageMultidisciplinarySubject: {
|
|
769
|
-
heading: 'Interdisciplinary
|
|
776
|
+
heading: 'Interdisciplinary topics',
|
|
770
777
|
text: 'The three interdisciplinary subjects 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
778
|
linkText: 'See cases for multidisciplinary topics',
|
|
772
779
|
publicHealthTopic: 'Public health and life management',
|
|
@@ -777,7 +784,7 @@ const messages = {
|
|
|
777
784
|
frontpageMenu: {
|
|
778
785
|
program: 'Education programme',
|
|
779
786
|
allsubjects: 'All subjects',
|
|
780
|
-
cursorText: '
|
|
787
|
+
cursorText: 'Have a look at some new learning resources from our revised subjects!',
|
|
781
788
|
},
|
|
782
789
|
navigation: {
|
|
783
790
|
showLongerDescription: 'Show topic description',
|
|
@@ -312,6 +312,7 @@ const messages = {
|
|
|
312
312
|
h5p: 'Interaktiv',
|
|
313
313
|
},
|
|
314
314
|
},
|
|
315
|
+
|
|
315
316
|
messageBoxInfo: {
|
|
316
317
|
outdatedCoursePlan:
|
|
317
318
|
'Dette faget følger en utgått læreplan. Gå til faget som er oppdatert etter gjeldende læreplan:',
|
|
@@ -325,6 +326,11 @@ const messages = {
|
|
|
325
326
|
outdatedSubject: 'Dette emnet hører til et fag som ikke er oppdatert etter gjeldende læreplan.',
|
|
326
327
|
newVersion:
|
|
327
328
|
'Denne læringsressursen er ikke oppdatert etter gjeldende læreplan. Du finner en oppdatert versjon her: ',
|
|
329
|
+
frontPageBeta:
|
|
330
|
+
'Betafag er fag under arbeid. Vi håper likevel at læringsressursene i betafaga kan være nyttige allerede nå.',
|
|
331
|
+
frontPageExpired:
|
|
332
|
+
'Utgåtte fag undervises det ikke i lenger, men det kan fortsatt være mulig å ta eksamen i faga som privatist.',
|
|
333
|
+
frontPageRevised: 'Kommende fag er tilpassa ny læreplan som gjelder fra høsten 2022.',
|
|
328
334
|
},
|
|
329
335
|
article: {
|
|
330
336
|
lastUpdated: 'Sist oppdatert',
|
|
@@ -776,7 +782,7 @@ const messages = {
|
|
|
776
782
|
frontpageMenu: {
|
|
777
783
|
program: 'Utdanningsprogram',
|
|
778
784
|
allsubjects: 'Alle fag',
|
|
779
|
-
cursorText: 'Se smakebiter fra
|
|
785
|
+
cursorText: 'Se smakebiter fra fag som kommer høsten 2022.',
|
|
780
786
|
},
|
|
781
787
|
navigation: {
|
|
782
788
|
showLongerDescription: 'Vis hele emnebeskrivelsen',
|
|
@@ -313,6 +313,7 @@ const messages = {
|
|
|
313
313
|
h5p: 'Interaktiv',
|
|
314
314
|
},
|
|
315
315
|
},
|
|
316
|
+
|
|
316
317
|
messageBoxInfo: {
|
|
317
318
|
outdatedCoursePlan:
|
|
318
319
|
'Dette faget følgjer ein utgått læreplan. Gå til faget som er oppdatert etter gjeldande læreplan: ',
|
|
@@ -326,6 +327,11 @@ const messages = {
|
|
|
326
327
|
outdatedSubject: 'Dette emnet høyrer til eit fag som ikkje er oppdatert etter gjeldande læreplan.',
|
|
327
328
|
newVersion:
|
|
328
329
|
'Denne læringsressursen er ikkje oppdatert etter gjeldande læreplan. Du finn ein oppdatert versjon her: ',
|
|
330
|
+
frontPageBeta:
|
|
331
|
+
'Betafag er fag under arbeid. Vi håper likevel at læringsressursane i betafaga kan vere nyttige allereie no.',
|
|
332
|
+
frontPageExpired:
|
|
333
|
+
'Utgåtte fag blir det ikkje undervist i lenger, men det kan framleis vere mogleg å ta eksamen i faget som privatist.',
|
|
334
|
+
frontPageRevised: 'Kommande fag er tilpassa ny læreplan som gjeld frå hausten 2022.',
|
|
329
335
|
},
|
|
330
336
|
article: {
|
|
331
337
|
lastUpdated: 'Sist oppdatert',
|
|
@@ -777,7 +783,7 @@ const messages = {
|
|
|
777
783
|
frontpageMenu: {
|
|
778
784
|
program: 'Utdanningsprogram',
|
|
779
785
|
allsubjects: 'Alle fag',
|
|
780
|
-
cursorText: 'Sjå smakebitar frå
|
|
786
|
+
cursorText: 'Sjå smakebitar frå fag som kjem hausten 2022.',
|
|
781
787
|
},
|
|
782
788
|
navigation: {
|
|
783
789
|
showLongerDescription: 'Vis heile emneskildringa',
|