@robotical/webapp-types 3.14.11 → 3.14.13

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.
@@ -64,7 +64,9 @@ var resources = {
64
64
  "blocks_cog_13_title": "13. Quiz Game",
65
65
  "blocks_cog_13_subtitle": "Let's create a quiz game with Cog!",
66
66
  "blocks_cog_14_title": "14. Motion Tracker",
67
- "blocks_cog_14_subtitle": "Let's make a motion tracker with Cog!"
67
+ "blocks_cog_14_subtitle": "Let's make a motion tracker with Cog!",
68
+ "blocks_cog_15_title": "15. ML Gesture Sensing",
69
+ "blocks_cog_15_subtitle": "Using machine learning to recognize gestures with Cog!"
68
70
  },
69
71
  "addon_item": {
70
72
  "delete": "Delete",
@@ -129,7 +131,8 @@ var resources = {
129
131
  "cog_configuration": {
130
132
  "coming_soon": "Coming Soon...",
131
133
  "your_cog_version": "Your Cog Version is",
132
- "not_supported": "Cog configuration is not supported on this device."
134
+ "not_supported": "Cog configuration is not supported on this device.",
135
+ "update_cog_link": "You can update your Cog <0>here</0>."
133
136
  },
134
137
  "configuration_screen": {
135
138
  "addons": "Add-ons",
@@ -411,7 +414,8 @@ var resources = {
411
414
  "cog_configuration": {
412
415
  "coming_soon": "Έρχεται σύντομα...",
413
416
  "your_cog_version": "Η έκδοση του Cog σας είναι",
414
- "not_supported": "Η διαμόρφωση Cog δεν υποστηρίζεται ακόμη. Επιστρέψτε αργότερα!"
417
+ "not_supported": "Η διαμόρφωση Cog δεν υποστηρίζεται ακόμη. Επιστρέψτε αργότερα!",
418
+ "update_cog_link": "Mπορείτε να ενημερώσετε το Cog σας <0>εδώ</0>."
415
419
  },
416
420
  "configuration_screen": {
417
421
  "addons": "ΠΡΟΣΘΕΤΑ",
@@ -693,7 +697,8 @@ var resources = {
693
697
  "cog_configuration": {
694
698
  "coming_soon": "Binnenkort beschikbaar...",
695
699
  "your_cog_version": "Uw Cog-versie is",
696
- "not_supported": "Tandwielconfiguratie wordt niet ondersteund op dit apparaat."
700
+ "not_supported": "Tandwielconfiguratie wordt niet ondersteund op dit apparaat.",
701
+ "update_cog_link": "U kunt uw Cog <0>hier</0> bijwerken."
697
702
  },
698
703
  "configuration_screen": {
699
704
  "addons": "Uitbreidingen",
@@ -975,7 +980,8 @@ var resources = {
975
980
  "cog_configuration": {
976
981
  "coming_soon": "Prossimamente...",
977
982
  "your_cog_version": "La tua versione di Cog è",
978
- "not_supported": "La configurazione Cog non è supportata su questo dispositivo."
983
+ "not_supported": "La configurazione Cog non è supportata su questo dispositivo.",
984
+ "update_cog_link": "Puoi aggiornare il tuo Cog <0>qui</0>."
979
985
  },
980
986
  "configuration_screen": {
981
987
  "addons": "Componenti aggiuntivi",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robotical/webapp-types",
3
- "version": "3.14.11",
3
+ "version": "3.14.13",
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",