@ndla/ui 25.2.1 → 26.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/Article/ArticleByline.js +17 -7
- package/es/Article/ArticleSideBar.js +5 -4
- package/es/Breadcrumb/BreadcrumbItem.js +8 -7
- package/es/ErrorMessage/ErrorMessage.js +12 -6
- package/es/Frontpage/FrontpageHeader.js +7 -9
- package/es/LanguageSelector/LanguageSelector.js +12 -7
- package/es/LearningPaths/LearningPathInformation.js +8 -5
- package/es/Subject/SubjectHeader.js +5 -6
- package/es/TreeStructure/FolderItem.js +110 -94
- package/es/TreeStructure/FolderItems.js +26 -30
- package/es/TreeStructure/FolderNameInput.js +35 -27
- package/es/TreeStructure/NavigationLink.js +81 -0
- package/es/TreeStructure/TreeStructure.js +169 -45
- package/es/locale/messages-en.js +7 -22
- package/es/locale/messages-nb.js +8 -23
- package/es/locale/messages-nn.js +7 -22
- package/es/locale/messages-se.js +697 -712
- package/es/locale/messages-sma.js +8 -23
- package/lib/Article/ArticleByline.js +17 -7
- package/lib/Article/ArticleSideBar.js +5 -4
- package/lib/Breadcrumb/BreadcrumbItem.js +8 -7
- package/lib/ErrorMessage/ErrorMessage.d.ts +1 -0
- package/lib/ErrorMessage/ErrorMessage.js +12 -6
- package/lib/Frontpage/FrontpageHeader.d.ts +5 -6
- package/lib/Frontpage/FrontpageHeader.js +7 -11
- package/lib/LanguageSelector/LanguageSelector.js +13 -7
- package/lib/LearningPaths/LearningPathInformation.d.ts +2 -1
- package/lib/LearningPaths/LearningPathInformation.js +8 -5
- package/lib/Subject/SubjectHeader.js +14 -16
- package/lib/TreeStructure/FolderItem.d.ts +2 -3
- package/lib/TreeStructure/FolderItem.js +107 -92
- package/lib/TreeStructure/FolderItems.d.ts +1 -3
- package/lib/TreeStructure/FolderItems.js +26 -29
- package/lib/TreeStructure/FolderNameInput.d.ts +2 -1
- package/lib/TreeStructure/FolderNameInput.js +33 -26
- package/lib/TreeStructure/NavigationLink.d.ts +15 -0
- package/lib/TreeStructure/NavigationLink.js +100 -0
- package/lib/TreeStructure/TreeStructure.d.ts +1 -2
- package/lib/TreeStructure/TreeStructure.js +163 -45
- package/lib/TreeStructure/types.d.ts +4 -1
- package/lib/locale/messages-en.d.ts +4 -19
- package/lib/locale/messages-en.js +7 -22
- package/lib/locale/messages-nb.d.ts +4 -19
- package/lib/locale/messages-nb.js +8 -23
- package/lib/locale/messages-nn.d.ts +4 -19
- package/lib/locale/messages-nn.js +7 -22
- package/lib/locale/messages-se.d.ts +4 -19
- package/lib/locale/messages-se.js +697 -712
- package/lib/locale/messages-sma.d.ts +4 -19
- package/lib/locale/messages-sma.js +8 -23
- package/package.json +14 -14
- package/src/Article/ArticleByline.tsx +10 -3
- package/src/Article/ArticleSideBar.tsx +1 -0
- package/src/Breadcrumb/BreadcrumbItem.tsx +1 -1
- package/src/ErrorMessage/ErrorMessage.tsx +6 -0
- package/src/Frontpage/FrontpageHeader.tsx +5 -6
- package/src/LanguageSelector/LanguageSelector.tsx +4 -1
- package/src/LearningPaths/LearningPathInformation.tsx +3 -2
- package/src/Subject/SubjectHeader.tsx +1 -2
- package/src/TreeStructure/FolderItem.tsx +126 -104
- package/src/TreeStructure/FolderItems.tsx +51 -43
- package/src/TreeStructure/FolderNameInput.tsx +43 -28
- package/src/TreeStructure/NavigationLink.tsx +100 -0
- package/src/TreeStructure/TreeStructure.tsx +187 -61
- package/src/TreeStructure/types.ts +5 -1
- package/src/locale/messages-en.ts +9 -22
- package/src/locale/messages-nb.ts +10 -23
- package/src/locale/messages-nn.ts +9 -22
- package/src/locale/messages-se.ts +724 -738
- package/src/locale/messages-sma.ts +10 -23
- package/es/TreeStructure/TreeStructureWrapper.js +0 -13
- package/lib/TreeStructure/TreeStructureWrapper.d.ts +0 -12
- package/lib/TreeStructure/TreeStructureWrapper.js +0 -24
- package/src/TreeStructure/TreeStructureWrapper.tsx +0 -31
|
@@ -30,1044 +30,1029 @@ var titleTemplate = ' - NDLA';
|
|
|
30
30
|
var messages = _objectSpread(_objectSpread({
|
|
31
31
|
treeStructure: {
|
|
32
32
|
folderChildOptions: {
|
|
33
|
-
edit: '
|
|
34
|
-
"delete": '
|
|
33
|
+
edit: 'Rievdat máhpa nama',
|
|
34
|
+
"delete": 'Sihko'
|
|
35
35
|
},
|
|
36
|
-
|
|
37
|
-
|
|
36
|
+
hideFolders: 'Skjul alle mapper',
|
|
37
|
+
showFolders: 'Vis alle mapper',
|
|
38
|
+
createFolder: 'Ráhkat máhpa',
|
|
39
|
+
maxFoldersAlreadyAdded: 'Vuollemáhpaid badjerádji lea olahuvvon',
|
|
38
40
|
newFolder: {
|
|
39
|
-
placeholder: '
|
|
40
|
-
defaultName: '
|
|
41
|
+
placeholder: 'Čále nama máhppii',
|
|
42
|
+
defaultName: 'Ođđa máhppa'
|
|
41
43
|
}
|
|
42
44
|
},
|
|
43
45
|
tagSelector: {
|
|
44
|
-
label: '
|
|
45
|
-
placeholder: '
|
|
46
|
-
removeTag: '
|
|
47
|
-
hideAllTags: '
|
|
48
|
-
showAllTags: '
|
|
46
|
+
label: 'Bija fáddágilkora',
|
|
47
|
+
placeholder: 'Čále fáddágilkora',
|
|
48
|
+
removeTag: 'Váldde eret {{name}}',
|
|
49
|
+
hideAllTags: 'Čiega buot fáddágilkoriid',
|
|
50
|
+
showAllTags: 'Čájet buot fáddágilkoriid'
|
|
49
51
|
},
|
|
50
52
|
htmlTitles: {
|
|
51
53
|
titleTemplate: titleTemplate,
|
|
52
|
-
welcomePage: "
|
|
53
|
-
topicPage: '
|
|
54
|
-
subjectsPage: "
|
|
55
|
-
searchPage: "
|
|
56
|
-
notFound: "
|
|
54
|
+
welcomePage: "Ovdasiidu".concat(titleTemplate),
|
|
55
|
+
topicPage: 'Fáddá',
|
|
56
|
+
subjectsPage: "V\xE1llje f\xE1ga".concat(titleTemplate),
|
|
57
|
+
searchPage: "Oza".concat(titleTemplate),
|
|
58
|
+
notFound: "Siidu ii g\xE1vdno".concat(titleTemplate)
|
|
57
59
|
},
|
|
58
60
|
newsLetter: {
|
|
59
|
-
heading: '
|
|
60
|
-
description: '
|
|
61
|
-
mainLinkName: '
|
|
62
|
-
iconLinkName: '
|
|
61
|
+
heading: 'Ođasreive',
|
|
62
|
+
description: 'Ođasmahte dieđuid. Diŋgo maŋemus ođđasiid NDLA:s.',
|
|
63
|
+
mainLinkName: 'Dieđit iežat',
|
|
64
|
+
iconLinkName: 'Diŋgo alccet ođasreivve'
|
|
63
65
|
},
|
|
64
|
-
askNDLA: '
|
|
66
|
+
askNDLA: 'Jeara NDLA:s',
|
|
65
67
|
articlePage: {
|
|
66
|
-
errorDescription: '
|
|
67
|
-
error404Description: '
|
|
68
|
+
errorDescription: 'Šállošat, boasttuvuohta čuožžilii resurssa viežžamis.',
|
|
69
|
+
error404Description: 'Šállošat, resursa maid ozat ii gávdno.'
|
|
68
70
|
},
|
|
69
71
|
notFoundPage: {
|
|
70
|
-
title: '
|
|
71
|
-
errorDescription: '
|
|
72
|
+
title: 'SSiidu ii gávdno',
|
|
73
|
+
errorDescription: 'Šállošat, eat gávnna siiddu masa geahččalit beassat.'
|
|
72
74
|
},
|
|
73
75
|
movedResourcePage: {
|
|
74
|
-
title: '
|
|
76
|
+
title: 'Siidu lea sirdojuvvon, muhto gávnnat dan dás:'
|
|
75
77
|
},
|
|
76
78
|
lti: {
|
|
77
|
-
embed: '
|
|
78
|
-
notSupported: '
|
|
79
|
+
embed: 'Deavdde',
|
|
80
|
+
notSupported: 'Ii lean vejolaš bidjat sisdoalu sisa automáhtalaččat. Kopiere gáldokoda vulobealde ja bija iežat siidui.'
|
|
79
81
|
},
|
|
80
|
-
subjectCategories: (_subjectCategories = {}, _defineProperty(_subjectCategories, subjectCategories.ACTIVE_SUBJECTS, '
|
|
81
|
-
subjectTypes: (_subjectTypes = {}, _defineProperty(_subjectTypes, subjectTypes.SUBJECT, '
|
|
82
|
+
subjectCategories: (_subjectCategories = {}, _defineProperty(_subjectCategories, subjectCategories.ACTIVE_SUBJECTS, 'Doaimmas'), _defineProperty(_subjectCategories, subjectCategories.ARCHIVE_SUBJECTS, 'Ii doaimmas šat'), _defineProperty(_subjectCategories, subjectCategories.BETA_SUBJECTS, 'Boahttevaš'), _defineProperty(_subjectCategories, subjectCategories.COMMON_SUBJECTS, 'Oktasašfága'), _defineProperty(_subjectCategories, subjectCategories.PROGRAMME_SUBJECTS, 'Prográmmafága'), _defineProperty(_subjectCategories, subjectCategories.SPECIALIZED_SUBJECTS, 'Fidnofága'), _subjectCategories),
|
|
83
|
+
subjectTypes: (_subjectTypes = {}, _defineProperty(_subjectTypes, subjectTypes.SUBJECT, 'Fága'), _defineProperty(_subjectTypes, subjectTypes.RESOURCE_COLLECTION, 'Resursačoakkáldat'), _subjectTypes),
|
|
82
84
|
searchPage: {
|
|
83
|
-
noHits: '
|
|
84
|
-
noHitsShort: '
|
|
85
|
-
removeFilterSuggestion: '
|
|
86
|
-
search: '
|
|
87
|
-
close: '
|
|
88
|
-
abilities: '
|
|
89
|
-
searchFieldPlaceholder: '
|
|
90
|
-
searchFieldPlaceholderShort: '
|
|
85
|
+
noHits: 'Ii oktage artihkal heiven du ohcamii: {{query}}',
|
|
86
|
+
noHitsShort: 'Du ohcamii ii lean deaivva: {{query}}',
|
|
87
|
+
removeFilterSuggestion: 'Geahččal filtara jávkadit',
|
|
88
|
+
search: 'Oza',
|
|
89
|
+
close: 'Govčča',
|
|
90
|
+
abilities: 'Iešvuođat',
|
|
91
|
+
searchFieldPlaceholder: 'Oza fágaáššiin, bargobihtáin ja doaimmain dahje oahppanbálágáin',
|
|
92
|
+
searchFieldPlaceholderShort: 'Oza',
|
|
91
93
|
label: {
|
|
92
|
-
content: '
|
|
93
|
-
contentTypes: '
|
|
94
|
-
levels: '
|
|
95
|
-
languageFilter: '
|
|
96
|
-
subjects: '
|
|
97
|
-
noFilter: '
|
|
98
|
-
createdBy: '
|
|
94
|
+
content: 'Sisdoallu:',
|
|
95
|
+
contentTypes: 'Sisdoallomállet:',
|
|
96
|
+
levels: 'Dássi:',
|
|
97
|
+
languageFilter: 'Giella:',
|
|
98
|
+
subjects: 'Fága:',
|
|
99
|
+
noFilter: 'Filttar ii leat válljejuvvon',
|
|
100
|
+
createdBy: 'Ráhkaduvvon dán olbmos:'
|
|
99
101
|
},
|
|
100
102
|
showLabel: {
|
|
101
|
-
contentTypes: '
|
|
102
|
-
levels: '
|
|
103
|
-
languageFilter: '
|
|
104
|
-
subjects: '
|
|
103
|
+
contentTypes: 'Eanet sisdoallomállet',
|
|
104
|
+
levels: 'Eanet dásit',
|
|
105
|
+
languageFilter: 'Eanet gielat',
|
|
106
|
+
subjects: 'Molsso fága'
|
|
105
107
|
},
|
|
106
108
|
hideLabel: {
|
|
107
|
-
contentTypes: '
|
|
108
|
-
levels: '
|
|
109
|
-
languageFilter: '
|
|
110
|
-
subjects: '
|
|
109
|
+
contentTypes: 'Unnit sisdoallomállet',
|
|
110
|
+
levels: 'Unnit dásit',
|
|
111
|
+
languageFilter: 'Unnit gielat',
|
|
112
|
+
subjects: 'Unnit fágat'
|
|
111
113
|
},
|
|
112
114
|
searchField: {
|
|
113
|
-
contentTypeResultShowMoreLabel: '
|
|
114
|
-
contentTypeResultShowLessLabel: '
|
|
115
|
-
allResultButtonText: '
|
|
116
|
-
searchResultHeading: '
|
|
117
|
-
contentTypeResultNoHit: '
|
|
115
|
+
contentTypeResultShowMoreLabel: 'Geahča eanet bohtosiid',
|
|
116
|
+
contentTypeResultShowLessLabel: 'Geahča unnit bohtosiid',
|
|
117
|
+
allResultButtonText: 'Čájet buot ohcama deaivamiid',
|
|
118
|
+
searchResultHeading: 'Evttohus:',
|
|
119
|
+
contentTypeResultNoHit: 'Du ohcamii ii lean deaivva...'
|
|
118
120
|
},
|
|
119
121
|
searchResultMessages: {
|
|
120
|
-
searchStringLabel: '
|
|
121
|
-
subHeading: '{{totalCount}}
|
|
122
|
+
searchStringLabel: 'Don ohcet:',
|
|
123
|
+
subHeading: '{{totalCount}} Deaivamat NDLA:s'
|
|
122
124
|
},
|
|
123
125
|
searchResultListMessages: {
|
|
124
|
-
subjectsLabel: '
|
|
125
|
-
noResultHeading: 'Hmm,
|
|
126
|
-
noResultDescription: '
|
|
126
|
+
subjectsLabel: 'Raba fágas:',
|
|
127
|
+
noResultHeading: 'Hmm, ii lean sisdoallu...',
|
|
128
|
+
noResultDescription: 'Dađi bahábut mis ii leat mihkkege fállat dás. Jus dáhtut evttohit sisdoalu dán fáttás, sáhtát geavahit "Jeara NDLA:s" maid gávnnat vulogeahčen olgeš beale šearpmas.'
|
|
127
129
|
},
|
|
128
130
|
searchPageMessages: {
|
|
129
|
-
filterHeading: '
|
|
130
|
-
resultHeading: '{{totalCount}}
|
|
131
|
-
resultHeadingByAuthor: '{{totalCount}}
|
|
132
|
-
narrowScreenFilterHeading: '{{totalCount}}
|
|
133
|
-
dropdownBtnLabel: '
|
|
131
|
+
filterHeading: 'Filttar',
|
|
132
|
+
resultHeading: '{{totalCount}} deaivamat NDLA:s',
|
|
133
|
+
resultHeadingByAuthor: '{{totalCount}} arihkkalat čállojuvvon dán olbmos {{author}}',
|
|
134
|
+
narrowScreenFilterHeading: '{{totalCount}} deaivamat «{{query}}»',
|
|
135
|
+
dropdownBtnLabel: 'Eanet sisdoallomállet'
|
|
134
136
|
},
|
|
135
137
|
searchFilterMessages: {
|
|
136
|
-
backButton: '
|
|
137
|
-
filterLabel: '
|
|
138
|
-
confirmButton: '
|
|
139
|
-
hasValuesButtonText: '
|
|
140
|
-
noValuesButtonText: '
|
|
141
|
-
useFilter: '
|
|
142
|
-
closeFilter: '
|
|
143
|
-
removeFilter: '
|
|
144
|
-
additionalSubjectFilters: '+ {{count}}
|
|
145
|
-
coreRelevance: '
|
|
146
|
-
supplementaryRelevance: '
|
|
138
|
+
backButton: 'Ruovttoluotta filtarii',
|
|
139
|
+
filterLabel: 'Filtarastte ohcama',
|
|
140
|
+
confirmButton: 'Ođasmahte filtara',
|
|
141
|
+
hasValuesButtonText: 'Eanet fágat',
|
|
142
|
+
noValuesButtonText: 'Filtarastte fága mielde',
|
|
143
|
+
useFilter: 'Geavat filtara',
|
|
144
|
+
closeFilter: 'Govčča filtara',
|
|
145
|
+
removeFilter: 'Sihko filtara {{filterName}}',
|
|
146
|
+
additionalSubjectFilters: '+ {{count}} fága',
|
|
147
|
+
coreRelevance: 'Guovddášávnnas',
|
|
148
|
+
supplementaryRelevance: 'Lassiávnnas',
|
|
147
149
|
resourceTypeFilter: {
|
|
148
|
-
heading: '
|
|
149
|
-
button: '
|
|
150
|
+
heading: 'Filtarastte sisdoallomálle mielde',
|
|
151
|
+
button: 'Filtarastte sisdoallomálle mielde'
|
|
150
152
|
}
|
|
151
153
|
},
|
|
152
154
|
resultType: {
|
|
153
|
-
showing: '
|
|
154
|
-
showingAll: '
|
|
155
|
-
showMore: '
|
|
156
|
-
showAll: '
|
|
157
|
-
toTopOfPage: '
|
|
158
|
-
toSubjectPageLabel: '
|
|
159
|
-
all: '
|
|
160
|
-
allContentTypes: '
|
|
161
|
-
hits: '{{count}}
|
|
162
|
-
showingSearchPhrase: '
|
|
163
|
-
showingCompetenceGoalSearchPhrase: '
|
|
164
|
-
searchPhraseSuggestion: '
|
|
165
|
-
notionLabels: '
|
|
166
|
-
notionsHeading: '
|
|
167
|
-
notionsRemove: '
|
|
168
|
-
showVideo: '
|
|
169
|
-
showNotion: '
|
|
170
|
-
gridView: '
|
|
171
|
-
listView: '
|
|
155
|
+
showing: 'Čájeha {{count}} logu {{totalCount}} {{contentType}}',
|
|
156
|
+
showingAll: 'Čájeha visot',
|
|
157
|
+
showMore: 'Čájet eanet',
|
|
158
|
+
showAll: 'Čájet visot',
|
|
159
|
+
toTopOfPage: 'Álgui fas',
|
|
160
|
+
toSubjectPageLabel: 'Mana fágasiidui',
|
|
161
|
+
all: 'Buot/Visot',
|
|
162
|
+
allContentTypes: 'Buot sisdoallomállet',
|
|
163
|
+
hits: '{{count}} deaivva/deaivamat',
|
|
164
|
+
showingSearchPhrase: 'Čájeha deaivama',
|
|
165
|
+
showingCompetenceGoalSearchPhrase: 'Čájeha bohtosiid gealbomihtuid ektui {text}',
|
|
166
|
+
searchPhraseSuggestion: 'Oza baicca',
|
|
167
|
+
notionLabels: 'Geavahuvvo dás',
|
|
168
|
+
notionsHeading: 'Doabačilgehus',
|
|
169
|
+
notionsRemove: 'Sihko',
|
|
170
|
+
showVideo: 'Geahča video',
|
|
171
|
+
showNotion: 'Geahča čilgehusa',
|
|
172
|
+
gridView: 'Galleriijačájáhus',
|
|
173
|
+
listView: 'Čájáhus listtu vuođul'
|
|
172
174
|
},
|
|
173
175
|
contextModal: {
|
|
174
|
-
button: '+ {{count}}
|
|
175
|
-
heading: '
|
|
176
|
-
ariaLabel: '
|
|
176
|
+
button: '+ {{count}} eanet sajiin',
|
|
177
|
+
heading: 'Resursa lea geavahuvvon eanet sajiin',
|
|
178
|
+
ariaLabel: 'Geahča eanet konteavsttaid'
|
|
177
179
|
}
|
|
178
180
|
},
|
|
179
181
|
subjectPage: {
|
|
180
|
-
errorDescription: '
|
|
182
|
+
errorDescription: 'Šállošat, boasttuvuohta čuožžilii fáttá viežžamis.',
|
|
181
183
|
tabs: {
|
|
182
|
-
topics: '
|
|
184
|
+
topics: 'Fáttát'
|
|
183
185
|
},
|
|
184
186
|
subjectShortcuts: {
|
|
185
|
-
heading: '
|
|
186
|
-
showMore: '
|
|
187
|
-
showLess: '
|
|
187
|
+
heading: 'Mana njuolga deike',
|
|
188
|
+
showMore: 'Čájet eanet',
|
|
189
|
+
showLess: 'Čájet unnit'
|
|
188
190
|
},
|
|
189
191
|
mostRead: {
|
|
190
|
-
heading: '
|
|
192
|
+
heading: 'Eanemus geavahuvvon'
|
|
191
193
|
},
|
|
192
194
|
editorsChoices: {
|
|
193
|
-
heading: '
|
|
194
|
-
unknown: '
|
|
195
|
+
heading: 'Máŋggalágan bealit fágas',
|
|
196
|
+
unknown: 'Ii dovddus'
|
|
195
197
|
},
|
|
196
198
|
subjectArchive: {
|
|
197
|
-
heading: '
|
|
198
|
-
archive: '
|
|
199
|
-
close: '
|
|
199
|
+
heading: 'Áigeguovdil',
|
|
200
|
+
archive: 'Vuorká',
|
|
201
|
+
close: 'Govčča'
|
|
200
202
|
},
|
|
201
203
|
subjectFilter: {
|
|
202
|
-
label: '
|
|
204
|
+
label: 'Filttar'
|
|
203
205
|
},
|
|
204
206
|
newContent: {
|
|
205
|
-
heading: '
|
|
207
|
+
heading: 'Leat go fuobmán?'
|
|
206
208
|
},
|
|
207
209
|
subjectIsBeta: {
|
|
208
|
-
iconLabel: '
|
|
209
|
-
dialogHeader: '{{title}}
|
|
210
|
-
dialogText: '
|
|
210
|
+
iconLabel: 'barggus',
|
|
211
|
+
dialogHeader: '{{title}} lea barggu vuolde.',
|
|
212
|
+
dialogText: 'Sáhtát eanet lohkat maid dát mearkkaša dáppe'
|
|
211
213
|
},
|
|
212
|
-
archived: '
|
|
214
|
+
archived: 'Dát leat heaittihuvvon fága mii ii ođasmahttojuvvo.'
|
|
213
215
|
},
|
|
214
216
|
subjectsPage: {
|
|
215
|
-
errorDescription: '
|
|
216
|
-
chooseSubject: '
|
|
217
|
+
errorDescription: 'Šállošat, boasttuvuohta čuožžilii fágaid viežžamis.',
|
|
218
|
+
chooseSubject: 'Vállje fága'
|
|
217
219
|
},
|
|
218
220
|
topicPage: {
|
|
219
|
-
articleErrorDescription: '
|
|
220
|
-
topic: '
|
|
221
|
-
topics: '
|
|
222
|
-
imageModal: '
|
|
221
|
+
articleErrorDescription: 'Šállošat, boasttuvuohta čuožžilii fáddáčilgehusa viežžamis.',
|
|
222
|
+
topic: 'Fáddá',
|
|
223
|
+
topics: 'Fáttát',
|
|
224
|
+
imageModal: 'Geahča gova olles sturrodagas'
|
|
223
225
|
},
|
|
224
226
|
welcomePage: {
|
|
225
|
-
search: '
|
|
226
|
-
searchDisclaimer: '
|
|
227
|
-
resetSearch: '
|
|
228
|
-
closeSearch: '
|
|
229
|
-
searchAllInfo: '
|
|
230
|
-
topicsConjunction: '
|
|
231
|
-
highlighted: '
|
|
227
|
+
search: 'Oza',
|
|
228
|
+
searchDisclaimer: 'Mii bargat dađistaga buoridemiiguin! Jus dus lea kommentára ohcamii, de livččii buorre jus bijat daid vulos olgeš bealde siiddus "Jeara NDLA:s"',
|
|
229
|
+
resetSearch: 'Sihko ohcama',
|
|
230
|
+
closeSearch: 'Govčča ohcama',
|
|
231
|
+
searchAllInfo: 'Geahča buot ohcama deaivamiid',
|
|
232
|
+
topicsConjunction: 'ja',
|
|
233
|
+
highlighted: 'ÁIgeguovdil',
|
|
232
234
|
heading: {
|
|
233
|
-
heading: '
|
|
234
|
-
searchFieldPlaceholder: '
|
|
235
|
+
heading: 'Našunála digitála oahppanarena',
|
|
236
|
+
searchFieldPlaceholder: 'Man birra odne háliidat oahppat?',
|
|
235
237
|
messages: {
|
|
236
|
-
searchFieldTitle: '
|
|
237
|
-
menuButton: '
|
|
238
|
+
searchFieldTitle: 'Oza',
|
|
239
|
+
menuButton: 'Sisdoallu'
|
|
238
240
|
},
|
|
239
241
|
links: {
|
|
240
|
-
aboutNDLA: '
|
|
241
|
-
changeLanguage: '
|
|
242
|
+
aboutNDLA: 'NDLA birra',
|
|
243
|
+
changeLanguage: 'Molsso giela'
|
|
242
244
|
}
|
|
243
245
|
},
|
|
244
246
|
socialMedia: {
|
|
245
|
-
heading: '
|
|
246
|
-
description: '
|
|
247
|
+
heading: 'Čuovo min',
|
|
248
|
+
description: 'NDLAs leat máŋga Facebook- ja Twitter-konttu. Gávnna dan mii dutnje heive ja čuovo min!',
|
|
247
249
|
mainLink: {
|
|
248
|
-
name: '
|
|
250
|
+
name: 'Čuovo min'
|
|
249
251
|
}
|
|
250
252
|
},
|
|
251
|
-
|
|
252
|
-
fellesfag: 'Fellesfag',
|
|
253
|
-
yrkesfag: 'Yrkesfag',
|
|
254
|
-
studiespesialiserende: 'Studieforberedende',
|
|
255
|
-
imported: 'Spolte fag',
|
|
256
|
-
heading: 'Hva lærer du?'
|
|
257
|
-
},
|
|
258
|
-
errorDescription: 'Beklager, en feil oppstod under lasting av fagene.',
|
|
253
|
+
errorDescription: 'Šállošat, boasttuvuohta čuožžilii fágaid viežžamis.',
|
|
259
254
|
film: {
|
|
260
|
-
header: 'NDLA
|
|
261
|
-
text: 'NDLA
|
|
262
|
-
textShort: '
|
|
263
|
-
linkLabel: '
|
|
255
|
+
header: 'NDLA filbma',
|
|
256
|
+
text: 'NDLA filbma lea bálvalus mii ovttasbargá Norgesfilmmain. Dán fálaldagas beasat oaidnit ollu filmmaid, oanehisfilmmaid, dokumentáraid ja ráidduid. Sáhtát maid geahččat oahpahusfilmmaid ja filbmaoasážiid. Bures boahtin filmma máilbmái!',
|
|
257
|
+
textShort: 'Bures boahtin filmma máilbmái!',
|
|
258
|
+
linkLabel: 'Mana NDLA filbmii'
|
|
264
259
|
},
|
|
265
|
-
blog: '
|
|
260
|
+
blog: 'Bloggas'
|
|
266
261
|
},
|
|
267
262
|
meta: {
|
|
268
|
-
description: '
|
|
269
|
-
keywords: '
|
|
263
|
+
description: 'Kvalitehta sihkarasttojuvvon ja nuvttá olamuttos neahttavuđot oahppaoneavvut joatkkaskuvlla oahpahussii',
|
|
264
|
+
keywords: 'oahpponeavvu, fága, skuvla, joatkka, fidnohárjehalli, pensuma, fágaávnnas'
|
|
270
265
|
},
|
|
271
266
|
masthead: {
|
|
272
|
-
skipToContent: '
|
|
267
|
+
skipToContent: 'Njuike sisdollui',
|
|
273
268
|
menu: {
|
|
274
|
-
close: '
|
|
275
|
-
goTo: '
|
|
276
|
-
search: '
|
|
277
|
-
toFrontpage: '
|
|
278
|
-
subjectOverview: '
|
|
279
|
-
title: '
|
|
269
|
+
close: 'Govčča',
|
|
270
|
+
goTo: 'Mana deike',
|
|
271
|
+
search: 'Oza',
|
|
272
|
+
toFrontpage: 'Ovdasiidui',
|
|
273
|
+
subjectOverview: 'Buot fágat',
|
|
274
|
+
title: 'Sisdoallu',
|
|
280
275
|
modalLabel: 'Velg innhold',
|
|
281
|
-
subjectPage: '
|
|
282
|
-
backToSubjectFrontpage: '
|
|
283
|
-
openFilter: '
|
|
284
|
-
useFilter: '
|
|
285
|
-
closeFilter: '
|
|
286
|
-
learningResourcesHeading: '
|
|
287
|
-
back: '
|
|
288
|
-
additionalFilterLabel: '
|
|
289
|
-
contentTypeResultsShowMore: (_contentTypeResultsSh = {}, _defineProperty(_contentTypeResultsSh, contentTypes.SUBJECT_MATERIAL, '
|
|
290
|
-
contentTypeResultsShowLess: (_contentTypeResultsSh2 = {}, _defineProperty(_contentTypeResultsSh2, contentTypes.SUBJECT_MATERIAL, '
|
|
291
|
-
contentTypeResultsNoHit: (_contentTypeResultsNo = {}, _defineProperty(_contentTypeResultsNo, contentTypes.SUBJECT_MATERIAL, '
|
|
276
|
+
subjectPage: 'Ovdasiidu fágas',
|
|
277
|
+
backToSubjectFrontpage: 'Ruovttoluotta fága ovdasiidui',
|
|
278
|
+
openFilter: 'Filttar',
|
|
279
|
+
useFilter: 'Geavat filtara',
|
|
280
|
+
closeFilter: 'Govčča filtara',
|
|
281
|
+
learningResourcesHeading: 'Oahppanresurssat',
|
|
282
|
+
back: 'Ruovttoluotta',
|
|
283
|
+
additionalFilterLabel: 'Lassi resurssat',
|
|
284
|
+
contentTypeResultsShowMore: (_contentTypeResultsSh = {}, _defineProperty(_contentTypeResultsSh, contentTypes.SUBJECT_MATERIAL, 'Čájet eanet fágaávdnasiid'), _defineProperty(_contentTypeResultsSh, contentTypes.TASKS_AND_ACTIVITIES, 'Čájet eanet bargobihtáid ja doaimmaid'), _defineProperty(_contentTypeResultsSh, contentTypes.LEARNING_PATH, 'Čájet eanet oahppanbálgáid'), _defineProperty(_contentTypeResultsSh, contentTypes.ASSESSMENT_RESOURCES, 'Čájet eanet árvvoštallanresurssaid'), _defineProperty(_contentTypeResultsSh, contentTypes.SOURCE_MATERIAL, 'Čájet eanet gáldomateriálaid'), _defineProperty(_contentTypeResultsSh, contentTypes.EXTERNAL_LEARNING_RESOURCES, 'Čájet eanet olgguldas oahppanresurssaid'), _defineProperty(_contentTypeResultsSh, "unGrouped", 'Čájet eanet resurssaid'), _contentTypeResultsSh),
|
|
285
|
+
contentTypeResultsShowLess: (_contentTypeResultsSh2 = {}, _defineProperty(_contentTypeResultsSh2, contentTypes.SUBJECT_MATERIAL, 'Čájet unnit fágaávdnasiid'), _defineProperty(_contentTypeResultsSh2, contentTypes.TASKS_AND_ACTIVITIES, 'Čájet unnit bargobihtáid ja doaimmaid'), _defineProperty(_contentTypeResultsSh2, contentTypes.LEARNING_PATH, 'Čájet unnit oahppanbálgáid'), _defineProperty(_contentTypeResultsSh2, contentTypes.ASSESSMENT_RESOURCES, 'Čájet unnit árvvoštallanresurssaid'), _defineProperty(_contentTypeResultsSh2, contentTypes.SOURCE_MATERIAL, 'Čájet unnit gáldomateriálaid'), _defineProperty(_contentTypeResultsSh2, contentTypes.EXTERNAL_LEARNING_RESOURCES, 'Čájet unnit olgguldas oahppanresurssaid'), _defineProperty(_contentTypeResultsSh2, "unGrouped", 'Čájet unnit resurssaid'), _contentTypeResultsSh2),
|
|
286
|
+
contentTypeResultsNoHit: (_contentTypeResultsNo = {}, _defineProperty(_contentTypeResultsNo, contentTypes.SUBJECT_MATERIAL, 'Ii makkárge fágaávnnas'), _defineProperty(_contentTypeResultsNo, contentTypes.TASKS_AND_ACTIVITIES, 'Eai makkárge bargobihtát'), _defineProperty(_contentTypeResultsNo, contentTypes.LEARNING_PATH, 'Eai makkárge oahppanbálgát'), _defineProperty(_contentTypeResultsNo, contentTypes.ASSESSMENT_RESOURCES, 'Eai makkárge árvvoštallanresurssat'), _defineProperty(_contentTypeResultsNo, contentTypes.SOURCE_MATERIAL, 'Eai makkárge gáldomateriálat'), _defineProperty(_contentTypeResultsNo, contentTypes.EXTERNAL_LEARNING_RESOURCES, 'Eai makkárge olgguldas oahppanresurssat'), _defineProperty(_contentTypeResultsNo, "unGrouped", 'Eai makkárge resurssat'), _contentTypeResultsNo)
|
|
292
287
|
}
|
|
293
288
|
},
|
|
294
289
|
logo: {
|
|
295
|
-
altText: '
|
|
290
|
+
altText: 'Našunála digitála oahppanarena'
|
|
296
291
|
},
|
|
297
292
|
resource: {
|
|
298
|
-
errorDescription: '
|
|
299
|
-
error: '
|
|
300
|
-
noCoreResourcesAvailableUnspecific: '
|
|
301
|
-
noCoreResourcesAvailable: '
|
|
302
|
-
activateAdditionalResources: '
|
|
303
|
-
toggleFilterLabel: '
|
|
304
|
-
label: '
|
|
305
|
-
allResources: '
|
|
306
|
-
shortcutButtonText: '
|
|
307
|
-
tooltipCoreTopic: '
|
|
308
|
-
tooltipAdditionalTopic: '
|
|
309
|
-
additionalTooltip: '
|
|
310
|
-
shortcutsTooltip: '
|
|
311
|
-
dialogTooltip: '
|
|
312
|
-
dialogHeading: '
|
|
313
|
-
dialogText1: '
|
|
314
|
-
dialogText2: '
|
|
315
|
-
showLess: '
|
|
316
|
-
showMore: '
|
|
317
|
-
youAreHere: '
|
|
293
|
+
errorDescription: 'Šállošat, boasttuvuohta čuožžilii fáddáresurssaid viežžamis.',
|
|
294
|
+
error: 'Wqllowat, muhto oassi sisdoalus ii sáhte čájehuvvot.',
|
|
295
|
+
noCoreResourcesAvailableUnspecific: 'Ii leat makkárge guovddášávnnas olamuttus.',
|
|
296
|
+
noCoreResourcesAvailable: 'Ii leat guovddášávnnas čuovvovaš fága ovddas {{name}}.',
|
|
297
|
+
activateAdditionalResources: 'Lassiávnnas',
|
|
298
|
+
toggleFilterLabel: 'Lassiresurssat',
|
|
299
|
+
label: 'Oahppanresurssat',
|
|
300
|
+
allResources: 'Resurssat',
|
|
301
|
+
shortcutButtonText: 'Oahppoávnnas',
|
|
302
|
+
tooltipCoreTopic: 'Guovddás',
|
|
303
|
+
tooltipAdditionalTopic: 'Lassiávnnas',
|
|
304
|
+
additionalTooltip: 'Lassiávnnas',
|
|
305
|
+
shortcutsTooltip: 'Čájet {{count}} artihkkaliid dán fáttás',
|
|
306
|
+
dialogTooltip: 'Mii leat guovddášávnnas ja lassiávnnas?',
|
|
307
|
+
dialogHeading: 'Guovddášávnnas ja lassiávnnas',
|
|
308
|
+
dialogText1: 'Go oahpat guovddášávdnasiid, hágat go dan gelbbolašvuođa mii oahppoplánas vurdojuvvo.',
|
|
309
|
+
dialogText2: 'Lassiávnnas lea sisdoallu fágas maid sáhtát lassin válljet guovddášávdasii. Lassiávdnasa bokte sáhtát čiekŋudit iežat muhtin fáddái dahje lahkonaddat fáddái eará vugiin.',
|
|
310
|
+
showLess: 'Čájet unnit',
|
|
311
|
+
showMore: 'Čájet eanet',
|
|
312
|
+
youAreHere: 'Don leat dás',
|
|
318
313
|
trait: {
|
|
319
314
|
video: 'Video',
|
|
320
|
-
h5p: '
|
|
315
|
+
h5p: 'Interaktiiva'
|
|
321
316
|
}
|
|
322
317
|
},
|
|
323
318
|
messageBoxInfo: {
|
|
324
|
-
outdatedCoursePlan: '
|
|
325
|
-
updateBrowser: '
|
|
326
|
-
noContent: '
|
|
327
|
-
feide: '
|
|
328
|
-
resources: '
|
|
329
|
-
subjectOutdated: '
|
|
330
|
-
subjectBeta: '
|
|
331
|
-
newVersion: '
|
|
332
|
-
frontPageBeta: '
|
|
333
|
-
frontPageExpired: '
|
|
334
|
-
frontPageRevised: '
|
|
319
|
+
outdatedCoursePlan: 'Dát fága čuovvu oahppoplána mii ii gusto šat. Mana fágii mii lea ođasmahttojuvvon gustovaš oahppoplána vuođul:',
|
|
320
|
+
updateBrowser: 'Du neahttalohkki lea boarásmuvvan. Ođasmahtte dan, dahje gávnna sihkkaris ja ođastuvvon neahttalohkki dás https://browsehappy.com.',
|
|
321
|
+
noContent: 'Mis ii dađibahábut leat makkárge prográmmafága vuos.',
|
|
322
|
+
feide: 'Dát resursa lea dušše olamuttus oahpahedjjiide geat leat Feide bokte sisaloggen.',
|
|
323
|
+
resources: 'Dát ii leat ollislaš oahpponeavvu ráhkaduvvon, muhto resursačoakkáldat man sávvat dutnje leat ávkin.',
|
|
324
|
+
subjectOutdated: 'Dát fága čuovvu oahppoplána mii ii gusto šat.',
|
|
325
|
+
subjectBeta: 'Dát fága lea betaveršuvnnas.',
|
|
326
|
+
newVersion: 'Dát oahpporesursa ii leat ođasmahttojuvvon gustovaš oahppaplána vuođul. Dáppe gávnnat ođastuvvon veršuvnna: ',
|
|
327
|
+
frontPageBeta: 'Čuovvovaš fága lea heivehuvvon ođđa oahppoplán vuođul mii lea gustovaš čavčča 2022 rájes. Betafága lea fága mii lea barggu vuolde. Mii sávvat goitge ahte oahppanresurssat betafágas sáhttet leat ávkkálaččat dál juo.',
|
|
328
|
+
frontPageExpired: 'Ii leat oahpahus šat fágain mat eai leat gustovaččat, muhto sáhttá ain leat vejolaš váldit eksámena fágas privatistan.',
|
|
329
|
+
frontPageRevised: 'Čuovvovaš fága lea heivehuvvon ođđa oahppoplánii mii lea gustovaš 2022 čavčča rájes..'
|
|
335
330
|
},
|
|
336
331
|
article: {
|
|
337
|
-
lastUpdated: '
|
|
338
|
-
edition: '
|
|
339
|
-
publisher: '
|
|
340
|
-
useContent: '
|
|
341
|
-
closeLabel: '
|
|
342
|
-
additionalLabel: '
|
|
343
|
-
urlContributionsLabel: '
|
|
344
|
-
urlAuthorLabel: '
|
|
345
|
-
multipleAuthorsLabelAbbreviation: '
|
|
346
|
-
authorsLabel: '
|
|
347
|
-
multipleAuthorsLabelAriaConjunction: '
|
|
348
|
-
copyPageLink: '
|
|
349
|
-
copyPageLinkCopied: '
|
|
350
|
-
copyHeaderLink: '
|
|
351
|
-
conjunction: '
|
|
352
|
-
supplierLabel: '
|
|
353
|
-
multipleSuppliersLabel: '
|
|
354
|
-
writtenBy: '
|
|
355
|
-
cite: '
|
|
356
|
-
notionsPrompt: '
|
|
357
|
-
citeNotion: '
|
|
358
|
-
printPage: '
|
|
332
|
+
lastUpdated: 'Maŋemusat ođastuvvon',
|
|
333
|
+
edition: 'Almmuhus',
|
|
334
|
+
publisher: 'Almmuheaddji',
|
|
335
|
+
useContent: 'Geavaheapmái njuolggadusat',
|
|
336
|
+
closeLabel: 'Govčča',
|
|
337
|
+
additionalLabel: 'Lassiávnnas',
|
|
338
|
+
urlContributionsLabel: 'Gahča maid {{name}} lea veahkehan',
|
|
339
|
+
urlAuthorLabel: 'Loga eanet {{name}} birra',
|
|
340
|
+
multipleAuthorsLabelAbbreviation: 'e.e.',
|
|
341
|
+
authorsLabel: 'Čállojuvvon čuovvovaččas {{names}}',
|
|
342
|
+
multipleAuthorsLabelAriaConjunction: 'ja',
|
|
343
|
+
copyPageLink: 'Máŋge liŋkka siidui',
|
|
344
|
+
copyPageLinkCopied: 'Liŋka máŋgejuvvon',
|
|
345
|
+
copyHeaderLink: 'Máŋge liŋka bajilčállagii',
|
|
346
|
+
conjunction: 'ja',
|
|
347
|
+
supplierLabel: 'Vuoigatvuođaguoddi: {{name}}',
|
|
348
|
+
multipleSuppliersLabel: 'Vuoigatvuođaguoddit: {{names}}',
|
|
349
|
+
writtenBy: 'Čállojuvvon {{authors}}',
|
|
350
|
+
cite: 'geavat sisdoalu',
|
|
351
|
+
notionsPrompt: 'Máhtát go doahpagiid?',
|
|
352
|
+
citeNotion: 'Geavat čilgehusa',
|
|
353
|
+
printPage: 'Čálit',
|
|
359
354
|
access: {
|
|
360
|
-
onlyTeacher: '
|
|
355
|
+
onlyTeacher: 'Dát resursa lea dušše olamuttus oahpaheddjiide geat leat Feide bokte sisaloggejuvvon.'
|
|
361
356
|
},
|
|
362
|
-
possiblyOutdated: '
|
|
357
|
+
possiblyOutdated: 'Artihkal lea boarásmuvvan.'
|
|
363
358
|
},
|
|
364
359
|
competenceGoals: {
|
|
365
|
-
competenceGoal: '
|
|
366
|
-
title: '
|
|
360
|
+
competenceGoal: 'gelbbolašvuođamihttomearri',
|
|
361
|
+
title: 'Gelbbolašvuođamihttomearri ja oahppoplána',
|
|
367
362
|
modalText: 'Utforsk læreplankoblinger',
|
|
368
|
-
closeCompetenceGoals: '
|
|
369
|
-
showCompetenceGoals: '
|
|
370
|
-
openCompentenceGoalsFilter: '
|
|
371
|
-
useCompentenceGoalsFilter: '
|
|
372
|
-
closeCompentenceGoalsFilter: '
|
|
373
|
-
competenceGoalsNarrowBackButton: '
|
|
374
|
-
competenceGoalResourceSearchText: '
|
|
375
|
-
competenceGoalShowExtra: '
|
|
376
|
-
competenceGoalCloseExtra: '
|
|
377
|
-
competenceCoreLabel: '
|
|
378
|
-
competenceTopicLabel: '
|
|
379
|
-
competenceSubjectLabel: '
|
|
380
|
-
competenceCoreSearchText: '
|
|
381
|
-
competenceTopicSearchText: '
|
|
382
|
-
competenceSubjectSearchText: '
|
|
383
|
-
competenceGoalClose: '
|
|
384
|
-
competenceGoalTitle: '
|
|
385
|
-
competenceTabLK06label: '
|
|
386
|
-
competenceTabLK20label: '
|
|
387
|
-
competenceTabCorelabel: '
|
|
363
|
+
closeCompetenceGoals: 'Govčča gelbbolašvuođamihttomeari',
|
|
364
|
+
showCompetenceGoals: 'Čájet gelbbolašvuođamihttomeari',
|
|
365
|
+
openCompentenceGoalsFilter: 'Filtarastte gelbbolašvuođamihttomeriid',
|
|
366
|
+
useCompentenceGoalsFilter: 'Geavat filtara',
|
|
367
|
+
closeCompentenceGoalsFilter: 'Govčča filtara',
|
|
368
|
+
competenceGoalsNarrowBackButton: 'Ruovttoluotta',
|
|
369
|
+
competenceGoalResourceSearchText: 'Oza buot resurssaid mat heivejit dán gelbbolašvuođamihttomearrái',
|
|
370
|
+
competenceGoalShowExtra: 'Čájet oahppoplána doarjaga',
|
|
371
|
+
competenceGoalCloseExtra: 'Čiega oahppoplána doarjaga',
|
|
372
|
+
competenceCoreLabel: 'Guovddášelemeanta',
|
|
373
|
+
competenceTopicLabel: 'Fágaidrasttideaddji fáddá',
|
|
374
|
+
competenceSubjectLabel: 'Fága',
|
|
375
|
+
competenceCoreSearchText: 'Oza resurssaid guovddášelementii',
|
|
376
|
+
competenceTopicSearchText: 'Oza resurssaid fáddái',
|
|
377
|
+
competenceSubjectSearchText: 'Mana fágasiidui',
|
|
378
|
+
competenceGoalClose: 'Govčča',
|
|
379
|
+
competenceGoalTitle: 'Mihttun lea ahte oahppi galgá máhttit:',
|
|
380
|
+
competenceTabLK06label: 'Gelbbolašvuođamihttomearri (ML06)',
|
|
381
|
+
competenceTabLK20label: 'Gelbbolašvuođamihttomearri (ML20)',
|
|
382
|
+
competenceTabCorelabel: 'Guovddášelemeanta',
|
|
388
383
|
competenceGoalItem: {
|
|
389
|
-
title: '
|
|
384
|
+
title: 'Gelbbolašvuođamihttomearit ja árvvoštallan'
|
|
390
385
|
},
|
|
391
|
-
licenseData: '
|
|
392
|
-
licenseFrom: '
|
|
386
|
+
licenseData: 'Sisttisdoallá dáhta dán vuolde',
|
|
387
|
+
licenseFrom: 'biddjon olahanmuddui'
|
|
393
388
|
},
|
|
394
389
|
subject: {
|
|
395
|
-
associatedTopics: '
|
|
390
|
+
associatedTopics: 'Gullevaš fáttát'
|
|
396
391
|
},
|
|
397
392
|
accordion: {
|
|
398
|
-
closeAll: '
|
|
399
|
-
openAll: '
|
|
393
|
+
closeAll: 'Govčča buot',
|
|
394
|
+
openAll: 'Raba buot'
|
|
400
395
|
},
|
|
401
396
|
license: {
|
|
402
|
-
heading: '
|
|
403
|
-
learnMore: '
|
|
404
|
-
copyTitle: '
|
|
405
|
-
hasCopiedTitle: '
|
|
406
|
-
embed: '
|
|
407
|
-
embedCopied: '
|
|
397
|
+
heading: 'Ná geavahat sisdoalu ođđasit',
|
|
398
|
+
learnMore: 'Oahpa eanet rabas liseanssaid birra',
|
|
399
|
+
copyTitle: 'Gáldočujuhus',
|
|
400
|
+
hasCopiedTitle: 'Máŋgejuvvon!',
|
|
401
|
+
embed: 'Hukse sisa',
|
|
402
|
+
embedCopied: 'Máŋgejuvvon sisahuksenkoda!',
|
|
408
403
|
copyText: {
|
|
409
|
-
now: '
|
|
410
|
-
podcast: '
|
|
411
|
-
by: '
|
|
412
|
-
internet: '[
|
|
413
|
-
noTitle: '
|
|
414
|
-
downloadedFrom: '
|
|
415
|
-
readDate: '
|
|
404
|
+
now: 'dál',
|
|
405
|
+
podcast: 'podkásta',
|
|
406
|
+
by: 'geas',
|
|
407
|
+
internet: '[Interneahtta]. ',
|
|
408
|
+
noTitle: 'Tihttela haga',
|
|
409
|
+
downloadedFrom: 'Gos vižžojuvvon: ',
|
|
410
|
+
readDate: 'Lohkan: '
|
|
416
411
|
},
|
|
417
|
-
download: '
|
|
412
|
+
download: 'Viečča',
|
|
418
413
|
tabs: {
|
|
419
|
-
text: '
|
|
420
|
-
images: '
|
|
421
|
-
audio: '
|
|
414
|
+
text: 'Teaksta',
|
|
415
|
+
images: 'Govat',
|
|
416
|
+
audio: 'Jietna',
|
|
422
417
|
video: 'Video',
|
|
423
418
|
h5p: 'H5P',
|
|
424
|
-
files: '
|
|
425
|
-
embedlink: '
|
|
426
|
-
concept: '
|
|
419
|
+
files: 'Fiillat',
|
|
420
|
+
embedlink: 'Sisahuksenliŋka',
|
|
421
|
+
concept: 'Čilgehusat',
|
|
427
422
|
podcast: 'Podkast',
|
|
428
|
-
other: '
|
|
423
|
+
other: 'Eará sisdoallu'
|
|
429
424
|
},
|
|
430
425
|
embedlink: {
|
|
431
|
-
heading: '
|
|
432
|
-
description: '
|
|
433
|
-
copyTitle: '
|
|
434
|
-
hasCopiedTitle: '
|
|
426
|
+
heading: 'Ná čájehat artihkkala eará sisdoalus',
|
|
427
|
+
description: 'Dát liŋka čájeha artihkkala konteavstta haga (fállu ja vuolleteaksta)',
|
|
428
|
+
copyTitle: 'Máŋge liŋkka',
|
|
429
|
+
hasCopiedTitle: 'Liŋka máŋgejuvvon'
|
|
435
430
|
},
|
|
436
431
|
image: {
|
|
437
|
-
rules: '
|
|
432
|
+
rules: 'Njuolggadusat gova geavaheapmái :'
|
|
438
433
|
},
|
|
439
434
|
images: {
|
|
440
|
-
heading: '
|
|
441
|
-
description: '
|
|
442
|
-
rules: '
|
|
435
|
+
heading: 'Ná geavahat artihkkala govaid',
|
|
436
|
+
description: 'Muitte máŋget teavstta mii galgá mielddusin govvii go geavahat dan.',
|
|
437
|
+
rules: 'Njuolggadusat gova geavaheapmái:',
|
|
443
438
|
itemImage: {
|
|
444
|
-
ariaLabel: '
|
|
445
|
-
zoomImageButtonLabel: '
|
|
446
|
-
zoomOutImageButtonLabel: '
|
|
447
|
-
expandByline: '
|
|
448
|
-
minimizeByline: '
|
|
439
|
+
ariaLabel: 'Raba gova ođđa siiddus',
|
|
440
|
+
zoomImageButtonLabel: 'Stuorit gova',
|
|
441
|
+
zoomOutImageButtonLabel: 'Unnit gova',
|
|
442
|
+
expandByline: 'Čájet byline',
|
|
443
|
+
minimizeByline: 'Čiega byline'
|
|
449
444
|
},
|
|
450
|
-
source: '
|
|
451
|
-
title: '
|
|
445
|
+
source: 'Gáldu',
|
|
446
|
+
title: 'Tihttel'
|
|
452
447
|
},
|
|
453
448
|
text: {
|
|
454
|
-
heading: '
|
|
455
|
-
description: '
|
|
456
|
-
rules: '
|
|
457
|
-
published: '
|
|
449
|
+
heading: 'Ná geavahat teavstta artihkkalis',
|
|
450
|
+
description: 'Muitte čujuhit gáldui go nuppi teavstta anát.',
|
|
451
|
+
rules: 'Njuolggadusat teavstta geavaheapmái:',
|
|
452
|
+
published: 'Almmuhanbeaivi'
|
|
458
453
|
},
|
|
459
454
|
audio: {
|
|
460
|
-
heading: 'Slik
|
|
461
|
-
description: '
|
|
462
|
-
rules: '
|
|
455
|
+
heading: 'Slik bruker du lydfiler',
|
|
456
|
+
description: 'Muitte máŋget teavstta mii galgá čuovvut jietnafiilla doppe gos geavahuvvo.',
|
|
457
|
+
rules: 'Njuolggadusat jietnafiilla geavaheapmái:'
|
|
463
458
|
},
|
|
464
459
|
podcast: {
|
|
465
|
-
heading: '
|
|
466
|
-
description: '
|
|
467
|
-
rules: '
|
|
460
|
+
heading: 'Ná geavahat teavstta podkast',
|
|
461
|
+
description: 'Muitte máŋget teavstta mii galgá čuovvut podkast doppe gos geavahuvvo.',
|
|
462
|
+
rules: 'Njuolggadusat podkast geavaheapmái:'
|
|
468
463
|
},
|
|
469
464
|
video: {
|
|
470
|
-
heading: '
|
|
471
|
-
description: '
|
|
472
|
-
rules: '
|
|
465
|
+
heading: 'Ná geavahat video artihkkalis',
|
|
466
|
+
description: 'Muitte máŋget teavstta mii galgá čuovvut video doppe gos dat geavahuvvo.',
|
|
467
|
+
rules: 'Njuolggadusat video geavaheapmái:',
|
|
473
468
|
itemImage: {
|
|
474
|
-
ariaLabel: '
|
|
469
|
+
ariaLabel: 'Raba video ođđa siiddus'
|
|
475
470
|
}
|
|
476
471
|
},
|
|
477
472
|
other: {
|
|
478
|
-
heading: '
|
|
479
|
-
description: '
|
|
473
|
+
heading: 'Ná geavahat eará sisdoalu artihkkalis',
|
|
474
|
+
description: 'Njuolggadusaid sisdoalu geavaheapmái gávnnat sisdoalloelemeanttas',
|
|
480
475
|
itemImage: {
|
|
481
|
-
ariaLabel: '
|
|
476
|
+
ariaLabel: 'Raba ođđa siiddus'
|
|
482
477
|
}
|
|
483
478
|
},
|
|
484
479
|
h5p: {
|
|
485
|
-
heading: '
|
|
486
|
-
description: '
|
|
487
|
-
rules: '
|
|
480
|
+
heading: 'Ná geavahat H5P-sisdoalu artihkkalis',
|
|
481
|
+
description: 'Njuolggadusaid sisdoalu geavaheapmái gávnnat H5P-elemeanttas',
|
|
482
|
+
rules: 'Njuolggadusat H5P geavaheapmái:'
|
|
488
483
|
},
|
|
489
484
|
concept: {
|
|
490
|
-
heading: '
|
|
491
|
-
description: '
|
|
492
|
-
rules: '
|
|
493
|
-
title: '
|
|
485
|
+
heading: 'Ná geavahat čilgehusaid artihkkalis',
|
|
486
|
+
description: 'Njuolggadusaid sisdoalu geavaheapmái gávnnat čilgehus-elemeanttas',
|
|
487
|
+
rules: 'Njuolggadusat čilgehusa geavaheapmái:',
|
|
488
|
+
title: 'Tihttel',
|
|
494
489
|
embedlink: {
|
|
495
|
-
heading: '
|
|
496
|
-
description: '
|
|
497
|
-
copyTitle: '
|
|
498
|
-
hasCopiedTitle: '
|
|
490
|
+
heading: 'Ná čájehat geavaheapmái eará sisdoalus',
|
|
491
|
+
description: 'Dát liŋka čájeha geavaheapmái konteavstta haga (fállu ja vuolleteaksta)',
|
|
492
|
+
copyTitle: 'Máŋge liŋkka',
|
|
493
|
+
hasCopiedTitle: 'Liŋka máŋgejuvvon'
|
|
499
494
|
}
|
|
500
495
|
},
|
|
501
496
|
files: {
|
|
502
|
-
heading: '
|
|
503
|
-
description: '
|
|
504
|
-
rules: '
|
|
497
|
+
heading: 'Ná geavahat fiillaid artihkkalis',
|
|
498
|
+
description: 'Muitte máŋget teavsttaid mat galget čuovvut fiillaid doppe gos dat geavahuvvet.',
|
|
499
|
+
rules: 'Njuolggadusat fiilla geavaheapmái:',
|
|
505
500
|
itemImage: {
|
|
506
|
-
ariaLabel: '
|
|
501
|
+
ariaLabel: 'Raba ođđa siiddus'
|
|
507
502
|
}
|
|
508
503
|
},
|
|
509
|
-
title: '
|
|
510
|
-
originator: '
|
|
511
|
-
published: '
|
|
512
|
-
rightsholder: '
|
|
513
|
-
source: '
|
|
504
|
+
title: 'Tihttel',
|
|
505
|
+
originator: 'Ásaheaddji',
|
|
506
|
+
published: 'Almmuhanbeaivi',
|
|
507
|
+
rightsholder: 'Vuoigatvuođaguoddi',
|
|
508
|
+
source: 'Gáldu'
|
|
514
509
|
},
|
|
515
510
|
errorMessage: {
|
|
516
|
-
title: 'Ops,
|
|
517
|
-
description: '
|
|
518
|
-
linksTitle: '
|
|
519
|
-
back: '
|
|
520
|
-
goToFrontPage: '
|
|
511
|
+
title: 'Ops, juoga manai boastut',
|
|
512
|
+
description: 'Šállošit, boasttuvuohta čuožžilii.',
|
|
513
|
+
linksTitle: 'Boađe johtui:',
|
|
514
|
+
back: 'Mana ruovttoluotta',
|
|
515
|
+
goToFrontPage: 'Mana ovdasiidui'
|
|
521
516
|
},
|
|
522
517
|
figure: {
|
|
523
518
|
button: {
|
|
524
|
-
alternative: '
|
|
525
|
-
original: '
|
|
519
|
+
alternative: 'Lonut mas dulkojuvvo oaidninváttuid ektui',
|
|
520
|
+
original: 'Lonut orginála videoi'
|
|
526
521
|
}
|
|
527
522
|
},
|
|
528
523
|
footer: {
|
|
529
|
-
aboutNDLA: '
|
|
530
|
-
selectLanguage: '
|
|
531
|
-
vision: '
|
|
532
|
-
footerLinksHeader: '
|
|
533
|
-
footerInfo: '
|
|
534
|
-
footerEditiorInChief: '
|
|
535
|
-
footerManagingEditor: '
|
|
536
|
-
footerPrivacyLink: '
|
|
524
|
+
aboutNDLA: 'NDLA birra',
|
|
525
|
+
selectLanguage: 'Vállje giela (language): ',
|
|
526
|
+
vision: 'Ovttas hábmet boahtteáiggi oahppama',
|
|
527
|
+
footerLinksHeader: 'Eará NDLA neahttabáikkit',
|
|
528
|
+
footerInfo: 'Neahttabáiki lea ráhkaduvvon NDLA bokte rabas gáldokodain.',
|
|
529
|
+
footerEditiorInChief: 'Vásttolaš doaimmaheaddji: ',
|
|
530
|
+
footerManagingEditor: 'Almmuhusa vásttolaš: ',
|
|
531
|
+
footerPrivacyLink: 'Persovdnasuodjalusjulggaštus ja diehtočoahkku (gáhkožat)',
|
|
537
532
|
socialMediaLinks: {
|
|
538
|
-
facebook: 'NDLA
|
|
539
|
-
facebookAria: '
|
|
540
|
-
newsletter: '
|
|
541
|
-
newsletterAria: '
|
|
542
|
-
youtube: 'NDLA
|
|
543
|
-
youtubeAria: 'NDLA
|
|
544
|
-
linkedin: 'NDLA
|
|
545
|
-
linkedinAria: '
|
|
546
|
-
instagram: 'NDLA
|
|
547
|
-
instagramAria: '
|
|
548
|
-
sharePage: '
|
|
549
|
-
sharePageAria: '
|
|
533
|
+
facebook: 'NDLA Facebookas',
|
|
534
|
+
facebookAria: 'Fina NDLA siiddus Facebookas',
|
|
535
|
+
newsletter: 'Dieđit iežat min ođasreivvii',
|
|
536
|
+
newsletterAria: 'Dieđit iežat min ođasreivvii',
|
|
537
|
+
youtube: 'NDLA Youtubas',
|
|
538
|
+
youtubeAria: 'NDLA Youtubas',
|
|
539
|
+
linkedin: 'NDLA LinkedInas',
|
|
540
|
+
linkedinAria: 'NDLA LinkedInas',
|
|
541
|
+
instagram: 'NDLA Instagramas',
|
|
542
|
+
instagramAria: 'NDLA Instagramas',
|
|
543
|
+
sharePage: 'Juoge dán siiddu',
|
|
544
|
+
sharePageAria: 'Juoge dán siiddu'
|
|
550
545
|
},
|
|
551
546
|
ndlaLinks: {
|
|
552
547
|
ndla: 'ndla.no',
|
|
553
|
-
omNdla: '
|
|
548
|
+
omNdla: 'NDLA birra',
|
|
554
549
|
aboutNdla: 'About NDLA',
|
|
555
|
-
blog: '
|
|
556
|
-
tips: '
|
|
557
|
-
fyr: 'FYR-
|
|
558
|
-
sharing: '
|
|
559
|
-
vacancies: '
|
|
550
|
+
blog: 'Fágablogga',
|
|
551
|
+
tips: 'Cavgileapmi ohppiide',
|
|
552
|
+
fyr: 'FYR-prošeakta',
|
|
553
|
+
sharing: 'Juohkinarena',
|
|
554
|
+
vacancies: 'Rabas virggit'
|
|
560
555
|
}
|
|
561
556
|
},
|
|
562
557
|
contentTypes: {
|
|
563
|
-
all: '
|
|
564
|
-
subject: '
|
|
565
|
-
'topic-article': '
|
|
566
|
-
'learning-path': '
|
|
567
|
-
'subject-material': '
|
|
568
|
-
'tasks-and-activities': '
|
|
569
|
-
'external-learning-resources': '
|
|
570
|
-
'source-material': '
|
|
571
|
-
'assessment-resources': '
|
|
572
|
-
topic: '
|
|
573
|
-
'multidisciplinary-topic': '
|
|
558
|
+
all: 'Buot',
|
|
559
|
+
subject: 'Fága',
|
|
560
|
+
'topic-article': 'Fáddá',
|
|
561
|
+
'learning-path': 'Oahppanbálggis',
|
|
562
|
+
'subject-material': 'Fágaávdnasat',
|
|
563
|
+
'tasks-and-activities': 'Bihtát ja doaimmat',
|
|
564
|
+
'external-learning-resources': 'Olgguldas oahppanresursa',
|
|
565
|
+
'source-material': 'Gáldomateriála',
|
|
566
|
+
'assessment-resources': 'Árvoštallanresursa',
|
|
567
|
+
topic: 'Fáddá',
|
|
568
|
+
'multidisciplinary-topic': 'Fágaidrasttideaddji fáddá'
|
|
574
569
|
},
|
|
575
570
|
modal: {
|
|
576
|
-
closeModal: '
|
|
571
|
+
closeModal: 'Govčča'
|
|
577
572
|
},
|
|
578
573
|
languages: {
|
|
579
|
-
nb: '
|
|
580
|
-
nn: '
|
|
581
|
-
en: '
|
|
582
|
-
fr: '
|
|
583
|
-
de: '
|
|
584
|
-
se: '
|
|
585
|
-
sma: '
|
|
586
|
-
es: '
|
|
587
|
-
zh: '
|
|
588
|
-
unknown: '
|
|
589
|
-
prefixChangeLanguage: '
|
|
574
|
+
nb: 'Girjedárogiella',
|
|
575
|
+
nn: 'Ođđadárogiella',
|
|
576
|
+
en: 'Eŋgelasgiella',
|
|
577
|
+
fr: 'Fránskkagiella',
|
|
578
|
+
de: 'Duiskkagiella',
|
|
579
|
+
se: 'Davvisámegiella',
|
|
580
|
+
sma: 'Máttasámegiella',
|
|
581
|
+
es: 'Espánnjagiella',
|
|
582
|
+
zh: 'Kiinnágiella',
|
|
583
|
+
unknown: 'Amas',
|
|
584
|
+
prefixChangeLanguage: 'Vállje giela'
|
|
590
585
|
},
|
|
591
586
|
changeLanguage: {
|
|
592
|
-
nb: '
|
|
593
|
-
nn: '
|
|
594
|
-
en: '
|
|
587
|
+
nb: 'Rievdat giela girjedárogiellan',
|
|
588
|
+
nn: 'Rievdat giela ođđadárogiellan',
|
|
589
|
+
en: 'Rievdat giela eŋgelasgiellan'
|
|
595
590
|
},
|
|
596
591
|
currentLanguageText: {
|
|
597
|
-
nb: '
|
|
598
|
-
nn: '
|
|
599
|
-
en: '
|
|
592
|
+
nb: 'Siiddut leat girjedárogillii',
|
|
593
|
+
nn: 'Siiddut leat ođđadárogillii',
|
|
594
|
+
en: 'Eai buot siddut leat eŋgelasgillii olamuttus.Dat ihtet dárogillii.'
|
|
600
595
|
},
|
|
601
596
|
breadcrumb: {
|
|
602
|
-
toFrontpage: 'NDLA
|
|
603
|
-
youAreHere: '
|
|
604
|
-
breadcrumb: '
|
|
597
|
+
toFrontpage: 'NDLA ovdasiidu',
|
|
598
|
+
youAreHere: 'Dás leat don',
|
|
599
|
+
breadcrumb: 'Láibemoallobálggis'
|
|
605
600
|
},
|
|
606
601
|
listview: {
|
|
607
602
|
search: {
|
|
608
|
-
placeholder: '
|
|
603
|
+
placeholder: 'Oza'
|
|
609
604
|
},
|
|
610
605
|
embedlink: {
|
|
611
|
-
copyTitle: '
|
|
612
|
-
hasCopiedTitle: '
|
|
606
|
+
copyTitle: 'Máŋge sisahuksenkoda',
|
|
607
|
+
hasCopiedTitle: 'Sisahuksenkoda lea máŋgejuvvon'
|
|
613
608
|
},
|
|
614
609
|
filters: {
|
|
615
610
|
subject: {
|
|
616
|
-
useFilter: '
|
|
617
|
-
openFilter: '
|
|
618
|
-
closeFilter: '
|
|
611
|
+
useFilter: 'Geavat filtara',
|
|
612
|
+
openFilter: 'Válje fága',
|
|
613
|
+
closeFilter: 'Govčča filtara'
|
|
619
614
|
},
|
|
620
615
|
category: {
|
|
621
|
-
useFilter: '
|
|
622
|
-
openFilter: '
|
|
623
|
-
closeFilter: '
|
|
616
|
+
useFilter: 'Geavat filtara',
|
|
617
|
+
openFilter: 'Vállje listtu',
|
|
618
|
+
closeFilter: 'Govčča filtara'
|
|
624
619
|
},
|
|
625
620
|
"default": {
|
|
626
|
-
useFilter: '
|
|
627
|
-
openFilter: '
|
|
628
|
-
closeFilter: '
|
|
629
|
-
heading: '
|
|
630
|
-
filteredBy: '
|
|
621
|
+
useFilter: 'Geavat filtara',
|
|
622
|
+
openFilter: 'Filtasrastte',
|
|
623
|
+
closeFilter: 'Govčča filtara',
|
|
624
|
+
heading: 'Filttar',
|
|
625
|
+
filteredBy: 'Filtarastejuvvon čuovvovačča vuođul'
|
|
631
626
|
},
|
|
632
627
|
alphabet: {
|
|
633
|
-
letterFilter: '
|
|
628
|
+
letterFilter: 'Čájet sidoalu čuovvovaš (bustávva) {{letter}}.'
|
|
634
629
|
}
|
|
635
630
|
},
|
|
636
631
|
relatedLinks: {
|
|
637
|
-
label: '
|
|
632
|
+
label: 'Goallostuvvon artihkkalat'
|
|
638
633
|
},
|
|
639
|
-
hits: '{{count}}
|
|
634
|
+
hits: '{{count}} deaivan'
|
|
640
635
|
},
|
|
641
636
|
notions: {
|
|
642
|
-
usedIn: '
|
|
643
|
-
closeNotion: '
|
|
637
|
+
usedIn: 'Adnojuvvo dás',
|
|
638
|
+
closeNotion: 'Govčča'
|
|
644
639
|
},
|
|
645
640
|
carousel: {
|
|
646
|
-
back: '
|
|
647
|
-
forward: '
|
|
641
|
+
back: 'Bláđes ruovttoluotta',
|
|
642
|
+
forward: 'Bláđes ovddas'
|
|
648
643
|
},
|
|
649
644
|
codeEditor: {
|
|
650
|
-
title: '
|
|
651
|
-
titleLabel: '
|
|
652
|
-
subtitle: '
|
|
653
|
-
languageSelect: '
|
|
654
|
-
save: '
|
|
655
|
-
abort: '
|
|
645
|
+
title: 'LASIT',
|
|
646
|
+
titleLabel: 'Tihttel:',
|
|
647
|
+
subtitle: 'kodaovdamearka',
|
|
648
|
+
languageSelect: 'Vállje kodagiela:',
|
|
649
|
+
save: 'Vurke',
|
|
650
|
+
abort: 'Botkke'
|
|
656
651
|
},
|
|
657
652
|
codeBlock: {
|
|
658
|
-
copiedCode: '
|
|
659
|
-
copyButton: '
|
|
660
|
-
copyCode: '
|
|
653
|
+
copiedCode: 'Koda lea máŋgejuvvon vuorkátávvalii',
|
|
654
|
+
copyButton: 'Maŋge koda',
|
|
655
|
+
copyCode: 'Máŋge koda vuorkátávvalii'
|
|
661
656
|
},
|
|
662
657
|
ndlaFilm: {
|
|
663
|
-
slideBackwardsLabel: '
|
|
664
|
-
slideForwardsLabel: '
|
|
665
|
-
movieMatchInCategory: '
|
|
666
|
-
loadingMovies: '
|
|
667
|
-
subjectsInMovies: '
|
|
658
|
+
slideBackwardsLabel: 'Rulle maŋos',
|
|
659
|
+
slideForwardsLabel: 'Rulle ovddas',
|
|
660
|
+
movieMatchInCategory: 'Deaivan',
|
|
661
|
+
loadingMovies: 'Viežžá filmmaid...',
|
|
662
|
+
subjectsInMovies: 'Fáttát filmmas',
|
|
668
663
|
about: {
|
|
669
|
-
heading: '
|
|
670
|
-
more: '
|
|
671
|
-
text: '
|
|
664
|
+
heading: 'NDLA filmma birra',
|
|
665
|
+
more: 'Loga eanet NDLA filmma birra',
|
|
666
|
+
text: 'NDLA filbma lea neahttavuđot filbmabálvalus ohppiide ja oahpaheddjiide joatkkaskuvllas. Dáppe gávnnat guoimmuhanfilmmaid, oanehisfilmmaid, dokumentárafilmmaid ja TV-ráidduid.'
|
|
672
667
|
},
|
|
673
668
|
search: {
|
|
674
|
-
placeholder: '
|
|
675
|
-
categoryFromNdla: '
|
|
676
|
-
chooseCategory: '
|
|
677
|
-
subjectButton: '
|
|
669
|
+
placeholder: 'Oza filbmanama vuođul',
|
|
670
|
+
categoryFromNdla: 'NDLA válljenmunni',
|
|
671
|
+
chooseCategory: 'Vállje filbmakategoriija:',
|
|
672
|
+
subjectButton: 'Mana fáddái'
|
|
678
673
|
},
|
|
679
674
|
editor: {
|
|
680
675
|
slideshowHeader: 'Slideshow:',
|
|
681
|
-
slideshowTitle: '
|
|
682
|
-
slideshowSubTitle: '
|
|
683
|
-
movieGroupHeader: '
|
|
684
|
-
addMovieToSlideshow: '
|
|
685
|
-
addMovieToGroup: '
|
|
686
|
-
editMovieGroupName: '
|
|
687
|
-
deleteMovieGroup: '
|
|
688
|
-
moveMovieGroupUp: '
|
|
689
|
-
moveMovieGroupDown: '
|
|
690
|
-
changeOrder: '
|
|
691
|
-
removeMovieFromGroup: '
|
|
692
|
-
removeMovieFromSlideshow: '
|
|
693
|
-
createThemeGroup: '
|
|
694
|
-
saveNameChanges: '
|
|
695
|
-
cancel: '
|
|
696
|
-
groupNamePlaceholder: '
|
|
697
|
-
editGroupTitle: '
|
|
698
|
-
newGroupTitle: '
|
|
676
|
+
slideshowTitle: 'Filmmat slideshowas',
|
|
677
|
+
slideshowSubTitle: 'ovdasiiddus',
|
|
678
|
+
movieGroupHeader: 'Filmmat joavkkuid mielde:',
|
|
679
|
+
addMovieToSlideshow: 'Lasit filmma slideshowii',
|
|
680
|
+
addMovieToGroup: 'Lasit filmma dása "{{name}}"',
|
|
681
|
+
editMovieGroupName: 'Rievdat filbmajoavkku namaid',
|
|
682
|
+
deleteMovieGroup: 'Sihko "{{name}}"',
|
|
683
|
+
moveMovieGroupUp: 'Sirdde bajás',
|
|
684
|
+
moveMovieGroupDown: 'Sirdde vulos',
|
|
685
|
+
changeOrder: 'Rievdat vuoru',
|
|
686
|
+
removeMovieFromGroup: 'Váldde eret filmma joavkkus',
|
|
687
|
+
removeMovieFromSlideshow: 'Váldde eret filmma slideshowas',
|
|
688
|
+
createThemeGroup: 'Álggat joavkku',
|
|
689
|
+
saveNameChanges: 'Vurke rievdadusaid',
|
|
690
|
+
cancel: 'Botkke',
|
|
691
|
+
groupNamePlaceholder: 'Čále nama {{lang}}',
|
|
692
|
+
editGroupTitle: 'Rievdat namespace(id) filbmajoavkkus:',
|
|
693
|
+
newGroupTitle: 'Mii joavkku namma galgá leat?'
|
|
699
694
|
}
|
|
700
695
|
},
|
|
701
696
|
filmfrontpage: {
|
|
702
697
|
resourcetype: {
|
|
703
|
-
documentary: '
|
|
704
|
-
featureFilm: '
|
|
705
|
-
series: 'Tv-
|
|
706
|
-
shortFilm: '
|
|
707
|
-
all: '
|
|
698
|
+
documentary: 'Dokumentára',
|
|
699
|
+
featureFilm: 'Guoimmuhanfilbma',
|
|
700
|
+
series: 'Tv-ráidu',
|
|
701
|
+
shortFilm: 'Oanehis filbma',
|
|
702
|
+
all: 'Buot filmmat A-Å'
|
|
708
703
|
},
|
|
709
704
|
moreAboutNdlaFilm: {
|
|
710
|
-
header: 'NDLA
|
|
711
|
-
firstParagraph: '
|
|
712
|
-
secondParagraph: '
|
|
713
|
-
thirdParagraph: '
|
|
714
|
-
secondHeading: '
|
|
715
|
-
fourthParagraph: '
|
|
716
|
-
fifthParagraph: '
|
|
717
|
-
tipSectionPt1: '
|
|
718
|
-
tipSectionPt2: 'Facebook-
|
|
719
|
-
ariaLabel: '
|
|
720
|
-
tipSectionPt3: '
|
|
721
|
-
ending: '
|
|
705
|
+
header: 'NDLA Filbma',
|
|
706
|
+
firstParagraph: 'Filmmat filbmabálvalusas leat vižžouvvon norgga ja riikkaidgaskasaš filbmaárbbis ja leat čadnon oahppoplánaide máŋgga fágas. Dat leat válljejuvvon NDLA doaimmahusgottiin ovttasráđiid Norgesfilm AS:ain.',
|
|
707
|
+
secondParagraph: 'Sáhtát geahččat filmma jus leat interneahtas dihtora, neahttafiellu dahje mátketelefovnna bokte. Mii leat čielggadan vuoigatvuođarivttiid ja mávssu. Buot maid dárbbahat dahkat lea deaddilit Play',
|
|
708
|
+
thirdParagraph: 'Filmmain lea copyright mearka. Daid sáhttá nuvtta geahččat ndla.no:s, muhto ii vižžojuvvot iige juogaduvvot viidásit eará publikašuvnnain. Buot vuoigatvuođalaččaide máksojuvvo geahččamiid vuođul.',
|
|
709
|
+
secondHeading: 'Geavat filmma oahpahusas',
|
|
710
|
+
fourthParagraph: 'Filbma muitala historjjáid vugiid mielde mat movttiidit ja čuhcet midjiide. Filmmain adnojit muhtin daid beaktileamos visuála váikkuhangaskaomiin mat gávdnojit; ealli govta ja jietna. Buorre filbma sáhttá čájehit beliid dálááiggis ja addit višuvnnaid boahtteáiggis dahje kommenteret vássán áiggi. Danne filbma dávjá sáhttá addit buoret ipmárdusa dáhpáhusain, kulturdeaivvademiin ja historjjás go fágateaksta.',
|
|
711
|
+
fifthParagraph: 'Go filmmaid gehččet šaddet oahppit čeahpibut dulkot filbmagiela, nu ahte filbma oažžu lassi árvvu guoimmuheami ektui. Oahppoplána obbalaš oassi deattuha ahte oahppit galget deaividit dáidagiin ja kulturvugiiguin mat arvvosmahttá, movttiidahttá iežaset duodjenávcca, ja ovddida ehtalaš orienterennávcca ja estehtalaš áiccu.',
|
|
712
|
+
tipSectionPt1: 'Buvtte áinnas cavgilemiid, gažaldagaid dahje filbmasávaldagaid dás',
|
|
713
|
+
tipSectionPt2: 'Facebook-siidu',
|
|
714
|
+
ariaLabel: 'Fina NDLA-filmma Facebooksiiddus',
|
|
715
|
+
tipSectionPt3: 'min',
|
|
716
|
+
ending: 'Mii sávvat buot filmaberošteddjiide buori ja oahppavaš vásáhusa!'
|
|
722
717
|
}
|
|
723
718
|
},
|
|
724
719
|
learningPath: {
|
|
725
|
-
createLearningPathText: '
|
|
726
|
-
createLearningPathButtonText: '
|
|
727
|
-
lastUpdated: '
|
|
728
|
-
youAreInALearningPath: '
|
|
729
|
-
readTime: '{{hours}}
|
|
730
|
-
readTimeHour: '
|
|
731
|
-
readTimeHour_plurals: '
|
|
720
|
+
createLearningPathText: 'Ráhkat iežat, máŋge dán dahje geahča eará oahppobálgáid?',
|
|
721
|
+
createLearningPathButtonText: 'Mana bálgáide',
|
|
722
|
+
lastUpdated: 'Maŋemus ođastuvvon',
|
|
723
|
+
youAreInALearningPath: 'Don leat dál muhtin oahppobálgás',
|
|
724
|
+
readTime: '{{hours}} Skuvladiimmut = {{minutes}} minuhtat',
|
|
725
|
+
readTimeHour: 'diibmu',
|
|
726
|
+
readTimeHour_plurals: 'diimmut',
|
|
732
727
|
readTimeMinutesShort: 'min',
|
|
733
|
-
pageOf: '
|
|
728
|
+
pageOf: 'jáddaduvvon',
|
|
734
729
|
lastStep: {
|
|
735
|
-
heading: '
|
|
736
|
-
headingSmall: '
|
|
737
|
-
topicHeading: '
|
|
738
|
-
subjectHeading: '
|
|
730
|
+
heading: 'Maŋemus ceahkki oahppobálgás',
|
|
731
|
+
headingSmall: 'Don leat dál oahppobálgá maŋemus ceahkis {{learningPathName}}',
|
|
732
|
+
topicHeading: 'Mana fáddái:',
|
|
733
|
+
subjectHeading: 'Mana fágii:'
|
|
739
734
|
},
|
|
740
|
-
openMenuTooltip: '
|
|
741
|
-
mobileStepInfo: '{{currentPage}}
|
|
742
|
-
nextArrow: '
|
|
743
|
-
previousArrow: '
|
|
735
|
+
openMenuTooltip: 'Čájet oahppobálgá',
|
|
736
|
+
mobileStepInfo: '{{currentPage}} jáddaduvvon {{totalPages}}',
|
|
737
|
+
nextArrow: 'Boahtte',
|
|
738
|
+
previousArrow: 'Ovddit'
|
|
744
739
|
},
|
|
745
740
|
dropdown: {
|
|
746
|
-
numberHits: "
|
|
747
|
-
searching: '
|
|
748
|
-
create: '
|
|
749
|
-
isSelectedItem: '
|
|
741
|
+
numberHits: "Ohcamis ledje {{hits}} deaivama",
|
|
742
|
+
searching: 'Ohcá...',
|
|
743
|
+
create: 'Ráhkat ođđa',
|
|
744
|
+
isSelectedItem: 'Lasihuvvon'
|
|
750
745
|
},
|
|
751
746
|
blogPosts: {
|
|
752
747
|
blog1: {
|
|
753
|
-
text: '
|
|
754
|
-
externalLink: 'https://blogg.ndla.no/2021/
|
|
755
|
-
linkText: '
|
|
748
|
+
text: 'Ođđa fága NDLAs',
|
|
749
|
+
externalLink: 'https://blogg.ndla.no/2021/12/nye-fag-pa-ndla/',
|
|
750
|
+
linkText: 'Fágablogga',
|
|
756
751
|
license: 'CC-BY-SA-4.0',
|
|
757
752
|
licenseAuthor: 'Vibeke Klungland'
|
|
758
753
|
},
|
|
759
754
|
blog2: {
|
|
760
|
-
text: '
|
|
761
|
-
externalLink: 'https://blogg.ndla.no/
|
|
762
|
-
linkText: '
|
|
755
|
+
text: 'Aktivisere ohppiid digitála reaidduiguin',
|
|
756
|
+
externalLink: 'https://blogg.ndla.no/2021/09/aktiviser-elevane-med-digitale-verktoy/',
|
|
757
|
+
linkText: 'Fágablogga',
|
|
763
758
|
license: 'CC-BY-SA-4.0',
|
|
764
759
|
licenseAuthor: 'Tom Knudsen'
|
|
765
760
|
}
|
|
766
761
|
},
|
|
767
762
|
editor: {
|
|
768
763
|
versionHistory: {
|
|
769
|
-
who: '
|
|
770
|
-
when: '
|
|
771
|
-
message: '
|
|
772
|
-
status: '
|
|
773
|
-
inputLabel: '
|
|
774
|
-
inputPlaceholder: '
|
|
775
|
-
buttonLabel: '
|
|
764
|
+
who: 'Gii',
|
|
765
|
+
when: 'Goas',
|
|
766
|
+
message: 'Mearkkašupmi',
|
|
767
|
+
status: 'Stáhtus',
|
|
768
|
+
inputLabel: 'Lasit mearkkašumi:',
|
|
769
|
+
inputPlaceholder: 'Čális mearkkašumi',
|
|
770
|
+
buttonLabel: 'Vurke'
|
|
776
771
|
}
|
|
777
772
|
},
|
|
778
773
|
createdBy: {
|
|
779
|
-
content: '
|
|
780
|
-
text: '
|
|
774
|
+
content: 'Resursa',
|
|
775
|
+
text: 'lea vižžojuvvon',
|
|
781
776
|
concept: {
|
|
782
|
-
content: '
|
|
783
|
-
text: '
|
|
777
|
+
content: 'Čilgehus',
|
|
778
|
+
text: 'lea ráhkaduvvon'
|
|
784
779
|
},
|
|
785
780
|
listing: {
|
|
786
|
-
content: '
|
|
787
|
-
text: '
|
|
788
|
-
}
|
|
789
|
-
},
|
|
790
|
-
fagfornyelse: {
|
|
791
|
-
frontpage: {
|
|
792
|
-
heading: 'Velkommen til sniktitt på Fagfornyelsen i NDLA',
|
|
793
|
-
text: 'Høsten 2020 og 2021 vil de nye læreplanene tre i kraft. I NDLA har vi startet med dette arbeidet allerede. Våre innholdsansvarlige lager hver dag nye supre læringsressurser som er tilrettelagt for de nye planene. På denne siden kan du se dem allerede nå.',
|
|
794
|
-
blogHeading: 'Vil du vite mer?'
|
|
795
|
-
},
|
|
796
|
-
badge: {
|
|
797
|
-
heading: 'Denne siden er tilrettelagt for fagfornyelsen 2020/2021',
|
|
798
|
-
text: 'Innholdet er under arbeid. Ikke på jakt etter dette?',
|
|
799
|
-
linkText: 'Gå til ndla.no for dagens innhold'
|
|
781
|
+
content: 'Listu',
|
|
782
|
+
text: 'lea ráhkaduvvon'
|
|
800
783
|
}
|
|
801
784
|
},
|
|
802
785
|
frontPageToolbox: {
|
|
803
|
-
heading: '
|
|
804
|
-
text: '
|
|
805
|
-
linkTextStudents: '
|
|
806
|
-
linkTextTeachers: '
|
|
807
|
-
cursorText: '
|
|
786
|
+
heading: 'Reaidokássa',
|
|
787
|
+
text: 'Háliidat go šaddat čeahppin ovdanbuktit, dahje háliidat go oahppat buoret vugiin rievttes lohkanteknihka bokte? Dárbbahat go ráđiid mo beaktilepmosit ráhkkanit eksámenii? NDLA reaidokássas gávnnat ollu buriid ráđiid ja rávvagiid!',
|
|
788
|
+
linkTextStudents: 'Gávnna ohppiide rávvagiid dáppe',
|
|
789
|
+
linkTextTeachers: 'Gávnna oahpaheddjiide rávvagiid dáppe',
|
|
790
|
+
cursorText: 'Rávvagat'
|
|
808
791
|
},
|
|
809
792
|
frontpageMultidisciplinarySubject: {
|
|
810
|
-
heading: '
|
|
811
|
-
text: '
|
|
812
|
-
linkText: '
|
|
813
|
-
publicHealthTopic: '
|
|
814
|
-
democracyTopic: '
|
|
815
|
-
sustainableTopic: '
|
|
816
|
-
cursorText: '
|
|
793
|
+
heading: 'Fágaidrasttideaddji fáttát',
|
|
794
|
+
text: 'Oahppoplána golbma fágaidrasttideaddji fáttáin lea vuolggasadji áigeguovdilis hástalusaid servvodagas mat gáibidit beroštumi ja rahčamuša ovttaskas olbmuin ja searvevuođas lagasbirrasis, našunálalaččat ja máilmmeviidosaččat.',
|
|
795
|
+
linkText: 'Geahča casaid fágaidrasttideaddji fáttáin.',
|
|
796
|
+
publicHealthTopic: 'Álbmotdearvvašvuohta ja eallimis birgen',
|
|
797
|
+
democracyTopic: 'Demokratiija ja mielboargárvuohta',
|
|
798
|
+
sustainableTopic: 'Guoddevaš ovdáneapmi',
|
|
799
|
+
cursorText: 'Ođas'
|
|
817
800
|
},
|
|
818
801
|
frontpageMenu: {
|
|
819
|
-
program: '
|
|
820
|
-
allsubjects: '
|
|
821
|
-
cursorText: '
|
|
802
|
+
program: 'Oahppoprográmma',
|
|
803
|
+
allsubjects: 'Buot fágat',
|
|
804
|
+
cursorText: 'Muosit oasážiid fágain mat bohtet 2022 čavčča'
|
|
822
805
|
},
|
|
823
806
|
navigation: {
|
|
824
|
-
showLongerDescription: '
|
|
825
|
-
showShorterDescription: '
|
|
826
|
-
topics: '
|
|
827
|
-
additionalTopic: '
|
|
828
|
-
additionalTopics: '
|
|
829
|
-
loadingText: '
|
|
807
|
+
showLongerDescription: 'Čájet olles fáddáčilgehusa',
|
|
808
|
+
showShorterDescription: 'Čiega fáddáčilgehusa',
|
|
809
|
+
topics: 'Fáttát',
|
|
810
|
+
additionalTopic: 'Lassifáddá',
|
|
811
|
+
additionalTopics: 'Lassifáttát',
|
|
812
|
+
loadingText: 'Viežžá fáttá'
|
|
830
813
|
},
|
|
831
814
|
multidisciplinarySubject: {
|
|
832
|
-
subjectsLinksDescription: 'Case
|
|
815
|
+
subjectsLinksDescription: 'Case ovdal'
|
|
833
816
|
},
|
|
834
817
|
multibutton: {
|
|
835
|
-
open: '
|
|
836
|
-
close: '
|
|
818
|
+
open: 'Raba fálu',
|
|
819
|
+
close: 'Govčča fálu'
|
|
837
820
|
},
|
|
838
|
-
close: '
|
|
839
|
-
title: '
|
|
840
|
-
cancel: '
|
|
841
|
-
save: '
|
|
821
|
+
close: 'Govčča',
|
|
822
|
+
title: 'Tihttel',
|
|
823
|
+
cancel: 'Botkke',
|
|
824
|
+
save: 'Vurke',
|
|
842
825
|
image: {
|
|
843
|
-
altText: '
|
|
844
|
-
caption: '
|
|
845
|
-
type: '
|
|
846
|
-
width: '
|
|
847
|
-
height: '
|
|
848
|
-
size: '
|
|
826
|
+
altText: 'Molssaevttolaš teaksta',
|
|
827
|
+
caption: 'Govvateaksta',
|
|
828
|
+
type: 'Fiilasorta',
|
|
829
|
+
width: 'Govdodat',
|
|
830
|
+
height: 'Allodat',
|
|
831
|
+
size: 'Sturrodat (byte)',
|
|
849
832
|
modelReleased: {
|
|
850
|
-
label: '
|
|
851
|
-
yes: '
|
|
852
|
-
no: '
|
|
853
|
-
'not-applicable': '
|
|
854
|
-
'not-set': '
|
|
855
|
-
description: '
|
|
833
|
+
label: 'Čielggaduvvon modeallaid ektui',
|
|
834
|
+
yes: 'Juo',
|
|
835
|
+
no: 'Ii',
|
|
836
|
+
'not-applicable': 'Ii relevánta',
|
|
837
|
+
'not-set': 'Ii válljejuvvon',
|
|
838
|
+
description: 'Jus govva lea čielggaduvvon modeallaid ektui vai ii:'
|
|
856
839
|
},
|
|
857
|
-
download: '
|
|
858
|
-
reuse: '
|
|
859
|
-
largeSize: '
|
|
840
|
+
download: 'Viečča gova',
|
|
841
|
+
reuse: 'Geavat gova',
|
|
842
|
+
largeSize: 'Geahča gova stuorisin',
|
|
860
843
|
error: {
|
|
861
|
-
url: '
|
|
862
|
-
caption: '
|
|
844
|
+
url: 'Boasttuvuohta čuožžilii gova viežžamis.',
|
|
845
|
+
caption: 'Šállošat, boasttuvuohta čuožžilii gova viežžamis.'
|
|
863
846
|
}
|
|
864
847
|
},
|
|
865
848
|
audio: {
|
|
866
|
-
download: '
|
|
867
|
-
reuse: '
|
|
849
|
+
download: 'Viečča jietnafiilla',
|
|
850
|
+
reuse: 'Gevat jietnafiilla',
|
|
868
851
|
error: {
|
|
869
|
-
url: '
|
|
870
|
-
caption: '
|
|
852
|
+
url: 'Boasttuvuohta jietnafiilla viežžamis.',
|
|
853
|
+
caption: 'Šállošat, boasttuvuohta čuožžilii jietnafiilla viežžamis.'
|
|
871
854
|
},
|
|
872
855
|
controls: {
|
|
873
|
-
forward15sec: '
|
|
874
|
-
rewind15sec: '
|
|
875
|
-
selectSpeed: '
|
|
876
|
-
adjustVolume: '
|
|
856
|
+
forward15sec: 'Sirdde 15 sekundda ovddas',
|
|
857
|
+
rewind15sec: 'Sirdde 15 sekundda maŋosd',
|
|
858
|
+
selectSpeed: 'Vállje čuojahanleahtu',
|
|
859
|
+
adjustVolume: 'Rievdat voluma'
|
|
877
860
|
},
|
|
878
861
|
textVersion: {
|
|
879
|
-
heading: '
|
|
880
|
-
close: '
|
|
862
|
+
heading: 'Teakstavearšuvdna',
|
|
863
|
+
close: 'Govčča teakstavearšuvnna'
|
|
881
864
|
},
|
|
882
|
-
readMoreDescriptionLabel: '
|
|
865
|
+
readMoreDescriptionLabel: 'Čájet eanet'
|
|
883
866
|
},
|
|
884
867
|
h5p: {
|
|
885
|
-
reuse: '
|
|
868
|
+
reuse: 'Geavat H5P'
|
|
886
869
|
},
|
|
887
870
|
video: {
|
|
888
|
-
download: '
|
|
889
|
-
reuse: '
|
|
890
|
-
error: '
|
|
871
|
+
download: 'Viečča video',
|
|
872
|
+
reuse: 'Geavat video',
|
|
873
|
+
error: 'Šállošat, boasttuvuohta čuožžilii video viežžamis dahje video metadáhtas.'
|
|
891
874
|
},
|
|
892
875
|
other: {
|
|
893
|
-
download: '
|
|
894
|
-
reuse: '
|
|
876
|
+
download: 'Viečča sisdoalu',
|
|
877
|
+
reuse: 'Geavat sisdoalu'
|
|
895
878
|
},
|
|
896
879
|
concept: {
|
|
897
|
-
showDescription: '
|
|
898
|
-
reuse: '
|
|
880
|
+
showDescription: 'Čájet čilgehusa govvideami.',
|
|
881
|
+
reuse: 'Geavat čilgehusa',
|
|
899
882
|
error: {
|
|
900
|
-
title: '
|
|
901
|
-
content: '
|
|
883
|
+
title: 'Boasttuvuohta čuožžilii',
|
|
884
|
+
content: 'Ii lean vejolaš viežžat čilgehusa govvideami.'
|
|
902
885
|
}
|
|
903
886
|
},
|
|
904
|
-
source: '
|
|
887
|
+
source: 'Gáldu',
|
|
905
888
|
related: {
|
|
906
|
-
title: '
|
|
907
|
-
linkInfo: '
|
|
908
|
-
showMore: '
|
|
909
|
-
showLess: '
|
|
910
|
-
},
|
|
911
|
-
'external.error': '
|
|
912
|
-
'h5p.error': '
|
|
913
|
-
files: '
|
|
914
|
-
download: '
|
|
915
|
-
expandButton: '
|
|
916
|
-
}, _licenses.contributorTypes.
|
|
889
|
+
title: 'Guoskevaš sisdoallu',
|
|
890
|
+
linkInfo: 'Neahttasiidu čuovvuvaččas',
|
|
891
|
+
showMore: 'Čájet eanet guoskevaš sisdoalu',
|
|
892
|
+
showLess: 'Čájet unnit'
|
|
893
|
+
},
|
|
894
|
+
'external.error': 'Boasttuvuohta čuožžilii olgguldas resurssa viežžamis.',
|
|
895
|
+
'h5p.error': 'Boasttuvuohta čuožžilii H5P viežžamis.',
|
|
896
|
+
files: 'Fiillat',
|
|
897
|
+
download: 'Viečča fiilla: ',
|
|
898
|
+
expandButton: 'Čájet stuora veršuvnna'
|
|
899
|
+
}, _licenses.contributorTypes.se), {}, {
|
|
917
900
|
filterButtons: {
|
|
918
|
-
removeAllFilters: '
|
|
901
|
+
removeAllFilters: 'Sihko filtara'
|
|
919
902
|
},
|
|
920
903
|
visualElement: {
|
|
921
|
-
show: '
|
|
922
|
-
showVideo: '
|
|
904
|
+
show: 'Čájet',
|
|
905
|
+
showVideo: 'Čájet video'
|
|
923
906
|
},
|
|
924
907
|
user: {
|
|
925
|
-
loggedInAs: '
|
|
926
|
-
loggedInAsButton: '
|
|
908
|
+
loggedInAs: 'Don leat sisačállon {{role}}.',
|
|
909
|
+
loggedInAsButton: 'Don leat sisačállon {{role}}',
|
|
927
910
|
role: {
|
|
928
|
-
employee: '
|
|
929
|
-
staff: '
|
|
930
|
-
student: '
|
|
911
|
+
employee: 'Oahpaheaddji',
|
|
912
|
+
staff: 'Bargi',
|
|
913
|
+
student: 'Oahppi'
|
|
931
914
|
},
|
|
932
|
-
buttonLogIn: '
|
|
933
|
-
buttonLogOut: '
|
|
934
|
-
generalFooter: '
|
|
915
|
+
buttonLogIn: 'Čále sisa Feide bokte',
|
|
916
|
+
buttonLogOut: 'Čále olggos',
|
|
917
|
+
generalFooter: 'Muhtin resurssat leat dušše olamuttus sisačállojuvvon oahpaheddjiide.',
|
|
935
918
|
modal: {
|
|
936
|
-
collectedInfo: '
|
|
937
|
-
general: '
|
|
938
|
-
topic: '
|
|
939
|
-
isAuth: '
|
|
940
|
-
isNotAuth: '
|
|
919
|
+
collectedInfo: 'Čuovvovaš dieđut leat du birra vižžojuvvon Feide bokte:',
|
|
920
|
+
general: 'Resurssat mat gáibidit Feide sisačállima leat merkejuvvon čuovvovaš ikonain',
|
|
921
|
+
topic: 'Čále sisa Feide bokte oažžun dihte beassanlági dán fáddái.',
|
|
922
|
+
isAuth: 'Geavaheaddjidieđut',
|
|
923
|
+
isNotAuth: 'Čále sisa Feide bokte'
|
|
941
924
|
},
|
|
942
925
|
resource: {
|
|
943
|
-
accessDenied: '
|
|
926
|
+
accessDenied: 'Šállošat, muhto dát resursa lea dušše oahpaheddjiide mat leat sisa čállán Feide bokte.'
|
|
944
927
|
},
|
|
945
|
-
primarySchool: '
|
|
946
|
-
name: '
|
|
947
|
-
mail: '
|
|
948
|
-
username: '
|
|
928
|
+
primarySchool: 'Váldoskuvla',
|
|
929
|
+
name: 'Namma',
|
|
930
|
+
mail: 'Eboasta',
|
|
931
|
+
username: 'Geavahan namma',
|
|
949
932
|
groupTypes: {
|
|
950
|
-
basic: '
|
|
951
|
-
teaching: '
|
|
952
|
-
other: '
|
|
933
|
+
basic: 'Vuođđojoavku',
|
|
934
|
+
teaching: 'Oahpahusjoavku',
|
|
935
|
+
other: 'Eará joavkkut'
|
|
953
936
|
}
|
|
954
937
|
},
|
|
955
|
-
checkOutNewFeature: '
|
|
938
|
+
checkOutNewFeature: 'Iskka ođđa doaibmilvuođa',
|
|
956
939
|
slateBlockMenu: {
|
|
957
|
-
open: '
|
|
958
|
-
close: '
|
|
940
|
+
open: 'Raba fálu',
|
|
941
|
+
close: 'Govčča fálu'
|
|
959
942
|
},
|
|
960
943
|
factbox: {
|
|
961
|
-
open: '
|
|
962
|
-
close: '
|
|
944
|
+
open: 'Raba fáktádoasa',
|
|
945
|
+
close: 'Govčča fáktádoasa'
|
|
963
946
|
},
|
|
964
947
|
myNdla: {
|
|
965
|
-
myNDLA: '
|
|
966
|
-
support: '
|
|
967
|
-
resources: '{{count}}
|
|
968
|
-
resources_plural: '{{count}}
|
|
969
|
-
folders: '{{count}}
|
|
948
|
+
myNDLA: 'Mu NDLA',
|
|
949
|
+
support: 'Geavaheaddjidoarjja',
|
|
950
|
+
resources: '{{count}} resurssat',
|
|
951
|
+
resources_plural: '{{count}} resurssat',
|
|
952
|
+
folders: '{{count}} máhpat',
|
|
970
953
|
folders_plural: '{{count}} mapper',
|
|
971
954
|
folder: {
|
|
972
|
-
folder: '
|
|
973
|
-
"delete": '
|
|
974
|
-
edit: '
|
|
975
|
-
missingName: '
|
|
976
|
-
folderDeleted: '"{{folderName}}"
|
|
955
|
+
folder: 'Máhppa',
|
|
956
|
+
"delete": 'Sihko',
|
|
957
|
+
edit: 'Redigere',
|
|
958
|
+
missingName: 'Čále nama máhppii',
|
|
959
|
+
folderDeleted: '"{{folderName}}" lea sihkkojuvvon'
|
|
977
960
|
},
|
|
978
|
-
tags: '{{count}}
|
|
979
|
-
tags_plural: '{{count}}
|
|
980
|
-
confirmDeleteFolder: '
|
|
981
|
-
confirmDeleteTag: '
|
|
982
|
-
myFolders: '
|
|
983
|
-
myTags: '
|
|
984
|
-
newFolder: '
|
|
985
|
-
newFolderUnder: '
|
|
986
|
-
myAccount: '
|
|
987
|
-
favourites: '
|
|
988
|
-
addToFavourites: '
|
|
989
|
-
alreadyFavourited: '
|
|
990
|
-
alreadyInFolder: '
|
|
991
|
-
help: '
|
|
992
|
-
more: '
|
|
993
|
-
listView: '
|
|
994
|
-
detailView: '
|
|
995
|
-
shortView: '
|
|
961
|
+
tags: '{{count}} fáddágilkor',
|
|
962
|
+
tags_plural: '{{count}} fáddágilkorat',
|
|
963
|
+
confirmDeleteFolder: 'Leat go áibbas sihkar ahte dáhtut sihkkut máhpa? Dan ii sáhte gáhtat.',
|
|
964
|
+
confirmDeleteTag: 'Leat go áibbas sihkar ahte dáhtut sihkkut fáddágilkora? Dan ii sáhte gáhtat.',
|
|
965
|
+
myFolders: 'Mu máhpat',
|
|
966
|
+
myTags: 'Mu lihput',
|
|
967
|
+
newFolder: 'Ođđa máhppa',
|
|
968
|
+
newFolderUnder: 'Ráhkat ođđa máhpa dán vuolde {{folderName}}',
|
|
969
|
+
myAccount: 'Mu kontu',
|
|
970
|
+
favourites: 'Oiddohat',
|
|
971
|
+
addToFavourites: 'Bija mu oiddohiid searvái',
|
|
972
|
+
alreadyFavourited: 'Lea juo biddjon oiddohin',
|
|
973
|
+
alreadyInFolder: 'Gávdno juo máhpas',
|
|
974
|
+
help: 'Veahkki',
|
|
975
|
+
more: 'Eanet válljejumit',
|
|
976
|
+
listView: 'Oppalašlistu',
|
|
977
|
+
detailView: 'Bienalaš oppalašlistu',
|
|
978
|
+
shortView: 'Oanehis listu',
|
|
996
979
|
myPage: {
|
|
997
|
-
confirmDeleteAccount: '
|
|
998
|
-
confirmDeleteAccountButton: '
|
|
999
|
-
myPage: '
|
|
1000
|
-
deleteAccount: '
|
|
1001
|
-
logout: '
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
980
|
+
confirmDeleteAccount: 'Leat go áibbas sihkar ahte dáhtut sihkkut kontu?',
|
|
981
|
+
confirmDeleteAccountButton: 'Sihko kontu',
|
|
982
|
+
myPage: 'Mu siidu',
|
|
983
|
+
deleteAccount: 'Sihko mu NDLA',
|
|
984
|
+
logout: 'Logge eret mu NDLAs',
|
|
985
|
+
loginText: 'Logg på med Feide for å få tilgang til Min NDLA. Vi ber om at du ikkje skriver noko støtende, personsensitiv informasjon eller andre persondata i tekstfelt. Les vår ',
|
|
986
|
+
loginTextLink: 'personvernerklæring her',
|
|
987
|
+
loginTerms: 'Logge Feide bokte vai oaččut beassanlobi. Go logget sisa de dohkkehat min geavahaneavttuid.',
|
|
988
|
+
loginResourcePitch: 'Dáhtut go merket siiddu oiddohin?',
|
|
989
|
+
loginWelcome: 'Bures boahtin NDLA:ii! Dáppe sáhtát fágaávdnasiid ordnet iežat vuogi mielde',
|
|
990
|
+
welcome: 'Bures boahtin NDLA:ii! Dál sáhtát vurket iežat oiddotresurssaid NDLA:s ja ordnet daid nu go dáhtut máhpain ja fáddágilkoriiguin.',
|
|
1006
991
|
read: {
|
|
1007
|
-
our: '
|
|
1008
|
-
ours: '
|
|
992
|
+
our: 'Loga min',
|
|
993
|
+
ours: 'Loga min'
|
|
1009
994
|
},
|
|
1010
|
-
privacy: '
|
|
995
|
+
privacy: 'personsuodjalusjulggaštusa dás',
|
|
1011
996
|
questions: {
|
|
1012
|
-
question: '
|
|
1013
|
-
ask: '
|
|
997
|
+
question: 'Smiehtat go maidege?',
|
|
998
|
+
ask: 'Jeara min chattas'
|
|
1014
999
|
},
|
|
1015
|
-
wishToDelete: '
|
|
1000
|
+
wishToDelete: 'It go hálit geavaheaddjiprofiila min geahčen šat?',
|
|
1016
1001
|
terms: {
|
|
1017
|
-
terms: '
|
|
1018
|
-
term1: '
|
|
1019
|
-
term2: '
|
|
1020
|
-
term3: 'NDLA
|
|
1002
|
+
terms: 'Eavttut geavaheapmái',
|
|
1003
|
+
term1: 'Ale čále perovdnasensitiiva dieđuid dahje persovnnalaš dieđeuid teakstaoassái.',
|
|
1004
|
+
term2: 'Ale čále maidege unohasaid teakstaoassái.',
|
|
1005
|
+
term3: 'NDLA bisuha rievtti ođasmahttit dahje sihkkut boarásmuvvan resurssaid.'
|
|
1021
1006
|
},
|
|
1022
|
-
newFavourite: '
|
|
1023
|
-
feide: '
|
|
1007
|
+
newFavourite: 'Aitto lasihuvvon',
|
|
1008
|
+
feide: 'Dát vižžojuvvo du birra Feide:s',
|
|
1024
1009
|
storageInfo: {
|
|
1025
|
-
title: '
|
|
1026
|
-
text: '
|
|
1010
|
+
title: 'Ná vurket iežat oiddotresurssaid NDLA:s',
|
|
1011
|
+
text: 'Deaddil váibmoboalu vurken dihtii resurssa.'
|
|
1027
1012
|
},
|
|
1028
1013
|
folderInfo: {
|
|
1029
|
-
title: '
|
|
1030
|
-
text: '
|
|
1014
|
+
title: 'Ná ordnet iežat oiddotresurssaid máhpaide',
|
|
1015
|
+
text: 'Deaddil mu máhpaid gurut bealde fálus beassan dihtii máhpa visogovvii. Doppe sáhtát ráhkadit ođđa máhpaid ja vuollemáhpaid. Sáhtát maid ráhkadit ođđa máhpa gulahallanláses mii ihtá go deaddilat váimmu muhtin resurssas.'
|
|
1031
1016
|
},
|
|
1032
1017
|
tagInfo: {
|
|
1033
|
-
title: '
|
|
1034
|
-
text: '
|
|
1018
|
+
title: 'Ná gilkorasttát iežat oiddotresurssaid',
|
|
1019
|
+
text: 'Go vurket muhtin resurssa de lea vejolaš merket resurssa fáddágilkoriin. Fáddágilkor lea čoavddasátni man sáhtát geavahit gávdnan dihte ruovttoluotta resurssaide máhpaid rastá. Gávnnat buot fáddágilkoriid maid leat geavahan go válljet mu fáddágilkoriid gurut bealde fálus. Das oainnát maiddái maid resurssaid don leat merken juohke fáddágilkoriin.'
|
|
1035
1020
|
}
|
|
1036
1021
|
},
|
|
1037
1022
|
resource: {
|
|
1038
|
-
add: '
|
|
1039
|
-
remove: '
|
|
1040
|
-
removeTitle: '
|
|
1041
|
-
confirmRemove: '
|
|
1042
|
-
copyLink: '
|
|
1043
|
-
linkCopied: '
|
|
1044
|
-
addToMyNdla: '
|
|
1045
|
-
addedToMyNdla: '
|
|
1046
|
-
addedToFolder: '
|
|
1047
|
-
removedFromFolder: '
|
|
1048
|
-
titleUpdated: '
|
|
1049
|
-
tagsUpdated: '
|
|
1050
|
-
show: '
|
|
1051
|
-
save: '
|
|
1023
|
+
add: 'Lasit máhpa/fáddágilkora',
|
|
1024
|
+
remove: 'Sihko',
|
|
1025
|
+
removeTitle: 'Sihko resurssa',
|
|
1026
|
+
confirmRemove: 'Leat go áibbas sihkar ahte dáhtut sihkkut resurssa dán máhpas?',
|
|
1027
|
+
copyLink: 'Máŋge liŋka siidui',
|
|
1028
|
+
linkCopied: 'Máŋgejuvvon čájáhustávvalii',
|
|
1029
|
+
addToMyNdla: 'Bija mu NDLA:ii',
|
|
1030
|
+
addedToMyNdla: 'Biddjojuvvon mu NDLA:ii',
|
|
1031
|
+
addedToFolder: 'Resursa lea biddjojuvvon ',
|
|
1032
|
+
removedFromFolder: 'Sihkkojuvvon "{{folderName}}"',
|
|
1033
|
+
titleUpdated: 'Tihttel lea ođastuvvon',
|
|
1034
|
+
tagsUpdated: 'Fáddágilkorat leat ođastuvvon',
|
|
1035
|
+
show: 'Čájet',
|
|
1036
|
+
save: 'Vurke resurssa'
|
|
1052
1037
|
}
|
|
1053
1038
|
},
|
|
1054
1039
|
snackbar: {
|
|
1055
|
-
close: '
|
|
1040
|
+
close: 'Govčča dieđu'
|
|
1056
1041
|
},
|
|
1057
1042
|
labels: {
|
|
1058
|
-
category: '
|
|
1059
|
-
subject: '
|
|
1060
|
-
other: '
|
|
1043
|
+
category: 'Kategoriija',
|
|
1044
|
+
subject: 'Fága',
|
|
1045
|
+
other: 'Eará'
|
|
1061
1046
|
},
|
|
1062
1047
|
listingPage: {
|
|
1063
|
-
or: '
|
|
1064
|
-
noFilters: '
|
|
1065
|
-
loadMore: '
|
|
1048
|
+
or: 'dahje',
|
|
1049
|
+
noFilters: 'Ii leat mihkkege filtarastit',
|
|
1050
|
+
loadMore: 'Viečča eanet'
|
|
1066
1051
|
},
|
|
1067
1052
|
siteNav: {
|
|
1068
|
-
search: '
|
|
1069
|
-
contact: '
|
|
1070
|
-
help: '
|
|
1053
|
+
search: 'Oza',
|
|
1054
|
+
contact: 'Váldde oktavuođa',
|
|
1055
|
+
help: 'Veahket'
|
|
1071
1056
|
}
|
|
1072
1057
|
});
|
|
1073
1058
|
|