File tree Expand file tree Collapse file tree 6 files changed +23
-11
lines changed Expand file tree Collapse file tree 6 files changed +23
-11
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 24
24
"title" : " タイトル" ,
25
25
"subject_name" : " 教科名" ,
26
26
"textbook" : " 教科書" ,
27
- "goal" : " 学習の目的 " ,
28
- "description" : " 詳細 " ,
27
+ "goal" : " ねらい " ,
28
+ "description" : " 内容(ないよう) " ,
29
29
"videos" : " 参考動画" ,
30
30
"materials" : " 副教材"
31
31
},
69
69
"date" : " 日付設定" ,
70
70
"time" : " 時間設定" ,
71
71
"subject_label_color" : " ラベル色" ,
72
- "description" : " 詳細説明 " ,
72
+ "description" : " 内容(ないよう) " ,
73
73
"video_keyword" : " (オプション機能)動画検索" ,
74
74
"video_url" : " 参考動画URL" ,
75
75
"video_thumbnail" : " 動画サムネイル・キャプション表示" ,
Original file line number Diff line number Diff line change 70
70
"time" : " 設定時間" ,
71
71
"subject_label_color" : " 標籤顏色" ,
72
72
"description" : " 詳細說明" ,
73
+ "video_keyword" : " 可選功能(影片搜尋)" ,
73
74
"video_url" : " 參考影片 URL" ,
74
75
"video_thumbnail" : " 顯示影片縮圖" ,
75
76
"textbook_page" : " 教科書頁" ,
76
77
"material_title" : " 副教材標題" ,
77
78
"material_url" : " 輔助教材 URL"
78
79
},
80
+ "placeholders" : {
81
+ "video_keyword" : " 例)理科"
82
+ },
79
83
"required" : " *符號者為必填項目"
80
84
},
81
85
"editing_visibility_dialog" : {
Original file line number Diff line number Diff line change 141
141
@clickButton =" endTimePickerOpen = true"
142
142
/>
143
143
</div >
144
- <editor-input-field-pickable
145
- v-model =" tempFormData.title"
146
- :title =" `${$t('common.lesson_data.labels.title')} *`"
147
- :label =" $t('common.lesson_data.labels.title')"
148
- placeholder =" 例)理科"
149
- />
150
144
<div class =" EditingScreen-Flex" >
151
145
<editor-input-field-pickable
152
146
v-model =" tempFormData.subjectName"
164
158
@clickPickerButton =" colorPickerOpen = true"
165
159
/>
166
160
</div >
161
+ <editor-input-field-pickable
162
+ v-model =" tempFormData.title"
163
+ :title =" `${$t('common.lesson_data.labels.title')} *`"
164
+ :label =" $t('common.lesson_data.labels.title')"
165
+ placeholder =" 例)理科"
166
+ />
167
167
</div >
168
168
</template >
169
169
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"
Original file line number Diff line number Diff line change 20
20
<v-radio :value =" item.classId" >
21
21
<template v-slot :label >
22
22
<span class =" ClassList-Label" >
23
- {{ item.schoolName }} {{ item.className }}
23
+ {{ item.schoolName }} {{ item.className }} ({{
24
+ item.classId
25
+ }})
24
26
</span >
25
27
</template >
26
28
</v-radio >
You can’t perform that action at this time.
0 commit comments