scratch-blocks 1.2.0 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/horizontal.js +2 -2
- package/dist/vertical.js +2 -2
- package/dist/web/horizontal.js +2 -2
- package/dist/web/vertical.js +2 -2
- package/msg/js/en.js +1 -1
- package/msg/json/en.json +1 -1
- package/msg/messages.js +1 -1
- package/msg/scratch_msgs.js +117 -117
- package/package.json +1 -1
package/msg/js/en.js
CHANGED
|
@@ -219,7 +219,7 @@ Blockly.Msg["SENSING_CURRENT_HOUR"] = "hour";
|
|
|
219
219
|
Blockly.Msg["SENSING_CURRENT_MINUTE"] = "minute";
|
|
220
220
|
Blockly.Msg["SENSING_CURRENT_SECOND"] = "second";
|
|
221
221
|
Blockly.Msg["SENSING_DAYSSINCE2000"] = "days since 2000";
|
|
222
|
-
Blockly.Msg["SENSING_ONLINE"] = "
|
|
222
|
+
Blockly.Msg["SENSING_ONLINE"] = "online?";
|
|
223
223
|
Blockly.Msg["SENSING_USERNAME"] = "username";
|
|
224
224
|
Blockly.Msg["SENSING_USERID"] = "user id";
|
|
225
225
|
Blockly.Msg["SOUND_PLAY"] = "start sound %1";
|
package/msg/json/en.json
CHANGED
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
"SENSING_CURRENT_MINUTE": "minute",
|
|
214
214
|
"SENSING_CURRENT_SECOND": "second",
|
|
215
215
|
"SENSING_DAYSSINCE2000": "days since 2000",
|
|
216
|
-
"SENSING_ONLINE": "
|
|
216
|
+
"SENSING_ONLINE": "online?",
|
|
217
217
|
"SENSING_USERNAME": "username",
|
|
218
218
|
"SENSING_USERID": "user id",
|
|
219
219
|
"SOUND_PLAY": "start sound %1",
|
package/msg/messages.js
CHANGED
|
@@ -262,7 +262,7 @@ Blockly.Msg.SENSING_CURRENT_HOUR = 'hour';
|
|
|
262
262
|
Blockly.Msg.SENSING_CURRENT_MINUTE = 'minute';
|
|
263
263
|
Blockly.Msg.SENSING_CURRENT_SECOND = 'second';
|
|
264
264
|
Blockly.Msg.SENSING_DAYSSINCE2000 = 'days since 2000';
|
|
265
|
-
Blockly.Msg.SENSING_ONLINE = '
|
|
265
|
+
Blockly.Msg.SENSING_ONLINE = 'online?';
|
|
266
266
|
Blockly.Msg.SENSING_USERNAME = 'username';
|
|
267
267
|
Blockly.Msg.SENSING_USERID = 'user id';
|
|
268
268
|
|