File tree Expand file tree Collapse file tree 3 files changed +20
-6
lines changed Expand file tree Collapse file tree 3 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 69
69
"date" : " 日付設定" ,
70
70
"time" : " 時間設定" ,
71
71
"subject_label_color" : " ラベル色" ,
72
- "description" : " 内容(ないよう)" ,
73
72
"video_keyword" : " (オプション機能)動画検索" ,
74
73
"video_url" : " 参考動画URL" ,
75
74
"video_thumbnail" : " 動画サムネイル・キャプション表示" ,
80
79
"placeholders" : {
81
80
"video_keyword" : " 例) 理科"
82
81
},
83
- "required" : " *マークのあるものは必須項目です"
82
+ "required" : " *マークのあるものは必須項目です" ,
83
+ "search_videos" : {
84
+ "search" : " 検索する" ,
85
+ "search_result" : " {source}の動画検索結果" ,
86
+ "add_to_video_urls" : " 参考動画URLに登録する"
87
+ }
84
88
},
85
89
"editing_visibility_dialog" : {
86
90
"title" : {
Original file line number Diff line number Diff line change 6
6
/>
7
7
<editor-textarea
8
8
v-model =" tempFormData.description"
9
- :title =" $t('components.editing_screen .labels.description')"
9
+ :title =" $t('common.lesson_data .labels.description')"
10
10
/>
11
11
</div >
12
12
</template >
Original file line number Diff line number Diff line change 13
13
:placeholders =" $t('components.editing_screen.placeholder.video_keyword')"
14
14
/>
15
15
16
- <button class =" Button" @click =" handleVideoSearchWord" >検索する</button >
16
+ <button class =" Button" @click =" handleVideoSearchWord" >
17
+ {{ $t('components.editing_screen.search_videos.search') }}
18
+ </button >
17
19
18
20
<div v-if =" videoSearchResult.length > 0" class =" SearchResult" >
19
- <h3 >NHK For Schoolの動画検索結果</h3 >
21
+ <h3 >
22
+ {{
23
+ $t('components.editing_screen.search_videos.search_result', {
24
+ source: 'NHK For School',
25
+ })
26
+ }}
27
+ </h3 >
20
28
<ul >
21
29
<li v-for =" (v, i) in displayLists" :key =" i" class =" SearchResultItem" >
22
30
<component
42
50
class =" Button"
43
51
@click =" registerVideoUrl(v.videoUrl)"
44
52
>
45
- 参考動画URLに登録する
53
+ {{
54
+ $t('components.editing_screen.search_videos.add_to_video_urls')
55
+ }}
46
56
</button >
47
57
</li >
48
58
</ul >
You can’t perform that action at this time.
0 commit comments