@robotical/martyblocksjr 1.3.47 → 1.3.48

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.
@@ -124,6 +124,10 @@
124
124
  "BLOCKS_GO_TO_PAGE_DESCRIPTION": "Changes to the specified page of the project.",
125
125
  "CHARACTER_Marty.svg": "Marty",
126
126
  "INTERFACE_GUIDE_NUMBER": "{N, number}",
127
+ "INTERFACE_GUIDE_NEW_PROJECT": "{N, number} | New Project",
128
+ "INTERFACE_GUIDE_SAVED_PROJECT": "{N, number} | Saved Project",
129
+ "INTERFACE_GUIDE_SETTINGS": "{N, number} | Settings",
130
+ "INTERFACE_GUIDE_USER_GUIDES": "{N, number} | User Guides",
127
131
  "INTERFACE_GUIDE_SAVE": "{N, number} | Save",
128
132
  "INTERFACE_GUIDE_MARTY_CONNECT": "{N, number} | Connect Marty",
129
133
  "INTERFACE_GUIDE_STAGE": "{N, number} | Stage",
@@ -141,6 +145,10 @@
141
145
  "INTERFACE_GUIDE_BLOCKS_PALETTE": "{N, number} | Blocks Palette",
142
146
  "INTERFACE_GUIDE_BLOCKS_CATEGORIES": "{N, number} | Block Categories",
143
147
  "INTERFACE_GUIDE_CHARACTERS": "{N, number} | Characters",
148
+ "INTERFACE_GUIDE_NEW_PROJECT_DESCRIPTION": "Creates and launches a new project.",
149
+ "INTERFACE_GUIDE_SAVED_PROJECT_DESCRIPTION": "This is where you can access your saved projects. To remove a project, press and hold it. A red X will appear. Tap the X to delete the project.",
150
+ "INTERFACE_GUIDE_SETTINGS_DESCRIPTION": "Here you can change the language of the app.",
151
+ "INTERFACE_GUIDE_USER_GUIDES_DESCRIPTION": "Access the user guides for ScratchJr.",
144
152
  "INTERFACE_GUIDE_SAVE_DESCRIPTION": "Save the current project and exit to the Home page.",
145
153
  "INTERFACE_GUIDE_MARTY_CONNECT_DESCRIPTION": "Press here to connect your Marty. This will open a different screen .",
146
154
  "INTERFACE_GUIDE_STAGE_DESCRIPTION": "This is where the action takes place in the project.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robotical/martyblocksjr",
3
- "version": "1.3.47",
3
+ "version": "1.3.48",
4
4
  "description": "ScratchJr",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",