Skip to content

Commit 78b4771

Browse files
committed
Finish translation of rfid
1 parent bf01962 commit 78b4771

12 files changed

Lines changed: 30 additions & 13 deletions

File tree

msg/tutorials/rfid-1/en.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
MSG.title = "Webduino Blockly Chapter 16-1 : RFID";
22
MSG.subTitle = "Chapter 16-1 : RFID";
33
MSG.demoDescription = "Show RFID's code in the area below.";
4+
MSG.show = "Show";

msg/tutorials/rfid-1/zh-hans.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
MSG.title = "Webduino Blockly 课程 16-1:侦测 RFID";
2+
MSG.subTitle = "课程 16-1:侦测 RFID";
3+
MSG.demoDescription = "更换不同的感应卡或磁扣,侦测并显示 RFID 的代码";
4+
MSG.show = "显示";

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
MSG.title = "Webduino Blockly 課程 16-1:偵測 RFID";
22
MSG.subTitle = "課程 16-1:偵測 RFID";
33
MSG.demoDescription = "更換不同的感應卡或磁扣,偵測並顯示 RFID 的代碼";
4+
MSG.show = "顯示";

msg/tutorials/rfid-2/en.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
MSG.title = "Webduino Blockly Chapter 16-2 : Changing Colors with RFID Keys";
22
MSG.subTitle = "Chapter 16-2 : Changing Colors with RFID Keys";
33
MSG.demoDescription = "Use RFID keys to change colors of the RGB LED.";
4+
MSG.show = "show";

msg/tutorials/rfid-2/zh-hans.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
MSG.title = "Webduino Blockly 课程 16-2:RFID 红绿灯";
2+
MSG.subTitle = "课程 16-2:RFID 红绿灯";
3+
MSG.demoDescription = "利用 RFID 控制三色 LED 灯的颜色切换";
4+
MSG.show = "显示";

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
MSG.title = "Webduino Blockly 課程 16-2:RFID 紅綠燈";
22
MSG.subTitle = "課程 16-2:RFID 紅綠燈";
33
MSG.demoDescription = "利用 RFID 控制三色 LED 燈的顏色切換";
4+
MSG.show = "顯示";

msg/tutorials/rfid-3/en.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
MSG.title = "Webduino Blockly Chapter 16-3 : Switching Youtube Videos with RFID Keys";
22
MSG.subTitle = "Chapter 16-3 : Switching Youtube Videos with RFID Keys";
33
MSG.demoDescription = "Use RFID keys to switch Youtube videos.";
4+
MSG.show = "Show";

msg/tutorials/rfid-3/zh-hans.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
MSG.title = "Webduino Blockly 课程 16-3:RFID 控制 Youtube";
2+
MSG.subTitle = "课程 16-3:RFID 控制 Youtube";
3+
MSG.demoDescription = "利用 RFID 控制 Youtube 的播放";
4+
MSG.show = "显示";

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
MSG.title = "Webduino Blockly 課程 16-3:RFID 控制 Youtube";
22
MSG.subTitle = "課程 16-3:RFID 控制 Youtube";
33
MSG.demoDescription = "利用 RFID 控制 Youtube 的播放";
4+
MSG.show = "顯示";

templates/tutorials/rfid-1.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<template id="head">
22
<meta charset="utf-8">
33
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
4-
<title>Webduino Blockly - RFID</title>
4+
<title data-translation="title">Webduino Blockly - RFID</title>
55
<!-- webduino -->
66
<script src="https://webduino.io/components/webduino-js/dist/webduino-all.min.js"></script>
77
<script src="https://blockly.webduino.io/webduino-blockly.js"></script>
88
<script src="https://blockly.webduino.io/lib/runtime.min.js"></script>
99
</template>
1010
<template id="body">
11-
<div id="show">show</div>
11+
<div id="show" data-translation="show">show</div>
1212
</template>
1313
<template id="css">
14-
#show{
15-
font-size:50px;
14+
#show {
15+
font-size: 50px;
1616
}
1717
</template>

0 commit comments

Comments
 (0)