Skip to content

Commit c3568af

Browse files
committed
add page title
1 parent 7c43aaf commit c3568af

60 files changed

Lines changed: 61 additions & 1 deletion

File tree

Some content is hidden

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

msg/tutorials/button-1/en.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
MSG.title = "Webduino Blockly Chapter 4-1 : Button";
12
MSG.subTitle = "Chapter 4-1 : Button";
23
MSG.demoDescription = "Detect button signal and displayed in the area below.";

msg/tutorials/button-1/zh-hant.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
MSG.title = "Webduino Blockly 課程 4-1:按鈕開關";
12
MSG.subTitle = "課程 4-1:按鈕開關";
23
MSG.demoDescription = "偵測按鈕開關點擊的訊號,並顯示在下方區域。";

msg/tutorials/button-2/en.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
MSG.title = "Webduino Blockly Chapter 4-2 : Click button to add number";
12
MSG.subTitle = "Chapter 4-2 : Click button to add number";
23
MSG.demoDescription = "Per-click button to make the numbers plus 1.";

msg/tutorials/button-2/zh-hant.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
MSG.title = "Webduino Blockly 課程 4-2:點擊按鈕開關增加數字";
12
MSG.subTitle = "課程 4-2:點擊按鈕開關增加數字";
23
MSG.demoDescription = "每次點擊按鈕開關時讓數字加 1。";

msg/tutorials/button-3/en.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
MSG.title = "Webduino Blockly Chapter 4-3 : Click button to change image position";
12
MSG.subTitle = "Chapter 4-3 : Click button to change image position";
23
MSG.demoDescription = "By clicking the button to change the position of picture";

msg/tutorials/button-3/zh-hant.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
MSG.title = "Webduino Blockly 課程 4-3:點擊按鈕開關改變圖片位置";
12
MSG.subTitle = "課程 4-3:點擊按鈕開關改變圖片位置";
23
MSG.demoDescription = "透過點擊按鈕開關,讓圖片的位置改變";

msg/tutorials/button-4/en.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
MMSG.subTitle = "Chapter 4-4 : Click button to play game";
1+
MSG.title = "Webduino Blockly Chapter 4-4 : Click button to play game";
2+
MSG.subTitle = "Chapter 4-4 : Click button to play game";
23
MSG.demoDescription = "Run with NPC";

msg/tutorials/button-4/zh-hant.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
MSG.title = "Webduino Blockly 課程 4-4:點擊按鈕開關玩賽跑小遊戲";
12
MSG.subTitle = "課程 4-4:點擊按鈕開關玩賽跑小遊戲";
23
MSG.demoDescription = "使用按鈕開關和電腦進行賽跑";

msg/tutorials/buzzer-1/en.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
MSG.title = "Webduino Blockly Chapter 9-1 : Buzzer";
12
MSG.subTitle = "Chapter 9-1 : Buzzer";
23
MSG.demoDescription = "Create a music and display notes and tempos, play this music by buzzer";
34
MSG.notes = "Notes:";

msg/tutorials/buzzer-1/zh-hant.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
MSG.title = "Webduino Blockly 課程 9-1:蜂鳴器播放音樂";
12
MSG.subTitle = "課程 9-1:蜂鳴器播放音樂";
23
MSG.demoDescription = "製作一首音樂並用蜂鳴器播放,將音樂簡譜顯示在下方";
34
MSG.notes = "音符:";

0 commit comments

Comments
 (0)