@ndla/ui 8.2.2 → 8.2.5

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.
@@ -0,0 +1,893 @@
1
+ /**
2
+ * Copyright (c) 2018-present, NDLA.
3
+ *
4
+ * This source code is licensed under the GPLv3 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ *
7
+ */
8
+ export declare const contentTypes: typeof import("../model/ContentType"), subjectCategories: typeof import("../model/SubjectCategories"), subjectTypes: typeof import("../model/SubjectTypes");
9
+ declare const messages: {
10
+ filterButtons: {
11
+ removeAllFilters: string;
12
+ };
13
+ visualElement: {
14
+ show: string;
15
+ showVideo: string;
16
+ };
17
+ user: {
18
+ loggedInAs: string;
19
+ loggedInAsButton: string;
20
+ role: {
21
+ employee: string;
22
+ staff: string;
23
+ student: string;
24
+ };
25
+ buttonLogIn: string;
26
+ buttonLogOut: string;
27
+ generalFooter: string;
28
+ modal: {
29
+ collectedInfo: string;
30
+ general: string;
31
+ topic: string;
32
+ };
33
+ resource: {
34
+ accessDenied: string;
35
+ };
36
+ };
37
+ checkOutNewFeature: string;
38
+ slateBlockMenu: {
39
+ open: string;
40
+ close: string;
41
+ };
42
+ factbox: {
43
+ open: string;
44
+ close: string;
45
+ };
46
+ htmlTitles: {
47
+ titleTemplate: string;
48
+ welcomePage: string;
49
+ topicPage: string;
50
+ subjectsPage: string;
51
+ searchPage: string;
52
+ notFound: string;
53
+ };
54
+ newsLetter: {
55
+ heading: string;
56
+ description: string;
57
+ mainLinkName: string;
58
+ iconLinkName: string;
59
+ };
60
+ askNDLA: string;
61
+ articlePage: {
62
+ errorDescription: string;
63
+ error404Description: string;
64
+ };
65
+ notFoundPage: {
66
+ title: string;
67
+ errorDescription: string;
68
+ };
69
+ movedResourcePage: {
70
+ title: string;
71
+ };
72
+ lti: {
73
+ embed: string;
74
+ notSupported: string;
75
+ };
76
+ subjectCategories: {
77
+ active: string;
78
+ archive: string;
79
+ beta: string;
80
+ common: string;
81
+ programme: string;
82
+ specialized: string;
83
+ };
84
+ subjectTypes: {
85
+ subject: string;
86
+ resourceCollection: string;
87
+ };
88
+ searchPage: {
89
+ noHits: string;
90
+ noHitsShort: string;
91
+ removeFilterSuggestion: string;
92
+ search: string;
93
+ close: string;
94
+ abilities: string;
95
+ searchFieldPlaceholder: string;
96
+ searchFieldPlaceholderShort: string;
97
+ label: {
98
+ content: string;
99
+ contentTypes: string;
100
+ levels: string;
101
+ languageFilter: string;
102
+ subjects: string;
103
+ noFilter: string;
104
+ createdBy: string;
105
+ };
106
+ showLabel: {
107
+ contentTypes: string;
108
+ levels: string;
109
+ languageFilter: string;
110
+ subjects: string;
111
+ };
112
+ hideLabel: {
113
+ contentTypes: string;
114
+ levels: string;
115
+ languageFilter: string;
116
+ subjects: string;
117
+ };
118
+ searchField: {
119
+ contentTypeResultShowMoreLabel: string;
120
+ contentTypeResultShowLessLabel: string;
121
+ allResultButtonText: string;
122
+ searchResultHeading: string;
123
+ contentTypeResultNoHit: string;
124
+ };
125
+ searchResultMessages: {
126
+ searchStringLabel: string;
127
+ subHeading: string;
128
+ };
129
+ searchResultListMessages: {
130
+ subjectsLabel: string;
131
+ noResultHeading: string;
132
+ noResultDescription: string;
133
+ };
134
+ searchPageMessages: {
135
+ filterHeading: string;
136
+ resultHeading: string;
137
+ resultHeadingByAuthor: string;
138
+ narrowScreenFilterHeading: string;
139
+ dropdownBtnLabel: string;
140
+ };
141
+ searchFilterMessages: {
142
+ backButton: string;
143
+ filterLabel: string;
144
+ confirmButton: string;
145
+ hasValuesButtonText: string;
146
+ noValuesButtonText: string;
147
+ useFilter: string;
148
+ closeFilter: string;
149
+ removeFilter: string;
150
+ additionalSubjectFilters: string;
151
+ coreRelevance: string;
152
+ supplementaryRelevance: string;
153
+ resourceTypeFilter: {
154
+ heading: string;
155
+ button: string;
156
+ };
157
+ };
158
+ resultType: {
159
+ showing: string;
160
+ showingAll: string;
161
+ showMore: string;
162
+ showAll: string;
163
+ toTopOfPage: string;
164
+ toSubjectPageLabel: string;
165
+ all: string;
166
+ allContentTypes: string;
167
+ hits: string;
168
+ showingSearchPhrase: string;
169
+ showingCompetenceGoalSearchPhrase: string;
170
+ searchPhraseSuggestion: string;
171
+ notionLabels: string;
172
+ notionsHeading: string;
173
+ notionsRemove: string;
174
+ showVideo: string;
175
+ showNotion: string;
176
+ gridView: string;
177
+ listView: string;
178
+ };
179
+ contextModal: {
180
+ button: string;
181
+ heading: string;
182
+ };
183
+ };
184
+ subjectPage: {
185
+ errorDescription: string;
186
+ tabs: {
187
+ topics: string;
188
+ };
189
+ subjectShortcuts: {
190
+ heading: string;
191
+ showMore: string;
192
+ showLess: string;
193
+ };
194
+ mostRead: {
195
+ heading: string;
196
+ };
197
+ editorsChoices: {
198
+ heading: string;
199
+ unknown: string;
200
+ };
201
+ subjectArchive: {
202
+ heading: string;
203
+ archive: string;
204
+ close: string;
205
+ };
206
+ subjectFilter: {
207
+ label: string;
208
+ };
209
+ newContent: {
210
+ heading: string;
211
+ };
212
+ subjectIsBeta: {
213
+ iconLabel: string;
214
+ dialogHeader: string;
215
+ dialogText: string;
216
+ };
217
+ archived: string;
218
+ };
219
+ subjectsPage: {
220
+ errorDescription: string;
221
+ chooseSubject: string;
222
+ };
223
+ topicPage: {
224
+ articleErrorDescription: string;
225
+ topic: string;
226
+ topics: string;
227
+ };
228
+ welcomePage: {
229
+ search: string;
230
+ searchDisclaimer: string;
231
+ resetSearch: string;
232
+ closeSearch: string;
233
+ searchAllInfo: string;
234
+ topicsConjunction: string;
235
+ highlighted: string;
236
+ heading: {
237
+ heading: string;
238
+ searchFieldPlaceholder: string;
239
+ messages: {
240
+ searchFieldTitle: string;
241
+ menuButton: string;
242
+ };
243
+ links: {
244
+ aboutNDLA: string;
245
+ changeLanguage: string;
246
+ };
247
+ };
248
+ socialMedia: {
249
+ heading: string;
250
+ description: string;
251
+ mainLink: {
252
+ name: string;
253
+ };
254
+ };
255
+ category: {
256
+ fellesfag: string;
257
+ yrkesfag: string;
258
+ studiespesialiserende: string;
259
+ imported: string;
260
+ heading: string;
261
+ };
262
+ errorDescription: string;
263
+ film: {
264
+ header: string;
265
+ text: string;
266
+ textShort: string;
267
+ linkLabel: string;
268
+ };
269
+ blog: string;
270
+ };
271
+ meta: {
272
+ description: string;
273
+ keywords: string;
274
+ };
275
+ masthead: {
276
+ skipToContent: string;
277
+ menu: {
278
+ close: string;
279
+ goTo: string;
280
+ search: string;
281
+ toFrontpage: string;
282
+ subjectOverview: string;
283
+ title: string;
284
+ subjectPage: string;
285
+ backToSubjectFrontpage: string;
286
+ openFilter: string;
287
+ useFilter: string;
288
+ closeFilter: string;
289
+ learningResourcesHeading: string;
290
+ back: string;
291
+ additionalFilterLabel: string;
292
+ contentTypeResultsShowMore: {
293
+ "subject-material": string;
294
+ "tasks-and-activities": string;
295
+ "learning-path": string;
296
+ "assessment-resources": string;
297
+ "source-material": string;
298
+ "external-learning-resources": string;
299
+ unGrouped: string;
300
+ };
301
+ contentTypeResultsShowLess: {
302
+ "subject-material": string;
303
+ "tasks-and-activities": string;
304
+ "learning-path": string;
305
+ "assessment-resources": string;
306
+ "source-material": string;
307
+ "external-learning-resources": string;
308
+ unGrouped: string;
309
+ };
310
+ contentTypeResultsNoHit: {
311
+ "subject-material": string;
312
+ "tasks-and-activities": string;
313
+ "learning-path": string;
314
+ "assessment-resources": string;
315
+ "source-material": string;
316
+ "external-learning-resources": string;
317
+ unGrouped: string;
318
+ };
319
+ };
320
+ };
321
+ logo: {
322
+ altText: string;
323
+ };
324
+ resource: {
325
+ errorDescription: string;
326
+ error: string;
327
+ noCoreResourcesAvailableUnspecific: string;
328
+ noCoreResourcesAvailable: string;
329
+ activateAdditionalResources: string;
330
+ toggleFilterLabel: string;
331
+ label: string;
332
+ allResources: string;
333
+ shortcutButtonText: string;
334
+ tooltipCoreTopic: string;
335
+ tooltipAdditionalTopic: string;
336
+ additionalTooltip: string;
337
+ shortcutsTooltip: string;
338
+ dialogTooltip: string;
339
+ dialogHeading: string;
340
+ dialogText1: string;
341
+ dialogText2: string;
342
+ showLess: string;
343
+ showMore: string;
344
+ youAreHere: string;
345
+ trait: {
346
+ video: string;
347
+ h5p: string;
348
+ };
349
+ };
350
+ messageBoxInfo: {
351
+ outdatedCoursePlan: string;
352
+ updateBrowser: string;
353
+ noContent: string;
354
+ feide: string;
355
+ resources: string;
356
+ subjectOutdated: string;
357
+ subjectBeta: string;
358
+ newVersion: string;
359
+ frontPageBeta: string;
360
+ frontPageExpired: string;
361
+ frontPageRevised: string;
362
+ };
363
+ article: {
364
+ lastUpdated: string;
365
+ edition: string;
366
+ publisher: string;
367
+ useContent: string;
368
+ closeLabel: string;
369
+ additionalLabel: string;
370
+ urlContributionsLabel: string;
371
+ urlAuthorLabel: string;
372
+ multipleAuthorsLabelAbbreviation: string;
373
+ authorsLabel: string;
374
+ multipleAuthorsLabelAriaConjunction: string;
375
+ copyPageLink: string;
376
+ copyPageLinkCopied: string;
377
+ copyHeaderLink: string;
378
+ conjunction: string;
379
+ supplierLabel: string;
380
+ multipleSuppliersLabel: string;
381
+ writtenBy: string;
382
+ cite: string;
383
+ notionsPrompt: string;
384
+ citeNotion: string;
385
+ printPage: string;
386
+ access: {
387
+ onlyTeacher: string;
388
+ };
389
+ possiblyOutdated: string;
390
+ };
391
+ competenceGoals: {
392
+ competenceGoal: string;
393
+ title: string;
394
+ closeCompetenceGoals: string;
395
+ showCompetenceGoals: string;
396
+ openCompentenceGoalsFilter: string;
397
+ useCompentenceGoalsFilter: string;
398
+ closeCompentenceGoalsFilter: string;
399
+ competenceGoalsNarrowBackButton: string;
400
+ competenceGoalResourceSearchText: string;
401
+ competenceGoalShowExtra: string;
402
+ competenceGoalCloseExtra: string;
403
+ competenceCoreLabel: string;
404
+ competenceTopicLabel: string;
405
+ competenceSubjectLabel: string;
406
+ competenceCoreSearchText: string;
407
+ competenceTopicSearchText: string;
408
+ competenceSubjectSearchText: string;
409
+ competenceGoalClose: string;
410
+ competenceGoalTitle: string;
411
+ competenceTabLK06label: string;
412
+ competenceTabLK20label: string;
413
+ competenceTabCorelabel: string;
414
+ competenceGoalItem: {
415
+ title: string;
416
+ };
417
+ };
418
+ subject: {
419
+ associatedTopics: string;
420
+ };
421
+ accordion: {
422
+ closeAll: string;
423
+ openAll: string;
424
+ };
425
+ license: {
426
+ heading: string;
427
+ learnMore: string;
428
+ copyTitle: string;
429
+ hasCopiedTitle: string;
430
+ embed: string;
431
+ embedCopied: string;
432
+ copyText: {
433
+ now: string;
434
+ podcast: string;
435
+ by: string;
436
+ internet: string;
437
+ noTitle: string;
438
+ downloadedFrom: string;
439
+ readDate: string;
440
+ };
441
+ download: string;
442
+ tabs: {
443
+ text: string;
444
+ images: string;
445
+ audio: string;
446
+ video: string;
447
+ h5p: string;
448
+ files: string;
449
+ embedlink: string;
450
+ concept: string;
451
+ other: string;
452
+ };
453
+ embedlink: {
454
+ heading: string;
455
+ description: string;
456
+ copyTitle: string;
457
+ hasCopiedTitle: string;
458
+ };
459
+ image: {
460
+ rules: string;
461
+ };
462
+ images: {
463
+ heading: string;
464
+ description: string;
465
+ rules: string;
466
+ itemImage: {
467
+ ariaLabel: string;
468
+ zoomImageButtonLabel: string;
469
+ zoomOutImageButtonLabel: string;
470
+ expandByline: string;
471
+ minimizeByline: string;
472
+ };
473
+ source: string;
474
+ title: string;
475
+ };
476
+ text: {
477
+ heading: string;
478
+ description: string;
479
+ rules: string;
480
+ published: string;
481
+ };
482
+ audio: {
483
+ heading: string;
484
+ description: string;
485
+ rules: string;
486
+ };
487
+ video: {
488
+ heading: string;
489
+ description: string;
490
+ rules: string;
491
+ itemImage: {
492
+ ariaLabel: string;
493
+ };
494
+ };
495
+ other: {
496
+ heading: string;
497
+ description: string;
498
+ itemImage: {
499
+ ariaLabel: string;
500
+ };
501
+ };
502
+ h5p: {
503
+ heading: string;
504
+ description: string;
505
+ rules: string;
506
+ };
507
+ concept: {
508
+ heading: string;
509
+ description: string;
510
+ rules: string;
511
+ title: string;
512
+ };
513
+ files: {
514
+ heading: string;
515
+ description: string;
516
+ rules: string;
517
+ itemImage: {
518
+ ariaLabel: string;
519
+ };
520
+ };
521
+ };
522
+ errorMessage: {
523
+ title: string;
524
+ description: string;
525
+ linksTitle: string;
526
+ back: string;
527
+ goToFrontPage: string;
528
+ };
529
+ figure: {
530
+ button: {
531
+ alternative: string;
532
+ original: string;
533
+ };
534
+ };
535
+ footer: {
536
+ aboutNDLA: string;
537
+ selectLanguage: string;
538
+ vision: string;
539
+ footerLinksHeader: string;
540
+ footerInfo: string;
541
+ footerEditiorInChief: string;
542
+ footerManagingEditor: string;
543
+ footerPrivacyLink: string;
544
+ socialMediaLinks: {
545
+ facebook: string;
546
+ facebookAria: string;
547
+ newsletter: string;
548
+ newsletterAria: string;
549
+ youtube: string;
550
+ youtubeAria: string;
551
+ twitter: string;
552
+ twitterAria: string;
553
+ sharePage: string;
554
+ sharePageAria: string;
555
+ };
556
+ ndlaLinks: {
557
+ ndla: string;
558
+ omNdla: string;
559
+ aboutNdla: string;
560
+ blog: string;
561
+ tips: string;
562
+ fyr: string;
563
+ sharing: string;
564
+ vacancies: string;
565
+ };
566
+ };
567
+ contentTypes: {
568
+ all: string;
569
+ subject: string;
570
+ 'topic-article': string;
571
+ 'learning-path': string;
572
+ 'subject-material': string;
573
+ 'tasks-and-activities': string;
574
+ 'external-learning-resources': string;
575
+ 'source-material': string;
576
+ 'assessment-resources': string;
577
+ topic: string;
578
+ 'multidisciplinary-topic': string;
579
+ };
580
+ modal: {
581
+ closeModal: string;
582
+ };
583
+ languages: {
584
+ nb: string;
585
+ nn: string;
586
+ en: string;
587
+ fr: string;
588
+ de: string;
589
+ se: string;
590
+ sma: string;
591
+ es: string;
592
+ zh: string;
593
+ unknown: string;
594
+ prefixChangeLanguage: string;
595
+ };
596
+ changeLanguage: {
597
+ nb: string;
598
+ nn: string;
599
+ en: string;
600
+ };
601
+ currentLanguageText: {
602
+ nb: string;
603
+ nn: string;
604
+ en: string;
605
+ };
606
+ breadcrumb: {
607
+ toFrontpage: string;
608
+ youAreHere: string;
609
+ breadcrumb: string;
610
+ };
611
+ listview: {
612
+ search: {
613
+ placeholder: string;
614
+ };
615
+ filters: {
616
+ subject: {
617
+ useFilter: string;
618
+ openFilter: string;
619
+ closeFilter: string;
620
+ };
621
+ category: {
622
+ useFilter: string;
623
+ openFilter: string;
624
+ closeFilter: string;
625
+ };
626
+ default: {
627
+ useFilter: string;
628
+ openFilter: string;
629
+ closeFilter: string;
630
+ heading: string;
631
+ };
632
+ alphabet: {
633
+ letterFilter: string;
634
+ };
635
+ };
636
+ relatedLinks: {
637
+ label: string;
638
+ };
639
+ hits: string;
640
+ };
641
+ notions: {
642
+ usedIn: string;
643
+ closeNotion: string;
644
+ };
645
+ carousel: {
646
+ back: string;
647
+ forward: string;
648
+ };
649
+ codeEditor: {
650
+ title: string;
651
+ titleLabel: string;
652
+ subtitle: string;
653
+ languageSelect: string;
654
+ save: string;
655
+ abort: string;
656
+ };
657
+ codeBlock: {
658
+ copiedCode: string;
659
+ copyButton: string;
660
+ copyCode: string;
661
+ };
662
+ ndlaFilm: {
663
+ slideBackwardsLabel: string;
664
+ slideForwardsLabel: string;
665
+ movieMatchInCategory: string;
666
+ loadingMovies: string;
667
+ subjectsInMovies: string;
668
+ about: {
669
+ heading: string;
670
+ more: string;
671
+ text: string;
672
+ };
673
+ search: {
674
+ placeholder: string;
675
+ categoryFromNdla: string;
676
+ chooseCategory: string;
677
+ subjectButton: string;
678
+ };
679
+ editor: {
680
+ slideshowHeader: string;
681
+ slideshowTitle: string;
682
+ slideshowSubTitle: string;
683
+ movieGroupHeader: string;
684
+ addMovieToSlideshow: string;
685
+ addMovieToGroup: string;
686
+ editMovieGroupName: string;
687
+ deleteMovieGroup: string;
688
+ moveMovieGroupUp: string;
689
+ moveMovieGroupDown: string;
690
+ changeOrder: string;
691
+ removeMovieFromGroup: string;
692
+ removeMovieFromSlideshow: string;
693
+ createThemeGroup: string;
694
+ saveNameChanges: string;
695
+ cancel: string;
696
+ groupNamePlaceholder: string;
697
+ editGroupTitle: string;
698
+ newGroupTitle: string;
699
+ };
700
+ };
701
+ filmfrontpage: {
702
+ resourcetype: {
703
+ documentary: string;
704
+ featureFilm: string;
705
+ series: string;
706
+ shortFilm: string;
707
+ all: string;
708
+ };
709
+ moreAboutNdlaFilm: {
710
+ header: string;
711
+ firstParagraph: string;
712
+ secondParagraph: string;
713
+ thirdParagraph: string;
714
+ secondHeading: string;
715
+ fourthParagraph: string;
716
+ fifthParagraph: string;
717
+ tipSectionPt1: string;
718
+ tipSectionPt2: string;
719
+ ariaLabel: string;
720
+ tipSectionPt3: string;
721
+ ending: string;
722
+ };
723
+ };
724
+ learningPath: {
725
+ createLearningPathText: string;
726
+ createLearningPathButtonText: string;
727
+ lastUpdated: string;
728
+ youAreInALearningPath: string;
729
+ readTime: string;
730
+ readTimeHour: string;
731
+ readTimeHour_plurals: string;
732
+ readTimeMinutesShort: string;
733
+ pageOf: string;
734
+ lastStep: {
735
+ heading: string;
736
+ headingSmall: string;
737
+ topicHeading: string;
738
+ subjectHeading: string;
739
+ };
740
+ openMenuTooltip: string;
741
+ mobileStepInfo: string;
742
+ nextArrow: string;
743
+ previousArrow: string;
744
+ };
745
+ dropdown: {
746
+ numberHits: string;
747
+ searching: string;
748
+ create: string;
749
+ isSelectedItem: string;
750
+ };
751
+ blogPosts: {
752
+ blog1: {
753
+ text: string;
754
+ externalLink: string;
755
+ linkText: string;
756
+ license: string;
757
+ licenseAuthor: string;
758
+ };
759
+ blog2: {
760
+ text: string;
761
+ externalLink: string;
762
+ linkText: string;
763
+ license: string;
764
+ licenseAuthor: string;
765
+ };
766
+ };
767
+ editor: {
768
+ versionHistory: {
769
+ who: string;
770
+ when: string;
771
+ message: string;
772
+ status: string;
773
+ inputLabel: string;
774
+ inputPlaceholder: string;
775
+ buttonLabel: string;
776
+ };
777
+ };
778
+ createdBy: {
779
+ content: string;
780
+ text: string;
781
+ };
782
+ fagfornyelse: {
783
+ frontpage: {
784
+ heading: string;
785
+ text: string;
786
+ blogHeading: string;
787
+ };
788
+ badge: {
789
+ heading: string;
790
+ text: string;
791
+ linkText: string;
792
+ };
793
+ };
794
+ frontPageToolbox: {
795
+ heading: string;
796
+ text: string;
797
+ linkTextStudents: string;
798
+ linkTextTeachers: string;
799
+ cursorText: string;
800
+ };
801
+ frontpageMultidisciplinarySubject: {
802
+ heading: string;
803
+ text: string;
804
+ linkText: string;
805
+ publicHealthTopic: string;
806
+ democracyTopic: string;
807
+ sustainableTopic: string;
808
+ cursorText: string;
809
+ };
810
+ frontpageMenu: {
811
+ program: string;
812
+ allsubjects: string;
813
+ cursorText: string;
814
+ };
815
+ navigation: {
816
+ showLongerDescription: string;
817
+ showShorterDescription: string;
818
+ topics: string;
819
+ additionalTopic: string;
820
+ additionalTopics: string;
821
+ loadingText: string;
822
+ };
823
+ multidisciplinarySubject: {
824
+ subjectsLinksDescription: string;
825
+ };
826
+ multibutton: {
827
+ open: string;
828
+ close: string;
829
+ };
830
+ close: string;
831
+ title: string;
832
+ image: {
833
+ download: string;
834
+ reuse: string;
835
+ largeSize: string;
836
+ error: {
837
+ url: string;
838
+ caption: string;
839
+ };
840
+ };
841
+ audio: {
842
+ download: string;
843
+ reuse: string;
844
+ error: {
845
+ url: string;
846
+ caption: string;
847
+ };
848
+ controls: {
849
+ forward15sec: string;
850
+ rewind15sec: string;
851
+ selectSpeed: string;
852
+ adjustVolume: string;
853
+ };
854
+ textVersion: {
855
+ heading: string;
856
+ close: string;
857
+ };
858
+ readMoreDescriptionLabel: string;
859
+ };
860
+ h5p: {
861
+ reuse: string;
862
+ };
863
+ video: {
864
+ download: string;
865
+ reuse: string;
866
+ error: string;
867
+ };
868
+ other: {
869
+ download: string;
870
+ reuse: string;
871
+ };
872
+ concept: {
873
+ showDescription: string;
874
+ reuse: string;
875
+ error: {
876
+ title: string;
877
+ content: string;
878
+ };
879
+ };
880
+ source: string;
881
+ related: {
882
+ title: string;
883
+ linkInfo: string;
884
+ showMore: string;
885
+ showLess: string;
886
+ };
887
+ 'external.error': string;
888
+ 'h5p.error': string;
889
+ files: string;
890
+ download: string;
891
+ expandButton: string;
892
+ };
893
+ export default messages;