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