Skip to content

Commit 7ad0548

Browse files
吳怡萱吳怡萱
authored andcommitted
Translate tutorials.
1 parent a99f72f commit 7ad0548

56 files changed

Lines changed: 495 additions & 158 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

index-tutorials-en.html

Lines changed: 341 additions & 0 deletions
Large diffs are not rendered by default.

index-tutorials.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ <h4><a href="./?lang=zh-hant&page=tutorials/led-2" target="_blank">點選圖片
4040
<h4><a href="./?lang=zh-hant&page=tutorials/led-3" target="_blank">控制兩顆 LED</a></h4>
4141
<div>( <a href="https://youtu.be/TVcc4yChxy0" target="_blank">影片教學</a> | <a href="./?lang=zh-hant&page=tutorials/led-3#-JvMuD8cPViCJFD4VRSr" target="_blank">解答</a> )</div>
4242
</li>
43-
<li>
44-
<h4><a href="./?lang=zh-hant&page=tutorials/led-4" target="_blank">兩顆 LED 交互閃爍</a></h4>
45-
<div>( <a href="https://youtu.be/X3s_WoOVyxk" target="_blank">影片教學</a> | <a href="./?lang=zh-hant&page=tutorials/led-4#-JvMuhwaEGs7oMUz-bpm" target="_blank">解答</a> )</div>
46-
</li>
4743
</ul>
4844
<br/>
4945
<h3>2、三色 LED</h3>

msg/tutorials/adxl345-1/en.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
MSG.title = "Webduino Blockly Chapter 14-1 : Tri-axis accelerometer";
2-
MSG.subTitle = "Chapter 14-1 : Tri-axis accelerometer";
3-
MSG.demoDescription = "Tri-axis accelerometer, returned rotation value.";
1+
MSG.title = "Webduino Blockly Chapter 14-1 : 3-axis accelerometer";
2+
MSG.subTitle = "Chapter 14-1 : 3-axis accelerometer";
3+
MSG.demoDescription = "Control the tri-axis accelerometer, and return the rotation value.";

msg/tutorials/adxl345-2/en.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
MSG.title = "Webduino Blockly Chapter 14-2 : Rotate Picture";
2-
MSG.subTitle = "Chapter 14-2 : Rotate Picture";
3-
MSG.demoDescription = "Tri-axis accelerometer, returned rotation value, and rotate the picture.";
1+
MSG.title = "Webduino Blockly Chapter 14-2 : Image Rotation with a 3-axis accelerometer";
2+
MSG.subTitle = "Chapter 14-2 : Image Rotation with a 3-axis accelerometer";
3+
MSG.demoDescription = "Use the returned value of the 3-axis accelerometer to rotate image.";

msg/tutorials/adxl345-3/en.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
MSG.title = "Webduino Blockly Chapter 14-3 : Three-axis and LED";
2-
MSG.subTitle = "Chapter 14-3 : Three-axis and LED";
3-
MSG.demoDescription = "Tri-axis accelerometer, returned rotation value, LED light points.";
1+
MSG.title = "Webduino Blockly Chapter 14-3 : Lighting up an LED with a 3-axis accelerometer";
2+
MSG.subTitle = "Chapter 14-3 : Lighting up an LED with a 3-axis accelerometer";
3+
MSG.demoDescription = "Use the returned value of the 3-axis accelerometer to light up an LED.";

msg/tutorials/adxl345-4/en.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
MSG.title = "Webduino Blockly Chapter 14-4 : Three-axis and Matrix";
2-
MSG.subTitle = "Chapter 14-4 : Three-axis and Matrix";
3-
MSG.demoDescription = "Tri-axis accelerometer, returned rotation value, change the dot matrix graphic.";
1+
MSG.title = "Webduino Blockly Chapter 14-4 : Changing Icons with a 3-axis accelerometer";
2+
MSG.subTitle = "Chapter 14-4 : Changing Icons with a 3-axis accelerometer";
3+
MSG.demoDescription = "Use the returned value of the 3-axis accelerometer to change icons on LED matrix.";

msg/tutorials/button-1/en.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
MSG.title = "Webduino Blockly Chapter 4-1 : Button";
2-
MSG.subTitle = "Chapter 4-1 : Button";
3-
MSG.demoDescription = "Detect button signal and displayed in the area below.";
1+
MSG.title = "Webduino Blockly Chapter 4-1 : Button Switch";
2+
MSG.subTitle = "Chapter 4-1 : Button Switch";
3+
MSG.demoDescription = "Detect signal from the button switch and display the text in the area below.";

msg/tutorials/button-2/en.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
MSG.title = "Webduino Blockly Chapter 4-2 : Click button to add number";
2-
MSG.subTitle = "Chapter 4-2 : Click button to add number";
3-
MSG.demoDescription = "Per-click button to make the numbers plus 1.";
1+
MSG.title = "Webduino Blockly Chapter 4-2 : Calculation with a Button Switch";
2+
MSG.subTitle = "Chapter 4-2 : Calculation with a Button Switch";
3+
MSG.demoDescription = "Add up numbers every time the button is pressed";

msg/tutorials/button-3/en.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
MSG.title = "Webduino Blockly Chapter 4-3 : Click button to change image position";
2-
MSG.subTitle = "Chapter 4-3 : Click button to change image position";
3-
MSG.demoDescription = "By clicking the button to change the position of picture";
1+
MSG.title = "Webduino Blockly Chapter 4-3 : Changing Image Position with a Button Switch";
2+
MSG.subTitle = "Chapter 4-3 : Changing Image Position with a Button Switch";
3+
MSG.demoDescription = "Change the position of the image by pressing the button.";

msg/tutorials/button-4/en.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
MSG.title = "Webduino Blockly Chapter 4-4 : Click button to play game";
2-
MSG.subTitle = "Chapter 4-4 : Click button to play game";
3-
MSG.demoDescription = "Run with NPC";
1+
MSG.title = "Webduino Blockly Chapter 4-4 : Playing the game with a Button Switch";
2+
MSG.subTitle = "Chapter 4-4 : Playing the game with a Button Switch";
3+
MSG.demoDescription = "Run with NPC by pressing the button.";

0 commit comments

Comments
 (0)