Skip to content

Commit fc98d64

Browse files
committed
add bin link
1 parent d9c5fdf commit fc98d64

89 files changed

Lines changed: 39 additions & 291 deletions

Some content is hidden

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

msg/en.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,9 @@ var MSG = {
3737
hashError: "Sorry, '%1' doesn't correspond with any saved program.",
3838
xmlError: "Could not load your saved file. Perhaps it was created with a different version of Blockly?",
3939
badXml: "Error parsing XML:\n%1\n\nSelect 'OK' to abandon your changes or 'Cancel' to further edit the XML.",
40-
catConsole: "Console"
40+
catConsole: "Console",
41+
backIndex: "Webduino Blockly Tutorials",
42+
demoTitle: "Blockly Demo Area",
43+
catTutorials: "Blockly",
44+
linkToBin: "Let's Coding"
4145
};

msg/tutorials/button-1/en.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
1-
MSG.backIndex = "Webduino Blockly Tutorials";
2-
MSG.demoTitle = "Blockly Demo Area";
3-
MSG.catTutorials = "Tutorials";
4-
MSG.timerVariable = "timer";
5-
61
MSG.subTitle = "Chapter 4-1 : Button";
72
MSG.demoDescription = "Detect button signal and displayed in the area below.";

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
1-
MSG.backIndex = "Webduino 積木教學";
2-
MSG.demoTitle = "Blockly 範例測試區";
3-
MSG.catTutorials = "教學積木";
4-
MSG.timerVariable = "計時器";
5-
61
MSG.subTitle = "課程 4-1:按鈕開關";
72
MSG.demoDescription = "偵測按鈕開關點擊的訊號,並顯示在下方區域。";

msg/tutorials/button-2/en.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
1-
MSG.backIndex = "Webduino Blockly Tutorials";
2-
MSG.demoTitle = "Blockly Demo Area";
3-
MSG.catTutorials = "Tutorials";
4-
MSG.timerVariable = "timer";
5-
61
MSG.subTitle = "Chapter 4-2 : Click button to add number";
72
MSG.demoDescription = "Per-click button to make the numbers plus 1.";

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
1-
MSG.backIndex = "Webduino 積木教學";
2-
MSG.demoTitle = "Blockly 範例測試區";
3-
MSG.catTutorials = "教學積木";
4-
MSG.timerVariable = "計時器";
5-
61
MSG.subTitle = "課程 4-2:點擊按鈕開關增加數字";
72
MSG.demoDescription = "每次點擊按鈕開關時讓數字加 1。";

msg/tutorials/button-3/en.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
1-
MSG.backIndex = "Webduino Blockly Tutorials";
2-
MSG.demoTitle = "Blockly Demo Area";
3-
MSG.catTutorials = "Tutorials";
4-
MSG.timerVariable = "timer";
5-
61
MSG.subTitle = "Chapter 4-3 : Click button to change image position";
72
MSG.demoDescription = "By clicking the button to change the position of picture";

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
1-
MSG.backIndex = "Webduino 積木教學";
2-
MSG.demoTitle = "Blockly 範例測試區";
3-
MSG.catTutorials = "教學積木";
4-
MSG.timerVariable = "計時器";
5-
61
MSG.subTitle = "課程 4-3:點擊按鈕開關改變圖片位置";
72
MSG.demoDescription = "透過點擊按鈕開關,讓圖片的位置改變";

msg/tutorials/button-4/en.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
1-
MSG.backIndex = "Webduino Blockly Tutorials";
2-
MSG.demoTitle = "Blockly Demo Area";
3-
MSG.catTutorials = "Tutorials";
4-
MSG.timerVariable = "timer";
5-
6-
MSG.subTitle = "Chapter 4-4 : Click button to play game";
1+
MMSG.subTitle = "Chapter 4-4 : Click button to play game";
72
MSG.demoDescription = "Run with NPC";

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
1-
MSG.backIndex = "Webduino 積木教學";
2-
MSG.demoTitle = "Blockly 範例測試區";
3-
MSG.catTutorials = "教學積木";
4-
MSG.timerVariable = "計時器";
5-
61
MSG.subTitle = "課程 4-4:點擊按鈕開關玩賽跑小遊戲";
72
MSG.demoDescription = "使用按鈕開關和電腦進行賽跑";

msg/tutorials/buzzer-1/en.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
MSG.backIndex = "Webduino Blockly Tutorials";
2-
MSG.demoTitle = "Blockly Demo Area";
3-
MSG.catTutorials = "Tutorials";
4-
MSG.timerVariable = "timer";
5-
61
MSG.subTitle = "Chapter 9-1 : Buzzer";
72
MSG.demoDescription = "Create a music and display notes and tempos, play this music by buzzer";
83
MSG.notes = "Notes:";

0 commit comments

Comments
 (0)