forked from webduinoio/webduino-blockly
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathen.js
More file actions
161 lines (161 loc) · 4.78 KB
/
en.js
File metadata and controls
161 lines (161 loc) · 4.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
var MSG = {
lang: "en",
catLoadingBlocks: "Loading...",
update: "update 2017.08.29",
title: "(Trial) Webduino Blockly Editor",
gotoCloud:"Go to Webduino Cloud!!",
gotoTutorials: "Tutorials",
gotoWebSite: "Official site",
cleanUpBlocks: "Clean Up Blocks",
exportImage: "Download Image",
userMenuDashboard: "Dashboard",
userMenuTutorials: "Tutorials",
userMenuApiDocs: "API Docs",
userMenuDemos:"Practice",
userMenuWebSite: "Web Site",
userMenuLogout: "Logout",
blocks: "Blocks",
linkTooltip: "Save and Link to Blocks",
qrcodeTooltip: "Generate preview QR code",
runTooltip: "Run Blocks in the Workspace",
stopRunTooltip: "Stop running",
badCode: "Program error:\n%1",
timeout: "Maximum execution iterations exceeded.",
trashTooltip: "Discard All Blocks",
sampleTooltip: "Load Sample Blocks",
demoTooltip: "Web Demo Area",
openJsbin: "Open Code Editor",
checkDeviceOnline: "Check Device Status",
catLogic: "Logic",
catLoops: "Loops",
catMath: "Math",
catText: "Text",
catLists: "Lists",
catColour: "Colour",
catVariables: "Variables",
catFunctions: "Functions",
catExec: "Delay",
catRepeat: "Repeat",
catBoard: "Board",
catPin: "I/O Pins",
catLed: "LED",
catRelay: "Relay",
catRGBLed: "RGB LED",
catUltraSonic: "Ultra Sonic",
catDht: "DHT",
catButton: "Button Switch",
catShock: "Shake Switch",
catPir: "PIR Motion",
catSound: "Sound Sensor",
catBuzzer: "Buzzer",
catServo: "Servo Motor",
listVariable: "list",
textVariable: "text",
httpRequestError: "There was a problem with the request.",
linkAlert: "Share your blocks with this link:\n\n%1",
hashError: "Sorry, '%1' doesn't correspond with any saved program.",
xmlError: "Could not load your saved file. It might be created with a different version of Blockly?",
badXml: "Error parsing XML:\n%1\n\nSelect 'OK' to abandon your changes or 'Cancel' to further edit the XML.",
catConsole: "Console",
catMathOther: "Math Conversion",
catTextLogic: "Text Logic",
backIndex: "Webduino Blockly Tutorials",
demoTitle: "Blockly Demo Area",
catTutorials: "Blockly",
linkToBin: "Let's Coding",
catDatabase: "Database",
catFirebase: "Firebase",
catCarTest: "Car",
catFish: "Fly Fish",
catBasic: "Basic Blocks",
catWebduino: "Webduino Blocks",
catBoardGroup: "Board Control",
catMenu1: "Luminous",
catMenu2: "Input/Output",
catMenu3: "Environmental",
catMenu4: "Wireless",
catMenu5: "Toy/Motor",
catSpeech: "Voice Control",
catSpeak: "Speech",
catMobile: "Mobile",
catTracking: "Tracking",
catKeyCode: "Keyboard",
catPlus: "Advanced",
catStandard: "Standard",
catMax7219: "LED Matrix",
catPhotocell: "Photocell/Potentiometer",
catSoil: "Soil Moisture",
catIRRecv: "IR Recv",
catIRLed: "IR Send",
catADXL345: "ADXL345",
catRFID: "RFID",
catJoystick: "Joystick",
catDemo: "Web Demo",
catDemoText: "Show Text",
catDemoLight: "Click Bulb",
catDemoImage: "Control Image",
catDemoArea: "Area Color",
catDemoButton: "Click Button",
catDemoRange: "Slider",
catDemoYoutube: "YouTube",
catDemoTracking: "Tracking",
catDemoController: "Remote",
demoAreaTitle: "Web Demo",
demoAreaChoose: "Choose:",
demoAreaSelect1: "Show Text",
demoAreaSelect2: "Click Bulb",
demoAreaSelect3: "Control Image",
demoAreaSelect4: "Area Color",
demoAreaSelect5: "Click Button",
demoAreaSelect6: "Slider",
demoAreaSelect7: "Youtube",
demoAreaSelect8: "Tracking",
demoAreaSelect9: "Remote",
demoAreaColor: "Choose color: ",
demoAreaBtn1: "Button 1",
demoAreaBtn2: "Button 2",
demoAreaBtn3: "Button 3",
demoAreaBtn4: "Button 4",
demoAreaBtn5: "Button 5",
demoAreaSlider: "Slider: ",
demoAreaSliderValue: "Value: ",
demoAreaYoutube1: "YouTube video is displayed at the top",
demoAreaYoutube2: "Must import: ",
demoAreaRemoteDisplay: "Display",
samples1:"Basic Samples",
samples1_1:"LED",
samples1_2:"RGB LED",
samples1_3:"Buzzer",
samples1_4:"Servo Motor",
samples1_5:"LED Matrix",
samples2:"Sensors",
samples2_1:"Ultra Sonic",
samples2_2:"DHT",
samples2_3:"Sound Sensor",
samples2_4:"PIR Motion",
samples2_5:"PhotoCell",
samples2_6:"Soil Moisture",
samples2_7:"ADXL 345",
samples2_8:"RFID",
samples3:"I/O",
samples3_1:"2 LED",
samples3_2:"RGB LED",
samples4:"Youtube",
samples4_1:"RFID + Youtube",
samples4_2:"Button + Youtube",
samples4_3:"Ultra Sonic + Youtube",
samples5:"Advanced",
samples5_1:"Virtual Remote",
samples5_2:"Speech + Bulb",
samples5_3:"Face + Bulb",
samples5_4:"Parking Sensors",
samples5_5:"Toycar (keyboard)",
samples5_6:"Toycar (Remote)",
samples5_7:"DHT + Firebase",
samples5_8:"RFID + Firebase",
samples5_9:"DHT + LED Matrix",
samples5_10:"Alarm",
samples6:"Multiple Boards",
samples6_1:"Soil Moisture + LED",
samples6_2:"Ultra Sonic + LED Matrix"
};