File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 70
70
"time" : " Time Setting" ,
71
71
"subject_label_color" : " Label Color" ,
72
72
"description" : " Detailed Description" ,
73
+ "video_keyword" : " (Optional function) Video Search" ,
73
74
"video_url" : " Reference Video URL" ,
74
75
"video_thumbnail" : " Video Thumbnail/Caption Display" ,
75
76
"textbook_page" : " Textbook Page" ,
76
77
"material_title" : " Learning Material Title" ,
77
78
"material_url" : " Learning Material URL"
78
79
},
80
+ "placeholders" : {
81
+ "video_keyword" : " EX) Science"
82
+ },
79
83
"required" : " *Items Marked with Are Required"
80
84
},
81
85
"editing_visibility_dialog" : {
Original file line number Diff line number Diff line change 108
108
</div >
109
109
<edit-lesson-screen-bottom-sheet
110
110
:message ="
111
- $t('pages.edit_index.add_or_edit_lesson', { className: '2年B組' })
111
+ $t('pages.edit_index.add_or_edit_lesson', {
112
+ className: classData.className,
113
+ })
112
114
"
113
115
:expanded =" !editingMode"
114
116
@clickAddButton =" toggleScreen"
You can’t perform that action at this time.
0 commit comments