File tree Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export default genI18nMessages({
1111            'They share their professional experience and the image of their domain’s future.' , 
1212        terms : { 
1313            bio : 'Bio' , 
14-             intro : 'Intro ' , 
14+             talk : 'Talk ' , 
1515            note : 'Note' , 
1616        } , 
1717    } , 
@@ -24,6 +24,7 @@ export default genI18nMessages({
2424        terms : { 
2525            bio : '講者' , 
2626            intro : '介紹' , 
27+             talk : '演講' , 
2728            note : '共筆' , 
2829        } , 
2930    } , 
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ export default genI18nMessages({
6666            intro : 'Intro' , 
6767            abstract : 'Abstract' , 
6868            description : 'Description' , 
69+             video : 'Video' , 
6970        } , 
7071    } , 
7172    'zh-hant' : { 
@@ -128,6 +129,7 @@ export default genI18nMessages({
128129            intro : '介紹' , 
129130            abstract : '摘要' , 
130131            description : '說明' , 
132+             video : '影片' , 
131133        } , 
132134    } , 
133135} ) 
Original file line number Diff line number Diff line change 8383                        >Slides
8484                    </ext-link >
8585                </div >
86-                 <youtube 
87-                     v-if =" !!data.youtube_id" 
88-                     :video-id =" data.youtube_id" 
89-                     class =" mt-4" 
90-                 >
91-                 </youtube >
86+ 
87+                 <div  v-if =" !!data.youtube_id" class =" mt-4" 
88+                     <p  class =" speech__tabParagraphTitle" 
89+                         {{ $t('terms.video') }}
90+                     </p >
91+                     <youtube  :video-id =" data.youtube_id" youtube >
92+                 </div >
9293            </tab >
9394            <tab  :title =" $t('terms.bio')" 
9495                <div 
Original file line number Diff line number Diff line change 6464                        </div >
6565                    </div >
6666                </tab >
67-                 <tab  :title =" $t('terms.intro ')" 
67+                 <tab  :title =" $t('terms.talk ')" 
6868                    <div  class =" pb-4 whitespace-pre-line" 
6969                        {{ keynote.session[$makeKey(locale, 'description')] }}
7070                        <div 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments