@ndla/ui 4.1.3 → 4.1.4
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/locale/messages-en.js
CHANGED
|
@@ -51,7 +51,7 @@ var messages = _objectSpread(_objectSpread({
|
|
|
51
51
|
embed: 'Embed',
|
|
52
52
|
notSupported: 'It did not work to auto-insert the content. You can copy the source code and add it to your content.'
|
|
53
53
|
},
|
|
54
|
-
subjectCategories: (_subjectCategories = {}, _defineProperty(_subjectCategories, subjectCategories.ACTIVE_SUBJECTS, 'Active'), _defineProperty(_subjectCategories, subjectCategories.ARCHIVE_SUBJECTS, 'Expired'), _defineProperty(_subjectCategories, subjectCategories.BETA_SUBJECTS, '
|
|
54
|
+
subjectCategories: (_subjectCategories = {}, _defineProperty(_subjectCategories, subjectCategories.ACTIVE_SUBJECTS, 'Active'), _defineProperty(_subjectCategories, subjectCategories.ARCHIVE_SUBJECTS, 'Expired'), _defineProperty(_subjectCategories, subjectCategories.BETA_SUBJECTS, 'Revised'), _defineProperty(_subjectCategories, subjectCategories.COMMON_SUBJECTS, 'Common core subj.'), _defineProperty(_subjectCategories, subjectCategories.PROGRAMME_SUBJECTS, 'Programme subj. SF'), _defineProperty(_subjectCategories, subjectCategories.SPECIALIZED_SUBJECTS, 'Programme subj. YF'), _subjectCategories),
|
|
55
55
|
searchPage: {
|
|
56
56
|
noHits: 'Your search - {{query}} - did not match any articles. ',
|
|
57
57
|
noHitsShort: 'No results for search: {{query}}',
|
|
@@ -293,7 +293,7 @@ var messages = _objectSpread(_objectSpread({
|
|
|
293
293
|
beta: 'This course is in beta.',
|
|
294
294
|
outdatedSubject: 'This topic is part of a course that is not updated to the current curriculum.',
|
|
295
295
|
newVersion: 'This learning resource is not updated to the current curriculum. You can find an updated version here: ',
|
|
296
|
-
frontPageBeta: '
|
|
296
|
+
frontPageBeta: 'Revised subjects have been revised in accordance with the new curriculum that will be put into effect from August 2022. 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.',
|
|
297
297
|
frontPageExpired: 'Expired subjects are not being taught any longer, but it may still be possible to take exams in these subjects.',
|
|
298
298
|
frontPageRevised: 'Revised subjects have been revised in accordance with the new curriculum that will be put into effect from August 2022.'
|
|
299
299
|
},
|
|
@@ -56,7 +56,7 @@ var messages = _objectSpread(_objectSpread({
|
|
|
56
56
|
embed: 'Embed',
|
|
57
57
|
notSupported: 'It did not work to auto-insert the content. You can copy the source code and add it to your content.'
|
|
58
58
|
},
|
|
59
|
-
subjectCategories: (_subjectCategories = {}, _defineProperty(_subjectCategories, subjectCategories.ACTIVE_SUBJECTS, 'Active'), _defineProperty(_subjectCategories, subjectCategories.ARCHIVE_SUBJECTS, 'Expired'), _defineProperty(_subjectCategories, subjectCategories.BETA_SUBJECTS, '
|
|
59
|
+
subjectCategories: (_subjectCategories = {}, _defineProperty(_subjectCategories, subjectCategories.ACTIVE_SUBJECTS, 'Active'), _defineProperty(_subjectCategories, subjectCategories.ARCHIVE_SUBJECTS, 'Expired'), _defineProperty(_subjectCategories, subjectCategories.BETA_SUBJECTS, 'Revised'), _defineProperty(_subjectCategories, subjectCategories.COMMON_SUBJECTS, 'Common core subj.'), _defineProperty(_subjectCategories, subjectCategories.PROGRAMME_SUBJECTS, 'Programme subj. SF'), _defineProperty(_subjectCategories, subjectCategories.SPECIALIZED_SUBJECTS, 'Programme subj. YF'), _subjectCategories),
|
|
60
60
|
searchPage: {
|
|
61
61
|
noHits: 'Your search - {{query}} - did not match any articles. ',
|
|
62
62
|
noHitsShort: 'No results for search: {{query}}',
|
|
@@ -298,7 +298,7 @@ var messages = _objectSpread(_objectSpread({
|
|
|
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
300
|
newVersion: 'This learning resource is not updated to the current curriculum. You can find an updated version here: ',
|
|
301
|
-
frontPageBeta: '
|
|
301
|
+
frontPageBeta: 'Revised subjects have been revised in accordance with the new curriculum that will be put into effect from August 2022. 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
302
|
frontPageExpired: 'Expired subjects are not being taught any longer, but it may still be possible to take exams in these subjects.',
|
|
303
303
|
frontPageRevised: 'Revised subjects have been revised in accordance with the new curriculum that will be put into effect from August 2022.'
|
|
304
304
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ndla/ui",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.4",
|
|
4
4
|
"description": "UI component library for NDLA.",
|
|
5
5
|
"license": "GPL-3.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -82,5 +82,5 @@
|
|
|
82
82
|
"publishConfig": {
|
|
83
83
|
"access": "public"
|
|
84
84
|
},
|
|
85
|
-
"gitHead": "
|
|
85
|
+
"gitHead": "45290b8379a458b8f1cc1bd0f5fe436494c75e1d"
|
|
86
86
|
}
|
|
@@ -48,7 +48,7 @@ const messages = {
|
|
|
48
48
|
subjectCategories: {
|
|
49
49
|
[subjectCategories.ACTIVE_SUBJECTS]: 'Active',
|
|
50
50
|
[subjectCategories.ARCHIVE_SUBJECTS]: 'Expired',
|
|
51
|
-
[subjectCategories.BETA_SUBJECTS]: '
|
|
51
|
+
[subjectCategories.BETA_SUBJECTS]: 'Revised',
|
|
52
52
|
[subjectCategories.COMMON_SUBJECTS]: 'Common core subj.',
|
|
53
53
|
[subjectCategories.PROGRAMME_SUBJECTS]: 'Programme subj. SF',
|
|
54
54
|
[subjectCategories.SPECIALIZED_SUBJECTS]: 'Programme subj. YF',
|
|
@@ -328,7 +328,7 @@ const messages = {
|
|
|
328
328
|
newVersion:
|
|
329
329
|
'This learning resource is not updated to the current curriculum. You can find an updated version here: ',
|
|
330
330
|
frontPageBeta:
|
|
331
|
-
'
|
|
331
|
+
'Revised subjects have been revised in accordance with the new curriculum that will be put into effect from August 2022. 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
332
|
frontPageExpired:
|
|
333
333
|
'Expired subjects are not being taught any longer, but it may still be possible to take exams in these subjects.',
|
|
334
334
|
frontPageRevised:
|