@robotical/webapp-types 3.14.15 → 3.14.17

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.
@@ -10,6 +10,7 @@ var resources = {
10
10
  "blocks_tutorial_title": "Blocks Tutorial",
11
11
  "cog_blocks_jr_activities_heading": "Cog Blocks Jr Activities",
12
12
  "cog_blocks_activities_heading": "Cog Blocks Activities",
13
+ "marty_blocks_activities_heading": "Marty Blocks Activities",
13
14
  "cog_marty_blocks_jr_tutorial_subtitle": "Learn how to use Cog with Marty",
14
15
  "cog_marty_blocks_jr_tutorial_title": "Cog & Marty Blocks Jr Tutorial",
15
16
  "dodgeball_game_subtitle": "We'll make a dodgeball game using Cog as the controller!",
@@ -66,7 +67,31 @@ var resources = {
66
67
  "blocks_cog_14_title": "14. Motion Tracker",
67
68
  "blocks_cog_14_subtitle": "Let's make a motion tracker with Cog!",
68
69
  "blocks_cog_15_title": "15. ML Gesture Sensing",
69
- "blocks_cog_15_subtitle": "Using machine learning to recognize gestures with Cog!"
70
+ "blocks_cog_15_subtitle": "Using machine learning to recognize gestures with Cog!",
71
+ "blocks_marty_coding_1_title": "1. Watch Out Marty! Pt 1 – What If?",
72
+ "blocks_marty_coding_1_subtitle": "Learn to use if statements to keep Marty safe!",
73
+ "blocks_marty_coding_2_title": "2. Watch Out Marty! Pt 2 – What Else?",
74
+ "blocks_marty_coding_2_subtitle": "Learn to use if else statements to keep Marty safe!",
75
+ "blocks_marty_coding_3_title": "3. What Is A Variable?",
76
+ "blocks_marty_coding_3_subtitle": "Learn how programmers use variables and loops to supercharge their code!",
77
+ "blocks_marty_coding_4_title": "4. Parallel Programs 1",
78
+ "blocks_marty_coding_4_subtitle": "Learn how computers control code that happens at the same time!",
79
+ "blocks_marty_coding_5_title": "5. Parallel Programs 2",
80
+ "blocks_marty_coding_5_subtitle": "Let's use parallel programming with variable control to help Marty show off all his funny faces!",
81
+ "blocks_marty_coding_6_title": "6. Coding Unplugged",
82
+ "blocks_marty_coding_6_subtitle": "Let's recreate unplugged mode using everything we've learned so far! If-statements, loops, parallel code, operator blocks and more...",
83
+ "blocks_marty_coding_7_title": "7. Lists Pt.1 - Marty Memorises Colours",
84
+ "blocks_marty_coding_7_subtitle": "Let's learn how programmers use lists to do so many cool things!",
85
+ "blocks_marty_coding_8_title": "8. Lists Pt.2 - Marty's Shopping List",
86
+ "blocks_marty_coding_8_subtitle": "Let's learn how programmers use lists to do so many cool things!",
87
+ "blocks_marty_intro_1_title": "1. Moving with MartyBlocks",
88
+ "blocks_marty_intro_1_subtitle": "Progress from BlocksJr to MartyBlocks!",
89
+ "blocks_marty_intro_2_title": "2. Fun with Sprites",
90
+ "blocks_marty_intro_2_subtitle": "Learn how to create and control Sprites in MartyBlocks!",
91
+ "blocks_marty_intro_3_title": "3. Arctic Marty",
92
+ "blocks_marty_intro_3_subtitle": "Let's explore Events and Sprites, and how they can control Marty's movements!",
93
+ "blocks_marty_intro_4_title": "4. Sprites Can Party With Marty",
94
+ "blocks_marty_intro_4_subtitle": "Use a sprite to tell Marty that it’s party time!"
70
95
  },
71
96
  "addon_item": {
72
97
  "delete": "Delete",
@@ -219,7 +244,8 @@ var resources = {
219
244
  "blocks": "Blocks",
220
245
  "blocksJr": "Blocks Jr",
221
246
  "controller": "Marty Controller",
222
- "sensors": "Sensor Dashboard"
247
+ "sensors": "Sensor Dashboard",
248
+ "games": "Games"
223
249
  },
224
250
  "nav": {
225
251
  "activities": "Activities",
@@ -502,7 +528,8 @@ var resources = {
502
528
  "blocks": "Blocks",
503
529
  "blocksJr": "Blocks Jr",
504
530
  "controller": "Χειριστήριο Marty",
505
- "sensors": "Πίνακας Αισθητήρων"
531
+ "sensors": "Πίνακας Αισθητήρων",
532
+ "games": "Παιχνίδια"
506
533
  },
507
534
  "nav": {
508
535
  "activities": "Δραστηριότητες",
@@ -785,7 +812,8 @@ var resources = {
785
812
  "blocks": "Blokken",
786
813
  "blocksJr": "Blokken Jr",
787
814
  "controller": "Marty-controleur",
788
- "sensors": "Sensor Dashboard"
815
+ "sensors": "Sensor Dashboard",
816
+ "games": "Spellen"
789
817
  },
790
818
  "nav": {
791
819
  "activities": "Activiteiten",
@@ -1066,7 +1094,8 @@ var resources = {
1066
1094
  "blocks": "Blocchi",
1067
1095
  "blocksJr": "Blocchi Jr.",
1068
1096
  "controller": "Marty Controller",
1069
- "sensors": "Pannello di controllo del sensore"
1097
+ "sensors": "Pannello di controllo del sensore",
1098
+ "games": "Giochi"
1070
1099
  },
1071
1100
  "nav": {
1072
1101
  "activities": "Attività",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robotical/webapp-types",
3
- "version": "3.14.15",
3
+ "version": "3.14.17",
4
4
  "description": "Type definitions for the Application Manager",
5
5
  "main": "dist/application-manager.d.ts",
6
6
  "types": "dist/application-manager.d.ts",