@ndla/ui 45.0.15 → 45.0.17
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/Embed/index.js +1 -1
- package/es/index.js +1 -1
- package/es/locale/messages-en.js +7 -2
- package/es/locale/messages-nb.js +7 -2
- package/es/locale/messages-nn.js +7 -2
- package/es/locale/messages-se.js +7 -2
- package/es/locale/messages-sma.js +7 -2
- package/lib/Embed/index.d.ts +1 -1
- package/lib/Embed/index.js +6 -0
- package/lib/index.d.ts +1 -1
- package/lib/index.js +6 -0
- package/lib/locale/messages-en.d.ts +5 -0
- package/lib/locale/messages-en.js +7 -2
- package/lib/locale/messages-nb.d.ts +5 -0
- package/lib/locale/messages-nb.js +7 -2
- package/lib/locale/messages-nn.d.ts +5 -0
- package/lib/locale/messages-nn.js +7 -2
- package/lib/locale/messages-se.d.ts +5 -0
- package/lib/locale/messages-se.js +7 -2
- package/lib/locale/messages-sma.d.ts +5 -0
- package/lib/locale/messages-sma.js +7 -2
- package/package.json +12 -12
- package/src/Embed/index.ts +1 -1
- package/src/index.ts +1 -0
- package/src/locale/messages-en.ts +7 -2
- package/src/locale/messages-nb.ts +7 -2
- package/src/locale/messages-nn.ts +7 -2
- package/src/locale/messages-se.ts +7 -2
- package/src/locale/messages-sma.ts +7 -2
package/es/Embed/index.js
CHANGED
|
@@ -19,4 +19,4 @@ export { default as ConceptEmbed } from './ConceptEmbed';
|
|
|
19
19
|
export { ConceptNotionV2 } from './conceptComponents';
|
|
20
20
|
export { default as ConceptListEmbed } from './ConceptListEmbed';
|
|
21
21
|
export { default as UnknownEmbed } from './UnknownEmbed';
|
|
22
|
-
export { InlineConcept } from './ConceptEmbed';
|
|
22
|
+
export { InlineConcept, BlockConcept } from './ConceptEmbed';
|
package/es/index.js
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
// Move components to this file when they are migrated to typescript
|
|
11
11
|
|
|
12
12
|
export { default as SectionHeading } from './SectionHeading';
|
|
13
|
-
export { ConceptNotionV2, ImageEmbed, AudioEmbed, H5pEmbed, ExternalEmbed, IframeEmbed, FootnoteEmbed, BrightcoveEmbed, ContentLinkEmbed, RelatedContentEmbed, ConceptEmbed, ConceptListEmbed, UnknownEmbed, InlineConcept } from './Embed';
|
|
13
|
+
export { ConceptNotionV2, ImageEmbed, AudioEmbed, H5pEmbed, ExternalEmbed, IframeEmbed, FootnoteEmbed, BrightcoveEmbed, ContentLinkEmbed, RelatedContentEmbed, ConceptEmbed, ConceptListEmbed, UnknownEmbed, InlineConcept, BlockConcept } from './Embed';
|
|
14
14
|
export { ArticleByline, ArticleFootNotes, ArticleIntroduction, ArticleTitle, ArticleWrapper, ArticleHeaderWrapper, default as Article } from './Article';
|
|
15
15
|
export { default as Table, TableStyling } from './Table';
|
|
16
16
|
export { default as ResourcesWrapper, ResourcesTopicTitle } from './ResourcesWrapper';
|
package/es/locale/messages-en.js
CHANGED
|
@@ -206,10 +206,10 @@ var messages = _objectSpread(_objectSpread({
|
|
|
206
206
|
notionsHeading: 'Explanations',
|
|
207
207
|
notionsRemove: 'Remove',
|
|
208
208
|
showVideo: 'Watch video',
|
|
209
|
-
concept: '
|
|
209
|
+
concept: 'Concept',
|
|
210
210
|
gridView: 'Grid-view',
|
|
211
211
|
listView: 'List-view',
|
|
212
|
-
gloss: '
|
|
212
|
+
gloss: 'Gloss'
|
|
213
213
|
},
|
|
214
214
|
contextModal: {
|
|
215
215
|
button: '+ {{count}} more contexts',
|
|
@@ -1118,6 +1118,11 @@ var messages = _objectSpread(_objectSpread({
|
|
|
1118
1118
|
}
|
|
1119
1119
|
}
|
|
1120
1120
|
},
|
|
1121
|
+
iconMenu: {
|
|
1122
|
+
folders: 'Folders',
|
|
1123
|
+
tags: 'Tags',
|
|
1124
|
+
subjects: 'Favourite subjects'
|
|
1125
|
+
},
|
|
1121
1126
|
tagList: 'Tags',
|
|
1122
1127
|
tags: '{{count}} tag',
|
|
1123
1128
|
tags_plural: '{{count}} tags',
|
package/es/locale/messages-nb.js
CHANGED
|
@@ -205,8 +205,8 @@ var messages = _objectSpread(_objectSpread({
|
|
|
205
205
|
notionsHeading: 'Begrepsforklaring',
|
|
206
206
|
notionsRemove: 'Fjern',
|
|
207
207
|
showVideo: 'Se video',
|
|
208
|
-
concept: '
|
|
209
|
-
gloss: '
|
|
208
|
+
concept: 'Begrepsforklaring',
|
|
209
|
+
gloss: 'Glose',
|
|
210
210
|
gridView: 'Gallerivisning',
|
|
211
211
|
listView: 'Listevisning'
|
|
212
212
|
},
|
|
@@ -1117,6 +1117,11 @@ var messages = _objectSpread(_objectSpread({
|
|
|
1117
1117
|
}
|
|
1118
1118
|
}
|
|
1119
1119
|
},
|
|
1120
|
+
iconMenu: {
|
|
1121
|
+
folders: 'Mapper',
|
|
1122
|
+
tags: 'Knagger',
|
|
1123
|
+
subjects: 'Favorittfag'
|
|
1124
|
+
},
|
|
1120
1125
|
tagList: 'Emneknagger',
|
|
1121
1126
|
tags: '{{count}} emneknagg',
|
|
1122
1127
|
tags_plural: '{{count}} emneknagger',
|
package/es/locale/messages-nn.js
CHANGED
|
@@ -205,10 +205,10 @@ var messages = _objectSpread(_objectSpread({
|
|
|
205
205
|
notionsHeading: 'Begrepsforklaring',
|
|
206
206
|
notionsRemove: 'Fjern',
|
|
207
207
|
showVideo: 'Sjå video',
|
|
208
|
-
concept: '
|
|
208
|
+
concept: 'Begrepsforklaring',
|
|
209
209
|
gridView: 'Gallerivisning',
|
|
210
210
|
listView: 'Listevisning',
|
|
211
|
-
gloss: '
|
|
211
|
+
gloss: 'Glose'
|
|
212
212
|
},
|
|
213
213
|
contextModal: {
|
|
214
214
|
button: '+ {{count}} fleire stader',
|
|
@@ -1117,6 +1117,11 @@ var messages = _objectSpread(_objectSpread({
|
|
|
1117
1117
|
}
|
|
1118
1118
|
}
|
|
1119
1119
|
},
|
|
1120
|
+
iconMenu: {
|
|
1121
|
+
folders: 'Mappar',
|
|
1122
|
+
tags: 'Knaggar',
|
|
1123
|
+
subjects: 'Favorittfag'
|
|
1124
|
+
},
|
|
1120
1125
|
tagList: 'Emneknaggar',
|
|
1121
1126
|
tags: '{{count}} emneknagg',
|
|
1122
1127
|
tags_plural: '{{count}} emneknaggar',
|
package/es/locale/messages-se.js
CHANGED
|
@@ -205,10 +205,10 @@ var messages = _objectSpread(_objectSpread({
|
|
|
205
205
|
notionsHeading: 'Doabačilgehus',
|
|
206
206
|
notionsRemove: 'Sihko',
|
|
207
207
|
showVideo: 'Geahča video',
|
|
208
|
-
concept: '
|
|
208
|
+
concept: 'Doabačilgehus',
|
|
209
209
|
gridView: 'Galleriijačájáhus',
|
|
210
210
|
listView: 'Čájáhus listtu vuođul',
|
|
211
|
-
gloss: '
|
|
211
|
+
gloss: 'Sánit'
|
|
212
212
|
},
|
|
213
213
|
contextModal: {
|
|
214
214
|
button: '+ {{count}} eanet sajiin',
|
|
@@ -1117,6 +1117,11 @@ var messages = _objectSpread(_objectSpread({
|
|
|
1117
1117
|
}
|
|
1118
1118
|
}
|
|
1119
1119
|
},
|
|
1120
|
+
iconMenu: {
|
|
1121
|
+
folders: 'Mapper',
|
|
1122
|
+
tags: 'Knagger',
|
|
1123
|
+
subjects: 'Favorittfag'
|
|
1124
|
+
},
|
|
1120
1125
|
tagList: 'Fáddágilkor',
|
|
1121
1126
|
tags: '{{count}} fáddágilkor',
|
|
1122
1127
|
tags_plural: '{{count}} fáddágilkorat',
|
|
@@ -205,10 +205,10 @@ var messages = _objectSpread(_objectSpread({
|
|
|
205
205
|
notionsHeading: 'Baakoebuerkiestimmie',
|
|
206
206
|
notionsRemove: 'Skubph',
|
|
207
207
|
showVideo: 'Gïehtjh videjovem',
|
|
208
|
-
concept: '
|
|
208
|
+
concept: 'Begrepsforklaring',
|
|
209
209
|
gridView: 'Gallerivisning',
|
|
210
210
|
listView: 'Listevisning',
|
|
211
|
-
gloss: '
|
|
211
|
+
gloss: 'Glose'
|
|
212
212
|
},
|
|
213
213
|
contextModal: {
|
|
214
214
|
button: '+ {{count}} jieniebinie sijjine',
|
|
@@ -1117,6 +1117,11 @@ var messages = _objectSpread(_objectSpread({
|
|
|
1117
1117
|
}
|
|
1118
1118
|
}
|
|
1119
1119
|
},
|
|
1120
|
+
iconMenu: {
|
|
1121
|
+
folders: 'Mapper',
|
|
1122
|
+
tags: 'Knagger',
|
|
1123
|
+
subjects: 'Favorittfag'
|
|
1124
|
+
},
|
|
1120
1125
|
tagList: 'Emneknagg',
|
|
1121
1126
|
tags: '{{count}} emneknagg',
|
|
1122
1127
|
tags_plural: '{{count}} emneknagger',
|
package/lib/Embed/index.d.ts
CHANGED
|
@@ -18,5 +18,5 @@ export { default as ConceptEmbed } from './ConceptEmbed';
|
|
|
18
18
|
export { ConceptNotionV2 } from './conceptComponents';
|
|
19
19
|
export { default as ConceptListEmbed } from './ConceptListEmbed';
|
|
20
20
|
export { default as UnknownEmbed } from './UnknownEmbed';
|
|
21
|
-
export { InlineConcept } from './ConceptEmbed';
|
|
21
|
+
export { InlineConcept, BlockConcept } from './ConceptEmbed';
|
|
22
22
|
export type { HeartButtonType } from './types';
|
package/lib/Embed/index.js
CHANGED
|
@@ -10,6 +10,12 @@ Object.defineProperty(exports, "AudioEmbed", {
|
|
|
10
10
|
return _AudioEmbed.default;
|
|
11
11
|
}
|
|
12
12
|
});
|
|
13
|
+
Object.defineProperty(exports, "BlockConcept", {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function get() {
|
|
16
|
+
return _ConceptEmbed.BlockConcept;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
13
19
|
Object.defineProperty(exports, "BrightcoveEmbed", {
|
|
14
20
|
enumerable: true,
|
|
15
21
|
get: function get() {
|
package/lib/index.d.ts
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*
|
|
7
7
|
*/
|
|
8
8
|
export { default as SectionHeading } from './SectionHeading';
|
|
9
|
-
export { ConceptNotionV2, ImageEmbed, AudioEmbed, H5pEmbed, ExternalEmbed, IframeEmbed, FootnoteEmbed, BrightcoveEmbed, ContentLinkEmbed, RelatedContentEmbed, ConceptEmbed, ConceptListEmbed, UnknownEmbed, InlineConcept, } from './Embed';
|
|
9
|
+
export { ConceptNotionV2, ImageEmbed, AudioEmbed, H5pEmbed, ExternalEmbed, IframeEmbed, FootnoteEmbed, BrightcoveEmbed, ContentLinkEmbed, RelatedContentEmbed, ConceptEmbed, ConceptListEmbed, UnknownEmbed, InlineConcept, BlockConcept, } from './Embed';
|
|
10
10
|
export { ArticleByline, ArticleFootNotes, ArticleIntroduction, ArticleTitle, ArticleWrapper, ArticleHeaderWrapper, default as Article, } from './Article';
|
|
11
11
|
export { default as Table, TableStyling } from './Table';
|
|
12
12
|
export { default as ResourcesWrapper, ResourcesTopicTitle } from './ResourcesWrapper';
|
package/lib/index.js
CHANGED
|
@@ -106,6 +106,12 @@ Object.defineProperty(exports, "BaseSnack", {
|
|
|
106
106
|
return _SnackBar.BaseSnack;
|
|
107
107
|
}
|
|
108
108
|
});
|
|
109
|
+
Object.defineProperty(exports, "BlockConcept", {
|
|
110
|
+
enumerable: true,
|
|
111
|
+
get: function get() {
|
|
112
|
+
return _Embed.BlockConcept;
|
|
113
|
+
}
|
|
114
|
+
});
|
|
109
115
|
Object.defineProperty(exports, "BlockResource", {
|
|
110
116
|
enumerable: true,
|
|
111
117
|
get: function get() {
|
|
@@ -215,10 +215,10 @@ var messages = _objectSpread(_objectSpread({
|
|
|
215
215
|
notionsHeading: 'Explanations',
|
|
216
216
|
notionsRemove: 'Remove',
|
|
217
217
|
showVideo: 'Watch video',
|
|
218
|
-
concept: '
|
|
218
|
+
concept: 'Concept',
|
|
219
219
|
gridView: 'Grid-view',
|
|
220
220
|
listView: 'List-view',
|
|
221
|
-
gloss: '
|
|
221
|
+
gloss: 'Gloss'
|
|
222
222
|
},
|
|
223
223
|
contextModal: {
|
|
224
224
|
button: '+ {{count}} more contexts',
|
|
@@ -1127,6 +1127,11 @@ var messages = _objectSpread(_objectSpread({
|
|
|
1127
1127
|
}
|
|
1128
1128
|
}
|
|
1129
1129
|
},
|
|
1130
|
+
iconMenu: {
|
|
1131
|
+
folders: 'Folders',
|
|
1132
|
+
tags: 'Tags',
|
|
1133
|
+
subjects: 'Favourite subjects'
|
|
1134
|
+
},
|
|
1130
1135
|
tagList: 'Tags',
|
|
1131
1136
|
tags: '{{count}} tag',
|
|
1132
1137
|
tags_plural: '{{count}} tags',
|
|
@@ -213,8 +213,8 @@ var messages = _objectSpread(_objectSpread({
|
|
|
213
213
|
notionsHeading: 'Begrepsforklaring',
|
|
214
214
|
notionsRemove: 'Fjern',
|
|
215
215
|
showVideo: 'Se video',
|
|
216
|
-
concept: '
|
|
217
|
-
gloss: '
|
|
216
|
+
concept: 'Begrepsforklaring',
|
|
217
|
+
gloss: 'Glose',
|
|
218
218
|
gridView: 'Gallerivisning',
|
|
219
219
|
listView: 'Listevisning'
|
|
220
220
|
},
|
|
@@ -1125,6 +1125,11 @@ var messages = _objectSpread(_objectSpread({
|
|
|
1125
1125
|
}
|
|
1126
1126
|
}
|
|
1127
1127
|
},
|
|
1128
|
+
iconMenu: {
|
|
1129
|
+
folders: 'Mapper',
|
|
1130
|
+
tags: 'Knagger',
|
|
1131
|
+
subjects: 'Favorittfag'
|
|
1132
|
+
},
|
|
1128
1133
|
tagList: 'Emneknagger',
|
|
1129
1134
|
tags: '{{count}} emneknagg',
|
|
1130
1135
|
tags_plural: '{{count}} emneknagger',
|
|
@@ -213,10 +213,10 @@ var messages = _objectSpread(_objectSpread({
|
|
|
213
213
|
notionsHeading: 'Begrepsforklaring',
|
|
214
214
|
notionsRemove: 'Fjern',
|
|
215
215
|
showVideo: 'Sjå video',
|
|
216
|
-
concept: '
|
|
216
|
+
concept: 'Begrepsforklaring',
|
|
217
217
|
gridView: 'Gallerivisning',
|
|
218
218
|
listView: 'Listevisning',
|
|
219
|
-
gloss: '
|
|
219
|
+
gloss: 'Glose'
|
|
220
220
|
},
|
|
221
221
|
contextModal: {
|
|
222
222
|
button: '+ {{count}} fleire stader',
|
|
@@ -1125,6 +1125,11 @@ var messages = _objectSpread(_objectSpread({
|
|
|
1125
1125
|
}
|
|
1126
1126
|
}
|
|
1127
1127
|
},
|
|
1128
|
+
iconMenu: {
|
|
1129
|
+
folders: 'Mappar',
|
|
1130
|
+
tags: 'Knaggar',
|
|
1131
|
+
subjects: 'Favorittfag'
|
|
1132
|
+
},
|
|
1128
1133
|
tagList: 'Emneknaggar',
|
|
1129
1134
|
tags: '{{count}} emneknagg',
|
|
1130
1135
|
tags_plural: '{{count}} emneknaggar',
|
|
@@ -213,10 +213,10 @@ var messages = _objectSpread(_objectSpread({
|
|
|
213
213
|
notionsHeading: 'Doabačilgehus',
|
|
214
214
|
notionsRemove: 'Sihko',
|
|
215
215
|
showVideo: 'Geahča video',
|
|
216
|
-
concept: '
|
|
216
|
+
concept: 'Doabačilgehus',
|
|
217
217
|
gridView: 'Galleriijačájáhus',
|
|
218
218
|
listView: 'Čájáhus listtu vuođul',
|
|
219
|
-
gloss: '
|
|
219
|
+
gloss: 'Sánit'
|
|
220
220
|
},
|
|
221
221
|
contextModal: {
|
|
222
222
|
button: '+ {{count}} eanet sajiin',
|
|
@@ -1125,6 +1125,11 @@ var messages = _objectSpread(_objectSpread({
|
|
|
1125
1125
|
}
|
|
1126
1126
|
}
|
|
1127
1127
|
},
|
|
1128
|
+
iconMenu: {
|
|
1129
|
+
folders: 'Mapper',
|
|
1130
|
+
tags: 'Knagger',
|
|
1131
|
+
subjects: 'Favorittfag'
|
|
1132
|
+
},
|
|
1128
1133
|
tagList: 'Fáddágilkor',
|
|
1129
1134
|
tags: '{{count}} fáddágilkor',
|
|
1130
1135
|
tags_plural: '{{count}} fáddágilkorat',
|
|
@@ -213,10 +213,10 @@ var messages = _objectSpread(_objectSpread({
|
|
|
213
213
|
notionsHeading: 'Baakoebuerkiestimmie',
|
|
214
214
|
notionsRemove: 'Skubph',
|
|
215
215
|
showVideo: 'Gïehtjh videjovem',
|
|
216
|
-
concept: '
|
|
216
|
+
concept: 'Begrepsforklaring',
|
|
217
217
|
gridView: 'Gallerivisning',
|
|
218
218
|
listView: 'Listevisning',
|
|
219
|
-
gloss: '
|
|
219
|
+
gloss: 'Glose'
|
|
220
220
|
},
|
|
221
221
|
contextModal: {
|
|
222
222
|
button: '+ {{count}} jieniebinie sijjine',
|
|
@@ -1125,6 +1125,11 @@ var messages = _objectSpread(_objectSpread({
|
|
|
1125
1125
|
}
|
|
1126
1126
|
}
|
|
1127
1127
|
},
|
|
1128
|
+
iconMenu: {
|
|
1129
|
+
folders: 'Mapper',
|
|
1130
|
+
tags: 'Knagger',
|
|
1131
|
+
subjects: 'Favorittfag'
|
|
1132
|
+
},
|
|
1128
1133
|
tagList: 'Emneknagg',
|
|
1129
1134
|
tags: '{{count}} emneknagg',
|
|
1130
1135
|
tags_plural: '{{count}} emneknagger',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ndla/ui",
|
|
3
|
-
"version": "45.0.
|
|
3
|
+
"version": "45.0.17",
|
|
4
4
|
"description": "UI component library for NDLA.",
|
|
5
5
|
"license": "GPL-3.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -31,23 +31,23 @@
|
|
|
31
31
|
"types"
|
|
32
32
|
],
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@ndla/accordion": "^2.2.
|
|
34
|
+
"@ndla/accordion": "^2.2.24",
|
|
35
35
|
"@ndla/article-scripts": "^3.0.21",
|
|
36
|
-
"@ndla/button": "^11.0.
|
|
37
|
-
"@ndla/carousel": "^4.0.
|
|
36
|
+
"@ndla/button": "^11.0.9",
|
|
37
|
+
"@ndla/carousel": "^4.0.2",
|
|
38
38
|
"@ndla/core": "^4.1.8",
|
|
39
39
|
"@ndla/dropdown-menu": "^1.0.6",
|
|
40
|
-
"@ndla/forms": "^4.3.
|
|
40
|
+
"@ndla/forms": "^4.3.25",
|
|
41
41
|
"@ndla/hooks": "^2.1.0",
|
|
42
|
-
"@ndla/icons": "^4.0.
|
|
42
|
+
"@ndla/icons": "^4.0.8",
|
|
43
43
|
"@ndla/licenses": "^7.1.4",
|
|
44
|
-
"@ndla/modal": "^4.0.
|
|
45
|
-
"@ndla/notion": "^5.0.
|
|
46
|
-
"@ndla/safelink": "^4.1.
|
|
47
|
-
"@ndla/select": "^2.4.
|
|
44
|
+
"@ndla/modal": "^4.0.9",
|
|
45
|
+
"@ndla/notion": "^5.0.27",
|
|
46
|
+
"@ndla/safelink": "^4.1.23",
|
|
47
|
+
"@ndla/select": "^2.4.15",
|
|
48
48
|
"@ndla/switch": "^1.1.13",
|
|
49
49
|
"@ndla/tabs": "^3.0.9",
|
|
50
|
-
"@ndla/tooltip": "^4.1.
|
|
50
|
+
"@ndla/tooltip": "^4.1.20",
|
|
51
51
|
"@ndla/typography": "^0.2.0",
|
|
52
52
|
"@ndla/util": "^3.2.0",
|
|
53
53
|
"@radix-ui/react-popover": "^1.0.6",
|
|
@@ -84,5 +84,5 @@
|
|
|
84
84
|
"publishConfig": {
|
|
85
85
|
"access": "public"
|
|
86
86
|
},
|
|
87
|
-
"gitHead": "
|
|
87
|
+
"gitHead": "edb7568d78a1f7a0795669c8a96dbb8ca299fe4c"
|
|
88
88
|
}
|
package/src/Embed/index.ts
CHANGED
|
@@ -19,5 +19,5 @@ export { default as ConceptEmbed } from './ConceptEmbed';
|
|
|
19
19
|
export { ConceptNotionV2 } from './conceptComponents';
|
|
20
20
|
export { default as ConceptListEmbed } from './ConceptListEmbed';
|
|
21
21
|
export { default as UnknownEmbed } from './UnknownEmbed';
|
|
22
|
-
export { InlineConcept } from './ConceptEmbed';
|
|
22
|
+
export { InlineConcept, BlockConcept } from './ConceptEmbed';
|
|
23
23
|
export type { HeartButtonType } from './types';
|
package/src/index.ts
CHANGED
|
@@ -210,10 +210,10 @@ const messages = {
|
|
|
210
210
|
notionsHeading: 'Explanations',
|
|
211
211
|
notionsRemove: 'Remove',
|
|
212
212
|
showVideo: 'Watch video',
|
|
213
|
-
concept: '
|
|
213
|
+
concept: 'Concept',
|
|
214
214
|
gridView: 'Grid-view',
|
|
215
215
|
listView: 'List-view',
|
|
216
|
-
gloss: '
|
|
216
|
+
gloss: 'Gloss',
|
|
217
217
|
},
|
|
218
218
|
contextModal: {
|
|
219
219
|
button: '+ {{count}} more contexts',
|
|
@@ -1167,6 +1167,11 @@ const messages = {
|
|
|
1167
1167
|
},
|
|
1168
1168
|
},
|
|
1169
1169
|
},
|
|
1170
|
+
iconMenu: {
|
|
1171
|
+
folders: 'Folders',
|
|
1172
|
+
tags: 'Tags',
|
|
1173
|
+
subjects: 'Favourite subjects',
|
|
1174
|
+
},
|
|
1170
1175
|
tagList: 'Tags',
|
|
1171
1176
|
tags: '{{count}} tag',
|
|
1172
1177
|
tags_plural: '{{count}} tags',
|
|
@@ -210,8 +210,8 @@ const messages = {
|
|
|
210
210
|
notionsHeading: 'Begrepsforklaring',
|
|
211
211
|
notionsRemove: 'Fjern',
|
|
212
212
|
showVideo: 'Se video',
|
|
213
|
-
concept: '
|
|
214
|
-
gloss: '
|
|
213
|
+
concept: 'Begrepsforklaring',
|
|
214
|
+
gloss: 'Glose',
|
|
215
215
|
gridView: 'Gallerivisning',
|
|
216
216
|
listView: 'Listevisning',
|
|
217
217
|
},
|
|
@@ -1165,6 +1165,11 @@ const messages = {
|
|
|
1165
1165
|
},
|
|
1166
1166
|
},
|
|
1167
1167
|
},
|
|
1168
|
+
iconMenu: {
|
|
1169
|
+
folders: 'Mapper',
|
|
1170
|
+
tags: 'Knagger',
|
|
1171
|
+
subjects: 'Favorittfag',
|
|
1172
|
+
},
|
|
1168
1173
|
tagList: 'Emneknagger',
|
|
1169
1174
|
tags: '{{count}} emneknagg',
|
|
1170
1175
|
tags_plural: '{{count}} emneknagger',
|
|
@@ -210,10 +210,10 @@ const messages = {
|
|
|
210
210
|
notionsHeading: 'Begrepsforklaring',
|
|
211
211
|
notionsRemove: 'Fjern',
|
|
212
212
|
showVideo: 'Sjå video',
|
|
213
|
-
concept: '
|
|
213
|
+
concept: 'Begrepsforklaring',
|
|
214
214
|
gridView: 'Gallerivisning',
|
|
215
215
|
listView: 'Listevisning',
|
|
216
|
-
gloss: '
|
|
216
|
+
gloss: 'Glose',
|
|
217
217
|
},
|
|
218
218
|
contextModal: {
|
|
219
219
|
button: '+ {{count}} fleire stader',
|
|
@@ -1165,6 +1165,11 @@ const messages = {
|
|
|
1165
1165
|
},
|
|
1166
1166
|
},
|
|
1167
1167
|
},
|
|
1168
|
+
iconMenu: {
|
|
1169
|
+
folders: 'Mappar',
|
|
1170
|
+
tags: 'Knaggar',
|
|
1171
|
+
subjects: 'Favorittfag',
|
|
1172
|
+
},
|
|
1168
1173
|
tagList: 'Emneknaggar',
|
|
1169
1174
|
tags: '{{count}} emneknagg',
|
|
1170
1175
|
tags_plural: '{{count}} emneknaggar',
|
|
@@ -210,10 +210,10 @@ const messages = {
|
|
|
210
210
|
notionsHeading: 'Doabačilgehus',
|
|
211
211
|
notionsRemove: 'Sihko',
|
|
212
212
|
showVideo: 'Geahča video',
|
|
213
|
-
concept: '
|
|
213
|
+
concept: 'Doabačilgehus',
|
|
214
214
|
gridView: 'Galleriijačájáhus',
|
|
215
215
|
listView: 'Čájáhus listtu vuođul',
|
|
216
|
-
gloss: '
|
|
216
|
+
gloss: 'Sánit',
|
|
217
217
|
},
|
|
218
218
|
contextModal: {
|
|
219
219
|
button: '+ {{count}} eanet sajiin',
|
|
@@ -1166,6 +1166,11 @@ const messages = {
|
|
|
1166
1166
|
},
|
|
1167
1167
|
},
|
|
1168
1168
|
},
|
|
1169
|
+
iconMenu: {
|
|
1170
|
+
folders: 'Mapper',
|
|
1171
|
+
tags: 'Knagger',
|
|
1172
|
+
subjects: 'Favorittfag',
|
|
1173
|
+
},
|
|
1169
1174
|
tagList: 'Fáddágilkor',
|
|
1170
1175
|
tags: '{{count}} fáddágilkor',
|
|
1171
1176
|
tags_plural: '{{count}} fáddágilkorat',
|
|
@@ -210,10 +210,10 @@ const messages = {
|
|
|
210
210
|
notionsHeading: 'Baakoebuerkiestimmie',
|
|
211
211
|
notionsRemove: 'Skubph',
|
|
212
212
|
showVideo: 'Gïehtjh videjovem',
|
|
213
|
-
concept: '
|
|
213
|
+
concept: 'Begrepsforklaring',
|
|
214
214
|
gridView: 'Gallerivisning',
|
|
215
215
|
listView: 'Listevisning',
|
|
216
|
-
gloss: '
|
|
216
|
+
gloss: 'Glose',
|
|
217
217
|
},
|
|
218
218
|
contextModal: {
|
|
219
219
|
button: '+ {{count}} jieniebinie sijjine',
|
|
@@ -1169,6 +1169,11 @@ const messages = {
|
|
|
1169
1169
|
},
|
|
1170
1170
|
},
|
|
1171
1171
|
},
|
|
1172
|
+
iconMenu: {
|
|
1173
|
+
folders: 'Mapper',
|
|
1174
|
+
tags: 'Knagger',
|
|
1175
|
+
subjects: 'Favorittfag',
|
|
1176
|
+
},
|
|
1172
1177
|
tagList: 'Emneknagg',
|
|
1173
1178
|
tags: '{{count}} emneknagg',
|
|
1174
1179
|
tags_plural: '{{count}} emneknagger',
|