@ndla/ui 8.2.0 → 8.2.3

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