-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy pathtransifex_input.json
1640 lines (1640 loc) · 176 KB
/
transifex_input.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"authoring.alert.error.connection": "We encountered a technical error when loading this page. This might be a temporary issue, so please try again in a few minutes. If the problem persists, please go to the {supportLink} for help.",
"authoring.alert.support.text": "Support Page",
"course-authoring.accessibility.page.title": "Studio Accessibility Policy| {siteName}",
"course-authoring.advanced-settings.policies.description": "{notice} Do not modify these policies unless you are familiar with their purpose.",
"course-authoring.advanced-settings.deprecated.button.text": "{visibility} deprecated settings",
"course-authoring.advanced-settings.heading.title": "Advanced settings",
"course-authoring.advanced-settings.heading.subtitle": "Settings",
"course-authoring.advanced-settings.policies.title": "Manual policy definition",
"course-authoring.advanced-settings.alert.warning": "You've made some changes",
"course-authoring.advanced-settings.alert.warning.descriptions": "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.",
"course-authoring.advanced-settings.alert.success": "Your policy changes have been saved.",
"course-authoring.advanced-settings.alert.success.descriptions": "No validation is performed on policy keys or value pairs. If you are having difficulties, check your formatting.",
"course-authoring.advanced-settings.alert.proctoring.error": "This course has protected exam setting that are incomplete or invalid.",
"course-authoring.advanced-settings.alert.proctoring.error.descriptions": "You will be unable to make changes until the following setting are updated on the page below.",
"course-authoring.advanced-settings.alert.button.save": "Save changes",
"course-authoring.advanced-settings.alert.button.saving": "Saving",
"course-authoring.advanced-settings.alert.button.cancel": "Cancel",
"course-authoring.advanced-settings.deprecated.button.show": "Show",
"course-authoring.advanced-settings.deprecated.button.hide": "Hide",
"course-authoring.advanced-settings.alert.warning.aria.labelledby": "notification-warning-title",
"course-authoring.advanced-settings.alert.warning.aria.describedby": "notification-warning-description",
"course-authoring.advanced-settings.alert.success.aria.labelledby": "alert-confirmation-title",
"course-authoring.advanced-settings.alert.success.aria.describedby": "alert-confirmation-description",
"course-authoring.advanced-settings.alert.proctoring.error.aria.labelledby": "alert-danger-title",
"course-authoring.advanced-settings.alert.proctoring.error.aria.describedby": "alert-danger-description",
"course-authoring.certificates.heading.title": "Certificates",
"course-authoring.certificates.heading.title.tab.text": "Course certificates",
"course-authoring.certificates.heading.subtitle": "Settings",
"course-authoring.certificates.heading.action.button.preview": "Preview certificate",
"course-authoring.certificates.heading.action.button.deactivate": "Deactivate",
"course-authoring.certificates.heading.action.button.activate": "Activate",
"course-authoring.certificates.nocertificate.text": "You haven't added any certificates to this course yet.",
"course-authoring.certificates.setup.certificate.button": "Add your first certificate",
"course-authoring.certificates.without.modes.text": "This course does not use a mode that offers certificates.",
"course-authoring.certificates.create": "Create",
"course-authoring.certificates.cancel": "Cancel",
"course-authoring.certificates.signatories.delete.tooltip": "Delete",
"course-authoring.certificates.signatories.edit.tooltip": "Edit",
"course-authoring.certificates.signatories.save.tooltip": "Save",
"course-authoring.content-tags-drawer.header.subtitle": "Manage tags",
"course-authoring.content-tags-drawer.collapsible.add-tags.button": "Add tags",
"course-authoring.content-tags-drawer.spinner.loading": "Loading",
"course-authoring.content-tags-drawer.tags-dropdown-selector.spinner.loading": "Loading tags",
"course-authoring.content-tags-drawer.tags-dropdown-selector.load-more-tags.button": "Load more",
"course-authoring.content-tags-drawer.tags-dropdown-selector.no-tags-found": "No tags found with the search term \"{searchTerm}\"",
"course-authoring.content-tags-drawer.tags-dropdown-selector.no-tags-in-taxonomy": "No tags in this taxonomy yet",
"course-authoring.content-tags-drawer.tags-dropdown-selector.tag-checked": "Checked",
"course-authoring.content-tags-drawer.tags-dropdown-selector.tag-unchecked": "Unchecked",
"course-authoring.content-tags-drawer.tags-dropdown-selector.tag-implicit": "Implicit",
"course-authoring.content-tags-drawer.tags-dropdown-selector.tag-action-instructions.aria.label": "{tagState} Tag: {tag}. Use the arrow keys to move among the tags in this taxonomy. Press space to select a tag.",
"course-authoring.content-tags-drawer.tags-dropdown-selector.tag-actions.aria.label": "{tagState} Tag: {tag}",
"course-authoring.content-tags-drawer.content-tags-collapsible.selectable-box.selection.aria.label": "taxonomy tags selection",
"course-authoring.content-tags-drawer.button.manage": "Manage tags",
"course-authoring.course-unit.sidebar.tags.title": "Unit tags",
"course-authoring.content-tags-drawer.content-tags-collapsible.custom-menu.placeholder-text": "Add a tag",
"course-authoring.content-tags-drawer.content-tags-collapsible.custom-menu.no-tags-added-text": "No tags added yet.",
"course-authoring.content-tags-drawer.content-tags-collapsible.custom-menu.save-staged-tags": "Add tags",
"course-authoring.content-tags-drawer.content-tags-collapsible.custom-menu.cancel-staged-tags": "Cancel",
"course-authoring.content-tags-drawer.content-tags-collapsible.custom-menu.inline-save-staged-tags": "Add",
"course-authoring.content-tags-drawer.cancel": "Cancel",
"course-authoring.content-tags-drawer.save": "Save",
"course-authoring.content-tags-drawer.close": "Close",
"course-authoring.content-tags-drawer.edit-tags": "Edit tags",
"course-authoring.content-tags-drawer.toast.added": "{tagsAdded} tags added.",
"course-authoring.content-tags-drawer.toast.removed": "{tagsRemoved} tags removed.",
"course-authoring.content-tags-drawer.tag.delete": "Delete",
"course-authoring.content-tags-drawer.other-tags.header": "Other tags",
"course-authoring.content-tags-drawer.other-tags.description": "These tags are already applied, but you can't add new ones as you don't have access to their taxonomies.",
"course-authoring.content-tags-drawer.empty": "To use tags, please {link} or contact your administrator.",
"course-authoring.content-tags-drawer.empty-link": "enable a taxonomy",
"course-authoring.export.page.title": "{headingTitle} | {courseName} | {siteName}",
"course-authoring.course-checklist.heading.title": "Checklists",
"course-authoring.course-checklist.heading.subtitle": "Tools",
"launchChecklistLabel": "Launch checklist",
"bestPracticesChecklistLabel": "Best practices checklist",
"doneLoadingChecklistStatusLabel": "Launch Checklist data is loading",
"launchChecklistDoneLoadingLabel": "Launch Checklist data is done loading",
"bestPracticesChecklistLoadingLabel": "Best Practices Checklist data is loading",
"bestPracticesChecklistDoneLoadingLabel": "Best Practices Checklist data is done loading",
"course-authoring.course-outline.headingTitle": "Course outline",
"course-authoring.course-outline.subTitle": "Content",
"course-authoring.course-outline.reindex.alert.success.title": "Course index",
"course-authoring.course-outline.reindex.alert.success.description": "Course has been successfully reindexed.",
"course-authoring.course-outline.reindex.alert.success.aria.labelledby": "alert-confirmation-title",
"course-authoring.course-outline.reindex.alert.success.aria.describedby": "alert-confirmation-description",
"course-authoring.course-outline.section-list.button.new-section": "New section",
"course-authoring.course-outline.export-tags.toast.creating.message": "Please wait. Creating export file for course tags...",
"course-authoring.course-outline.export-tags.toast.success.message": "Course tags exported successfully",
"course-authoring.course-outline.export-tags.toast.error.message": "An error has occurred creating the file",
"course-authoring.course-rerun.title": "Create a re-run of",
"course-authoring.course-rerun.actions.button.cancel": "Cancel",
"course-authoring.course-team.headingTitle": "Course team",
"course-authoring.course-team.subTitle": "Settings",
"course-authoring.course-team.button.new-team-member": "New team member",
"course-authoring.course-unit.general.alert.error.description": "Unable to {actionName} {type}. Please try again.",
"course-authoring.course-unit.general.alert.unpublished-version.description": "Note: The last published version of this unit is live. By publishing changes you will change the student experience.",
"course-authoring.course-unit.paste-component.btn.text": "Paste component",
"course-authoring.course-updates.header.title": "Course updates",
"course-authoring.course-updates.header.subtitle": "Content",
"course-authoring.course-updates.section-info": "Use course updates to notify students of important dates or exams, highlight particular discussions in the forums, announce schedule changes, and respond to student questions.",
"course-authoring.course-updates.actions.new-update": "New update",
"course-authoring.course-updates.actions.first-update": "Add first update",
"course-authoring.course-updates.actions.first-update-message": "You have not added any updates to this course yet.",
"course-authoring.course-updates.error.loading-updates.title": "Failed to load course updates",
"course-authoring.course-updates.error.loading-updates.description": "Failed to load course updates for {courseId}. Please try again later.",
"course-authoring.course-updates.error.loading-handouts.title": "Failed to load course handouts",
"course-authoring.course-updates.error.loading-handouts.description": "Failed to load course updates for {courseId}. Please try again later.",
"course-authoring.course-updates.error.saving-updates.title": "Failed to save course update",
"course-authoring.course-updates.error.saving-updates.description": "Failed to save recent changes to course update. Please try again later.",
"course-authoring.course-updates.error.saving-new-updates.description": "Failed to save new course update. Please try again later.",
"course-authoring.course-updates.error.saving-handouts.title": "Failed to save course handouts",
"course-authoring.course-updates.error.saving-handouts.description": "Failed to save recent changes to course handouts. Please try again later.",
"course-authoring.course-updates.error.deleting-updates.title": "Failed to delete course update",
"course-authoring.course-updates.error.deleting-updates.description": "Failed to delete selected course update. Please try again later.",
"course-authoring.custom-pages.heading": "Custom Pages",
"course-authoring.custom-pages.errorAlert.message": "Unable to {actionName} page. Please try again.",
"course-authoring.custom-pages.note": "Note: Pages are publicly visible. If users know the URL of a page, they can view the page even if they are not registered for or logged in to your course.",
"course-authoring.custom-pages.header.addPage.label": "New page",
"course-authoring.custom-pages.header.viewLive.label": "View live",
"course-authoring.custom-pages.pageExplanation.header": "What are pages?",
"course-authoring.custom-pages.pageExplanation.body": "Pages are listed horizontally at the top of your course. Default pages (Home, Course, Discussion, Wiki, and Progress) are followed by textbooks and custom pages that you create.",
"course-authoring.custom-pages.customPagesExplanation.header": "Custom pages",
"course-authoring.custom-pages.customPagesExplanation.body": "You can create and edit custom pages to probide students with additional course content. For example, you can create pages for the grading policy, course slide, and a course calendar.",
"course-authoring.custom-pages.studentViewExplanation.header": "How do pages look to students in my course?",
"course-authoring.custom-pages.studentViewExplanation.body": "Students see the default and custom pages at the top of your course and use the links to navigate.",
"course-authoring.custom-pages.studentViewExampleButton.label": "See an example",
"course-authoring.custom-pages.studentViewModal.title": "Pages in Your Course",
"course-authoring.custom-pages.studentViewModal.Body": "Pages appear in your course's top navigation bar. The default pages (Home, Course, Discussion, Wiki, and Progress) are followed by textbooks and custom pages.",
"course-authoring.custom-pages.page.newPage.title": "Empty",
"course-authoring.custom-pages.editTooltip.content": "Edit",
"course-authoring.custom-pages.deleteTooltip.content": "Delete",
"course-authoring.custom-pages.visibilityTooltip.content": "Hide/show page from learners",
"course-authoring.custom-pages.body.addPage.label": "Add a new page",
"course-authoring.custom-pages.body.addingPage.label": "Adding a new page",
"course-authoring.custom-pages..deleteConfirmation.title": "Delete Page Confirmation",
"course-authoring.custom-pages..deleteConfirmation.message": "Are you sure you want to delete this page? This action cannot be undone.",
"course-authoring.custom-pages.deleteConfirmation.deletePage.label": "Delete",
"course-authoring.custom-pages.deleteConfirmation.deletingPage.label": "Deleting",
"course-authoring.custom-pages.deleteConfirmation.cancelButton.label": "Cancel",
"course-authoring.export.heading.title": "Course export",
"course-authoring.export.heading.subtitle": "Tools",
"course-authoring.export.description1": "You can export courses and edit them outside of {studioShortName}. The exported file is a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains the course structure and content. You can also re-import courses that you've exported.",
"course-authoring.export.description2": "Caution: When you export a course, information such as MATLAB API keys, LTI passports, annotation secret token strings, and annotation storage URLs are included in the exported data. If you share your exported files, you may also be sharing sensitive or license-specific information.",
"course-authoring.export.title-under-button": "Export my course content",
"course-authoring.export.button.title": "Export course content",
"authoring.loading": "Loading...",
"authoring.alert.error.notfound": "Not found.",
"authoring.alert.error.permission": "You are not authorized to view this page. If you feel you should have access, please reach out to your course team admin to be given access.",
"authoring.alert.save.error.connection": "We encountered a technical error when applying changes. This might be a temporary issue, so please try again in a few minutes. If the problem persists, please go to the {supportLink} for help.",
"course-authoring.grading-settings.heading.title": "Grading",
"course-authoring.grading-settings.heading.subtitle": "Settings",
"course-authoring.grading-settings.policies.title": "Overall grade range",
"course-authoring.grading-settings.policies.description": "Your overall grading scale for student final grades",
"course-authoring.grading-settings.alert.warning": "You've made some changes",
"course-authoring.grading-settings.alert.warning.descriptions": "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.",
"course-authoring.grading-settings.alert.success": "Your changes have been saved.",
"course-authoring.grading-settings.alert.button.save": "Save changes",
"course-authoring.grading-settings.alert.button.saving": "Saving",
"course-authoring.grading-settings.alert.button.cancel": "Cancel",
"course-authoring.grading-settings.alert.warning.aria.labelledby": "notification-warning-title",
"course-authoring.grading-settings.alert.warning.aria.describedby": "notification-warning-description",
"course-authoring.grading-settings.alert.success.aria.labelledby": "alert-confirmation-title",
"course-authoring.grading-settings.alert.success.aria.describedby": "alert-confirmation-description",
"course-authoring.grading-settings.credit-eligibility.title": "Credit eligibility",
"course-authoring.grading-settings.credit-eligibility.description": "Settings for course credit eligibility",
"course-authoring.grading-settings.grading-rules-policies.title": "Grading rules & policies",
"course-authoring.grading-settings.grading-rules-policies.description": "Deadlines, requirements, and logistics around grading student work",
"course-authoring.grading-settings.assignment-type.title": "Assignment types",
"course-authoring.grading-settings.assignment-type.description": "Categories and labels for any exercises that are gradable",
"course-authoring.grading-settings.add-new-assignment-type.btn": "New assignment type",
"course-authoring.group-configurations.heading-title": "Group configurations",
"course-authoring.group-configurations.heading-sub-title": "Settings",
"course-authoring.group-configurations.container.contains-groups": "Contains {len, plural, one {1 group} other {{len} groups}}",
"course-authoring.group-configurations.container.not-in-use": "Not in use",
"course-authoring.group-configurations.container.used-in-locations": "Used in {len, plural, one {1 location} other {{len} locations}}",
"course-authoring.page.title": "Course Authoring | {siteName}",
"header.links.content": "Content",
"header.links.settings": "Settings",
"header.links.content.tools": "Tools",
"header.links.outline": "Outline",
"header.links.updates": "Updates",
"header.links.pages": "Pages & Resources",
"header.links.filesAndUploads": "Files",
"header.links.textbooks": "Textbooks",
"header.links.videoUploads": "Videos",
"header.links.scheduleAndDetails": "Schedule & Details",
"header.links.grading": "Grading",
"header.links.courseTeam": "Course Team",
"header.links.groupConfigurations": "Group Configurations",
"header.links.proctoredExamSettings": "Proctored Exam Settings",
"header.links.advancedSettings": "Advanced Settings",
"header.links.certificates": "Certificates",
"header.links.publisher": "Publisher",
"header.links.import": "Import",
"header.links.exportCourse": "Export Course",
"header.links.exportTags": "Export Tags",
"header.links.checklists": "Checklists",
"header.user.menu.studio": "Studio Home",
"header.user.menu.maintenance": "Maintenance",
"header.user.menu.logout": "Logout",
"header.label.account.menu": "Account Menu",
"header.label.account.menu.for": "Account menu for {username}",
"header.label.main.nav": "Main",
"header.label.main.menu": "Main Menu",
"header.label.main.header": "Main",
"header.label.secondary.nav": "Secondary",
"header.label.courseOutline": "Back to course outline in Studio",
"course-authoring.import.page.title": "{headingTitle} | {courseName} | {siteName}",
"course-authoring.import.heading.title": "Course import",
"course-authoring.import.heading.subtitle": "Tools",
"course-authoring.import.description1": "Be sure you want to import a course before continuing. The contents of the imported course will replace the contents of the existing course. You cannot undo a course import. Before you proceed, we recommend that you export the current course, so that you have a backup copy of it.",
"course-authoring.import.description2": "The course that you import must be in a .tar.gz file (that is, a .tar file compressed with GNU Zip). This .tar.gz file must contain a course.xml file. It may also contain other files.",
"course-authoring.import.description3": "The import process has five stages. During the first two stages, you must stay on this page. You can leave this page after the unpacking stage has completed. We recommend, however, that you don't make important changes to your course until the import operation has completed.",
"course-authoring.pages-resources.heading": "Pages & Resources",
"course-authoring.pages-resources.resources.settings.button": "settings",
"course-authoring.pages-resources.viewLive.button": "View live",
"course-authoring.pages-resources.courseAppPlugin.errorMessage": "An error occurred when loading the configuration UI for that app.",
"course-authoring.badge.enabled": "Enabled",
"course-authoring.pages-resources.content-permissions.heading": "Content permissions",
"course-authoring.schedule.heading.title": "Schedule & details",
"course-authoring.schedule.heading.subtitle": "Settings",
"course-authoring.schedule.alert.button.save": "Save changes",
"course-authoring.schedule.alert.button.saving": "Saving",
"course-authoring.schedule.alert.button.cancel": "Cancel",
"course-authoring.schedule.alert.warning.aria.labelledby": "notification-warning-title",
"course-authoring.schedule.alert.warning.aria.describedby": "notification-warning-description",
"course-authoring.schedule.alert.warning": "You've made some changes",
"course-authoring.schedule.alert.warning.save.error": "You've made some changes, but there are some errors",
"course-authoring.schedule.alert.warning.descriptions": "Your changes will not take effect until you save your progress.",
"course-authoring.schedule.alert.warning.save.descriptions.error": "Please address the errors on this page first, and then save your progress.",
"course-authoring.schedule.alert.success.aria.labelledby": "alert-confirmation-title",
"course-authoring.schedule.alert.success.aria.describedby": "alert-confirmation-description",
"course-authoring.schedule.alert.success": "Your changes have been saved.",
"course-authoring.schedule.alert.load.fail.aria.labelledby": "alert-confirmation-title",
"course-authoring.schedule.alert.load.fail.aria.describedby": "alert-confirmation-description",
"course-authoring.schedule.alert.load.fail": "We encountered an error when loading your settings.",
"course-authoring.schedule.alert.fail.aria.labelledby": "alert-confirmation-title",
"course-authoring.schedule.alert.fail.aria.describedby": "alert-confirmation-description",
"course-authoring.schedule.alert.fail": "We encountered an error when saving your changes.",
"course-authoring.schedule.schedule-section.error-message-1": "The certificates display behavior must be 'A date after the course end date' if certificate available date is set.",
"course-authoring.schedule.schedule-section.error-message-2": "The enrollment end date cannot be after the course end date.",
"course-authoring.schedule.schedule-section.error-message-3": "The enrollment start date cannot be after the enrollment end date.",
"course-authoring.schedule.schedule-section.error-message-4": "The course start date must be later than the enrollment start date.",
"course-authoring.schedule.schedule-section.error-message-5": "The course end date must be later than the course start date.",
"course-authoring.schedule.schedule-section.error-message-6": "The certificate available date must be later than the course end date.",
"course-authoring.schedule.schedule-section.error-message-7": "The course must have an assigned start date.",
"course-authoring.schedule.schedule-section.error-message-8": "Please enter an integer between %(min)s and %(max)s.",
"course-authoring.course-search.blockTypeFilter": "Type",
"course-authoring.course-search.blockTypeFilter.empty": "No matching components",
"course-authoring.course-search.blockTagsFilter": "Tags",
"course-authoring.course-search.blockTagsFilter.empty": "No tags in current results",
"course-authoring.course-search.blockTagsFilter.error": "Error loading tags",
"course-authoring.course-search.blockTagsFilter.incomplete": "Sorry, not all tags could be loaded",
"course-authoring.course-search.blockType.annotatable": "Annotation",
"course-authoring.course-search.blockType.chapter": "Section",
"course-authoring.course-search.blockType.discussion": "Discussion",
"course-authoring.course-search.blockType.drag-and-drop-v2": "Drag and Drop",
"course-authoring.course-search.blockType.html": "Text",
"course-authoring.course-search.blockType.library_content": "Library Content",
"course-authoring.course-search.blockType.openassessment": "Open Response Assessment",
"course-authoring.course-search.blockType.problem": "Problem",
"course-authoring.course-search.blockType.sequential": "Subsection",
"course-authoring.course-search.blockType.vertical": "Unit",
"course-authoring.course-search.blockType.video": "Video",
"course-authoring.course-search.child-tags-expand": "Expand to show child tags of \"{tagName}\"",
"course-authoring.course-search.child-tags-collapse": "Collapse to hide child tags of \"{tagName}\"",
"course-authoring.course-search.clearFilters": "Clear Filters",
"course-authoring.course-search.num-results": "{numResults, plural, one {# result} other {# results}} found",
"course-authoring.course-search.searchAllCourses": "All courses",
"course-authoring.course-search.searchThisCourse": "This course",
"course-authoring.course-search.title": "Search",
"course-authoring.course-search.inputPlaceholder": "Search",
"course-authoring.course-search.searchTagsByKeywordPlaceholder": "Search tags",
"course-authoring.course-search.submitSearchTagsByKeyword": "Submit tag keyword search",
"course-authoring.course-search.showMore": "Show more",
"course-authoring.course-search.showMoreResults": "Show more results",
"course-authoring.course-search.loadingMoreResults": "Loading more results",
"course-authoring.course-search.emptySearchTitle": "Start searching to find content",
"course-authoring.course-search.emptySearchSubtitle": "Find sections, subsections, units and components",
"course-authoring.course-search.noResultsTitle": "We didn't find anything matching your search",
"course-authoring.course-search.noResultsSubtitle": "Please try a different search term or filter",
"course-authoring.course-search.openInNewWindow": "Open in new window",
"course-authoring.course-search.searchError": "An error occurred. Unable to load search results.",
"course-authoring.studio-home.heading.title": "{studioShortName} home",
"course-authoring.studio-home.add-new-course.btn.text": "New course",
"course-authoring.studio-home.add-new-library.btn.text": "New library",
"course-authoring.studio-home.page-load.failed.message": "Failed to load Studio home. Please try again later.",
"course-authoring.studio-home.email-staff.btn.text": "Email staff to create course",
"course-authoring.studio-home.default-section-1.title": "Are you staff on an existing {studioShortName} course?",
"course-authoring.studio-home.default-section-1.description": "The course creator must give you access to the course. Contact the course creator or administrator for the course you are helping to author.",
"course-authoring.studio-home.default-section-2.title": "Create your first course",
"course-authoring.studio-home.default-section-2.description": "Your new course is just a click away!",
"course-authoring.studio-home.btn.add-new-course.text": "Create your first course",
"course-authoring.studio-home.btn.re-run.text": "Re-run course",
"course-authoring.studio-home.btn.view-live.text": "View live",
"course-authoring.studio-home.organization.title": "Organization and library settings",
"course-authoring.studio-home.organization.label": "Show all courses in organization:",
"course-authoring.studio-home.organization.btn.submit.text": "Submit",
"course-authoring.studio-home.organization.input.placeholder": "For example, MITx",
"course-authoring.studio-home.organization.input.no-options": "No options",
"course-authoring.taxonomy-list.header.title": "Taxonomies",
"course-authoring.taxonomy-list.button.download-template.label": "Download template",
"course-authoring.taxonomy-list.button.download-template.csv.label": "CSV template",
"course-authoring.taxonomy-list.button.download-template.json.label": "JSON template",
"course-authoring.taxonomy-list.butotn.download-template.hint": "Download example taxonomy",
"course-authoring.taxonomy-list.button.import.label": "Import",
"course-authoring.taxonomy-list.select.org.default": "All taxonomies",
"course-authoring.taxonomy-list.select.org.all": "All",
"course-authoring.taxonomy-list.select.org.unassigned": "Unassigned",
"course-authoring.taxonomy-list.spinner.loading": "Loading",
"course-authoring.taxonomy-list.toast.delete": "\"{name}\" deleted",
"course-authoring.taxonomy-list.alert.dismiss": "Dismiss",
"course-authoring.import-tags.prompt.in-progress": "Please keep this window open. We'll let you know when it's done.",
"a11yBodyPolicyLink": "Website Accessibility Policy",
"a11yBodyPageHeader": "Individualized Accessibility Process for Course Creators",
"a11yBodyIntroGraph": "At edX, we seek to understand and respect the unique needs and perspectives of the edX global community. We value every course team and are committed to expanding access to all, including course team creators and authors with disabilities. To that end, we have adopted a {communityAccessibilityLink} and this process to allow course team creators and authors to request assistance if they are unable to develop and post content on our platform via Studio because of their disabilities.",
"a11yBodyStepsHeader": "Course team creators and authors needing such assistance should take the following steps:",
"a11yBodyEdxResponse": "'We will communicate with you about your preferences and needs in determining the appropriate solution, although the ultimate decision will be ours, provided that the solution is effective and timely. The factors we will consider in choosing an accessibility solution are: effectiveness; timeliness (relative to your deadlines); ease of implementation; and ease of use for you. We will notify you of the decision and explain the basis for our decision within 10 business days of discussing with you.",
"a11yBodyEdxFollowUp": "Thereafter, we will communicate with you on a weekly basis regarding our evaluation, decision, and progress in implementing the accessibility solution. We will notify you when implementation of your accessibility solution is complete and will follow-up with you as may be necessary to see if the solution was effective.",
"a11yBodyOngoingSupport": "EdX will provide ongoing technical support as needed and will address any additional issues that arise after the initial course creation.",
"a11yBodyA11yFeedback": "Please direct any questions or suggestions on how to improve the accessibility of Studio to {emailElement} or use the form below. We welcome your feedback.",
"a11yBodyEmailHeading": "Send an email to {emailElement} with the following information:",
"a11yBodyNameEmail": "your name and email address;",
"a11yBodyInstitution": "the edX member institution that you are affiliated with;",
"a11yBodyBarrier": "a brief description of the challenge or barrier to access that you are experiencing; and",
"a11yBodyTimeConstraints": "how soon you need access and for how long (e.g., a planned course start date or in connection with a course-related deadline such as a final essay).",
"a11yBodyReceipt": "The edX Support Team will respond to confirm receipt and forward your request to the edX Partner Manager for your institution and the edX Website Accessibility Specialist.",
"a11yBodyExtraInfo": "With guidance from the Website Accessibility Specialist, edX will contact you to discuss your request and gather additional information from you about your preferences and needs, to determine if there's a workable solution that edX is able to support.",
"a11yBodyFixesListHeader": "EdX will assist you promptly and thoroughly so that you are able to create content on the CMS within your time constraints. Such efforts may include, but are not limited to:",
"a11yBodyThirdParty": "Purchasing a third-party tool or software for use on an individual basis to assist your use of Studio;",
"a11yBodyContractor": "Engaging a trained independent contractor to provide real-time visual, verbal and physical assistance; or",
"a11yBodyCodeFix": "Developing new code to implement a technical fix.",
"accessibilityPolicyFormEmailLabel": "Email Address",
"accessibilityPolicyFormErrorHighVolume": "We are currently experiencing high volume. Try again later today or send an email message to {emailLink}.",
"accessibilityPolicyFormErrorMissingFields": "Make sure to fill in all fields.",
"accessibilityPolicyFormHeader": "Studio Accessibility Feedback",
"accessibilityPolicyFormMessageLabel": "Message",
"accessibilityPolicyFormNameLabel": "Name",
"accessibilityPolicyFormSubmitAria": "Submit Accessibility Feedback Form",
"accessibilityPolicyFormSubmitLabel": "Submit",
"accessibilityPolicyFormSubmittingFeedbackLabel": "Submitting",
"accessibilityPolicyFormSuccess": "Thank you for contacting edX!",
"accessibilityPolicyFormSuccessDetails": "Thank you for your feedback regarding the accessibility of Studio. We typically respond within one business day ({day_start} to {day_end}, {time_start} to {time_end}).",
"accessibilityPolicyFormValidEmail": "Enter a valid email address.",
"accessibilityPolicyFormValidMessage": "Enter a message.",
"accessibilityPolicyFormValidName": "Enter a name.",
"course-authoring.advanced-settings.modal.error.description": "There was {errorCounter} while trying to save the course settings in the database. Please check the following validation feedbacks and reflect them in your course settings:",
"course-authoring.advanced-settings.modal.error.title": "Validation error while saving",
"course-authoring.advanced-settings.modal.error.btn.change-manually": "Change manually",
"course-authoring.advanced-settings.modal.error.btn.undo-changes": "Undo changes",
"course-authoring.advanced-settings.button.deprecated": "Deprecated",
"course-authoring.advanced-settings.button.help": "Show help text",
"course-authoring.advanced-settings.about.description-3": "{notice} When you enter strings as policy values, ensure that you use double quotation marks (“) around the string. Do not use single quotation marks (‘).",
"course-authoring.advanced-settings.sidebar.about.title": "What do advanced settings do?",
"course-authoring.advanced-settings.sidebar.about.description-1": "Advanced settings control specific course functionality. On this page, you can edit manual policies, which are JSON-based key and value pairs that control specific course settings.",
"course-authoring.advanced-settings.sidebar.about.description-2": "Any policies you modify here override all other information you’ve defined elsewhere in Studio. Do not edit policies unless you are familiar with both their purpose and syntax.",
"course-authoring.advanced-settings.sidebar.other.title": "Other course settings",
"course-authoring.advanced-settings.sidebar.links.schedule-and-details": "Details & schedule",
"course-authoring.advanced-settings.sidebar.links.grading": "Grading",
"course-authoring.advanced-settings.sidebar.links.course-team": "Course team",
"course-authoring.advanced-settings.sidebar.links.group-configurations": "Group configurations",
"course-authoring.advanced-settings.sidebar.links.proctored-exam-settings": "Proctored exam settings",
"course-authoring.certificates.details.section.title": "Certificate details",
"course-authoring.certificates.details.course.title": "Course title",
"course-authoring.certificates.details.course.title.override": "Course title override",
"course-authoring.certificates.details.course.title.override.description": "Specify an alternative to the official course title to display on certificates. Leave blank to use the official course title.",
"course-authoring.certificates.details.course.number": "Course number",
"course-authoring.certificates.details.course.number.override": "Course number override",
"course-authoring.certificates.details.confirm-modal": "Delete this certificate?",
"course-authoring.certificates.details.confirm-modal.message": "Deleting this certificate is permanent and cannot be undone.",
"course-authoring.certificates.details.confirm.edit": "Edit this certificate?",
"course-authoring.certificates.details.confirm.edit.message": "This certificate has already been activated and is live. Are you sure you want to continue editing?",
"course-authoring.certificates.signatories.title": "Signatory",
"course-authoring.certificates.signatories.recommendation": "It is strongly recommended that you include four or fewer signatories. If you include additional signatories, preview the certificate in Print View to ensure the certificate will print correctly on one page.",
"course-authoring.certificates.signatories.section.title": "Certificate signatories",
"course-authoring.certificates.signatories.add.signatory.button": "Add additional signatory",
"course-authoring.certificates.signatories.add.signatory.button.description": "(Add signatories for a certificate)",
"course-authoring.certificates.signatories.name.label": "Name",
"course-authoring.certificates.signatories.name.placeholder": "Name of the signatory",
"course-authoring.certificates.signatories.name.description": "The name of this signatory as it should appear on certificates.",
"course-authoring.certificates.signatories.title.label": "Title",
"course-authoring.certificates.signatories.title.placeholder": "Title of the signatory",
"course-authoring.certificates.signatories.title.description": "Titles more than 100 characters may prevent students from printing their certificate on a single page.",
"course-authoring.certificates.signatories.organization.label": "Organization",
"course-authoring.certificates.signatories.organization.placeholder": "Organization of the signatory",
"course-authoring.certificates.signatories.organization.description": "The organization that this signatory belongs to, as it should appear on certificates.",
"course-authoring.certificates.signatories.image.label": "Signature image",
"course-authoring.certificates.signatories.image.placeholder": "Path to signature image",
"course-authoring.certificates.signatories.image.description": "Image must be in PNG format",
"course-authoring.certificates.signatories.upload.image.button": "{uploadText} signature image",
"course-authoring.certificates.signatories.upload.modal": "Upload",
"course-authoring.certificates.signatories.upload.modal.replace": "Replace",
"course-authoring.certificates.signatories.confirm-modal": "Delete \"{name}\" from the list of signatories?",
"course-authoring.certificates.signatories.confirm-modal.message": "This action cannot be undone.",
"welcomeMessageShortDescription": "Add a welcome message",
"welcomeMessageLongDescription": "Personally welcome learners into your course and prepare learners for a positive course experience.",
"gradingPolicyShortDescription": "Create your course grading policy",
"gradingPolicyLongDescription": "Establish your grading policy, including assignment types and passing score. All assignments add up to 100%.",
"gradingPolicyComment": "Your current grading policy adds up to {percent}%.",
"certificateShortDescription": "Enable your certificate",
"certificateLongDescription": "Make sure that all text is correct, signatures have been uploaded, and the certificate has been activated.",
"courseDatesShortDescription": "Set important course dates",
"courseDatesLongDescription": "Establish your course schedule, including when the course starts and ends.",
"assignmentDeadlinesShortDescription": "Validate assignment deadlines",
"assignmentDeadlinesLongDescription": "Ensure all assignment deadlines are between course start and end dates.",
"assignmentDeadlinesComment": "The following assignments have deadlines that do not fall between course start and end date:",
"videoDurationShortDescription": "Check video duration",
"videoDurationLongDescription": "Learners engage best with short videos followed by opportunities to practice. Ensure that 80% or more of course videos are less than 10 minutes long.",
"mobileFriendlyVideoShortDescription": "Create mobile-friendly video",
"mobileFriendlyVideoLongDescription": "Mobile-friendly videos can be viewed across all supported devices. Ensure that at least 90% of course videos are mobile friendly by uploading course videos to the edX video pipeline.",
"diverseSequencesShortDescription": "Build diverse learning sequences",
"diverseSequencesLongDescription": "Research shows that a diverse content experience drives learner engagement. We recommend that 80% or more of your learning sequences or subsections include multiple content types (such as video, discussion, or problem).",
"weeklyHighlightsShortDescription": "Set weekly highlights",
"weeklyHighlightsLongDescription": "Enable and specify weekly highlights to keep learners engaged and on track in your course.",
"unitDepthShortDescription": "Manage unit depth",
"unitDepthLongDescription": "Breaking up course content into manageable pieces promotes learner engagement. We recommend units contain no more than three components.",
"proctoringEmailShortDescription": "Add a proctortrack escalation email",
"proctoringEmailLongDescription": "Courses using Proctortrack require an escalation email. Ensure learners and Support can contact your course team regarding proctoring issues (e.g. appeals, exam resets, etc).",
"updateLinkLabel": "Update",
"completionCountLabel": "{completed}/{total} completed",
"completedItemLabel": "completed",
"uncompletedItemLabel": "uncompleted",
"course-authoring.course-outline.card.expandTooltip": "Collapse/Expand this card",
"course-authoring.course-outline.card.status-badge.live": "Live",
"course-authoring.course-outline.card.status-badge.gated": "Gated",
"course-authoring.course-outline.card.status-badge.published-not-live": "Published not live",
"course-authoring.course-outline.card.status-badge.staff-only": "Staff only",
"course-authoring.course-outline.card.status-badge.draft": "Draft",
"course-authoring.course-outline.card.status-badge.draft-unpublished-changes": "Draft (Unpublished changes)",
"course-authoring.course-outline.card.button.edit.alt": "Edit",
"course-authoring.course-outline.card.menu.publish": "Publish",
"course-authoring.course-outline.card.menu.configure": "Configure",
"course-authoring.course-outline.card.menu.duplicate": "Duplicate",
"course-authoring.course-outline.card.menu.moveup": "Move up",
"course-authoring.course-outline.card.menu.movedown": "Move down",
"course-authoring.course-outline.card.menu.delete": "Delete",
"course-authoring.course-outline.card.menu.copy": "Copy to clipboard",
"course-authoring.course-outline.card.menu.proctoring-settings": "Proctoring settings",
"course-authoring.course-outline.card.menu.proctoring-settings-tooltip": "Proctoring settings",
"course-authoring.course-outline.card.badge.discussionEnabled": "Discussions enabled",
"course-authoring.course-outline.card.menu.manageTags": "Manage tags",
"course-authoring.course-outline.empty-placeholder.title": "You haven't added any content to this course yet.",
"course-authoring.course-outline.empty-placeholder.button.new-section": "New section",
"course-authoring.course-outline.empty-placeholder.button.tooltip": "Click to add a new section",
"course-authoring.course-outline.status-bar.modal.title": "Enable course highlight emails",
"course-authoring.course-outline.status-bar.modal.description-1": "When you enable course highlight emails, learners automatically receive email messages for each section that has highlights. You cannot disable highlights after you start sending them.",
"course-authoring.course-outline.status-bar.modal.description-2": "Are you sure you want to enable course highlight emails?",
"course-authoring.course-outline.status-bar.modal.link": "Learn more",
"course-authoring.course-outline.status-bar.modal.cancelButton": "Cancel",
"course-authoring.course-outline.status-bar.modal.submitButton": "Enable",
"course-authoring.course-outline.header-navigations.button.new-section": "New section",
"course-authoring.course-outline.header-navigations.button.new-section.tooltip": "Click to add a new section",
"course-authoring.course-outline.header-navigations.button.reindex": "Reindex",
"course-authoring.course-outline.header-navigations.button.reindex.tooltip": "Reindex current course",
"course-authoring.course-outline.header-navigations.button.expand-all": "Expand all",
"course-authoring.course-outline.header-navigations.button.collapse-all": "Collapse all",
"course-authoring.course-outline.header-navigations.button.view-live": "View live",
"course-authoring.course-outline.header-navigations.button.view-live.tooltip": "Click to open the courseware in the LMS in a new tab",
"course-authoring.course-outline.highlights-modal.title": "Highlights for {title}",
"course-authoring.course-outline.highlights-modal.description": "Enter 3-5 highlights to include in the email message that learners receive for this section (250 character limit). For more information and an example of the email template, read our {documentation}.",
"course-authoring.course-outline.highlights-modal.documentation-link": "documentation",
"course-authoring.course-outline.highlights-modal.highlight": "Highlight {index}",
"course-authoring.course-outline.highlights-modal.button.cancel": "Cancel",
"course-authoring.course-outline.highlights-modal.button.save": "Save",
"course-authoring.course-outline.sidebar.section-1.title": "Creating your course organization",
"course-authoring.course-outline.sidebar.section-1.descriptions-1": "You add sections, subsections, and units directly in the outline.",
"course-authoring.course-outline.sidebar.section-1.descriptions-2": "Create a section, then add subsections and units. Open a unit to add course components.",
"course-authoring.course-outline.sidebar.section-2.title": "Reorganizing your course",
"course-authoring.course-outline.sidebar.section-2.descriptions-1": "Drag sections, subsections, and units to new locations in the outline.",
"course-authoring.course-outline.sidebar.section-2.link": "Learn more about the course outline",
"course-authoring.course-outline.sidebar.section-3.title": "Setting release dates and grading policies",
"course-authoring.course-outline.sidebar.section-3.descriptions-1": "Select the Configure icon for a section or subsection to set its release date. When you configure a subsection, you can also set the grading policy and due date.",
"course-authoring.course-outline.sidebar.section-3.link": "Learn more about grading policy settings",
"course-authoring.course-outline.sidebar.section-4.title": "Changing the content learners see",
"course-authoring.course-outline.sidebar.section-4.descriptions-1": "To publish draft content, select the Publish icon for a section, subsection, or unit.",
"course-authoring.course-outline.sidebar.section-4.descriptions-2": "To make a section, subsection, or unit unavailable to learners, select the Configure icon for that level, then select the appropriate {hide} option. Grades for hidden sections, subsections, and units are not included in grade calculations.",
"course-authoring.course-outline.sidebar.section-4.descriptions-2.hide": "Hide",
"course-authoring.course-outline.sidebar.section-4.descriptions-3": "To hide the content of a subsection from learners after the subsection due date has passed, select the Configure icon for a subsection, then select {hide}. Grades for the subsection remain included in grade calculations.",
"course-authoring.course-outline.sidebar.section-4.descriptions-3.hide": "Hide content after due date",
"course-authoring.course-outline.sidebar.section-4.link": "Learn more about content visibility settings",
"course-authoring.course-outline.page-alerts.configurationErrorTitle": "This course was created as a re-run. Some manual configuration is needed.",
"course-authoring.course-outline.page-alerts.configurationErrorText": "No course content is currently visible, and no learners are enrolled. Be sure to review and reset all dates, including the Course Start Date; set up the course team; review course updates and other assets for dated material; and seed the discussions and wiki.",
"course-authoring.course-outline.page-alerts.discussionNotificationText": "This course run is using an upgraded version of {platformName} discussion forum. In order to display the discussions sidebar, discussions xBlocks will no longer be visible to learners.",
"course-authoring.course-outline.page-alerts.discussionNotificationLearnMore": "Learn more",
"course-authoring.course-outline.page-alerts.discussionNotificationFeedback": "Share feedback",
"course-authoring.course-outline.page-alerts.deprecationWarningTitle": "This course uses features that are no longer supported.",
"course-authoring.course-outline.page-alerts.deprecationWarningBlocksText": "You must delete or replace the following components.",
"course-authoring.course-outline.page-alerts.deprecationWarningDeprecatedBlockText": "To avoid errors, {platformName} strongly recommends that you remove unsupported features from the course advanced settings. To do this, go to the {hyperlink}, locate the \"Advanced Module List\" setting, and then delete the following modules from the list.",
"course-authoring.course-outline.page-alerts.advancedSettingLinkText": "Advanced Settings page",
"course-authoring.course-outline.page-alerts.deprecatedComponentName": "Deprecated Component",
"course-authoring.course-outline.page-alerts.proctoringErrorTitle": "This course has proctored exam settings that are incomplete or invalid.",
"course-authoring.course-outline.page-alerts.proctoringErrorText": "To update these settings go to the {hyperlink}.",
"course-authoring.course-outline.page-alerts.proctoredSettingsLinkText": "Proctored Exam Settings page",
"course-authoring.course-outline.page-alert.generic-error.description": "Unable to {actionName} {type}. Please try again.",
"course-authoring.course-outline.page-alert.paste-alert.new-files.title": "New {newFilesLen, plural, one {file} other {files}} added to Files.",
"course-authoring.course-outline.page-alert.paste-alert.new-files.description": "The following required {newFilesLen, plural, one {file was} other {files were}} imported to this course: {newFilesStr}",
"course-authoring.course-outline.page-alert.paste-alert.new-files.action": "View files",
"course-authoring.course-outline.page-alert.paste-alert.error-files.title": "Some errors occurred",
"course-authoring.course-outline.page-alert.paste-alert.error-files.description": "The following required {errorFilesLen, plural, one {file} other {files}} could not be added to the course: {errorFilesStr}",
"course-authoring.course-outline.page-alert.paste-alert.conflicting-files.title": "You may need to update {conflictingFilesLen, plural, one {a file} other {files}} manually",
"course-authoring.course-outline.page-alert.paste-alert.new-conflicting.description": "The following {conflictingFilesLen, plural, one {file} other {files}} already exist in this course but don't match the version used by the component you pasted: {conflictingFilesStr}",
"course-authoring.course-outline.page-alert.server-error.title": "The Studio servers encountered an error",
"course-authoring.course-outline.page-alert.server-error.body": "An error occurred in Studio and the page could not be loaded. Please try again in a few moments. We've logged the error and our staff is currently working to resolve this error as soon as possible.",
"course-authoring.course-outline.page-alert.network-error.title": "Network error",
"course-authoring.course-outline.publish-modal.title": "Publish {title}",
"course-authoring.course-outline.publish-modal.description": "Publish all unpublished changes for this {category}?",
"course-authoring.course-outline.publish-modal.button.cancel": "Cancel",
"course-authoring.course-outline.publish-modal.button.label": "Publish",
"course-authoring.course-outline.section.button.new-subsection": "New subsection",
"course-authoring.course-outline.section.badge.section-highlights": "Section highlights",
"course-authoring.course-outline.status-bar.start-date": "Start date",
"course-authoring.course-outline.status-bar.pacing-type": "Pacing type",
"course-authoring.course-outline.status-bar.pacing-type.self-paced": "Self-paced",
"course-authoring.course-outline.status-bar.pacing-type.instructor-Paced": "Instructor-paced",
"course-authoring.course-outline.status-bar.checklists": "Checklists",
"course-authoring.course-outline.status-bar.checklists.completed": "completed",
"course-authoring.course-outline.status-bar.highlight-emails": "Course highlight emails",
"course-authoring.course-outline.status-bar.highlight-emails.button": "Enable now",
"course-authoring.course-outline.status-bar.highlight-emails.enabled": "Enabled",
"course-authoring.course-outline.status-bar.highlight-emails.link": "Learn more",
"course-authoring.course-outline.status-bar.course-tags": "Course tags",
"course-authoring.course-outline.status-bar.course-manage-tags-link": "Manage tags",
"course-authoring.course-outline.status-bar.video-sharing.title": "Video Sharing",
"course-authoring.course-outline.status-bar.video-sharing.link": "Learn more",
"course-authoring.course-outline.status-bar.video-sharing.perVideo.text": "Per Video",
"course-authoring.course-outline.status-bar.video-sharing.allOff.text": "No Videos",
"course-authoring.course-outline.status-bar.video-sharing.allOn.text": "All Videos",
"course-authoring.course-outline.subsection.button.new-unit": "New unit",
"course-authoring.course-outline.subsection.button.paste-unit": "Paste unit",
"course-authoring.course-outline.xblock-status.unscheduled.label": "Unscheduled",
"course-authoring.course-outline.xblock-status.released.label": "Released:",
"course-authoring.course-outline.xblock-status.scheduled.label": "Scheduled:",
"course-authoring.course-outline.xblock-status.onboardingExam.value": "Onboarding Exam",
"course-authoring.course-outline.xblock-status.practiceProctoredExam.value": "Practice proctored Exam",
"course-authoring.course-outline.xblock-status.proctoredExam.value": "Proctored Exam",
"course-authoring.course-outline.xblock-status.timedExam.value": "Timed Exam",
"course-authoring.course-outline.xblock-status.releaseStatusScreenReader.title": "Release Status:",
"course-authoring.course-outline.xblock-status.gradedAsScreenReader.label": "Graded as:",
"course-authoring.course-outline.xblock-status.ungraded.text": "Ungraded",
"course-authoring.course-outline.xblock-status.due.label": "Due:",
"course-authoring.course-outline.xblock-status.custom-due-date.label": "Custom due date: {relativeWeeksDue, plural, one {# week} other {# weeks}} from enrollment",
"course-authoring.course-outline.xblock-status.prerequisite.label": "Prerequisite: {prereqDisplayName}",
"course-authoring.course-outline.xblock-status.restrictedUnitAccess.text": "Access to this unit is restricted to: {selectedGroupsLabel}",
"course-authoring.course-outline.xblock-status.restrictedUnitAccessToSomeContent.text": "Access to some content in this unit is restricted to specific groups of learners",
"course-authoring.course-outline.xblock-status.gradingPolicyMismatch.text": "This subsection is configured as \"{gradingType}\", which doesn't exist in the current grading policy.",
"course-authoring.course-outline.xblock-status.hiddenAfterEndDate.text": "Subsection is hidden after course end date",
"course-authoring.course-outline.xblock-status.hiddenAfterDueDate.text": "Subsection is hidden after due date",
"course-authoring.course-rerun.form.description": "Provide identifying information for this re-run of the course. The original course is not affected in any way by a re-run. {strong}",
"course-authoring.course-rerun.form.description.strong": "Note: Together, the organization, course number, and course run must uniquely identify this new course instance.",
"course-authoring.course-rerun.sidebar.section-1.title": "When will my course re-run start?",
"course-authoring.course-rerun.sidebar.section-1.description": "The new course is set to start on",
"course-authoring.course-rerun.sidebar.section-2.title": "What transfers from the original course?",
"course-authoring.course-rerun.sidebar.section-2.description": "The new course has the same course outline and content as the original course. All problems, videos, announcements, and other files are duplicated to the new course.",
"course-authoring.course-rerun.sidebar.section-3.title": "What does not transfer from the original course?",
"course-authoring.course-rerun.sidebar.section-3.description": "You are the only member of the new course's staff. No students are enrolled in the course, and there is no student data. There is no content in the discussion topics or wiki.",
"course-authoring.course-rerun.sidebar.section-4.link": "Learn more about course re-runs",
"course-authoring.course-team.add-team-member.title": "Add team members to this course",
"course-authoring.course-team.add-team-member.description": "Adding team members makes course authoring collaborative. Users must be signed up for Studio and have an active account.",
"course-authoring.course-team.add-team-member.button": "Add a new team member",
"course-authoring.course-team.form.title": "Add a user to your course's team",
"course-authoring.course-team.form.label": "User's email address",
"course-authoring.course-team.form.placeholder": "example: {email}",
"course-authoring.course-team.form.helperText": "Provide the email address of the user you want to add as Staff",
"course-authoring.course-team.form.button.addUser": "Add user",
"course-authoring.course-team.form.button.cancel": "Cancel",
"course-authoring.course-team.member.role.admin": "Admin",
"course-authoring.course-team.member.role.staff": "Staff",
"course-authoring.course-team.member.role.you": "You!",
"course-authoring.course-team.member.hint": "Promote another member to Admin to remove your admin rights",
"course-authoring.course-team.member.button.add": "Add admin access",
"course-authoring.course-team.member.button.remove-admin-access": "Remove admin access",
"course-authoring.course-team.member.button.delete": "Delete user",
"course-authoring.course-team.sidebar.title": "Course team roles",
"course-authoring.course-team.sidebar.about-1": "Course team members with the Staff role are course co-authors. They have full writing and editing privileges on all course content.",
"course-authoring.course-team.sidebar.about-2": "Admins are course team members who can add and remove other course team members.",
"course-authoring.course-team.sidebar.about-3": "All course team members can access content in Studio, the LMS, and Insights, but are not automatically enrolled in the course.",
"course-authoring.course-team.sidebar.ownership.title": "Transferring ownership",
"course-authoring.course-team.sidebar.ownership.description": "Every course must have an Admin. If you are the Admin and you want to transfer ownership of the course, click {strong} to make another user the Admin, then ask that user to remove you from the Course Team list.",
"course-authoring.course-team.sidebar.ownership.addAdminAccess": "Add admin access",
"course-authoring.course-team.member.button.remove": "Delete course team member",
"course-authoring.course-team.delete-modal.message": "Are you sure you want to delete {email} from the course team for “{courseName}”?",
"course-authoring.course-team.delete-modal.button.delete": "Delete",
"course-authoring.course-team.delete-modal.button.cancel": "Cancel",
"course-authoring.course-team.error-modal.title": "Error adding user",
"course-authoring.course-team.error-modal.button.ok": "Ok",
"course-authoring.course-team.warning-modal.title": "Already a course team member",
"course-authoring.course-team.warning-modal.message": "{email} is already on the {courseName} team. Recheck the email address if you want to add a new member.",
"course-authoring.course-team.warning-modal.button.return": "Return to team listing",
"course-authoring.course-unit.add.component.title": "Add a new component",
"course-authoring.course-unit.add.component.button.text": "Add Component:",
"course-authoring.course-unit.modal.button.text": "Select",
"course-authoring.course-unit.modal.container.title": "Add {componentTitle} component",
"course-authoring.course-unit.modal.container.cancel.button.text": "Cancel",
"course-authoring.course-unit.modal.component.support.label.fully-supported": "Fully supported",
"course-authoring.course-unit.modal.component.support.label.provisionally-support": "Provisionally supported",
"course-authoring.course-unit.modal.component.support.label.not-supported": "Not supported",
"course-authoring.course-unit.modal.component.support.tooltip.fully-supported": "Fully supported tools and features are available on edX, are fully tested, have user interfaces where applicable, and are documented in the official edX guides that are available on docs.edx.org.",
"course-authoring.course-unit.modal.component.support.tooltip.not-supported": "Tools with no support are not maintained by edX, and might be deprecated in the future. They are not recommended for use in courses due to non-compliance with one or more of the base requirements, such as testing, accessibility, internationalization, and documentation.",
"course-authoring.course-unit.modal.component.support.tooltip.provisionally-support": "Provisionally supported tools might lack the robustness of functionality that your courses require. edX does not have control over the quality of the software, or of the content that can be provided using these tools. Test these tools thoroughly before using them in your course, especially in graded sections. Complete documentation might not be available for provisionally supported tools, or documentation might be available from sources other than edX.",
"course-authoring.course-unit.heading.icon.chevron.alt": "Toggle dropdown menu",
"course-authoring.course-unit.heading.breadcrumbs.loading": "Loading...",
"course-authoring.course-unit.prev-btn-text": "Previous",
"course-authoring.course-unit.next-btn-text": "Next",
"course-authoring.course-unit.new-unit-btn-text": "New unit",
"course-authoring.course-unit.sequence-nav-label-text": "Sequence navigation",
"course-authoring.course-unit.sequence.load.failure": "There was an error loading this course.",
"course-authoring.course-unit.sequence.no.content": "There is no content here.",
"course-authoring.course-unit.sequence.navigation.menu": "{current} of {total}",
"course-authoring.course-unit.sequence.navigation.menu.copy-unit.past-unit-link": "Paste as new unit",
"course-authoring.course-unit.xblock.button.edit.alt": "Edit",
"course-authoring.course-unit.xblock.button.actions.alt": "Actions",
"course-authoring.course-unit.xblock.button.copy.label": "Copy",
"course-authoring.course-unit.xblock.button.duplicate.label": "Duplicate",
"course-authoring.course-unit.xblock.button.move.label": "Move",
"course-authoring.course-unit.xblock.button.copyToClipboard.label": "Copy to clipboard",
"course-authoring.course-unit.xblock.button.manageAccess.label": "Manage access",
"course-authoring.course-unit.xblock.button.delete.label": "Delete",
"course-authoring.course-unit.xblock.visibility.message": "Access restricted to: {selectedGroupsLabel}",
"course-authoring.course-unit.xblock.validation.summary": "This component has validation issues.",
"course-authoring.course-unit.button.view-live": "View live version",
"course-authoring.course-unit.button.preview": "Preview",
"course-authoring.course-unit.heading.button.edit.alt": "Edit",
"course-authoring.course-unit.heading.button.edit.aria-label": "Edit field",
"course-authoring.course-unit.heading.button.settings.alt": "Settings",
"course-authoring.course-unit.heading.visibility.defined.message": "Access to this unit is restricted to: {selectedGroupsLabel}",
"course-authoring.course-unit.heading.visibility.common.message": "Access to some content in this unit is restricted to specific groups of learners.",
"course-authoring.course-unit.sidebar.title.draft.never-published": "Draft (never published)",
"course-authoring.course-unit.sidebar.title.visible.to-staff-only": "Visible to staff only",
"course-authoring.course-unit.sidebar.title.published.live": "Published and live",
"course-authoring.course-unit.sidebar.title.draft.unpublished": "Draft (unpublished changes)",
"course-authoring.course-unit.sidebar.title.published.not-yet-released": "Published (not yet released)",
"course-authoring.course-unit.sidebar.header.unit-location.title": "Unit location",
"course-authoring.course-unit.sidebar.body.note": "Note: Do not hide graded assignments after they have been released.",
"course-authoring.course-unit.publish.info.previously-published": "Previously published",
"course-authoring.course-unit.publish.info.draft.saved": "Draft saved on {editedOn} by {editedBy}",
"course-authoring.course-unit.publish.info.last.published": "Last published {publishedOn} by {publishedBy}",
"course-authoring.course-unit.release.info.unscheduled": "Unscheduled",
"course-authoring.course-unit.release.info.with-unit": "with {sectionName}",
"course-authoring.course-unit.visibility.is-visible-to.title": "IS VISIBLE TO",
"course-authoring.course-unit.visibility.will-be-visible-to.title": "WILL BE VISIBLE TO",
"course-authoring.course-unit.unit-location.title": "LOCATION ID",
"course-authoring.course-unit.unit-location.description": "To create a link to this unit from an HTML component in this course, enter /jump_to_id/{id} as the URL value",
"course-authoring.course-unit.visibility.checkbox.title": "Hide from learners",
"course-authoring.course-unit.visibility.staff-only.title": "Staff only",
"course-authoring.course-unit.visibility.staff-and-learners.title": "Staff and learners",
"course-authoring.course-unit.visibility.has-explicit-staff-lock.text": "with {sectionName}",
"course-authoring.course-unit.action-buttons.publish.title": "Publish",
"course-authoring.course-unit.action-button.discard-changes.title": "Discard changes",
"course-authoring.course-unit.action-button.copy-unit.title": "Copy unit",
"course-authoring.course-unit.status.release.title": "RELEASE",
"course-authoring.course-unit.status.released.title": "RELEASED",
"course-authoring.course-unit.status.scheduled.title": "SCHEDULED",
"course-authoring.course-unit.modal.discard-unit-changes.title": "Discard changes",
"course-authoring.course-unit.modal.discard-unit-changes.btn.action.text": "Discard changes",
"course-authoring.course-unit.modal.discard-unit-changes.btn.cancel.text": "Cancel",
"course-authoring.course-unit.modal.discard-unit-changes.description": "Are you sure you want to revert to the last published version of the unit? You cannot undo this action.",
"course-authoring.course-unit.modal.make-visibility.title": "Make visible to students",
"course-authoring.course-unit.modal.make-visibility.btn.action.text": "Make visible to students",
"course-authoring.course-unit.modal.make-visibility.btn.cancel.text": "Cancel",
"course-authoring.course-unit.modal.make-visibility.description": "If the unit was previously published and released to students, any changes you made to the unit when it was hidden will now be visible to students. Do you want to proceed?",
"course-authoring.course-updates.handouts.title": "Course handouts",
"course-authoring.course-updates.actions.edit": "Edit",
"course-authoring.course-updates.button.edit": "Edit",
"course-authoring.course-updates.button.delete": "Delete",
"course-authoring.course-updates.date-invalid": "Action required: Enter a valid date.",
"course-authoring.course-updates.delete-modal.title": "Are you sure you want to delete this update?",
"course-authoring.course-updates.delete-modal.description": "This action cannot be undone.",
"course-authoring.course-updates.actions.cancel": "Cancel",
"course-authoring.course-updates.update-form.date": "Date",
"course-authoring.course-updates.update-form.inValid": "Action required: Enter a valid date.",
"course-authoring.course-updates.update-form.calendar-alt-text": "Calendar for datepicker input",
"course-authoring.course-updates.update-form.error-alt-text": "Error icon",
"course-authoring.course-updates.update-form.new-update-title": "Add new update",
"course-authoring.course-updates.update-form.edit-update-title": "Edit update",
"course-authoring.course-updates.update-form.edit-handouts-title": "Edit handouts",
"course-authoring.course-updates.actions.save": "Save",
"course-authoring.course-updates.actions.post": "Post",
"course-authoring.export.footer.exportedData.title": "Data exported with your course:",
"course-authoring.export.footer.exportedData.item.1": "Values from Advanced settings, including MATLAB API keys and LTI passports",
"course-authoring.export.footer.exportedData.item.2": "Course content (all sections, sub-sections, and units)",
"course-authoring.export.footer.exportedData.item.3": "Course structure",
"course-authoring.export.footer.exportedData.item.4": "Individual problems",
"course-authoring.export.footer.exportedData.item.5": "Pages",
"course-authoring.export.footer.exportedData.item.6": "Course assets",
"course-authoring.export.footer.exportedData.item.7": "Course settings",
"course-authoring.export.footer.notExportedData.title": "Data not exported with your course:",
"course-authoring.export.footer.notExportedData.item.1": "User data",
"course-authoring.export.footer.notExportedData.item.2": "Course team data",
"course-authoring.export.footer.notExportedData.item.3": "Forum/discussion data",
"course-authoring.export.footer.notExportedData.item.4": "Certificates",
"course-authoring.export.modal.error.title": "There has been an error while exporting.",
"course-authoring.export.modal.error.description.not.unit": "Your course could not be exported to XML. There is not enough information to identify the failed component. Inspect your course to identify any problematic components and try again. The raw error message is: {errorMessage}",
"course-authoring.export.modal.error.description.unit": "There has been a failure to export to XML at least one component. It is recommended that you go to the edit page and repair the error before attempting another export. Please check that all components on the page are valid and do not display any error messages. The raw error message is: {errorMessage}",
"course-authoring.export.modal.error.button.cancel.unit": "Return to export",
"course-authoring.export.modal.error.button.cancel.not.unit": "Cancel",
"course-authoring.export.modal.error.button.action.not.unit": "Take me to the main course page",
"course-authoring.export.modal.error.button.action.unit": "Correct failed component",
"course-authoring.export.sidebar.title1": "Why export a course?",
"course-authoring.export.sidebar.description1": "You may want to edit the XML in your course directly, outside of {studioShortName}. You may want to create a backup copy of your course. Or, you may want to create a copy of your course that you can later import into another course instance and customize.",
"course-authoring.export.sidebar.exportedContent": "What content is exported?",
"course-authoring.export.sidebar.exportedContentHeading": "The following content is exported.",
"course-authoring.export.sidebar.content1": "Course content and structure",
"course-authoring.export.sidebar.content2": "Course dates",
"course-authoring.export.sidebar.content3": "Grading policy",
"course-authoring.export.sidebar.content4": "Any group configurations",
"course-authoring.export.sidebar.content5": "Settings on the Advanced settings page, including MATLAB API keys and LTI passports",
"course-authoring.export.sidebar.notExportedContent": "The following content is not exported.",
"course-authoring.export.sidebar.content6": "Learner-specific content, such as learner grades and discussion forum data",
"course-authoring.export.sidebar.content7": "The course team",
"course-authoring.export.sidebar.openDownloadFile": "Opening the downloaded file",
"course-authoring.export.sidebar.openDownloadFileDescription": "Use an archive program to extract the data from the .tar.gz file. Extracted data includes the course.xml file, as well as subfolders that contain course content.",
"course-authoring.export.sidebar.learnMoreButtonTitle": "Learn more about exporting a course",
"course-authoring.export.stepper.title.preparing": "Preparing",
"course-authoring.export.stepper.title.exporting": "Exporting",
"course-authoring.export.stepper.title.compressing": "Compressing",
"course-authoring.export.stepper.title.success": "Success",
"course-authoring.export.stepper.description.preparing": "Preparing to start the export",
"course-authoring.export.stepper.description.exporting": "Creating the export data files (You can now leave this page safely, but avoid making drastic changes to content until this export is complete)",
"course-authoring.export.stepper.description.compressing": "Compressing the exported data and preparing it for download",
"course-authoring.export.stepper.description.success": "Your exported course can now be downloaded",
"course-authoring.export.stepper.download.button.title": "Download exported course",
"course-authoring.export.stepper.header.title": "Course export status",
"course-authoring.files-and-uploads.heading": "Files",
"course-authoring.files-and-uploads.thumbnail.alt": "{displayName} file preview",
"course-authoring.files-and-uploads.file-info.copyStudioUrl.title": "Copy Studio Url",
"course-authoring.files-and-uploads.file-info.copyWebUrl.title": "Copy Web Url",
"course-authoring.files-and-uploads.file-info.dateAdded.title": "Date added",
"course-authoring.files-and-uploads.file-info.fileSize.title": "File size",
"course-authoring.files-and-uploads.file-info.studioUrl.title": "Studio URL",
"course-authoring.files-and-uploads.file-info.webUrl.title": "Web URL",
"course-authoring.files-and-uploads.file-info.lockFile.title": "Lock file",
"course-authoring.files-and-videos.file-info.activeCheckbox.label": "Active",
"course-authoring.files-and-videos.file-info.inactiveCheckbox.label": "Inactive",
"course-authoring.files-and-videos.sort-and-filter.modal.filter.lockedCheckbox.label": "Locked",
"course-authoring.files-and-videos.sort-and-filter.modal.filter.publicCheckbox.label": "Public",
"course-authoring.files-and-videos.sort-and-filter.modal.filter.codeCheckbox.label": "Code",
"course-authoring.files-and-videos.sort-and-filter.modal.filter.imageCheckbox.label": "Images",
"course-authoring.files-and-videos.sort-and-filter.modal.filter.documentCheckbox.label": "Documents",
"course-authoring.files-and-videos.sort-and-filter.modal.filter.audioCheckbox.label": "Audio",
"course-authoring.files-and-videos.sort-and-filter.modal.filter.otherCheckbox.label": "Other",
"course-authoring.files-and-videos.overwrite.modal.confirmation-message": "Some of the uploaded files already exist in this course. Do you want to overwrite the following files?",
"course-authoring.files-and-videos.overwrite.modal.title": "Overwrite files",
"course-authoring.files-and-videos.overwrite.modal.overwrite-button.label": "Overwrite",
"course-authoring.files-and-videos.overwrite.modal.cancel-button.label": "Cancel",
"course-authoring.files-and-uploads.file-info.lockFile.tooltip.content": "By default, anyone can access a file you upload if they know the web URL, even if they are not enrolled in your course. You can prevent outside access to a file by locking the file. When you lock a file, the web URL only allows learners who are enrolled in your course and signed in to access the file.",
"course-authoring.files-and-upload.rowStatus.message": "Showing {fileCount} of {rowCount}",
"course-authoring.files-and-upload.apiStatus.message": "{actionType} {selectedRowCount} {selectedRowCount, plural, one {{fileType}} other {{fileType}s}}",
"course-authoring.files-and-upload.apiStatus.addingAction.message": "Adding",
"course-authoring.files-and-upload.apiStatus.deletingAction.message": "Deleting",
"course-authoring.files-and-upload.apiStatus.downloadingAction.message": "Downloading",
"course-authoring.files-and-upload.addFiles.error.fileSize": "Uploaded file(s) must be 20 MB or less. Please resize file(s) and try again.",
"course-authoring.files-and-upload.table.noResultsFound.message": "No results found",
"course-authoring.files-and-upload.addFiles.button.label": "Add {fileType}s",
"course-authoring.files-and-upload.action.button.label": "Actions",
"course-authoring.files-and-upload.errorAlert.message": "{message}",
"course-authoring.files-and-uploads.file-info.transcripts.error.alert": "Transcript failed: \"{error}\"",
"course-authoring.files-and-uploads.file-info.usage.title": "Usage",
"course-authoring.files-and-uploads.file-info.usage.loading.message": "Loading",
"course-authoring.files-and-uploads.file-info.usage.notInUse.message": "Currently not in use",
"course-authoring.files-and-uploads.cardMenu.copyVideoIdTitle": "Copy video ID",
"course-authoring.files-and-uploads.cardMenu.copyStudioUrlTitle": "Copy Studio Url",
"course-authoring.files-and-uploads.cardMenu.copyWebUrlTitle": "Copy Web Url",
"course-authoring.files-and-uploads.cardMenu.downloadTitle": "Download",
"course-authoring.files-and-uploads.cardMenu.lockTitle": "Lock",
"course-authoring.files-and-uploads.cardMenu.unlockTitle": "Unlock",
"course-authoring.files-and-uploads.cardMenu.infoTitle": "Info",
"course-authoring.files-and-uploads.cardMenu.downloadEncodingsTitle": "Download video list (.csv)",
"course-authoring.files-and-uploads.cardMenu.deleteTitle": "Delete",
"course-authoring.files-and-uploads.deleteConfirmation.title": "Delete {fileNumber, plural, one {{fileName}} other {{fileNumber} {fileType}s}}",
"course-authoring.files-and-uploads.deleteConfirmation.message": "Are you sure you want to delete {fileNumber, plural, one {{fileName}} other {{fileNumber} {fileType}s}}? This action cannot be undone and may break your course if the {fileNumber, plural, one {{fileType} is} other {{fileType}s are}} used in the course content, advanced settings, updates, or schedule and details.",
"course-authoring.files-and-uploads.deleteConfirmation.usage-message": "The following {fileNumber, plural, one {{fileType} is} other {{fileType}s are}} used in course content. Consider updating the content before deleting.",
"course-authoring.files-and-uploads.deleteConfirmation.deleteFile.label": "Delete",
"course-authoring.files-and-uploads.cancelButton.label": "Cancel",
"course-authoring.files-and-uploads.sortButton.label": "Sort and filter",
"course-authoring.files-and-uploads.sortModal.title": "Sort by",
"course-authoring.files-and-uploads.sortByNameAscendingButton.label": "Name (A-Z)",
"course-authoring.files-and-uploads.sortByNewestButton.label": "Newest",
"course-authoring.files-and-uploads.sortBySizeDescendingButton.label": "File size (High to low)",
"course-authoring.files-and-uploads.sortByNameDescendingButton.label": "Name (Z-A)",
"course-authoring.files-and-uploads.sortByOldestButton.label": "Oldest",
"course-authoring.files-and-uploads.sortBySizeAscendingButton.label": "File size(Low to high)",
"course-authoring.files-and-uploads.applyySortButton.label": "Apply",
"course-authoring.files-and-uploads.filter.failed.label": "Failed",
"course-authoring.files-and-uploads.error.upload.title": "Upload error",
"course-authoring.video-uploads.heading": "Videos",
"course-authoring.video-uploads.transcript-settings.button.toggle": "Transcript settings",
"course-authoring.video-uploads.thumbnail.alt": "{displayName} video thumbnail",
"course-authoring.files-and-videos.sort-and-filter.modal.filter.activeCheckbox.label": "Active",
"course-authoring.files-and-videos.sort-and-filter.modal.filter.inactiveCheckbox.label": "Inactive",
"course-authoring.files-and-videos.sort-and-filter.modal.filter.transcribedCheckbox.label": "Transcribed",
"course-authoring.files-and-videos.sort-and-filter.modal.filter.notTranscribedCheckbox.label": "Not transcribed",
"course-authoring.files-and-videos.sort-and-filter.modal.filter.processingCheckbox.label": "Processing",
"course-authoring.files-and-videos.sort-and-filter.modal.filter.failedCheckbox.label": "Failed",
"course-authoring.files-and-videos.video-upload-alert": "Upload in progress. Please wait for the upload to complete before navigating away from this page.",
"course-authoring.files-and-videos.video-upload-tracker-modal.title": "Upload in progress",
"course-authoring.files-and-videos.video-upload-tracker-alert.title": "Do not close or refresh this page or tab until uploads are complete",
"course-authoring.files-and-videos.video-upload-tracker-alert.body.message": "Exiting now will delete all upload progress. This pop-up will close upon successful upload.",
"course-authoring.files-and-videos.video-upload-tracker-alert.edit.message": "Want to coninue editing in Studio during this upload?",
"course-authoring.files-and-videos.video-upload-tracker-alert.edit-hyperlink.message": "Open new Studio tab",
"course-authoring.files-and-videos.video-upload-tracker-modal.body.message": "The following ({uploadCount}) {uploadCount, plural, one {video is} other {videos are}} being uploaded:",
"course-authoring.files-and-videos.video-upload-tracker-alert.cancel-button.label": "Cancel uploads",
"course-authoring.course-outline.configure-modal.title": "{title} settings",
"course-authoring.course-outline.configure-modal.component.title": "Editing access for: {title}",
"course-authoring.course-outline.configure-modal.basic-tab.title": "Basic",
"course-authoring.course-outline.configure-modal.basic-tab.notGradedTypeOption": "Not Graded",
"course-authoring.course-outline.configure-modal.basic-tab.release-date-and-time": "Release date and time",
"course-authoring.course-outline.configure-modal.basic-tab.release-date": "Release date:",
"course-authoring.course-outline.configure-modal.basic-tab.release-time-UTC": "Release time in UTC:",
"course-authoring.course-outline.configure-modal.visibility-tab.title": "Visibility",
"course-authoring.course-outline.configure-modal.visibility-tab.section-visibility": "{visibilityTitle} visibility",
"course-authoring.course-outline.configure-modal.visibility-tab.unit-visibility": "Unit visibility",
"course-authoring.course-outline.configure-modal.visibility-tab.unit-access": "Unit access",
"course-authoring.course-outline.configure-modal.discussion-enabled.section-title": "Discussion",
"course-authoring.course-outline.configure-modal.discussion-enabled.checkbox": "Enable discussion",
"course-authoring.course-outline.configure-modal.discussion-enabled.description": "Topics for unpublished units will not be created",
"course-authoring.course-outline.configure-modal.visibility.hide-from-learners": "Hide from learners",
"course-authoring.course-outline.configure-modal.visibility.restrict-access-to": "Restrict access to",
"course-authoring.course-outline.configure-modal.visibility-tab.section-visibility-warning": "If you make this section visible to learners, learners will be able to see its content after the release date has passed and you have published the section. Only units that are explicitly hidden from learners will remain hidden after you clear this option for the section.",
"course-authoring.course-outline.configure-modal.unit-tab.unit-visibility-warning": "If the unit was previously published and released to learners, any changes you made to the unit when it was hidden will now be visible to learners.",
"course-authoring.course-outline.configure-modal.unit-tab.subsection-visibility-warning": "If you select an option other than \"Hide entire subsection\", published units in this subsection will become available to learners unless they are explicitly hidden.",
"course-authoring.course-outline.configure-modal.unit-tab.unit-select-group": "Select one or more groups:",
"course-authoring.course-outline.configure-modal.unit-tab.unit-select-group-type": "Select a group type",
"course-authoring.course-outline.configure-modal.unit-tab.unit-select-group-deleted-error-message": "This group no longer exists. Choose another group or remove the access restriction.",
"course-authoring.course-outline.configure-modal.unit-tab.unit-all-learners-staff": "All Learners and Staff",
"course-authoring.course-outline.configure-modal.button.cancel": "Cancel",
"course-authoring.course-outline.configure-modal.button.label": "Save",
"course-authoring.course-outline.configure-modal.basic-tab.grading": "Grading",
"course-authoring.course-outline.configure-modal.basic-tab.grade-as": "Grade as:",
"course-authoring.course-outline.configure-modal.basic-tab.due-date": "Due date:",
"course-authoring.course-outline.configure-modal.basic-tab.due-time-UTC": "Due time in UTC:",
"course-authoring.course-outline.configure-modal.visibility-tab.subsection-visibility": "Subsection visibility",
"course-authoring.course-outline.configure-modal.visibility-tab.show-entire-subsection": "Show entire subsection",
"course-authoring.course-outline.configure-modal.visibility-tab.show-entire-subsection-description": "Learners see the published subsection and can access its content",
"course-authoring.course-outline.configure-modal.visibility-tab.hide-content-after-due": "Hide content after due date",
"course-authoring.course-outline.configure-modal.visibility-tab.hide-content-after-due-description": "After the subsection's due date has passed, learners can no longer access its content. The subsection is not included in grade calculations.",
"course-authoring.course-outline.configure-modal.visibility-tab.hide-entire-subsection": "Hide entire subsection",
"course-authoring.course-outline.configure-modal.visibility-tab.hide-entire-subsection-description": "Learners do not see the subsection in the course outline. The subsection is not included in grade calculations.",
"course-authoring.course-outline.configure-modal.visibility-tab.assessment-results-visibility": "Assessment Results Visibility",
"course-authoring.course-outline.configure-modal.visibility-tab.always-show-assessment-results": "Always show assessment results",
"course-authoring.course-outline.configure-modal.visibility-tab.always-show-assessment-results-description": "When learners submit an answer to an assessment, they immediately see whether the answer is correct or incorrect, and the score received.",
"course-authoring.course-outline.configure-modal.visibility-tab.never-show-assessment-results": "Never show assessment results",
"course-authoring.course-outline.configure-modal.visibility-tab.never-show-assessment-results-description": "Learners never see whether their answers to assessments are correct or incorrect, nor the score received.",
"course-authoring.course-outline.configure-modal.visibility-tab.show-assessment-results-past-due": "Show assessment results when subsection is past due",
"course-authoring.course-outline.configure-modal.visibility-tab.show-assessment-results-past-due-description": "Learners do not see whether their answer to assessments were correct or incorrect, nor the score received, until after the due date for the subsection has passed. If the subsection does not have a due date, learners always see their scores when they submit answers to assessments.",
"course-authoring.course-outline.configure-modal.advanced-tab.set-special-exam": "Set as a special exam",
"course-authoring.course-outline.configure-modal.advanced-tab.none": "None",
"course-authoring.course-outline.configure-modal.advanced-tab.timed": "Timed",
"course-authoring.course-outline.configure-modal.advanced-tab.timed-description": "Use a timed exam to limit the time learners can spend on problems in this subsection. Learners must submit answers before the time expires. You can allow additional time for individual learners through the instructor Dashboard.",
"course-authoring.course-outline.configure-modal.advanced-tab.proctoredExam": "Proctored",
"course-authoring.course-outline.configure-modal.advanced-tab.proctored-exam-description": "Proctored exams are timed and they record video of each learner taking the exam. The videos are then reviewed to ensure that learners follow all examination rules. Please note that setting this exam as proctored will change the visibility settings to \"Hide content after due date.\"",
"course-authoring.course-outline.configure-modal.advanced-tab.onboardingExam": "Onboarding",
"course-authoring.course-outline.configure-modal.advanced-tab.onboarding-exam-description": "Use Onboarding to introduce learners to proctoring, verify their identity, and create an onboarding profile. Learners must complete the onboarding profile step prior to taking a proctored exam. Profile reviews take 2+ business days.",
"course-authoring.course-outline.configure-modal.advanced-tab.practiceExam": "Practice proctored",
"course-authoring.course-outline.configure-modal.advanced-tab.practice-exam-description": "Use a practice proctored exam to introduce learners to the proctoring tools and processes. Results of a practice exam do not affect a learner's grade.",
"course-authoring.course-outline.configure-modal.advanced-tab.title": "Advanced",
"course-authoring.course-outline.configure-modal.advanced-tab.time-allotted": "Time allotted (HH:MM):",
"course-authoring.course-outline.configure-modal.advanced-tab.time-limit-description": "Select a time allotment for the exam. If it is over 24 hours, type in the amount of time. You can grant individual learners extra time to complete the exam through the Instructor Dashboard.",
"course-authoring.course-outline.configure-modal.advanced-tab.prereqTitle": "Use as a Prerequisite",
"course-authoring.course-outline.configure-modal.advanced-tab.prereqCheckboxLabel": "Make this subsection available as a prerequisite to other content",
"course-authoring.course-outline.configure-modal.advanced-tab.limitAccessTitle": "Limit access",
"course-authoring.course-outline.configure-modal.advanced-tab.limitAccessDescription": "Select a prerequisite subsection and enter a minimum score percentage and minimum completion percentage to limit access to this subsection. Allowed values are 0-100",
"course-authoring.course-outline.configure-modal.advanced-tab.noPrerequisiteOption": "No prerequisite",
"course-authoring.course-outline.configure-modal.advanced-tab.prerequisiteSelectLabel": "Prerequisite:",
"course-authoring.course-outline.configure-modal.advanced-tab.minScoreLabel": "Minimum score:",
"course-authoring.course-outline.configure-modal.advanced-tab.minCompletionLabel": "Minimum completion:",
"course-authoring.course-outline.configure-modal.advanced-tab.minScoreError": "The minimum score percentage must be a whole number between 0 and 100.",
"course-authoring.course-outline.configure-modal.advanced-tab.minCompletionError": "The minimum completion percentage must be a whole number between 0 and 100.",
"course-authoring.course-outline.configure-modal.advanced-tab.proctoredExamLockedAndisNotProctoredExamAlert": "This subsection was released to learners as a proctored exam, but was reverted back to a basic or timed exam. You may not configure it as a proctored exam now. Contact edX Support for assistance.",
"course-authoring.course-outline.configure-modal.advanced-tab.proctoredExamLockedAndisProctoredExamAlert": "This proctored exam has been released to learners. You may not convert it to another type of special exam. You may revert this subsection back to being a basic exam by selecting 'None', or a timed exam, but you will NOT be able to configure it as a proctored exam in the future.",
"course-authoring.course-outline.configure-modal.advanced-tab.reviewRulesLabel": "Review rules",
"course-authoring.course-outline.configure-modal.advanced-tab.reviewRulesDescription": "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam.",
"course-authoring.course-outline.configure-modal.advanced-tab.reviewRulesDescriptionWithLink": "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam, along with the {hyperlink}.",
"course-authoring.course-outline.configure-modal.advanced-tab.reviewRulesDescriptionLinkText": "general proctored exam rules",
"course-authoring.schedule-section.introducing.upload-image.help-text": "Please provide a valid path and name to your {identifierFieldText} (Note: only JPEG or PNG format supported)",
"course-authoring.schedule-section.introducing.upload-image.file-and-uploads": "files and uploads",
"course-authoring.schedule-section.introducing.upload-image.dropzone-text": "Drag and drop your {identifierFieldText} here or click to upload.",
"course-authoring.schedule-section.introducing.upload-image.dropzone-alt": "Uploaded image for course",
"course-authoring.schedule-section.introducing.upload-image.empty": "Your course currently does not have an image. Please upload one (JPEG or PNG format, and minimum suggested dimensions are 375px wide by 200px tall)",
"course-authoring.schedule-section.introducing.upload-image.icon-alt": "File upload icon",
"course-authoring.schedule-section.introducing.upload-image.manage": "You can manage this image along with all of your other {hyperlink}",
"course-authoring.schedule-section.introducing.upload-image.input.placeholder": "Your {identifierFieldText} URL",
"course-authoring.create-or-rerun-course.display-name.label": "Course name",
"course-authoring.create-or-rerun-course.display-name.placeholder": "e.g. Introduction to Computer Science",
"course-authoring.create-or-rerun-course.create.display-name.help-text": "The public display name for your course. This cannot be changed, but you can set a different display name in advanced settings later.",
"course-authoring.create-or-rerun-course.rerun.display-name.help-text": "The public display name for the new course. (This name is often the same as the original course name.)",
"course-authoring.create-or-rerun-course.org.label": "Organization",
"course-authoring.create-or-rerun-course.org.placeholder": "e.g. UniversityX or OrganizationX",
"course-authoring.create-or-rerun-course.org.no-options": "No options",
"course-authoring.create-or-rerun-course.create.org.help-text": "The name of the organization sponsoring the course. {strong} This cannot be changed, but you can set a different display name in advanced settings later.",
"course-authoring.create-or-rerun-course.rerun.org.help-text": "The name of the organization sponsoring the new course. (This name is often the same as the original organization name.) {strong}",
"course-authoring.create-or-rerun-course.no-space-allowed.strong": "Note: No spaces or special characters are allowed.",
"course-authoring.create-or-rerun-course.org.help-text.strong": "Note: The organization name is part of the course URL.",
"course-authoring.create-or-rerun-course.number.label": "Course number",
"course-authoring.create-or-rerun-course.number.placeholder": "e.g. CS101",
"course-authoring.create-or-rerun-course.create.number.help-text": "The unique number that identifies your course within your organization. {strong}",
"course-authoring.create-or-rerun-course.rerun.number.help-text": "The unique number that identifies the new course within the organization. (This number will be the same as the original course number and cannot be changed.)",
"course-authoring.create-or-rerun-course.number.help-text.strong": "Note: This is part of your course URL, so no spaces or special characters are allowed and it cannot be changed.",
"course-authoring.create-or-rerun-course.run.label": "Course run",
"course-authoring.create-or-rerun-course.run.placeholder": "e.g. 2014_T1",
"course-authoring.create-or-rerun-course.create.run.help-text": "The term in which your course will run. {strong}",
"course-authoring.create-or-rerun-course.create.rerun.help-text": "The term in which the new course will run. (This value is often different than the original course run value.){strong}",
"course-authoring.create-or-rerun-course.default-placeholder": "Label",
"course-authoring.create-or-rerun-course.create.button.create": "Create",
"course-authoring.create-or-rerun-course.rerun.button.create": "Create re-run",
"course-authoring.create-or-rerun-course.button.creating": "Creating",
"course-authoring.create-or-rerun-course.rerun.button.rerunning": "Processing re-run request",
"course-authoring.create-or-rerun-course.button.cancel": "Cancel",
"course-authoring.create-or-rerun-course.required.error": "Required field.",
"course-authoring.create-or-rerun-course.disallowed-chars.error": "Please do not use any spaces or special characters in this field.",
"course-authoring.create-or-rerun-course.no-space.error": "Please do not use any spaces in this field.",
"course-authoring.create-or-rerun-course.error.already-exists.labelledBy": "alert-already-exists-title",
"course-authoring.create-or-rerun-course.error.already-exists.aria.describedBy": "alert-confirmation-description",
"course-authoring.schedule.schedule-section.alt-text": "Calendar for datepicker input",
"course-authoring.schedule.schedule-section.datepicker.utc": "UTC",
"course-authoring.course-outline.delete-modal.title": "Delete this {category}?",
"course-authoring.course-outline.delete-modal.description": "Deleting this {category} is permanent and cannot be undone.",
"course-authoring.course-outline.delete-modal.button.delete": "Delete",
"course-authoring.course-outline.delete-modal.button.cancel": "Cancel",
"authoring.draggableList.tooltip.content": "Drag to reorder",
"course-authoring.help-sidebar.other.title": "Other course settings",
"course-authoring.help-sidebar.links.schedule-and-details": "Schedule & details",
"course-authoring.help-sidebar.links.grading": "Grading",
"course-authoring.help-sidebar.links.course-team": "Course team",
"course-authoring.help-sidebar.links.group-configurations": "Group configurations",
"course-authoring.help-sidebar.links.proctored-exam-settings": "Proctored exam settings",
"course-authoring.help-sidebar.links.advanced-settings": "Advanced settings",
"course-authoring.generic.alert.warning.offline.title": "Studio's having trouble saving your work",
"course-authoring.generic.alert.warning.offline.description": "This may be happening because of an error with our server or your internet connection. Try refreshing the page or making sure you are online.",
"course-authoring.generic.alert.warning.offline.title.aria.labelled-by": "alert-internet-error-title",
"course-authoring.generic.alert.warning.offline.subtitle.aria.described-by": "alert-internet-error-description",
"course-authoring.certificates.modal-dropzone.text": "Drag and drop your image here or click to upload",
"course-authoring.certificates.modal-dropzone.dropzone-alt": "Uploaded image for course certificate",
"course-authoring.certificates.modal-dropzone.validation.text": "Only {types} files can be uploaded. Please select a file ending in {extensions} to upload.",
"course-authoring.certificates.modal-dropzone.cancel.modal": "Cancel",
"course-authoring.certificates.modal-dropzone.upload.modal": "Upload",
"course-authoring.certificates.modal-dropzone.validation.invalid-size-more": "Image size must be less than {maxSize}MB.",
"course-authoring.generic.saving-error-alert.title": "Studio's having trouble saving your work",
"course-authoring.generic.saving-error-alert.description": "This may be happening because of an error with our server or your internet connection. Try refreshing the page or making sure you are online.",
"course-authoring.generic.saving-error-alert.title.aria.labelled-by": "saving-error-alert-title",
"course-authoring.generic.saving-error-alert.aria.described-by": "saving-error-alert-description",
"course-authoring.grading-settings.assignment.type-name.title": "Assignment type name",
"course-authoring.grading-settings.assignment.type-name.description": "The general category for this type of assignment, for example, Homework or Midterm Exam. This name is visible to learners.",
"course-authoring.grading-settings.assignment.type-name.error.message-1": "The assignment type must have a name.",
"course-authoring.grading-settings.assignment.type-name.error.message-2": "For grading to work, you must change all {initialAssignmentName} subsections to {value}.",
"course-authoring.grading-settings.assignment.type-name.error.message-3": "There's already another assignment type with this name.",
"course-authoring.grading-settings.assignment.abbreviation.title": "Abbreviation",
"course-authoring.grading-settings.assignment.abbreviation.description": "This short name for the assignment type (for example, HW or Midterm) appears next to assignments on a learner's Progress page.",
"course-authoring.grading-settings.assignment.weight-of-total-grade.title": "Weight of total grade",
"course-authoring.grading-settings.assignment.weight-of-total-grade.description": "The weight of all assignments of this type as a percentage of the total grade, for example, 40. Do not include the percent symbol.",
"course-authoring.grading-settings.assignment.weight-of-total-grade.error.message": "Please enter an integer between 0 and 100.",
"course-authoring.grading-settings.assignment.total-number.title": "Total number",
"course-authoring.grading-settings.assignment.total-number.description": "The number of subsections in the course that contain problems of this assignment type.",
"course-authoring.grading-settings.assignment.total-number.error.message": "Please enter an integer greater than 0.",
"course-authoring.grading-settings.assignment.number-of-droppable.title": "Number of droppable",
"course-authoring.grading-settings.assignment.number-of-droppable.description": "The number of assignments of this type that will be dropped. The lowest scoring assignments are dropped first.",
"course-authoring.grading-settings.assignment.number-of-droppable.error.message": "Please enter non-negative integer.",
"course-authoring.grading-settings.assignment.number-of-droppable.second.error.message": "Cannot drop more {type} assignments than are assigned.",
"course-authoring.grading-settings.assignment.alert.warning.title": "Warning: The number of {type} assignments defined here does not match the current number of {type} assignments in the course:",
"course-authoring.grading-settings.assignment.alert.warning.description": "There are no assignments of this type in the course.",
"course-authoring.grading-settings.assignment.alert.warning.usage.title": "Warning: The number of {type} assignments defined here does not match the current number of {type} assignments in the course:",
"course-authoring.grading-settings.assignment.alert.success.title": "The number of {type} assignments in the course matches the number defined here.",
"course-authoring.grading-settings.assignment.delete.button": "Delete",
"course-authoring.grading-settings.credit.eligibility.label": "Minimum credit-eligible grade:",
"course-authoring.grading-settings.credit.eligibility.description": "% Must be greater than or equal to the course passing grade",
"course-authoring.grading-settings.credit.eligibility.error.msg": "Not able to set passing grade to less than:",
"course-authoring.grading-settings.deadline.label": "Grace period on deadline:",
"course-authoring.grading-settings.deadline.description": "Leeway on due dates",
"course-authoring.grading-settings.deadline.error.message": "Grace period must be specified in {timeFormat} format.",
"course-authoring.grading-settings.add-new-segment.btn.text": "Add new grading segment",
"course-authoring.grading-settings.remove-segment.btn.text": "Remove",
"course-authoring.grading-settings.fail-segment.text": "Fail",
"course-authoring.grading-settings.default.pass.text": "Pass",
"course-authoring.grading-settings.sidebar.about.title": "What can I do on this page?",
"course-authoring.grading-settings.sidebar.about.text-1": "You can use the slider under Overall Grade Range to specify whether your course is pass/fail or graded by letter, and to establish the thresholds for each grade.",
"course-authoring.grading-settings.sidebar.about.text-2": "You can specify whether your course offers students a grace period for late assignments.",
"course-authoring.grading-settings.sidebar.about.text-3": "You can also create assignment types, such as homework, labs, quizzes, and exams, and specify how much of a student's grade each assignment type is worth.",
"course-authoring.group-configurations.container.title-id": "ID: {id}",
"course-authoring.group-configurations.container.access-to": "This group controls access to:",
"course-authoring.group-configurations.experiment-card.experiment-access-to": "This group configuration is used in:",
"course-authoring.group-configurations.content-groups.add-new-group": "New content group",
"course-authoring.group-configurations.content-groups.new-group.header": "Content group name *",
"course-authoring.group-configurations.content-groups.new-group.input.placeholder": "This is the name of the group",
"course-authoring.group-configurations.content-groups.new-group.invalid-message": "All groups must have a unique name.",
"course-authoring.group-configurations.content-groups.new-group.cancel": "Cancel",
"course-authoring.group-configurations.content-groups.edit-group.delete": "Delete",
"course-authoring.group-configurations.content-groups.new-group.create": "Create",
"course-authoring.group-configurations.content-groups.edit-group.save": "Save",
"course-authoring.group-configurations.content-groups.new-group.required-error": "Group name is required",
"course-authoring.group-configurations.content-groups.edit-group.alert-group-in-usage": "This content group is used in one or more units.",
"course-authoring.group-configurations.content-groups.delete-restriction": "Cannot delete when in use by a unit",
"course-authoring.group-configurations.container.empty-content-groups": "In the {outlineComponentLink}, use this group to control access to a component.",
"course-authoring.group-configurations.container.course-outline": "Course outline",
"course-authoring.group-configurations.container.action.edit": "Edit",
"course-authoring.group-configurations.container.action.delete": "Delete",
"course-authoring.group-configurations.container.delete-modal.subtitle": "content group",
"course-authoring.group-configurations.empty-placeholder.title": "You have not created any content groups yet.",
"course-authoring.group-configurations.experimental-empty-placeholder.title": "You have not created any group configurations yet.",
"course-authoring.group-configurations.empty-placeholder.button": "Add your first content group",
"course-authoring.group-configurations.experimental-empty-placeholder.button": "Add your first group configuration",