@ndla/ui 45.0.10 → 45.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/Embed/ConceptEmbed.js +9 -9
- package/es/Gloss/Gloss.js +9 -9
- package/es/locale/messages-en.js +3 -3
- package/es/locale/messages-nb.js +3 -3
- package/es/locale/messages-nn.js +3 -3
- package/es/locale/messages-se.js +58 -58
- package/es/locale/messages-sma.js +3 -3
- package/es/model/WordClass.js +36 -36
- package/es/model/index.js +2 -2
- package/lib/Embed/ConceptEmbed.js +9 -9
- package/lib/Gloss/Gloss.js +9 -9
- package/lib/locale/messages-en.d.ts +1 -1
- package/lib/locale/messages-en.js +4 -4
- package/lib/locale/messages-nb.d.ts +1 -1
- package/lib/locale/messages-nb.js +4 -4
- package/lib/locale/messages-nn.d.ts +1 -1
- package/lib/locale/messages-nn.js +4 -4
- package/lib/locale/messages-se.d.ts +1 -1
- package/lib/locale/messages-se.js +59 -59
- package/lib/locale/messages-sma.d.ts +1 -1
- package/lib/locale/messages-sma.js +4 -4
- package/lib/model/WordClass.d.ts +36 -36
- package/lib/model/WordClass.js +38 -38
- package/lib/model/index.d.ts +2 -2
- package/lib/model/index.js +2 -2
- package/package.json +2 -2
- package/src/Embed/ConceptEmbed.tsx +1 -1
- package/src/Gloss/Gloss.stories.tsx +3 -3
- package/src/Gloss/Gloss.tsx +1 -1
- package/src/locale/messages-en.ts +36 -36
- package/src/locale/messages-nb.ts +36 -36
- package/src/locale/messages-nn.ts +36 -36
- package/src/locale/messages-se.ts +91 -92
- package/src/locale/messages-sma.ts +36 -36
- package/src/model/WordClass.ts +36 -36
- package/src/model/index.ts +2 -2
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
import { contributorTypes } from '@ndla/licenses';
|
|
10
10
|
import constants from '../model';
|
|
11
11
|
|
|
12
|
-
export const { contentTypes, subjectCategories, subjectTypes,
|
|
12
|
+
export const { contentTypes, subjectCategories, subjectTypes, wordClass, Transcriptions } = constants;
|
|
13
13
|
|
|
14
14
|
const titleTemplate = ' - NDLA';
|
|
15
15
|
|
|
@@ -1349,41 +1349,41 @@ const messages = {
|
|
|
1349
1349
|
},
|
|
1350
1350
|
},
|
|
1351
1351
|
wordClass: {
|
|
1352
|
-
[
|
|
1353
|
-
[
|
|
1354
|
-
[
|
|
1355
|
-
[
|
|
1356
|
-
[
|
|
1357
|
-
[
|
|
1358
|
-
[
|
|
1359
|
-
[
|
|
1360
|
-
[
|
|
1361
|
-
[
|
|
1362
|
-
[
|
|
1363
|
-
[
|
|
1364
|
-
[
|
|
1365
|
-
[
|
|
1366
|
-
[
|
|
1367
|
-
[
|
|
1368
|
-
[
|
|
1369
|
-
[
|
|
1370
|
-
[
|
|
1371
|
-
[
|
|
1372
|
-
[
|
|
1373
|
-
[
|
|
1374
|
-
[
|
|
1375
|
-
[
|
|
1376
|
-
[
|
|
1377
|
-
[
|
|
1378
|
-
[
|
|
1379
|
-
[
|
|
1380
|
-
[
|
|
1381
|
-
[
|
|
1382
|
-
[
|
|
1383
|
-
[
|
|
1384
|
-
[
|
|
1385
|
-
[
|
|
1386
|
-
[
|
|
1352
|
+
[wordClass.wordClass.adjective]: 'Adjective',
|
|
1353
|
+
[wordClass.wordClass.adverb]: 'Adverb',
|
|
1354
|
+
[wordClass.wordClass.properNoun]: 'Proper Noun',
|
|
1355
|
+
[wordClass.wordClass.auxiliary]: 'Auxiliary',
|
|
1356
|
+
[wordClass.wordClass.complement]: 'Complement',
|
|
1357
|
+
[wordClass.wordClass.conjunction]: 'Conjunction',
|
|
1358
|
+
[wordClass.wordClass.coverb]: 'Coverb',
|
|
1359
|
+
[wordClass.wordClass.determiner]: 'Determiner',
|
|
1360
|
+
[wordClass.wordClass.interjection]: 'Interjection',
|
|
1361
|
+
[wordClass.wordClass.quantifier]: 'Quantifier',
|
|
1362
|
+
[wordClass.wordClass.marker]: 'Marker',
|
|
1363
|
+
[wordClass.wordClass.modalVerb]: 'Modal Verb',
|
|
1364
|
+
[wordClass.wordClass.measureWord]: 'Measure Word',
|
|
1365
|
+
[wordClass.wordClass.noun]: 'Noun',
|
|
1366
|
+
[wordClass.wordClass['noun-zh']]: 'Noun',
|
|
1367
|
+
[wordClass.wordClass.nounPhrase]: 'Noun Phrase',
|
|
1368
|
+
[wordClass.wordClass.onomatopoeia]: 'Onomatopoeia',
|
|
1369
|
+
[wordClass.wordClass.particle]: 'Particle',
|
|
1370
|
+
[wordClass.wordClass.demonstrative]: 'Demonstrative',
|
|
1371
|
+
[wordClass.wordClass.personalPronoun]: 'Personal Pronoun',
|
|
1372
|
+
[wordClass.wordClass.preposition]: 'Preposition',
|
|
1373
|
+
[wordClass.wordClass.pronoun]: 'Pronoun',
|
|
1374
|
+
[wordClass.wordClass.questionWord]: 'Question Word',
|
|
1375
|
+
[wordClass.wordClass.locationWord]: 'Location Word',
|
|
1376
|
+
[wordClass.wordClass.suffix]: 'Suffix',
|
|
1377
|
+
[wordClass.wordClass.numeral]: 'Numeral',
|
|
1378
|
+
[wordClass.wordClass.timeWord]: 'Time word',
|
|
1379
|
+
[wordClass.wordClass.timeExpression]: 'Time Expression',
|
|
1380
|
+
[wordClass.wordClass.stativeVerb]: 'Stative Verb',
|
|
1381
|
+
[wordClass.wordClass.subordinatingConjunction]: 'Subordinating Conjunction',
|
|
1382
|
+
[wordClass.wordClass.exclamationWord]: 'Exclamation Word',
|
|
1383
|
+
[wordClass.wordClass.expression]: 'Expression',
|
|
1384
|
+
[wordClass.wordClass.verb]: 'Verb',
|
|
1385
|
+
[wordClass.wordClass.verbComplement]: 'Verb-Complement',
|
|
1386
|
+
[wordClass.wordClass.verbObject]: 'Verb-Object',
|
|
1387
1387
|
},
|
|
1388
1388
|
about: {
|
|
1389
1389
|
menuTitle: 'About NDLA',
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
import { contributorTypes } from '@ndla/licenses';
|
|
10
10
|
import constants from '../model';
|
|
11
11
|
|
|
12
|
-
export const { contentTypes, subjectCategories, subjectTypes,
|
|
12
|
+
export const { contentTypes, subjectCategories, subjectTypes, wordClass } = constants;
|
|
13
13
|
|
|
14
14
|
const titleTemplate = ' - NDLA';
|
|
15
15
|
|
|
@@ -1345,41 +1345,41 @@ const messages = {
|
|
|
1345
1345
|
},
|
|
1346
1346
|
},
|
|
1347
1347
|
wordClass: {
|
|
1348
|
-
[
|
|
1349
|
-
[
|
|
1350
|
-
[
|
|
1351
|
-
[
|
|
1352
|
-
[
|
|
1353
|
-
[
|
|
1354
|
-
[
|
|
1355
|
-
[
|
|
1356
|
-
[
|
|
1357
|
-
[
|
|
1358
|
-
[
|
|
1359
|
-
[
|
|
1360
|
-
[
|
|
1361
|
-
[
|
|
1362
|
-
[
|
|
1363
|
-
[
|
|
1364
|
-
[
|
|
1365
|
-
[
|
|
1366
|
-
[
|
|
1367
|
-
[
|
|
1368
|
-
[
|
|
1369
|
-
[
|
|
1370
|
-
[
|
|
1371
|
-
[
|
|
1372
|
-
[
|
|
1373
|
-
[
|
|
1374
|
-
[
|
|
1375
|
-
[
|
|
1376
|
-
[
|
|
1377
|
-
[
|
|
1378
|
-
[
|
|
1379
|
-
[
|
|
1380
|
-
[
|
|
1381
|
-
[
|
|
1382
|
-
[
|
|
1348
|
+
[wordClass.wordClass.adjective]: 'Adjektiv',
|
|
1349
|
+
[wordClass.wordClass.adverb]: 'Adverb',
|
|
1350
|
+
[wordClass.wordClass.properNoun]: 'Egennavn',
|
|
1351
|
+
[wordClass.wordClass.auxiliary]: 'Hjelpeord',
|
|
1352
|
+
[wordClass.wordClass.complement]: 'Komplement',
|
|
1353
|
+
[wordClass.wordClass.conjunction]: 'Konjunksjon',
|
|
1354
|
+
[wordClass.wordClass.coverb]: 'Koverb',
|
|
1355
|
+
[wordClass.wordClass.determiner]: 'Bestemmerord',
|
|
1356
|
+
[wordClass.wordClass.interjection]: 'Interjeksjon',
|
|
1357
|
+
[wordClass.wordClass.quantifier]: 'Kvantor',
|
|
1358
|
+
[wordClass.wordClass.marker]: 'Markør',
|
|
1359
|
+
[wordClass.wordClass.modalVerb]: 'Modalverb',
|
|
1360
|
+
[wordClass.wordClass.measureWord]: 'Målord',
|
|
1361
|
+
[wordClass.wordClass.noun]: 'Substantiv',
|
|
1362
|
+
[wordClass.wordClass['noun-zh']]: 'Nomen',
|
|
1363
|
+
[wordClass.wordClass.nounPhrase]: 'Nominalfrase',
|
|
1364
|
+
[wordClass.wordClass.onomatopoeia]: 'Onomatopoetikon',
|
|
1365
|
+
[wordClass.wordClass.particle]: 'Partikkel',
|
|
1366
|
+
[wordClass.wordClass.demonstrative]: 'Pekeord',
|
|
1367
|
+
[wordClass.wordClass.personalPronoun]: 'Personlig pronomen',
|
|
1368
|
+
[wordClass.wordClass.preposition]: 'Preposisjon',
|
|
1369
|
+
[wordClass.wordClass.pronoun]: 'Pronomen',
|
|
1370
|
+
[wordClass.wordClass.questionWord]: 'Spørreord',
|
|
1371
|
+
[wordClass.wordClass.locationWord]: 'Stedsord',
|
|
1372
|
+
[wordClass.wordClass.suffix]: 'Suffiks',
|
|
1373
|
+
[wordClass.wordClass.numeral]: 'Tallord',
|
|
1374
|
+
[wordClass.wordClass.timeWord]: 'Tidsord',
|
|
1375
|
+
[wordClass.wordClass.timeExpression]: 'Tidsuttrykk',
|
|
1376
|
+
[wordClass.wordClass.stativeVerb]: 'Tilstandsverb',
|
|
1377
|
+
[wordClass.wordClass.subordinatingConjunction]: 'Subjunksjon',
|
|
1378
|
+
[wordClass.wordClass.exclamationWord]: 'Utropsord',
|
|
1379
|
+
[wordClass.wordClass.expression]: 'Uttrykk',
|
|
1380
|
+
[wordClass.wordClass.verb]: 'Verb',
|
|
1381
|
+
[wordClass.wordClass.verbComplement]: 'Verb-komplement',
|
|
1382
|
+
[wordClass.wordClass.verbObject]: 'Verb-objekt',
|
|
1383
1383
|
},
|
|
1384
1384
|
about: {
|
|
1385
1385
|
menuTitle: 'Om NDLA',
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
import { contributorTypes } from '@ndla/licenses';
|
|
10
10
|
import constants from '../model';
|
|
11
11
|
|
|
12
|
-
export const { contentTypes, subjectCategories, subjectTypes,
|
|
12
|
+
export const { contentTypes, subjectCategories, subjectTypes, wordClass } = constants;
|
|
13
13
|
|
|
14
14
|
const titleTemplate = ' - NDLA';
|
|
15
15
|
|
|
@@ -1345,41 +1345,41 @@ const messages = {
|
|
|
1345
1345
|
},
|
|
1346
1346
|
},
|
|
1347
1347
|
wordClass: {
|
|
1348
|
-
[
|
|
1349
|
-
[
|
|
1350
|
-
[
|
|
1351
|
-
[
|
|
1352
|
-
[
|
|
1353
|
-
[
|
|
1354
|
-
[
|
|
1355
|
-
[
|
|
1356
|
-
[
|
|
1357
|
-
[
|
|
1358
|
-
[
|
|
1359
|
-
[
|
|
1360
|
-
[
|
|
1361
|
-
[
|
|
1362
|
-
[
|
|
1363
|
-
[
|
|
1364
|
-
[
|
|
1365
|
-
[
|
|
1366
|
-
[
|
|
1367
|
-
[
|
|
1368
|
-
[
|
|
1369
|
-
[
|
|
1370
|
-
[
|
|
1371
|
-
[
|
|
1372
|
-
[
|
|
1373
|
-
[
|
|
1374
|
-
[
|
|
1375
|
-
[
|
|
1376
|
-
[
|
|
1377
|
-
[
|
|
1378
|
-
[
|
|
1379
|
-
[
|
|
1380
|
-
[
|
|
1381
|
-
[
|
|
1382
|
-
[
|
|
1348
|
+
[wordClass.wordClass.adjective]: 'Adjektiv',
|
|
1349
|
+
[wordClass.wordClass.adverb]: 'Adverb',
|
|
1350
|
+
[wordClass.wordClass.properNoun]: 'Egennavn',
|
|
1351
|
+
[wordClass.wordClass.auxiliary]: 'Hjelpeord',
|
|
1352
|
+
[wordClass.wordClass.complement]: 'Komplement',
|
|
1353
|
+
[wordClass.wordClass.conjunction]: 'Konjunksjon',
|
|
1354
|
+
[wordClass.wordClass.coverb]: 'Koverb',
|
|
1355
|
+
[wordClass.wordClass.determiner]: 'Bestemmerord',
|
|
1356
|
+
[wordClass.wordClass.interjection]: 'Interjeksjon',
|
|
1357
|
+
[wordClass.wordClass.quantifier]: 'Kvantor',
|
|
1358
|
+
[wordClass.wordClass.marker]: 'Markør',
|
|
1359
|
+
[wordClass.wordClass.modalVerb]: 'Modalverb',
|
|
1360
|
+
[wordClass.wordClass.measureWord]: 'Målord',
|
|
1361
|
+
[wordClass.wordClass.noun]: 'Substantiv',
|
|
1362
|
+
[wordClass.wordClass['noun-zh']]: 'Nomen',
|
|
1363
|
+
[wordClass.wordClass.nounPhrase]: 'Nominalfrase',
|
|
1364
|
+
[wordClass.wordClass.onomatopoeia]: 'Onomatopoetikon',
|
|
1365
|
+
[wordClass.wordClass.particle]: 'Partikkel',
|
|
1366
|
+
[wordClass.wordClass.demonstrative]: 'Pekeord',
|
|
1367
|
+
[wordClass.wordClass.personalPronoun]: 'Personlig pronomen',
|
|
1368
|
+
[wordClass.wordClass.preposition]: 'Preposisjon',
|
|
1369
|
+
[wordClass.wordClass.pronoun]: 'Pronomen',
|
|
1370
|
+
[wordClass.wordClass.questionWord]: 'Spørreord',
|
|
1371
|
+
[wordClass.wordClass.locationWord]: 'Stedsord',
|
|
1372
|
+
[wordClass.wordClass.suffix]: 'Suffiks',
|
|
1373
|
+
[wordClass.wordClass.numeral]: 'Tallord',
|
|
1374
|
+
[wordClass.wordClass.timeWord]: 'Tidsord',
|
|
1375
|
+
[wordClass.wordClass.timeExpression]: 'Tidsuttrykk',
|
|
1376
|
+
[wordClass.wordClass.stativeVerb]: 'Tilstandsverb',
|
|
1377
|
+
[wordClass.wordClass.subordinatingConjunction]: 'Subjunksjon',
|
|
1378
|
+
[wordClass.wordClass.exclamationWord]: 'Utropsord',
|
|
1379
|
+
[wordClass.wordClass.expression]: 'Uttrykk',
|
|
1380
|
+
[wordClass.wordClass.verb]: 'Verb',
|
|
1381
|
+
[wordClass.wordClass.verbComplement]: 'Verb-komplement',
|
|
1382
|
+
[wordClass.wordClass.verbObject]: 'Verb-objekt',
|
|
1383
1383
|
},
|
|
1384
1384
|
about: {
|
|
1385
1385
|
menuTitle: 'Om NDLA',
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
import { contributorTypes } from '@ndla/licenses';
|
|
10
10
|
import constants from '../model';
|
|
11
11
|
|
|
12
|
-
export const { contentTypes, subjectCategories, subjectTypes,
|
|
12
|
+
export const { contentTypes, subjectCategories, subjectTypes, wordClass } = constants;
|
|
13
13
|
|
|
14
14
|
const titleTemplate = ' - NDLA';
|
|
15
15
|
|
|
@@ -213,7 +213,7 @@ const messages = {
|
|
|
213
213
|
concept: 'Geahča čilgehusa',
|
|
214
214
|
gridView: 'Galleriijačájáhus',
|
|
215
215
|
listView: 'Čájáhus listtu vuođul',
|
|
216
|
-
gloss: '
|
|
216
|
+
gloss: 'Geahča sánit',
|
|
217
217
|
},
|
|
218
218
|
contextModal: {
|
|
219
219
|
button: '+ {{count}} eanet sajiin',
|
|
@@ -698,10 +698,10 @@ const messages = {
|
|
|
698
698
|
'assessment-resources': 'Árvoštallanresursa',
|
|
699
699
|
topic: 'Fáddá',
|
|
700
700
|
'multidisciplinary-topic': 'Fágaidrasttideaddji fáddá',
|
|
701
|
-
image: '
|
|
702
|
-
concept: '
|
|
703
|
-
audio: '
|
|
704
|
-
podcast: '
|
|
701
|
+
image: 'Govva',
|
|
702
|
+
concept: 'Čilgehus',
|
|
703
|
+
audio: 'Jietna',
|
|
704
|
+
podcast: 'Podkásta',
|
|
705
705
|
h5p: 'H5P',
|
|
706
706
|
video: 'Video',
|
|
707
707
|
},
|
|
@@ -884,15 +884,15 @@ const messages = {
|
|
|
884
884
|
},
|
|
885
885
|
openMenuTooltip: 'Čájet oahppobálgá',
|
|
886
886
|
mobileStepInfo: '{{currentPage}} oktiibuot {{totalPages}} siidduin',
|
|
887
|
-
nextArrow: '
|
|
888
|
-
previousArrow: '
|
|
887
|
+
nextArrow: 'Mana boahtte lávkái',
|
|
888
|
+
previousArrow: 'Mana ovddit lávkái',
|
|
889
889
|
},
|
|
890
890
|
dropdown: {
|
|
891
891
|
numberHits: `Ohcamis ledje {{hits}} deaivama`,
|
|
892
892
|
searching: 'Ohcá...',
|
|
893
893
|
create: 'Ráhkat ođđa',
|
|
894
894
|
isSelectedItem: 'Lasihuvvon',
|
|
895
|
-
selected: '{{count}}
|
|
895
|
+
selected: '{{count}} válljejuvvon',
|
|
896
896
|
},
|
|
897
897
|
blogPosts: {
|
|
898
898
|
blog1: {
|
|
@@ -974,8 +974,8 @@ const messages = {
|
|
|
974
974
|
title: 'Tihttel',
|
|
975
975
|
cancel: 'Botkke',
|
|
976
976
|
save: 'Vurke',
|
|
977
|
-
photo: '
|
|
978
|
-
email: 'E-
|
|
977
|
+
photo: 'Govva',
|
|
978
|
+
email: 'E-boasta',
|
|
979
979
|
image: {
|
|
980
980
|
altText: 'Molssaevttolaš teaksta',
|
|
981
981
|
caption: 'Govvateaksta',
|
|
@@ -1000,8 +1000,8 @@ const messages = {
|
|
|
1000
1000
|
},
|
|
1001
1001
|
},
|
|
1002
1002
|
audio: {
|
|
1003
|
-
play: '
|
|
1004
|
-
pause: '
|
|
1003
|
+
play: 'Čuojat',
|
|
1004
|
+
pause: 'Boatkke',
|
|
1005
1005
|
download: 'Viečča jietnafiilla',
|
|
1006
1006
|
reuse: 'Geavat jietnafiilla',
|
|
1007
1007
|
error: {
|
|
@@ -1019,7 +1019,7 @@ const messages = {
|
|
|
1019
1019
|
close: 'Govčča teakstavearšuvnna',
|
|
1020
1020
|
},
|
|
1021
1021
|
readMoreDescriptionLabel: 'Čájet eanet',
|
|
1022
|
-
readLessDescriptionLabel: '
|
|
1022
|
+
readLessDescriptionLabel: 'Čájet unnit',
|
|
1023
1023
|
},
|
|
1024
1024
|
h5p: {
|
|
1025
1025
|
reuse: 'Geavat H5P',
|
|
@@ -1054,7 +1054,7 @@ const messages = {
|
|
|
1054
1054
|
showLess: 'Čájet unnit',
|
|
1055
1055
|
},
|
|
1056
1056
|
files: 'Fiillat',
|
|
1057
|
-
fileTypesNotSupported: '
|
|
1057
|
+
fileTypesNotSupported: 'Fiilašládja/Fiilašlájat eai dorjojuvvo: {{fileTypes}}',
|
|
1058
1058
|
download: 'Viečča fiilla: ',
|
|
1059
1059
|
expandButton: 'Čájet stuora veršuvnna',
|
|
1060
1060
|
...contributorTypes.se,
|
|
@@ -1120,11 +1120,11 @@ const messages = {
|
|
|
1120
1120
|
folder: 'Máhppa',
|
|
1121
1121
|
delete: 'Sihko máhpa',
|
|
1122
1122
|
edit: 'Rievdat máhpa',
|
|
1123
|
-
copy: '
|
|
1124
|
-
open: '
|
|
1125
|
-
close: '
|
|
1126
|
-
updated: '
|
|
1127
|
-
defaultPageDescription: '
|
|
1123
|
+
copy: 'Máŋge máhpa',
|
|
1124
|
+
open: 'Raba máhpa',
|
|
1125
|
+
close: 'Gidde máhpa',
|
|
1126
|
+
updated: 'Máhppa lea ođasmahttojuvvon',
|
|
1127
|
+
defaultPageDescription: 'Lasit máhpa rievdadusa válddahusa',
|
|
1128
1128
|
missingName: 'Čále nama máhppii',
|
|
1129
1129
|
folderDeleted: '"{{folderName}}" lea sihkkojuvvon',
|
|
1130
1130
|
folderCreated: '"{{folderName}}" lea ráhkaduvvon',
|
|
@@ -1135,13 +1135,13 @@ const messages = {
|
|
|
1135
1135
|
onDragEndMissingOver: 'Máhppa {{name}} lea luitojuvvon',
|
|
1136
1136
|
onDragCancel: 'Sirdin botkejuvvui. Máhppa {{name}} lea luitojuvvon.',
|
|
1137
1137
|
dragHandle: 'Ordne máhpa {{name}}',
|
|
1138
|
-
sharedWarning: '
|
|
1138
|
+
sharedWarning: 'Namma ja válddahus leat oidnosis buohkaide geaiguin juogat máhpa',
|
|
1139
1139
|
sharing: {
|
|
1140
1140
|
share: 'Juoge máhpa',
|
|
1141
1141
|
shared: 'Juogaduvvon',
|
|
1142
|
-
sharedFolder: '
|
|
1142
|
+
sharedFolder: 'Juogaduvvon máhppa',
|
|
1143
1143
|
unShare: 'Juohkin lea loahpahuvvon. Máhppa ii leat šat juogaduvvon.',
|
|
1144
|
-
copyLink: '
|
|
1144
|
+
copyLink: 'Máŋge liŋkka máhppii',
|
|
1145
1145
|
link: 'Liŋka lea máŋgejuvvon.',
|
|
1146
1146
|
header: {
|
|
1147
1147
|
private: 'Áiggut go juogadit dán máhpa?',
|
|
@@ -1149,7 +1149,7 @@ const messages = {
|
|
|
1149
1149
|
unShare: 'Háliidat go loahpahit máhpa juogadeami?',
|
|
1150
1150
|
},
|
|
1151
1151
|
description: {
|
|
1152
|
-
copy: '
|
|
1152
|
+
copy: 'Deaddil liŋkka máŋget',
|
|
1153
1153
|
private:
|
|
1154
1154
|
'Go juogát máhpa ráhkadat liŋkka mii lea rabas buohkaide geas lea liŋka. Sáhtát rievdadit sisdoalu dahje loahpahit juogadeami go háliidat.',
|
|
1155
1155
|
private2: 'Go juogadat máhpa juogát buot máhpa sisdoalu, oktan vuollemáhpaiguin ja resursaiguin',
|
|
@@ -1176,7 +1176,7 @@ const messages = {
|
|
|
1176
1176
|
confirmDeleteTag: 'Leat go sihkar ahte dáhtut sihkkut fáddágilkora? Dan ii sáhte gáhtat.',
|
|
1177
1177
|
myFolders: 'Mu máhpat',
|
|
1178
1178
|
myTags: 'Mu fáddágilkorat',
|
|
1179
|
-
mySubjects: '
|
|
1179
|
+
mySubjects: 'Mu fágat',
|
|
1180
1180
|
newFolder: 'Ođđa máhppa',
|
|
1181
1181
|
newFolderUnder: 'Ráhkat ođđa máhpa dán vuolde {{folderName}}',
|
|
1182
1182
|
myAccount: 'Mu kontu',
|
|
@@ -1186,29 +1186,28 @@ const messages = {
|
|
|
1186
1186
|
alreadyInFolder: 'Gávdno juo máhpas. Sáhtát ain vurket ođđa fáddágilkoriid.',
|
|
1187
1187
|
noFolderSelected: 'Vállje dahje ráhkat ođđa máhpa vai seasttát resurssa',
|
|
1188
1188
|
examLockInfo: 'Mu NDLA sisdoalu redigeren ii leat doaimmas ohppiide eksámenáigodagas.',
|
|
1189
|
-
copyFolderDisclaimer:
|
|
1190
|
-
|
|
1191
|
-
loginCopyFolderPitch: 'Ønsker du å kopiere denne mappen?',
|
|
1189
|
+
copyFolderDisclaimer: 'Dát ráhkada máŋgosa máhpas. Váilevaš rievdadusat álgovuolggalaš máhpas eai ođastuvvo dáppe.',
|
|
1190
|
+
loginCopyFolderPitch: 'Hálidatgo máŋget dán máhpa?',
|
|
1192
1191
|
help: 'Veahkki',
|
|
1193
1192
|
more: 'Eanet válljejumit',
|
|
1194
|
-
selectView: '
|
|
1193
|
+
selectView: 'Vállje čájeheami',
|
|
1195
1194
|
listView: 'Oppalašlistu',
|
|
1196
1195
|
detailView: 'Bienalaš oppalašlistu',
|
|
1197
1196
|
shortView: 'Oanehis listu',
|
|
1198
1197
|
sharedFolder: {
|
|
1199
|
-
folderCopied: '
|
|
1198
|
+
folderCopied: 'Máŋgejuvvon máhppa.',
|
|
1200
1199
|
info: 'Dán máhpas lea NDLA fágasisdoallu ja bargobihtát, čohkkejuvvon oahpaheaddjis.',
|
|
1201
1200
|
firstShared: 'Máhppa juogaduvvui vuosttaš geardde {{date}}',
|
|
1202
1201
|
drawerButton: 'Čájet máhpaid ja resurssaid',
|
|
1203
1202
|
drawerTitle: 'Máhpat ja resurssat',
|
|
1204
1203
|
learningpathUnsupported:
|
|
1205
|
-
'
|
|
1204
|
+
'Oahppanbálgát ja fágaidrasttideaddji kásusat eai sáhte oidnot njuolgga juogaduvvon máhpain. Jus deaddilat liŋkka navigašuvdnafálus gurutbealde, de rahpasa bálggis ođđa gilkor.',
|
|
1206
1205
|
description: {
|
|
1207
|
-
all: '
|
|
1206
|
+
all: 'Dán juogaduvvon máhpas gávnnat NDLA fágateavsttaid ja bargobihtáid. Artihkkaliid lea oahpaheaddji čohkken ja ordnen.\n\nDon sáhtát bláđđet artihkkaliid fáluin.',
|
|
1208
1207
|
info1:
|
|
1209
1208
|
'Dán máhpas gávnnat fágaávdnasiid ja bargobihtáid NDLAs. Oahpaheaddji lea čohkken artihkkaliid ja bidjan daid ortnetvurrui.',
|
|
1210
1209
|
},
|
|
1211
|
-
willOpenInNewTab: '
|
|
1210
|
+
willOpenInNewTab: 'Raba ođđa gilkoris.',
|
|
1212
1211
|
},
|
|
1213
1212
|
myPage: {
|
|
1214
1213
|
noRecents: 'Don it leat lasihan makkárge resurssa vel. Ná boađát johtui:',
|
|
@@ -1223,7 +1222,7 @@ const messages = {
|
|
|
1223
1222
|
'Jus galggat sáhttit geavahit bálvalusa Mu NDLA fertet leat oahppi dahje bargat muhtin skuvllas fylkkas mii lea mielde NDLA-ovttasbarggus. Mii bivdit ahte it čále maidege unohasaid, persovdnasensitiivvalaš dieđuid dahje eará persovdnadáhtaid min teakstagieddái. Loga min ',
|
|
1224
1223
|
loginTextLink: 'personsuodjalusjulggaštusa dákko',
|
|
1225
1224
|
loginTerms: 'Logge Feide bokte vai oaččut beassanlobi. Go logget sisa de dohkkehat min geavahaneavttuid.',
|
|
1226
|
-
loginResourcePitch: '
|
|
1225
|
+
loginResourcePitch: 'Háliidatgo favorihttamearkka dán resursii?',
|
|
1227
1226
|
loginWelcome: 'Bures boahtin NDLA:ii! Dáppe sáhtát fágaávdnasiid ordnet iežat vuogi mielde',
|
|
1228
1227
|
welcome:
|
|
1229
1228
|
'Bures boahtin Mu NDLA:ii! Dál sáhtát vurket iežat oiddotresurssaid NDLA:s ja ordnet daid nu go dáhtut máhpaide ja fáddágilkoriiguin.',
|
|
@@ -1247,12 +1246,12 @@ const messages = {
|
|
|
1247
1246
|
text: 'Deaddil váibmoboalu vurken dihtii resurssa.',
|
|
1248
1247
|
},
|
|
1249
1248
|
favoriteSubjects: {
|
|
1250
|
-
title: '
|
|
1251
|
-
text: '
|
|
1249
|
+
title: 'Ná vurket iežat oidojuvvon fága NDLA:s',
|
|
1250
|
+
text: 'Vurke fáttá Vurke- boaluin. Dalle lea dus vejolašvuohta vurket iežat favorihttafágaid maŋŋelii. Daid gávnnat Mu NDLA-girjjis dahje buot fágaid siiddus.',
|
|
1252
1251
|
},
|
|
1253
1252
|
sharing: {
|
|
1254
|
-
title: '
|
|
1255
|
-
text: '
|
|
1253
|
+
title: 'Dál oahpaheaddjit sáhttet juogadit máhpaid earáiguin',
|
|
1254
|
+
text: 'Coahkkal "Juoge" máhpas vai oažžut liŋkka maid earáiguin sáhtát juogadit.',
|
|
1256
1255
|
},
|
|
1257
1256
|
folderInfo: {
|
|
1258
1257
|
title: 'Ná ordnet iežat oiddotresurssaid máhpaide',
|
|
@@ -1288,12 +1287,12 @@ const messages = {
|
|
|
1288
1287
|
dragHandle: 'Ordne resurssa {{name}}',
|
|
1289
1288
|
},
|
|
1290
1289
|
favoriteSubjects: {
|
|
1291
|
-
title: '
|
|
1292
|
-
subjects: '{{count}}
|
|
1293
|
-
subjects_0: '{{count}}
|
|
1294
|
-
subjects_plural: '{{count}}
|
|
1295
|
-
noFavorites: '
|
|
1296
|
-
goToAllSubjects: '
|
|
1290
|
+
title: 'Mu oidnofágat',
|
|
1291
|
+
subjects: '{{count}} fága',
|
|
1292
|
+
subjects_0: '{{count}} fága',
|
|
1293
|
+
subjects_plural: '{{count}} fága',
|
|
1294
|
+
noFavorites: 'Dus ii leat oktage favorihttafága!',
|
|
1295
|
+
goToAllSubjects: 'Mana buot fágaide',
|
|
1297
1296
|
},
|
|
1298
1297
|
},
|
|
1299
1298
|
snackbar: {
|
|
@@ -1315,75 +1314,75 @@ const messages = {
|
|
|
1315
1314
|
help: 'Veahket',
|
|
1316
1315
|
},
|
|
1317
1316
|
programmes: {
|
|
1318
|
-
header: '
|
|
1319
|
-
description: '
|
|
1317
|
+
header: 'Maid háliidat oahppat odne?',
|
|
1318
|
+
description: 'Vállje oahppoprográmma vai oainnát iežat fágaid',
|
|
1320
1319
|
grades: 'Ceahkki',
|
|
1321
|
-
accordionHeader: '
|
|
1320
|
+
accordionHeader: 'Buot oahppoprográmmat',
|
|
1322
1321
|
},
|
|
1323
1322
|
embed: {
|
|
1324
1323
|
conceptListError: 'Ii sáhttán čájehit čilgehuslisttu',
|
|
1325
1324
|
linkError: 'Ii sáhttán čájehit liŋkka.',
|
|
1326
1325
|
unsupported: `Embed {{type}} ii dorjojuvvo.`,
|
|
1327
|
-
goTo: '
|
|
1328
|
-
embedError:
|
|
1326
|
+
goTo: 'Mana {{type}}',
|
|
1327
|
+
embedError: `Šattai meattáhus {{type}} vieččadettiin. Geahččal viežžat siiddu ođđasit.`,
|
|
1329
1328
|
type: {
|
|
1330
|
-
image: '
|
|
1329
|
+
image: 'Govva',
|
|
1331
1330
|
video: 'Video',
|
|
1332
|
-
audio: '
|
|
1331
|
+
audio: 'Jietna',
|
|
1333
1332
|
podcast: 'Podkast',
|
|
1334
|
-
concept: '
|
|
1333
|
+
concept: 'Čilgehus',
|
|
1335
1334
|
h5p: 'H5P',
|
|
1336
|
-
external: '
|
|
1335
|
+
external: 'Olgguldas resursa',
|
|
1337
1336
|
gloss: 'Glose',
|
|
1338
1337
|
},
|
|
1339
1338
|
},
|
|
1340
1339
|
gloss: {
|
|
1341
|
-
examples: '
|
|
1342
|
-
wordClass: '
|
|
1340
|
+
examples: 'Ovdamearkkat',
|
|
1341
|
+
wordClass: 'Sátneluohkká',
|
|
1343
1342
|
transcriptions: {
|
|
1344
|
-
traditional: '
|
|
1343
|
+
traditional: 'Árbevirolaš čállinvuohki',
|
|
1345
1344
|
pinyin: 'Pinyin',
|
|
1346
1345
|
},
|
|
1347
1346
|
},
|
|
1348
1347
|
wordClass: {
|
|
1349
|
-
[
|
|
1350
|
-
[
|
|
1351
|
-
[
|
|
1352
|
-
[
|
|
1353
|
-
[
|
|
1354
|
-
[
|
|
1355
|
-
[
|
|
1356
|
-
[
|
|
1357
|
-
[
|
|
1358
|
-
[
|
|
1359
|
-
[
|
|
1360
|
-
[
|
|
1361
|
-
[
|
|
1362
|
-
[
|
|
1363
|
-
[
|
|
1364
|
-
[
|
|
1365
|
-
[
|
|
1366
|
-
[
|
|
1367
|
-
[
|
|
1368
|
-
[
|
|
1369
|
-
[
|
|
1370
|
-
[
|
|
1371
|
-
[
|
|
1372
|
-
[
|
|
1373
|
-
[
|
|
1374
|
-
[
|
|
1375
|
-
[
|
|
1376
|
-
[
|
|
1377
|
-
[
|
|
1378
|
-
[
|
|
1379
|
-
[
|
|
1380
|
-
[
|
|
1381
|
-
[
|
|
1382
|
-
[
|
|
1383
|
-
[
|
|
1348
|
+
[wordClass.wordClass.adjective]: 'Adjektiivvat',
|
|
1349
|
+
[wordClass.wordClass.adverb]: 'Advearba',
|
|
1350
|
+
[wordClass.wordClass.properNoun]: 'Iežas namma',
|
|
1351
|
+
[wordClass.wordClass.auxiliary]: 'Veahkkesánit',
|
|
1352
|
+
[wordClass.wordClass.complement]: 'Dievasmahttin',
|
|
1353
|
+
[wordClass.wordClass.conjunction]: 'Konjunksjon',
|
|
1354
|
+
[wordClass.wordClass.coverb]: 'Koverb',
|
|
1355
|
+
[wordClass.wordClass.determiner]: 'Mearrádussánit',
|
|
1356
|
+
[wordClass.wordClass.interjection]: 'Ovttastuvvon',
|
|
1357
|
+
[wordClass.wordClass.quantifier]: 'Kvantor',
|
|
1358
|
+
[wordClass.wordClass.marker]: 'Sieván',
|
|
1359
|
+
[wordClass.wordClass.modalVerb]: 'Modálavearba',
|
|
1360
|
+
[wordClass.wordClass.measureWord]: 'Olahussátni',
|
|
1361
|
+
[wordClass.wordClass.noun]: 'Substantiivvat',
|
|
1362
|
+
[wordClass.wordClass['noun-zh']]: 'Nome',
|
|
1363
|
+
[wordClass.wordClass.nounPhrase]: 'Nomengihppu',
|
|
1364
|
+
[wordClass.wordClass.onomatopoeia]: 'Onomatopoetikon',
|
|
1365
|
+
[wordClass.wordClass.particle]: 'Partihkkalat',
|
|
1366
|
+
[wordClass.wordClass.demonstrative]: 'Čujuhusat',
|
|
1367
|
+
[wordClass.wordClass.personalPronoun]: 'Persovnnalaš pronomen',
|
|
1368
|
+
[wordClass.wordClass.preposition]: 'Preposišuvdna',
|
|
1369
|
+
[wordClass.wordClass.pronoun]: 'Pronomen',
|
|
1370
|
+
[wordClass.wordClass.questionWord]: 'Jearaldatsánit',
|
|
1371
|
+
[wordClass.wordClass.locationWord]: 'Báikesánit',
|
|
1372
|
+
[wordClass.wordClass.suffix]: 'Suffivssat',
|
|
1373
|
+
[wordClass.wordClass.numeral]: 'Lohkosánit',
|
|
1374
|
+
[wordClass.wordClass.timeWord]: 'Áigebágo',
|
|
1375
|
+
[wordClass.wordClass.timeExpression]: 'Áigemearka',
|
|
1376
|
+
[wordClass.wordClass.stativeVerb]: 'Dili-vearbba',
|
|
1377
|
+
[wordClass.wordClass.subordinatingConjunction]: 'Subjunkšuvdna',
|
|
1378
|
+
[wordClass.wordClass.exclamationWord]: 'Ii-rohkossátni',
|
|
1379
|
+
[wordClass.wordClass.expression]: 'Ovdanbuktin',
|
|
1380
|
+
[wordClass.wordClass.verb]: 'Vearbbat',
|
|
1381
|
+
[wordClass.wordClass.verbComplement]: 'Vearbasuorggideapmi',
|
|
1382
|
+
[wordClass.wordClass.verbObject]: 'Vearbaobjeakta',
|
|
1384
1383
|
},
|
|
1385
1384
|
about: {
|
|
1386
|
-
menuTitle: '
|
|
1385
|
+
menuTitle: 'NDLA birra',
|
|
1387
1386
|
},
|
|
1388
1387
|
};
|
|
1389
1388
|
|