Changes for page Servo
Last modified by Jim(Forgotten) on 2024/09/29 11:35
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -42,7 +42,8 @@ 42 42 { 43 43 'title': $services.localization.render('Servo drive basic training and introduction'), 44 44 'topics': [ 45 - $services.localization.render('Introduces servo composition,wiring,signal definitions,troubleshooting and so on.') 45 + $services.localization.render('language:English'), 46 + $services.localization.render('This video introduces servo composition,wiring,signal definitions,troubleshooting and so on.') 46 46 ], 47 47 'url': 'https://www.youtube.com/embed/89J7lzyRHoA', 48 48 'duration': '27 mins' ... ... @@ -50,14 +50,17 @@ 50 50 { 51 51 'title': $services.localization.render('Introduction of Wecon VD1 Servo interface and internal'), 52 52 'topics': [ 53 - $services.localization.render('Introduces the servo interface and internal structure.') 54 + $services.localization.render('language:English'), 55 + $services.localization.render('This video introduces the servo interface and internal structure.') 54 54 ], 55 55 'url': 'https://www.youtube.com/embed/DSsqMeBcrvw', 56 56 'duration': '7 mins' 57 57 }, 60 + 58 58 { 59 59 'title': $services.localization.render('Wecon Servo Configuration Training'), 60 60 'topics': [ 64 + $services.localization.render('language:English'), 61 61 $services.localization.render('Wecon Servo Configuration Training') 62 62 ], 63 63 'url': 'https://www.youtube.com/embed/dk972UHRobw', ... ... @@ -66,6 +66,7 @@ 66 66 { 67 67 'title': $services.localization.render('Servo Motor Selection Calculation'), 68 68 'topics': [ 73 + $services.localization.render('language:English'), 69 69 $services.localization.render('Servo Motor Selection Calculation') 70 70 ], 71 71 'url': 'https://www.youtube.com/embed/lWsDleDXLhE', ... ... @@ -74,6 +74,7 @@ 74 74 { 75 75 'title': $services.localization.render('Servo Online Selection Tool'), 76 76 'topics': [ 82 + $services.localization.render('language:English'), 77 77 $services.localization.render('Servo Online Selection Tool') 78 78 ], 79 79 'url': 'https://www.youtube.com/embed/G16lw5OCteA?list=PL_Bpnb2RgakuqWIFY0h5_kQsGbGDynpqQ', ... ... @@ -82,12 +82,15 @@ 82 82 { 83 83 'title': $services.localization.render('Servo Software Introduction'), 84 84 'topics': [ 91 + $services.localization.render('language:English'), 85 85 $services.localization.render('How to use servo software?') 86 86 ], 87 87 'url': 'https://www.youtube.com/embed/3Nqdn86cWUU', 88 88 'duration': '3 mins' 89 89 } 97 + 90 90 ]) 99 + 91 91 #macro (helpVideoCard $data) 92 92 <div class="videoCard"> 93 93 <iframe src="$data.url" allowfullscreen title="$escapetool.xml($data.title)" role="presentation" ></iframe>