Skip to content

Commit 44c24a1

Browse files
committed
Make the texts of demo area be the same with blocks.
1 parent 182c60b commit 44c24a1

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

msg/stages/rgbled-2/zh-hans.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
MSG.title = "Webduino Blockly 关卡 2:红绿灯控制";
22
MSG.subTitle = "关卡 2:红绿灯控制";
33
MSG.demoDescription = "点选按钮,切换三色 LED 灯的颜色";
4-
MSG.red = "红色";
5-
MSG.green = "绿色";
6-
MSG.blue = "蓝色";
7-
MSG.clear = "清除";
4+
MSG.red = "Red";
5+
MSG.green = "Green";
6+
MSG.blue = "Blue";
7+
MSG.clear = "Clear";
88
MSG.stageHelp = "使用积木,点击测试区的按钮时,会改变三色 LED 的颜色, 并且利用模拟器,也表现出灯炮颜色变化的画面。";

msg/stages/rgbled-2/zh-hant.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
MSG.title = "Webduino Blockly 關卡 2:紅綠燈控制";
22
MSG.subTitle = "關卡 2:紅綠燈控制";
33
MSG.demoDescription = "點選按鈕,切換三色 LED 燈的顏色";
4-
MSG.red = "紅色";
5-
MSG.green = "綠色";
6-
MSG.blue = "藍色";
7-
MSG.clear = "清除";
4+
MSG.red = "Red";
5+
MSG.green = "Green";
6+
MSG.blue = "Blue";
7+
MSG.clear = "Clear";
88
MSG.stageHelp = "使用積木,點擊測試區的按鈕時,會改變三色 LED 的顏色, 並且利用模擬器,也表現出燈炮顏色變化的畫面。";

0 commit comments

Comments
 (0)