File tree Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 79
79
"placeholders" : {
80
80
"video_keyword" : " 例) 理科"
81
81
},
82
- "required" : " *マークのあるものは必須項目です"
82
+ "required" : " *マークのあるものは必須項目です" ,
83
+ "search_videos" : {
84
+ "search" : " 検索する" ,
85
+ "search_result" : " {source}の動画検索結果" ,
86
+ "add_to_video_urls" : " 参考動画URLに登録する"
87
+ }
83
88
},
84
89
"editing_visibility_dialog" : {
85
90
"title" : {
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