File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 77
77
"date" : " 日付設定" ,
78
78
"time" : " 時間設定" ,
79
79
"subject_label_color" : " ラベル色" ,
80
- "video_keyword" : " オプション機能:参考動画検索 " ,
80
+ "video_keyword" : " オプション機能:{source}の動画検索 " ,
81
81
"video_url" : " 参考動画URL" ,
82
82
"video_thumbnail" : " 動画サムネイル・キャプション表示" ,
83
83
"textbook_page" : " 教科書ページ" ,
Original file line number Diff line number Diff line change 9
9
<div class =" VideoSearch" >
10
10
<editor-input-field-pickable
11
11
v-model =" videoSearchWord"
12
- :title =" $t('components.editing_screen.labels.video_keyword')"
12
+ :title ="
13
+ $t('components.editing_screen.labels.video_keyword', {
14
+ source: 'NHK For School',
15
+ })
16
+ "
13
17
:placeholder =" $t('components.editing_screen.placeholder.video_keyword')"
14
18
icon-name =" mdi-magnify"
15
19
:button-text =" $t('components.editing_screen.search_videos.search')"
You can’t perform that action at this time.
0 commit comments