@@ -73,6 +73,92 @@ const messages = defineMessages({
7373 + '<p>For additional details you can review the Library Import documentation.</p>' ,
7474 description : 'Body of the second question in the Help & Support sidebar' ,
7575 } ,
76+ importCourseModalTitle : {
77+ id : 'course-authoring.library-authoring.import-course.modal.title' ,
78+ defaultMessage : 'Import Course to Library' ,
79+ description : 'Title for the modal to import a course into a library.' ,
80+ } ,
81+ importCourseButton : {
82+ id : 'course-authoring.library-authoring.import-course.button.text' ,
83+ defaultMessage : 'Import Course' ,
84+ description : 'Label of the button to open the modal to import a course into a library.' ,
85+ } ,
86+ importCourseSelectCourseStep : {
87+ id : 'course-authoring.library-authoring.import-course.select-course.title' ,
88+ defaultMessage : 'Select Course' ,
89+ description : 'Title for the step to select course in the modal to import a course into a library.' ,
90+ } ,
91+ importCourseReviewDetailsStep : {
92+ id : 'course-authoring.library-authoring.import-course.review-details.title' ,
93+ defaultMessage : 'Review Import Details' ,
94+ description : 'Title for the step to review import details in the modal to import a course into a library.' ,
95+ } ,
96+ importCourseCalcel : {
97+ id : 'course-authoring.library-authoring.import-course.cancel.text' ,
98+ defaultMessage : 'Cancel' ,
99+ description : 'Label of the button to cancel the course import.' ,
100+ } ,
101+ importCourseNext : {
102+ id : 'course-authoring.library-authoring.import-course.next.text' ,
103+ defaultMessage : 'Next step' ,
104+ description : 'Label of the button go to the next step in the course import modal.' ,
105+ } ,
106+ importCourseBack : {
107+ id : 'course-authoring.library-authoring.import-course.back.text' ,
108+ defaultMessage : 'Back' ,
109+ description : 'Label of the button to go to the previous step in the course import modal.' ,
110+ } ,
111+ importCourseInProgressStatusTitle : {
112+ id : 'course-authoring.library-authoring.import-course.review-details.in-progress.title' ,
113+ defaultMessage : 'Import Analysis in Progress' ,
114+ description : 'Titile for the info card with the in-progress status in the course import modal.' ,
115+ } ,
116+ importCourseInProgressStatusBody : {
117+ id : 'course-authoring.library-authoring.import-course.review-details.in-progress.body' ,
118+ defaultMessage : '{courseName} is being analyzed for review prior to import. For large courses, this may take some time.'
119+ + ' Please remain on this page.' ,
120+ description : 'Body of the info card with the in-progress status in the course import modal.' ,
121+ } ,
122+ importCourseAnalysisSummary : {
123+ id : 'course-authoring.library-authoring.import-course.review-details.analysis-symmary.title' ,
124+ defaultMessage : 'Analysis Summary' ,
125+ description : 'Title of the card for the analysis summary of a imported course.' ,
126+ } ,
127+ importCourseTotalBlocks : {
128+ id : 'course-authoring.library-authoring.import-course.review-details.analysis-symmary.total-blocks' ,
129+ defaultMessage : 'Total Blocks' ,
130+ description : 'Label title for the total blocks in the analysis summary of a imported course.' ,
131+ } ,
132+ importCourseSections : {
133+ id : 'course-authoring.library-authoring.import-course.review-details.analysis-symmary.sections' ,
134+ defaultMessage : 'Sections' ,
135+ description : 'Label title for the number of sections in the analysis summary of a imported course.' ,
136+ } ,
137+ importCourseSubsections : {
138+ id : 'course-authoring.library-authoring.import-course.review-details.analysis-symmary.subsections' ,
139+ defaultMessage : 'Subsections' ,
140+ description : 'Label title for the number of subsections in the analysis summary of a imported course.' ,
141+ } ,
142+ importCourseUnits : {
143+ id : 'course-authoring.library-authoring.import-course.review-details.analysis-symmary.units' ,
144+ defaultMessage : 'Units' ,
145+ description : 'Label title for the number of units in the analysis summary of a imported course.' ,
146+ } ,
147+ importCourseComponents : {
148+ id : 'course-authoring.library-authoring.import-course.review-details.analysis-symmary.components' ,
149+ defaultMessage : 'Components' ,
150+ description : 'Label title for the number of components in the analysis summary of a imported course.' ,
151+ } ,
152+ importCourseDetailsTitle : {
153+ id : 'course-authoring.library-authoring.import-course.review-details.import-details.title' ,
154+ defaultMessage : 'Import Details' ,
155+ description : 'Title of the card for the import details of a imported course.' ,
156+ } ,
157+ importCourseDetailsLoadingBody : {
158+ id : 'course-authoring.library-authoring.import-course.review-details.import-details.loading.body' ,
159+ defaultMessage : 'The selected course is being analyzed for import and review' ,
160+ description : 'Body of the card in loading state for the import details of a imported course.' ,
161+ } ,
76162} ) ;
77163
78164export default messages ;
0 commit comments