@robotical/martyblocksjr 4.2.2 → 4.2.3

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.
Files changed (46) hide show
  1. package/editions/free/src/app.bundle.js +1 -1
  2. package/editions/free/src/css/editor.css +5 -0
  3. package/editions/free/src/css/editorleftpanel.css +12 -6
  4. package/editions/free/src/inapp/about.html +55 -26
  5. package/editions/free/src/inapp/blocks.html +16 -459
  6. package/editions/free/src/inapp/images/interface.png +0 -0
  7. package/editions/free/src/inapp/images/paint.png +0 -0
  8. package/editions/free/src/inapp/interface.html +136 -123
  9. package/editions/free/src/inapp/style/about.css +333 -21
  10. package/editions/free/src/inapp/style/blocks.css +423 -82
  11. package/editions/free/src/inapp/style/interface.css +178 -453
  12. package/editions/free/src/localizations/bg.json +36 -2
  13. package/editions/free/src/localizations/ca.json +36 -2
  14. package/editions/free/src/localizations/cs.json +36 -2
  15. package/editions/free/src/localizations/cy.json +36 -2
  16. package/editions/free/src/localizations/da.json +36 -2
  17. package/editions/free/src/localizations/de.json +36 -2
  18. package/editions/free/src/localizations/el.json +36 -2
  19. package/editions/free/src/localizations/en.json +114 -7
  20. package/editions/free/src/localizations/es.json +36 -2
  21. package/editions/free/src/localizations/fi.json +36 -2
  22. package/editions/free/src/localizations/fr.json +36 -2
  23. package/editions/free/src/localizations/it.json +36 -2
  24. package/editions/free/src/localizations/ja.json +36 -2
  25. package/editions/free/src/localizations/ko.json +36 -2
  26. package/editions/free/src/localizations/nl.json +36 -2
  27. package/editions/free/src/localizations/no.json +36 -2
  28. package/editions/free/src/localizations/pl.json +36 -2
  29. package/editions/free/src/localizations/pt-br.json +36 -2
  30. package/editions/free/src/localizations/pt.json +36 -2
  31. package/editions/free/src/localizations/sv.json +36 -2
  32. package/editions/free/src/localizations/th.json +36 -2
  33. package/editions/free/src/localizations/tr.json +36 -2
  34. package/editions/free/src/localizations/uk.json +36 -2
  35. package/editions/free/src/localizations/zh-cn.json +36 -2
  36. package/editions/free/src/localizations/zh-tw.json +36 -2
  37. package/package.json +1 -1
  38. package/scripts/a11y-structure.mjs +9 -2
  39. package/tests/BlockGuideRegistry.test.js +60 -0
  40. package/tests/MartyManager.test.js +88 -0
  41. package/tests/e2e/accessibility.e2e.test.js +153 -10
  42. package/tests/e2e/blocks-jr-hidden-blocks.e2e.test.js +84 -0
  43. package/tests/e2e/chromium-79-smoke.test.js +12 -17
  44. package/tests/e2e/microbit-extension-project-reload.e2e.test.js +1 -6
  45. package/tests/e2e/project-load-progress-loop.e2e.test.js +1 -6
  46. package/tests/e2e/sidebar-scrollbars.e2e.test.js +179 -0
@@ -2,7 +2,22 @@
2
2
  "MY_PROJECTS": "Моите проекти",
3
3
  "QUICK_INTRO": "Бързо въведение в ScratchJr",
4
4
  "SAMPLE_PROJECTS": "Примерни проекти",
5
- "ABOUT_SCRATCHJR": "Относно ScratchJr",
5
+ "ABOUT_SCRATCHJR": "Относно Blocks Jr",
6
+ "ABOUT_BLOCKS_JR_EYEBROW": "Made for curious creators",
7
+ "ABOUT_BLOCKS_JR_TAGLINE": "Create stories. Code characters. Bring robots to life.",
8
+ "ABOUT_BLOCKS_JR_INTRODUCTION_TITLE": "A first step into creative coding",
9
+ "ABOUT_BLOCKS_JR_INTRODUCTION_DESCRIPTION": "Blocks Jr is Robotical's beginner-friendly block coding environment. Young learners snap together colourful blocks to make characters move, tell interactive stories, and control real robots—building confidence through play and experimentation.",
10
+ "ABOUT_BLOCKS_JR_FEATURES_TITLE": "What can you make?",
11
+ "ABOUT_BLOCKS_JR_CREATE_TITLE": "Create",
12
+ "ABOUT_BLOCKS_JR_CREATE_DESCRIPTION": "Design characters and backgrounds, record sounds, and build your own interactive stories.",
13
+ "ABOUT_BLOCKS_JR_CODE_TITLE": "Code",
14
+ "ABOUT_BLOCKS_JR_CODE_DESCRIPTION": "Turn ideas into instructions with events, sequences, messages, loops, and more.",
15
+ "ABOUT_BLOCKS_JR_CONNECT_TITLE": "Connect",
16
+ "ABOUT_BLOCKS_JR_CONNECT_DESCRIPTION": "Bring projects off the screen by coding Marty and Cog, and extend them with devices such as micro:bit.",
17
+ "ABOUT_BLOCKS_JR_ROBOTICAL_TITLE": "Made by Robotical",
18
+ "ABOUT_BLOCKS_JR_ROBOTICAL_DESCRIPTION": "Robotical creates playful educational technology that helps learners explore coding, robotics, and STEAM through hands-on discovery.",
19
+ "ABOUT_BLOCKS_JR_FOUNDATION_TITLE": "Built on the ScratchJr foundation",
20
+ "ABOUT_BLOCKS_JR_FOUNDATION_DESCRIPTION": "Blocks Jr is based on ScratchJr, originally developed by the DevTech Research Group at Tufts University, the Lifelong Kindergarten group at the MIT Media Lab, and the Playful Invention Company. Robotical has extended that foundation with connected-device experiences for Marty and Cog.",
6
21
  "INTERFACE_GUIDE": "Ръководство за интерфейс",
7
22
  "PAINT_EDITOR_GUIDE": "Ръководство за редактор на Paint",
8
23
  "BLOCKS_GUIDE": "Ръководство за блокове",
@@ -1175,5 +1190,24 @@
1175
1190
  "BLOCK_DESC_MICROBIT_DISPLAY_HAPPY": "Shows a happy face on the micro:bit display.",
1176
1191
  "BLOCK_DESC_MICROBIT_DISPLAY_TEXT": "Shows text on the micro:bit display.",
1177
1192
  "BLOCK_DESC_MICROBIT_DISPLAY_CUSTOM": "Shows a custom icon on the micro:bit display.",
1178
- "BLOCK_DESC_MICROBIT_CLEAR_DISPLAY": "Clears the micro:bit display."
1193
+ "BLOCK_DESC_MICROBIT_CLEAR_DISPLAY": "Clears the micro:bit display.",
1194
+ "INTERFACE_GUIDE_SELECT_HINT": "Select a number on the image to learn about that feature.",
1195
+ "INTERFACE_GUIDE_DEVICE_CONNECTIONS": "{N, number} | Connect Devices",
1196
+ "INTERFACE_GUIDE_DEVICE_CONNECTIONS_DESCRIPTION": "Connect, switch, or disconnect Cog and Marty. Connected device tiles show their current status.",
1197
+ "INTERFACE_GUIDE_EXTENSIONS": "{N, number} | Extensions",
1198
+ "INTERFACE_GUIDE_EXTENSIONS_DESCRIPTION": "Open the Extensions library to add or remove optional hardware support, such as micro:bit. Enabling an extension reveals its connection tile and block categories.",
1199
+ "INTERFACE_GUIDE_SPRITES_AND_DEVICES": "{N, number} | Sprites and Marty",
1200
+ "INTERFACE_GUIDE_SPRITES_AND_DEVICES_DESCRIPTION": "Select the sprite whose scripts you want to edit. In Marty mode, this panel shows the Marty programming target. Use the scrollbar when the list is longer than the panel; in Sprite mode, tap the plus button to add a sprite.",
1201
+ "INTERFACE_GUIDE_TRACE": "{N, number} | Trace",
1202
+ "INTERFACE_GUIDE_TRACE_DESCRIPTION": "Show or hide the trail drawn as sprites move around the stage.",
1203
+ "INTERFACE_GUIDE_CLEAR_TRACE": "{N, number} | Clear Trace",
1204
+ "INTERFACE_GUIDE_CLEAR_TRACE_DESCRIPTION": "Remove all trails currently drawn on the stage.",
1205
+ "INTERFACE_GUIDE_MARTY_MODE": "{N, number} | Sprite and Marty Mode",
1206
+ "INTERFACE_GUIDE_MARTY_MODE_DESCRIPTION": "Switch the programming target and main block categories between sprites and Marty. This does not connect hardware.",
1207
+ "INTERFACE_GUIDE_DUPLICATE_PAGE": "{N, number} | Duplicate Page",
1208
+ "INTERFACE_GUIDE_DUPLICATE_PAGE_DESCRIPTION": "Copy the selected page, including its background, sprites, and scripts. A project can contain up to four pages.",
1209
+ "INTERFACE_GUIDE_DEVICE_BLOCK_CATEGORIES": "{N, number} | Device Block Categories",
1210
+ "INTERFACE_GUIDE_DEVICE_BLOCK_CATEGORIES_DESCRIPTION": "Choose Cog blocks. Optional device categories, such as micro:bit, appear here when their extension is enabled.",
1211
+ "INTERFACE_GUIDE_ZOOM": "{N, number} | Script Zoom",
1212
+ "INTERFACE_GUIDE_ZOOM_DESCRIPTION": "Press and hold to zoom out for an overview of the programming area; release to return to normal size."
1179
1213
  }
@@ -2,7 +2,22 @@
2
2
  "MY_PROJECTS": "Els meus projectes",
3
3
  "QUICK_INTRO": "Introducció ràpida a ScratchJr",
4
4
  "SAMPLE_PROJECTS": "Projectes d'exemple",
5
- "ABOUT_SCRATCHJR": "Quant a l'ScratchJr",
5
+ "ABOUT_SCRATCHJR": "Quant a Blocks Jr",
6
+ "ABOUT_BLOCKS_JR_EYEBROW": "Made for curious creators",
7
+ "ABOUT_BLOCKS_JR_TAGLINE": "Create stories. Code characters. Bring robots to life.",
8
+ "ABOUT_BLOCKS_JR_INTRODUCTION_TITLE": "A first step into creative coding",
9
+ "ABOUT_BLOCKS_JR_INTRODUCTION_DESCRIPTION": "Blocks Jr is Robotical's beginner-friendly block coding environment. Young learners snap together colourful blocks to make characters move, tell interactive stories, and control real robots—building confidence through play and experimentation.",
10
+ "ABOUT_BLOCKS_JR_FEATURES_TITLE": "What can you make?",
11
+ "ABOUT_BLOCKS_JR_CREATE_TITLE": "Create",
12
+ "ABOUT_BLOCKS_JR_CREATE_DESCRIPTION": "Design characters and backgrounds, record sounds, and build your own interactive stories.",
13
+ "ABOUT_BLOCKS_JR_CODE_TITLE": "Code",
14
+ "ABOUT_BLOCKS_JR_CODE_DESCRIPTION": "Turn ideas into instructions with events, sequences, messages, loops, and more.",
15
+ "ABOUT_BLOCKS_JR_CONNECT_TITLE": "Connect",
16
+ "ABOUT_BLOCKS_JR_CONNECT_DESCRIPTION": "Bring projects off the screen by coding Marty and Cog, and extend them with devices such as micro:bit.",
17
+ "ABOUT_BLOCKS_JR_ROBOTICAL_TITLE": "Made by Robotical",
18
+ "ABOUT_BLOCKS_JR_ROBOTICAL_DESCRIPTION": "Robotical creates playful educational technology that helps learners explore coding, robotics, and STEAM through hands-on discovery.",
19
+ "ABOUT_BLOCKS_JR_FOUNDATION_TITLE": "Built on the ScratchJr foundation",
20
+ "ABOUT_BLOCKS_JR_FOUNDATION_DESCRIPTION": "Blocks Jr is based on ScratchJr, originally developed by the DevTech Research Group at Tufts University, the Lifelong Kindergarten group at the MIT Media Lab, and the Playful Invention Company. Robotical has extended that foundation with connected-device experiences for Marty and Cog.",
6
21
  "INTERFACE_GUIDE": "Guia de la interfície",
7
22
  "PAINT_EDITOR_GUIDE": "Guia de l'editor de pintura",
8
23
  "BLOCKS_GUIDE": "Guia de blocs",
@@ -1175,5 +1190,24 @@
1175
1190
  "BLOCK_DESC_MICROBIT_DISPLAY_HAPPY": "Shows a happy face on the micro:bit display.",
1176
1191
  "BLOCK_DESC_MICROBIT_DISPLAY_TEXT": "Shows text on the micro:bit display.",
1177
1192
  "BLOCK_DESC_MICROBIT_DISPLAY_CUSTOM": "Shows a custom icon on the micro:bit display.",
1178
- "BLOCK_DESC_MICROBIT_CLEAR_DISPLAY": "Clears the micro:bit display."
1193
+ "BLOCK_DESC_MICROBIT_CLEAR_DISPLAY": "Clears the micro:bit display.",
1194
+ "INTERFACE_GUIDE_SELECT_HINT": "Select a number on the image to learn about that feature.",
1195
+ "INTERFACE_GUIDE_DEVICE_CONNECTIONS": "{N, number} | Connect Devices",
1196
+ "INTERFACE_GUIDE_DEVICE_CONNECTIONS_DESCRIPTION": "Connect, switch, or disconnect Cog and Marty. Connected device tiles show their current status.",
1197
+ "INTERFACE_GUIDE_EXTENSIONS": "{N, number} | Extensions",
1198
+ "INTERFACE_GUIDE_EXTENSIONS_DESCRIPTION": "Open the Extensions library to add or remove optional hardware support, such as micro:bit. Enabling an extension reveals its connection tile and block categories.",
1199
+ "INTERFACE_GUIDE_SPRITES_AND_DEVICES": "{N, number} | Sprites and Marty",
1200
+ "INTERFACE_GUIDE_SPRITES_AND_DEVICES_DESCRIPTION": "Select the sprite whose scripts you want to edit. In Marty mode, this panel shows the Marty programming target. Use the scrollbar when the list is longer than the panel; in Sprite mode, tap the plus button to add a sprite.",
1201
+ "INTERFACE_GUIDE_TRACE": "{N, number} | Trace",
1202
+ "INTERFACE_GUIDE_TRACE_DESCRIPTION": "Show or hide the trail drawn as sprites move around the stage.",
1203
+ "INTERFACE_GUIDE_CLEAR_TRACE": "{N, number} | Clear Trace",
1204
+ "INTERFACE_GUIDE_CLEAR_TRACE_DESCRIPTION": "Remove all trails currently drawn on the stage.",
1205
+ "INTERFACE_GUIDE_MARTY_MODE": "{N, number} | Sprite and Marty Mode",
1206
+ "INTERFACE_GUIDE_MARTY_MODE_DESCRIPTION": "Switch the programming target and main block categories between sprites and Marty. This does not connect hardware.",
1207
+ "INTERFACE_GUIDE_DUPLICATE_PAGE": "{N, number} | Duplicate Page",
1208
+ "INTERFACE_GUIDE_DUPLICATE_PAGE_DESCRIPTION": "Copy the selected page, including its background, sprites, and scripts. A project can contain up to four pages.",
1209
+ "INTERFACE_GUIDE_DEVICE_BLOCK_CATEGORIES": "{N, number} | Device Block Categories",
1210
+ "INTERFACE_GUIDE_DEVICE_BLOCK_CATEGORIES_DESCRIPTION": "Choose Cog blocks. Optional device categories, such as micro:bit, appear here when their extension is enabled.",
1211
+ "INTERFACE_GUIDE_ZOOM": "{N, number} | Script Zoom",
1212
+ "INTERFACE_GUIDE_ZOOM_DESCRIPTION": "Press and hold to zoom out for an overview of the programming area; release to return to normal size."
1179
1213
  }
@@ -2,7 +2,22 @@
2
2
  "MY_PROJECTS": "Moje projekty",
3
3
  "QUICK_INTRO": "Rychlý úvod do ScratchJr",
4
4
  "SAMPLE_PROJECTS": "Ukázkové projekty",
5
- "ABOUT_SCRATCHJR": "O ScratchJr",
5
+ "ABOUT_SCRATCHJR": "O Blocks Jr",
6
+ "ABOUT_BLOCKS_JR_EYEBROW": "Made for curious creators",
7
+ "ABOUT_BLOCKS_JR_TAGLINE": "Create stories. Code characters. Bring robots to life.",
8
+ "ABOUT_BLOCKS_JR_INTRODUCTION_TITLE": "A first step into creative coding",
9
+ "ABOUT_BLOCKS_JR_INTRODUCTION_DESCRIPTION": "Blocks Jr is Robotical's beginner-friendly block coding environment. Young learners snap together colourful blocks to make characters move, tell interactive stories, and control real robots—building confidence through play and experimentation.",
10
+ "ABOUT_BLOCKS_JR_FEATURES_TITLE": "What can you make?",
11
+ "ABOUT_BLOCKS_JR_CREATE_TITLE": "Create",
12
+ "ABOUT_BLOCKS_JR_CREATE_DESCRIPTION": "Design characters and backgrounds, record sounds, and build your own interactive stories.",
13
+ "ABOUT_BLOCKS_JR_CODE_TITLE": "Code",
14
+ "ABOUT_BLOCKS_JR_CODE_DESCRIPTION": "Turn ideas into instructions with events, sequences, messages, loops, and more.",
15
+ "ABOUT_BLOCKS_JR_CONNECT_TITLE": "Connect",
16
+ "ABOUT_BLOCKS_JR_CONNECT_DESCRIPTION": "Bring projects off the screen by coding Marty and Cog, and extend them with devices such as micro:bit.",
17
+ "ABOUT_BLOCKS_JR_ROBOTICAL_TITLE": "Made by Robotical",
18
+ "ABOUT_BLOCKS_JR_ROBOTICAL_DESCRIPTION": "Robotical creates playful educational technology that helps learners explore coding, robotics, and STEAM through hands-on discovery.",
19
+ "ABOUT_BLOCKS_JR_FOUNDATION_TITLE": "Built on the ScratchJr foundation",
20
+ "ABOUT_BLOCKS_JR_FOUNDATION_DESCRIPTION": "Blocks Jr is based on ScratchJr, originally developed by the DevTech Research Group at Tufts University, the Lifelong Kindergarten group at the MIT Media Lab, and the Playful Invention Company. Robotical has extended that foundation with connected-device experiences for Marty and Cog.",
6
21
  "INTERFACE_GUIDE": "Průvodce rozhraním",
7
22
  "PAINT_EDITOR_GUIDE": "Průvodce editorem malování",
8
23
  "BLOCKS_GUIDE": "Průvodce bloky",
@@ -1175,5 +1190,24 @@
1175
1190
  "BLOCK_DESC_MICROBIT_DISPLAY_HAPPY": "Shows a happy face on the micro:bit display.",
1176
1191
  "BLOCK_DESC_MICROBIT_DISPLAY_TEXT": "Shows text on the micro:bit display.",
1177
1192
  "BLOCK_DESC_MICROBIT_DISPLAY_CUSTOM": "Shows a custom icon on the micro:bit display.",
1178
- "BLOCK_DESC_MICROBIT_CLEAR_DISPLAY": "Clears the micro:bit display."
1193
+ "BLOCK_DESC_MICROBIT_CLEAR_DISPLAY": "Clears the micro:bit display.",
1194
+ "INTERFACE_GUIDE_SELECT_HINT": "Select a number on the image to learn about that feature.",
1195
+ "INTERFACE_GUIDE_DEVICE_CONNECTIONS": "{N, number} | Connect Devices",
1196
+ "INTERFACE_GUIDE_DEVICE_CONNECTIONS_DESCRIPTION": "Connect, switch, or disconnect Cog and Marty. Connected device tiles show their current status.",
1197
+ "INTERFACE_GUIDE_EXTENSIONS": "{N, number} | Extensions",
1198
+ "INTERFACE_GUIDE_EXTENSIONS_DESCRIPTION": "Open the Extensions library to add or remove optional hardware support, such as micro:bit. Enabling an extension reveals its connection tile and block categories.",
1199
+ "INTERFACE_GUIDE_SPRITES_AND_DEVICES": "{N, number} | Sprites and Marty",
1200
+ "INTERFACE_GUIDE_SPRITES_AND_DEVICES_DESCRIPTION": "Select the sprite whose scripts you want to edit. In Marty mode, this panel shows the Marty programming target. Use the scrollbar when the list is longer than the panel; in Sprite mode, tap the plus button to add a sprite.",
1201
+ "INTERFACE_GUIDE_TRACE": "{N, number} | Trace",
1202
+ "INTERFACE_GUIDE_TRACE_DESCRIPTION": "Show or hide the trail drawn as sprites move around the stage.",
1203
+ "INTERFACE_GUIDE_CLEAR_TRACE": "{N, number} | Clear Trace",
1204
+ "INTERFACE_GUIDE_CLEAR_TRACE_DESCRIPTION": "Remove all trails currently drawn on the stage.",
1205
+ "INTERFACE_GUIDE_MARTY_MODE": "{N, number} | Sprite and Marty Mode",
1206
+ "INTERFACE_GUIDE_MARTY_MODE_DESCRIPTION": "Switch the programming target and main block categories between sprites and Marty. This does not connect hardware.",
1207
+ "INTERFACE_GUIDE_DUPLICATE_PAGE": "{N, number} | Duplicate Page",
1208
+ "INTERFACE_GUIDE_DUPLICATE_PAGE_DESCRIPTION": "Copy the selected page, including its background, sprites, and scripts. A project can contain up to four pages.",
1209
+ "INTERFACE_GUIDE_DEVICE_BLOCK_CATEGORIES": "{N, number} | Device Block Categories",
1210
+ "INTERFACE_GUIDE_DEVICE_BLOCK_CATEGORIES_DESCRIPTION": "Choose Cog blocks. Optional device categories, such as micro:bit, appear here when their extension is enabled.",
1211
+ "INTERFACE_GUIDE_ZOOM": "{N, number} | Script Zoom",
1212
+ "INTERFACE_GUIDE_ZOOM_DESCRIPTION": "Press and hold to zoom out for an overview of the programming area; release to return to normal size."
1179
1213
  }
@@ -2,7 +2,22 @@
2
2
  "MY_PROJECTS": "Fy Mhrojectau",
3
3
  "QUICK_INTRO": "Cyflwyniad Cyflym i ScratchJr",
4
4
  "SAMPLE_PROJECTS": "Enghreifftiau o Brojectau",
5
- "ABOUT_SCRATCHJR": "Ynghylch ScratchJr",
5
+ "ABOUT_SCRATCHJR": "Ynghylch Blocks Jr",
6
+ "ABOUT_BLOCKS_JR_EYEBROW": "Made for curious creators",
7
+ "ABOUT_BLOCKS_JR_TAGLINE": "Create stories. Code characters. Bring robots to life.",
8
+ "ABOUT_BLOCKS_JR_INTRODUCTION_TITLE": "A first step into creative coding",
9
+ "ABOUT_BLOCKS_JR_INTRODUCTION_DESCRIPTION": "Blocks Jr is Robotical's beginner-friendly block coding environment. Young learners snap together colourful blocks to make characters move, tell interactive stories, and control real robots—building confidence through play and experimentation.",
10
+ "ABOUT_BLOCKS_JR_FEATURES_TITLE": "What can you make?",
11
+ "ABOUT_BLOCKS_JR_CREATE_TITLE": "Create",
12
+ "ABOUT_BLOCKS_JR_CREATE_DESCRIPTION": "Design characters and backgrounds, record sounds, and build your own interactive stories.",
13
+ "ABOUT_BLOCKS_JR_CODE_TITLE": "Code",
14
+ "ABOUT_BLOCKS_JR_CODE_DESCRIPTION": "Turn ideas into instructions with events, sequences, messages, loops, and more.",
15
+ "ABOUT_BLOCKS_JR_CONNECT_TITLE": "Connect",
16
+ "ABOUT_BLOCKS_JR_CONNECT_DESCRIPTION": "Bring projects off the screen by coding Marty and Cog, and extend them with devices such as micro:bit.",
17
+ "ABOUT_BLOCKS_JR_ROBOTICAL_TITLE": "Made by Robotical",
18
+ "ABOUT_BLOCKS_JR_ROBOTICAL_DESCRIPTION": "Robotical creates playful educational technology that helps learners explore coding, robotics, and STEAM through hands-on discovery.",
19
+ "ABOUT_BLOCKS_JR_FOUNDATION_TITLE": "Built on the ScratchJr foundation",
20
+ "ABOUT_BLOCKS_JR_FOUNDATION_DESCRIPTION": "Blocks Jr is based on ScratchJr, originally developed by the DevTech Research Group at Tufts University, the Lifelong Kindergarten group at the MIT Media Lab, and the Playful Invention Company. Robotical has extended that foundation with connected-device experiences for Marty and Cog.",
6
21
  "INTERFACE_GUIDE": "Canllaw'r Rhyngwyneb",
7
22
  "PAINT_EDITOR_GUIDE": "Canllaw'r Golygydd Paentio",
8
23
  "BLOCKS_GUIDE": "Canllaw Blociau",
@@ -1175,5 +1190,24 @@
1175
1190
  "BLOCK_DESC_MICROBIT_DISPLAY_HAPPY": "Shows a happy face on the micro:bit display.",
1176
1191
  "BLOCK_DESC_MICROBIT_DISPLAY_TEXT": "Shows text on the micro:bit display.",
1177
1192
  "BLOCK_DESC_MICROBIT_DISPLAY_CUSTOM": "Shows a custom icon on the micro:bit display.",
1178
- "BLOCK_DESC_MICROBIT_CLEAR_DISPLAY": "Clears the micro:bit display."
1193
+ "BLOCK_DESC_MICROBIT_CLEAR_DISPLAY": "Clears the micro:bit display.",
1194
+ "INTERFACE_GUIDE_SELECT_HINT": "Select a number on the image to learn about that feature.",
1195
+ "INTERFACE_GUIDE_DEVICE_CONNECTIONS": "{N, number} | Connect Devices",
1196
+ "INTERFACE_GUIDE_DEVICE_CONNECTIONS_DESCRIPTION": "Connect, switch, or disconnect Cog and Marty. Connected device tiles show their current status.",
1197
+ "INTERFACE_GUIDE_EXTENSIONS": "{N, number} | Extensions",
1198
+ "INTERFACE_GUIDE_EXTENSIONS_DESCRIPTION": "Open the Extensions library to add or remove optional hardware support, such as micro:bit. Enabling an extension reveals its connection tile and block categories.",
1199
+ "INTERFACE_GUIDE_SPRITES_AND_DEVICES": "{N, number} | Sprites and Marty",
1200
+ "INTERFACE_GUIDE_SPRITES_AND_DEVICES_DESCRIPTION": "Select the sprite whose scripts you want to edit. In Marty mode, this panel shows the Marty programming target. Use the scrollbar when the list is longer than the panel; in Sprite mode, tap the plus button to add a sprite.",
1201
+ "INTERFACE_GUIDE_TRACE": "{N, number} | Trace",
1202
+ "INTERFACE_GUIDE_TRACE_DESCRIPTION": "Show or hide the trail drawn as sprites move around the stage.",
1203
+ "INTERFACE_GUIDE_CLEAR_TRACE": "{N, number} | Clear Trace",
1204
+ "INTERFACE_GUIDE_CLEAR_TRACE_DESCRIPTION": "Remove all trails currently drawn on the stage.",
1205
+ "INTERFACE_GUIDE_MARTY_MODE": "{N, number} | Sprite and Marty Mode",
1206
+ "INTERFACE_GUIDE_MARTY_MODE_DESCRIPTION": "Switch the programming target and main block categories between sprites and Marty. This does not connect hardware.",
1207
+ "INTERFACE_GUIDE_DUPLICATE_PAGE": "{N, number} | Duplicate Page",
1208
+ "INTERFACE_GUIDE_DUPLICATE_PAGE_DESCRIPTION": "Copy the selected page, including its background, sprites, and scripts. A project can contain up to four pages.",
1209
+ "INTERFACE_GUIDE_DEVICE_BLOCK_CATEGORIES": "{N, number} | Device Block Categories",
1210
+ "INTERFACE_GUIDE_DEVICE_BLOCK_CATEGORIES_DESCRIPTION": "Choose Cog blocks. Optional device categories, such as micro:bit, appear here when their extension is enabled.",
1211
+ "INTERFACE_GUIDE_ZOOM": "{N, number} | Script Zoom",
1212
+ "INTERFACE_GUIDE_ZOOM_DESCRIPTION": "Press and hold to zoom out for an overview of the programming area; release to return to normal size."
1179
1213
  }
@@ -2,7 +2,22 @@
2
2
  "MY_PROJECTS": "Mine Projekter",
3
3
  "QUICK_INTRO": "Hurtig introduktion til ScratchJr",
4
4
  "SAMPLE_PROJECTS": "Eksempler på projekter",
5
- "ABOUT_SCRATCHJR": "Om ScratchJr",
5
+ "ABOUT_SCRATCHJR": "Om Blocks Jr",
6
+ "ABOUT_BLOCKS_JR_EYEBROW": "Made for curious creators",
7
+ "ABOUT_BLOCKS_JR_TAGLINE": "Create stories. Code characters. Bring robots to life.",
8
+ "ABOUT_BLOCKS_JR_INTRODUCTION_TITLE": "A first step into creative coding",
9
+ "ABOUT_BLOCKS_JR_INTRODUCTION_DESCRIPTION": "Blocks Jr is Robotical's beginner-friendly block coding environment. Young learners snap together colourful blocks to make characters move, tell interactive stories, and control real robots—building confidence through play and experimentation.",
10
+ "ABOUT_BLOCKS_JR_FEATURES_TITLE": "What can you make?",
11
+ "ABOUT_BLOCKS_JR_CREATE_TITLE": "Create",
12
+ "ABOUT_BLOCKS_JR_CREATE_DESCRIPTION": "Design characters and backgrounds, record sounds, and build your own interactive stories.",
13
+ "ABOUT_BLOCKS_JR_CODE_TITLE": "Code",
14
+ "ABOUT_BLOCKS_JR_CODE_DESCRIPTION": "Turn ideas into instructions with events, sequences, messages, loops, and more.",
15
+ "ABOUT_BLOCKS_JR_CONNECT_TITLE": "Connect",
16
+ "ABOUT_BLOCKS_JR_CONNECT_DESCRIPTION": "Bring projects off the screen by coding Marty and Cog, and extend them with devices such as micro:bit.",
17
+ "ABOUT_BLOCKS_JR_ROBOTICAL_TITLE": "Made by Robotical",
18
+ "ABOUT_BLOCKS_JR_ROBOTICAL_DESCRIPTION": "Robotical creates playful educational technology that helps learners explore coding, robotics, and STEAM through hands-on discovery.",
19
+ "ABOUT_BLOCKS_JR_FOUNDATION_TITLE": "Built on the ScratchJr foundation",
20
+ "ABOUT_BLOCKS_JR_FOUNDATION_DESCRIPTION": "Blocks Jr is based on ScratchJr, originally developed by the DevTech Research Group at Tufts University, the Lifelong Kindergarten group at the MIT Media Lab, and the Playful Invention Company. Robotical has extended that foundation with connected-device experiences for Marty and Cog.",
6
21
  "INTERFACE_GUIDE": "Guide til interface",
7
22
  "PAINT_EDITOR_GUIDE": "Guide til tegne editor",
8
23
  "BLOCKS_GUIDE": "Guide til brikker",
@@ -1175,5 +1190,24 @@
1175
1190
  "BLOCK_DESC_MICROBIT_DISPLAY_HAPPY": "Shows a happy face on the micro:bit display.",
1176
1191
  "BLOCK_DESC_MICROBIT_DISPLAY_TEXT": "Shows text on the micro:bit display.",
1177
1192
  "BLOCK_DESC_MICROBIT_DISPLAY_CUSTOM": "Shows a custom icon on the micro:bit display.",
1178
- "BLOCK_DESC_MICROBIT_CLEAR_DISPLAY": "Clears the micro:bit display."
1193
+ "BLOCK_DESC_MICROBIT_CLEAR_DISPLAY": "Clears the micro:bit display.",
1194
+ "INTERFACE_GUIDE_SELECT_HINT": "Select a number on the image to learn about that feature.",
1195
+ "INTERFACE_GUIDE_DEVICE_CONNECTIONS": "{N, number} | Connect Devices",
1196
+ "INTERFACE_GUIDE_DEVICE_CONNECTIONS_DESCRIPTION": "Connect, switch, or disconnect Cog and Marty. Connected device tiles show their current status.",
1197
+ "INTERFACE_GUIDE_EXTENSIONS": "{N, number} | Extensions",
1198
+ "INTERFACE_GUIDE_EXTENSIONS_DESCRIPTION": "Open the Extensions library to add or remove optional hardware support, such as micro:bit. Enabling an extension reveals its connection tile and block categories.",
1199
+ "INTERFACE_GUIDE_SPRITES_AND_DEVICES": "{N, number} | Sprites and Marty",
1200
+ "INTERFACE_GUIDE_SPRITES_AND_DEVICES_DESCRIPTION": "Select the sprite whose scripts you want to edit. In Marty mode, this panel shows the Marty programming target. Use the scrollbar when the list is longer than the panel; in Sprite mode, tap the plus button to add a sprite.",
1201
+ "INTERFACE_GUIDE_TRACE": "{N, number} | Trace",
1202
+ "INTERFACE_GUIDE_TRACE_DESCRIPTION": "Show or hide the trail drawn as sprites move around the stage.",
1203
+ "INTERFACE_GUIDE_CLEAR_TRACE": "{N, number} | Clear Trace",
1204
+ "INTERFACE_GUIDE_CLEAR_TRACE_DESCRIPTION": "Remove all trails currently drawn on the stage.",
1205
+ "INTERFACE_GUIDE_MARTY_MODE": "{N, number} | Sprite and Marty Mode",
1206
+ "INTERFACE_GUIDE_MARTY_MODE_DESCRIPTION": "Switch the programming target and main block categories between sprites and Marty. This does not connect hardware.",
1207
+ "INTERFACE_GUIDE_DUPLICATE_PAGE": "{N, number} | Duplicate Page",
1208
+ "INTERFACE_GUIDE_DUPLICATE_PAGE_DESCRIPTION": "Copy the selected page, including its background, sprites, and scripts. A project can contain up to four pages.",
1209
+ "INTERFACE_GUIDE_DEVICE_BLOCK_CATEGORIES": "{N, number} | Device Block Categories",
1210
+ "INTERFACE_GUIDE_DEVICE_BLOCK_CATEGORIES_DESCRIPTION": "Choose Cog blocks. Optional device categories, such as micro:bit, appear here when their extension is enabled.",
1211
+ "INTERFACE_GUIDE_ZOOM": "{N, number} | Script Zoom",
1212
+ "INTERFACE_GUIDE_ZOOM_DESCRIPTION": "Press and hold to zoom out for an overview of the programming area; release to return to normal size."
1179
1213
  }
@@ -2,7 +2,22 @@
2
2
  "MY_PROJECTS": "Meine Projekte",
3
3
  "QUICK_INTRO": "Kurze Einführung in ScratchJr",
4
4
  "SAMPLE_PROJECTS": "Beispielprojekte",
5
- "ABOUT_SCRATCHJR": "Über ScratchJr",
5
+ "ABOUT_SCRATCHJR": "Über Blocks Jr",
6
+ "ABOUT_BLOCKS_JR_EYEBROW": "Made for curious creators",
7
+ "ABOUT_BLOCKS_JR_TAGLINE": "Create stories. Code characters. Bring robots to life.",
8
+ "ABOUT_BLOCKS_JR_INTRODUCTION_TITLE": "A first step into creative coding",
9
+ "ABOUT_BLOCKS_JR_INTRODUCTION_DESCRIPTION": "Blocks Jr is Robotical's beginner-friendly block coding environment. Young learners snap together colourful blocks to make characters move, tell interactive stories, and control real robots—building confidence through play and experimentation.",
10
+ "ABOUT_BLOCKS_JR_FEATURES_TITLE": "What can you make?",
11
+ "ABOUT_BLOCKS_JR_CREATE_TITLE": "Create",
12
+ "ABOUT_BLOCKS_JR_CREATE_DESCRIPTION": "Design characters and backgrounds, record sounds, and build your own interactive stories.",
13
+ "ABOUT_BLOCKS_JR_CODE_TITLE": "Code",
14
+ "ABOUT_BLOCKS_JR_CODE_DESCRIPTION": "Turn ideas into instructions with events, sequences, messages, loops, and more.",
15
+ "ABOUT_BLOCKS_JR_CONNECT_TITLE": "Connect",
16
+ "ABOUT_BLOCKS_JR_CONNECT_DESCRIPTION": "Bring projects off the screen by coding Marty and Cog, and extend them with devices such as micro:bit.",
17
+ "ABOUT_BLOCKS_JR_ROBOTICAL_TITLE": "Made by Robotical",
18
+ "ABOUT_BLOCKS_JR_ROBOTICAL_DESCRIPTION": "Robotical creates playful educational technology that helps learners explore coding, robotics, and STEAM through hands-on discovery.",
19
+ "ABOUT_BLOCKS_JR_FOUNDATION_TITLE": "Built on the ScratchJr foundation",
20
+ "ABOUT_BLOCKS_JR_FOUNDATION_DESCRIPTION": "Blocks Jr is based on ScratchJr, originally developed by the DevTech Research Group at Tufts University, the Lifelong Kindergarten group at the MIT Media Lab, and the Playful Invention Company. Robotical has extended that foundation with connected-device experiences for Marty and Cog.",
6
21
  "INTERFACE_GUIDE": "Benutzeroberfläche Anleitung",
7
22
  "PAINT_EDITOR_GUIDE": "Maleditor Anleitung",
8
23
  "BLOCKS_GUIDE": "Blöcke Anleitung",
@@ -1175,5 +1190,24 @@
1175
1190
  "BLOCK_DESC_MICROBIT_DISPLAY_HAPPY": "Shows a happy face on the micro:bit display.",
1176
1191
  "BLOCK_DESC_MICROBIT_DISPLAY_TEXT": "Shows text on the micro:bit display.",
1177
1192
  "BLOCK_DESC_MICROBIT_DISPLAY_CUSTOM": "Shows a custom icon on the micro:bit display.",
1178
- "BLOCK_DESC_MICROBIT_CLEAR_DISPLAY": "Clears the micro:bit display."
1193
+ "BLOCK_DESC_MICROBIT_CLEAR_DISPLAY": "Clears the micro:bit display.",
1194
+ "INTERFACE_GUIDE_SELECT_HINT": "Select a number on the image to learn about that feature.",
1195
+ "INTERFACE_GUIDE_DEVICE_CONNECTIONS": "{N, number} | Connect Devices",
1196
+ "INTERFACE_GUIDE_DEVICE_CONNECTIONS_DESCRIPTION": "Connect, switch, or disconnect Cog and Marty. Connected device tiles show their current status.",
1197
+ "INTERFACE_GUIDE_EXTENSIONS": "{N, number} | Extensions",
1198
+ "INTERFACE_GUIDE_EXTENSIONS_DESCRIPTION": "Open the Extensions library to add or remove optional hardware support, such as micro:bit. Enabling an extension reveals its connection tile and block categories.",
1199
+ "INTERFACE_GUIDE_SPRITES_AND_DEVICES": "{N, number} | Sprites and Marty",
1200
+ "INTERFACE_GUIDE_SPRITES_AND_DEVICES_DESCRIPTION": "Select the sprite whose scripts you want to edit. In Marty mode, this panel shows the Marty programming target. Use the scrollbar when the list is longer than the panel; in Sprite mode, tap the plus button to add a sprite.",
1201
+ "INTERFACE_GUIDE_TRACE": "{N, number} | Trace",
1202
+ "INTERFACE_GUIDE_TRACE_DESCRIPTION": "Show or hide the trail drawn as sprites move around the stage.",
1203
+ "INTERFACE_GUIDE_CLEAR_TRACE": "{N, number} | Clear Trace",
1204
+ "INTERFACE_GUIDE_CLEAR_TRACE_DESCRIPTION": "Remove all trails currently drawn on the stage.",
1205
+ "INTERFACE_GUIDE_MARTY_MODE": "{N, number} | Sprite and Marty Mode",
1206
+ "INTERFACE_GUIDE_MARTY_MODE_DESCRIPTION": "Switch the programming target and main block categories between sprites and Marty. This does not connect hardware.",
1207
+ "INTERFACE_GUIDE_DUPLICATE_PAGE": "{N, number} | Duplicate Page",
1208
+ "INTERFACE_GUIDE_DUPLICATE_PAGE_DESCRIPTION": "Copy the selected page, including its background, sprites, and scripts. A project can contain up to four pages.",
1209
+ "INTERFACE_GUIDE_DEVICE_BLOCK_CATEGORIES": "{N, number} | Device Block Categories",
1210
+ "INTERFACE_GUIDE_DEVICE_BLOCK_CATEGORIES_DESCRIPTION": "Choose Cog blocks. Optional device categories, such as micro:bit, appear here when their extension is enabled.",
1211
+ "INTERFACE_GUIDE_ZOOM": "{N, number} | Script Zoom",
1212
+ "INTERFACE_GUIDE_ZOOM_DESCRIPTION": "Press and hold to zoom out for an overview of the programming area; release to return to normal size."
1179
1213
  }
@@ -2,7 +2,22 @@
2
2
  "MY_PROJECTS": "Τα Έργα μου",
3
3
  "QUICK_INTRO": "Σύντομη Εισαγωγή στο ScratchJr",
4
4
  "SAMPLE_PROJECTS": "Δείγματα Έργων",
5
- "ABOUT_SCRATCHJR": "Σχετικά με το ScratchJr",
5
+ "ABOUT_SCRATCHJR": "Σχετικά με το Blocks Jr",
6
+ "ABOUT_BLOCKS_JR_EYEBROW": "Made for curious creators",
7
+ "ABOUT_BLOCKS_JR_TAGLINE": "Create stories. Code characters. Bring robots to life.",
8
+ "ABOUT_BLOCKS_JR_INTRODUCTION_TITLE": "A first step into creative coding",
9
+ "ABOUT_BLOCKS_JR_INTRODUCTION_DESCRIPTION": "Blocks Jr is Robotical's beginner-friendly block coding environment. Young learners snap together colourful blocks to make characters move, tell interactive stories, and control real robots—building confidence through play and experimentation.",
10
+ "ABOUT_BLOCKS_JR_FEATURES_TITLE": "What can you make?",
11
+ "ABOUT_BLOCKS_JR_CREATE_TITLE": "Create",
12
+ "ABOUT_BLOCKS_JR_CREATE_DESCRIPTION": "Design characters and backgrounds, record sounds, and build your own interactive stories.",
13
+ "ABOUT_BLOCKS_JR_CODE_TITLE": "Code",
14
+ "ABOUT_BLOCKS_JR_CODE_DESCRIPTION": "Turn ideas into instructions with events, sequences, messages, loops, and more.",
15
+ "ABOUT_BLOCKS_JR_CONNECT_TITLE": "Connect",
16
+ "ABOUT_BLOCKS_JR_CONNECT_DESCRIPTION": "Bring projects off the screen by coding Marty and Cog, and extend them with devices such as micro:bit.",
17
+ "ABOUT_BLOCKS_JR_ROBOTICAL_TITLE": "Made by Robotical",
18
+ "ABOUT_BLOCKS_JR_ROBOTICAL_DESCRIPTION": "Robotical creates playful educational technology that helps learners explore coding, robotics, and STEAM through hands-on discovery.",
19
+ "ABOUT_BLOCKS_JR_FOUNDATION_TITLE": "Built on the ScratchJr foundation",
20
+ "ABOUT_BLOCKS_JR_FOUNDATION_DESCRIPTION": "Blocks Jr is based on ScratchJr, originally developed by the DevTech Research Group at Tufts University, the Lifelong Kindergarten group at the MIT Media Lab, and the Playful Invention Company. Robotical has extended that foundation with connected-device experiences for Marty and Cog.",
6
21
  "INTERFACE_GUIDE": "Οδηγός Διεπαφής",
7
22
  "PAINT_EDITOR_GUIDE": "Οδηγός Ζωγραφικής",
8
23
  "BLOCKS_GUIDE": "Οδηγός Κομματιών Εντολών",
@@ -1175,5 +1190,24 @@
1175
1190
  "BLOCK_DESC_MICROBIT_DISPLAY_HAPPY": "Shows a happy face on the micro:bit display.",
1176
1191
  "BLOCK_DESC_MICROBIT_DISPLAY_TEXT": "Shows text on the micro:bit display.",
1177
1192
  "BLOCK_DESC_MICROBIT_DISPLAY_CUSTOM": "Shows a custom icon on the micro:bit display.",
1178
- "BLOCK_DESC_MICROBIT_CLEAR_DISPLAY": "Clears the micro:bit display."
1193
+ "BLOCK_DESC_MICROBIT_CLEAR_DISPLAY": "Clears the micro:bit display.",
1194
+ "INTERFACE_GUIDE_SELECT_HINT": "Select a number on the image to learn about that feature.",
1195
+ "INTERFACE_GUIDE_DEVICE_CONNECTIONS": "{N, number} | Connect Devices",
1196
+ "INTERFACE_GUIDE_DEVICE_CONNECTIONS_DESCRIPTION": "Connect, switch, or disconnect Cog and Marty. Connected device tiles show their current status.",
1197
+ "INTERFACE_GUIDE_EXTENSIONS": "{N, number} | Extensions",
1198
+ "INTERFACE_GUIDE_EXTENSIONS_DESCRIPTION": "Open the Extensions library to add or remove optional hardware support, such as micro:bit. Enabling an extension reveals its connection tile and block categories.",
1199
+ "INTERFACE_GUIDE_SPRITES_AND_DEVICES": "{N, number} | Sprites and Marty",
1200
+ "INTERFACE_GUIDE_SPRITES_AND_DEVICES_DESCRIPTION": "Select the sprite whose scripts you want to edit. In Marty mode, this panel shows the Marty programming target. Use the scrollbar when the list is longer than the panel; in Sprite mode, tap the plus button to add a sprite.",
1201
+ "INTERFACE_GUIDE_TRACE": "{N, number} | Trace",
1202
+ "INTERFACE_GUIDE_TRACE_DESCRIPTION": "Show or hide the trail drawn as sprites move around the stage.",
1203
+ "INTERFACE_GUIDE_CLEAR_TRACE": "{N, number} | Clear Trace",
1204
+ "INTERFACE_GUIDE_CLEAR_TRACE_DESCRIPTION": "Remove all trails currently drawn on the stage.",
1205
+ "INTERFACE_GUIDE_MARTY_MODE": "{N, number} | Sprite and Marty Mode",
1206
+ "INTERFACE_GUIDE_MARTY_MODE_DESCRIPTION": "Switch the programming target and main block categories between sprites and Marty. This does not connect hardware.",
1207
+ "INTERFACE_GUIDE_DUPLICATE_PAGE": "{N, number} | Duplicate Page",
1208
+ "INTERFACE_GUIDE_DUPLICATE_PAGE_DESCRIPTION": "Copy the selected page, including its background, sprites, and scripts. A project can contain up to four pages.",
1209
+ "INTERFACE_GUIDE_DEVICE_BLOCK_CATEGORIES": "{N, number} | Device Block Categories",
1210
+ "INTERFACE_GUIDE_DEVICE_BLOCK_CATEGORIES_DESCRIPTION": "Choose Cog blocks. Optional device categories, such as micro:bit, appear here when their extension is enabled.",
1211
+ "INTERFACE_GUIDE_ZOOM": "{N, number} | Script Zoom",
1212
+ "INTERFACE_GUIDE_ZOOM_DESCRIPTION": "Press and hold to zoom out for an overview of the programming area; release to return to normal size."
1179
1213
  }
@@ -2,10 +2,98 @@
2
2
  "MY_PROJECTS": "My Projects",
3
3
  "QUICK_INTRO": "Quick Intro to ScratchJr",
4
4
  "SAMPLE_PROJECTS": "Sample Projects",
5
- "ABOUT_SCRATCHJR": "About ScratchJr",
5
+ "ABOUT_SCRATCHJR": "About Blocks Jr",
6
+ "ABOUT_BLOCKS_JR_EYEBROW": "Made for curious creators",
7
+ "ABOUT_BLOCKS_JR_TAGLINE": "Create stories. Code characters. Bring robots to life.",
8
+ "ABOUT_BLOCKS_JR_INTRODUCTION_TITLE": "A first step into creative coding",
9
+ "ABOUT_BLOCKS_JR_INTRODUCTION_DESCRIPTION": "Blocks Jr is Robotical's beginner-friendly block coding environment. Young learners snap together colourful blocks to make characters move, tell interactive stories, and control real robots—building confidence through play and experimentation.",
10
+ "ABOUT_BLOCKS_JR_FEATURES_TITLE": "What can you make?",
11
+ "ABOUT_BLOCKS_JR_CREATE_TITLE": "Create",
12
+ "ABOUT_BLOCKS_JR_CREATE_DESCRIPTION": "Design characters and backgrounds, record sounds, and build your own interactive stories.",
13
+ "ABOUT_BLOCKS_JR_CODE_TITLE": "Code",
14
+ "ABOUT_BLOCKS_JR_CODE_DESCRIPTION": "Turn ideas into instructions with events, sequences, messages, loops, and more.",
15
+ "ABOUT_BLOCKS_JR_CONNECT_TITLE": "Connect",
16
+ "ABOUT_BLOCKS_JR_CONNECT_DESCRIPTION": "Bring projects off the screen by coding Marty and Cog, and extend them with devices such as micro:bit.",
17
+ "ABOUT_BLOCKS_JR_ROBOTICAL_TITLE": "Made by Robotical",
18
+ "ABOUT_BLOCKS_JR_ROBOTICAL_DESCRIPTION": "Robotical creates playful educational technology that helps learners explore coding, robotics, and STEAM through hands-on discovery.",
19
+ "ABOUT_BLOCKS_JR_FOUNDATION_TITLE": "Built on the ScratchJr foundation",
20
+ "ABOUT_BLOCKS_JR_FOUNDATION_DESCRIPTION": "Blocks Jr is based on ScratchJr, originally developed by the DevTech Research Group at Tufts University, the Lifelong Kindergarten group at the MIT Media Lab, and the Playful Invention Company. Robotical has extended that foundation with connected-device experiences for Marty and Cog.",
6
21
  "INTERFACE_GUIDE": "Interface Guide",
7
22
  "PAINT_EDITOR_GUIDE": "Paint Editor Guide",
8
23
  "BLOCKS_GUIDE": "Blocks Guide",
24
+ "BLOCK_GUIDE_REFERENCE": "Complete block reference",
25
+ "BLOCK_GUIDE_INTRODUCTION": "Choose a programming target to see every block in the same categories and order used by the editor.",
26
+ "BLOCK_GUIDE_MODE_SELECTOR": "Choose a block group",
27
+ "BLOCK_GUIDE_BLOCK_COUNT": "{COUNT} blocks",
28
+ "BLOCK_GUIDE_MARTY_MODE": "Marty Mode Blocks",
29
+ "BLOCK_GUIDE_MARTY_MODE_DESCRIPTION": "The complete left-hand palette shown when Marty Mode is on.",
30
+ "BLOCK_GUIDE_SPRITE_MODE": "Sprite Blocks",
31
+ "BLOCK_GUIDE_SPRITE_MODE_DESCRIPTION": "The complete left-hand palette for coding characters on the stage.",
32
+ "BLOCK_GUIDE_COG_MODE": "Cog Blocks",
33
+ "BLOCK_GUIDE_COG_MODE_DESCRIPTION": "The right-hand Cog palette, available alongside Sprite or Marty Mode.",
34
+ "BLOCK_GUIDE_OPTIONAL_EXTENSIONS": "Optional Extensions",
35
+ "BLOCK_GUIDE_MICROBIT_EXTENSION": "micro:bit Extension",
36
+ "BLOCK_GUIDE_MICROBIT_EXTENSION_DESCRIPTION": "These blocks appear on the right when the micro:bit extension is enabled.",
37
+ "BLOCK_GUIDE_LIGHT_BLOCKS": "Light Blocks",
38
+ "BLOCK_GUIDE_SOUND_MUSIC_BLOCKS": "Sound & Music Blocks",
39
+ "BLOCK_GUIDE_DISPLAY_BLOCKS": "Display Blocks",
40
+ "BLOCK_GUIDE_WAIT_DESCRIPTION": "Pauses this script for the chosen number of seconds.",
41
+ "BLOCK_GUIDE_STOP_DESCRIPTION": "Stops the other running scripts for the same character or Marty.",
42
+ "BLOCK_GUIDE_DECREASE_COUNTER_DESCRIPTION": "Decreases the on-screen counter by one, creating it at −1 if needed.",
43
+ "BLOCK_GUIDE_START_STOP_COUNTER_DESCRIPTION": "Shows the counter at 0, or hides it when it is already showing 0.",
44
+ "BLOCK_GUIDE_INCREASE_COUNTER_DESCRIPTION": "Increases the on-screen counter by one, creating it at 1 if needed.",
45
+ "BLOCK_GUIDE_MULTIPLE_PAGES_NOTE": "Appears when the project has more than one page.",
46
+ "BLOCK_GUIDE_MOVE_UP_DESCRIPTION": "Moves the character up by the chosen number of grid squares.",
47
+ "BLOCK_GUIDE_MOVE_DOWN_DESCRIPTION": "Moves the character down by the chosen number of grid squares.",
48
+ "BLOCK_GUIDE_PLAY_SOUND": "Play Sound",
49
+ "BLOCK_GUIDE_PLAY_SOUND_DESCRIPTION": "Plays a sound from this character’s sound list.",
50
+ "BLOCK_GUIDE_SOUND_LIST_NOTE": "The available blocks follow the sounds saved to the character.",
51
+ "BLOCK_GUIDE_RECORDED_SOUND_NOTE": "Appears after a sound has been recorded.",
52
+ "BLOCK_GUIDE_SUPPORTED_MARTY_NOTE": "Shown when the connected Marty supports this sensor.",
53
+ "BLOCK_GUIDE_MARTY_GET_READY_DESCRIPTION": "Moves Marty into a balanced ready position.",
54
+ "BLOCK_GUIDE_MARTY_FORWARD_DESCRIPTION": "Moves Marty forward by the chosen number of steps.",
55
+ "BLOCK_GUIDE_MARTY_BACKWARD_DESCRIPTION": "Moves Marty backward by the chosen number of steps.",
56
+ "BLOCK_GUIDE_MARTY_RIGHT_DESCRIPTION": "Moves Marty sideways to the right by the chosen number of steps.",
57
+ "BLOCK_GUIDE_MARTY_LEFT_DESCRIPTION": "Moves Marty sideways to the left by the chosen number of steps.",
58
+ "BLOCK_GUIDE_MARTY_TURN_RIGHT_DESCRIPTION": "Turns Marty right by 10 degrees for each count.",
59
+ "BLOCK_GUIDE_MARTY_TURN_LEFT_DESCRIPTION": "Turns Marty left by 10 degrees for each count.",
60
+ "BLOCK_GUIDE_MARTY_DANCE_DESCRIPTION": "Makes Marty perform a dance the chosen number of times.",
61
+ "BLOCK_GUIDE_MARTY_KICK_LEFT_DESCRIPTION": "Makes Marty kick with the left foot the chosen number of times.",
62
+ "BLOCK_GUIDE_MARTY_KICK_RIGHT_DESCRIPTION": "Makes Marty kick with the right foot the chosen number of times.",
63
+ "BLOCK_GUIDE_MARTY_EYES_EXCITED_DESCRIPTION": "Moves Marty’s eyebrows into an excited expression.",
64
+ "BLOCK_GUIDE_MARTY_EYES_WIDE_DESCRIPTION": "Moves Marty’s eyebrows into a wide-eyed expression.",
65
+ "BLOCK_GUIDE_MARTY_EYES_ANGRY_DESCRIPTION": "Moves Marty’s eyebrows into an angry expression.",
66
+ "BLOCK_GUIDE_MARTY_EYES_NORMAL_DESCRIPTION": "Returns Marty’s eyebrows to their normal position.",
67
+ "BLOCK_GUIDE_MARTY_EYES_WIGGLE_DESCRIPTION": "Wiggles Marty’s eyebrows the chosen number of times.",
68
+ "BLOCK_GUIDE_MARTY_WAVE_LEFT_DESCRIPTION": "Makes Marty wave the left arm the chosen number of times.",
69
+ "BLOCK_GUIDE_MARTY_WAVE_RIGHT_DESCRIPTION": "Makes Marty wave the right arm the chosen number of times.",
70
+ "BLOCK_GUIDE_MARTY_CELEBRATE_DESCRIPTION": "Makes Marty perform a celebration movement.",
71
+ "BLOCK_GUIDE_MARTY_RAINBOW_DESCRIPTION": "Runs a rainbow pattern on Marty’s LEDs.",
72
+ "BLOCK_GUIDE_MARTY_PINWHEEL_DESCRIPTION": "Runs a pinwheel pattern on Marty’s LEDs.",
73
+ "BLOCK_GUIDE_MARTY_LED_COLOUR_DESCRIPTION": "Lights Marty’s LEDs in the selected colour.",
74
+ "BLOCK_GUIDE_COG_OBJECT_DESCRIPTION": "Starts when Cog senses an object on the left, right, or neither side.",
75
+ "BLOCK_GUIDE_COG_LIGHT_DESCRIPTION": "Starts when Cog senses the selected low, middle, or high light level.",
76
+ "BLOCK_GUIDE_COG_PATTERN_DESCRIPTION": "Runs the selected rainbow, pinwheel, or show-off pattern on Cog’s light ring.",
77
+ "BLOCK_GUIDE_COG_COLOUR_DESCRIPTION": "Sets Cog’s light ring to the selected colour and uses it for compatible patterns.",
78
+ "BLOCK_GUIDE_COG_CLEAR_DESCRIPTION": "Turns off Cog’s light ring and clears the selected colour.",
79
+ "BLOCK_GUIDE_COG_CONFUSION_DESCRIPTION": "Plays the Confusion tune through Cog.",
80
+ "BLOCK_GUIDE_COG_DISBELIEF_DESCRIPTION": "Plays the Disbelief tune through Cog.",
81
+ "BLOCK_GUIDE_COG_EXCITEMENT_DESCRIPTION": "Plays the Excitement tune through Cog.",
82
+ "BLOCK_GUIDE_COG_NOWAY_DESCRIPTION": "Plays the No Way tune through Cog.",
83
+ "BLOCK_GUIDE_COG_NO_DESCRIPTION": "Plays the No tune through Cog.",
84
+ "BLOCK_GUIDE_COG_WHISTLE_DESCRIPTION": "Plays the Whistle tune through Cog.",
85
+ "BLOCK_GUIDE_COG_NOTE_DESCRIPTION": "Plays the selected musical note through Cog.",
86
+ "BLOCK_GUIDE_MICROBIT_BUTTON": "Start on Button",
87
+ "BLOCK_GUIDE_MICROBIT_BUTTON_DESCRIPTION": "Starts when micro:bit button A, B, or A+B is pressed.",
88
+ "BLOCK_GUIDE_MICROBIT_GESTURE": "Start on Gesture",
89
+ "BLOCK_GUIDE_MICROBIT_GESTURE_DESCRIPTION": "Starts when the micro:bit is moved, shaken, or jumped.",
90
+ "BLOCK_GUIDE_MICROBIT_TILT": "Start on Tilt",
91
+ "BLOCK_GUIDE_MICROBIT_TILT_DESCRIPTION": "Starts when the micro:bit is tilted in the selected direction.",
92
+ "BLOCK_GUIDE_MICROBIT_HEART": "Display Heart",
93
+ "BLOCK_GUIDE_MICROBIT_HAPPY": "Display Happy Face",
94
+ "BLOCK_GUIDE_MICROBIT_CUSTOM": "Display Custom Pattern",
95
+ "BLOCK_GUIDE_MICROBIT_TEXT": "Display Text",
96
+ "BLOCK_GUIDE_MICROBIT_CLEAR": "Clear Display",
9
97
  "TUTORIALS": "Tutorials",
10
98
  "PRIVACY_POLICY": "Privacy Policy",
11
99
  "ABOUT_WHAT_IS": "What is ScratchJr?",
@@ -133,20 +221,20 @@
133
221
  "INTERFACE_GUIDE_CHARACTERS": "{N, number} | Characters",
134
222
  "INTERFACE_GUIDE_NEW_PROJECT_DESCRIPTION": "Create a new project.",
135
223
  "INTERFACE_GUIDE_SAVE_DESCRIPTION": "Save the current project and exit to the Home page.",
136
- "INTERFACE_GUIDE_STAGE_DESCRIPTION": "This is where the action takes place in the project. To delete a character, press and hold it.",
224
+ "INTERFACE_GUIDE_STAGE_DESCRIPTION": "This is where the action takes place in the project. Drag sprites to set their starting positions on the stage.",
137
225
  "INTERFACE_GUIDE_PRESENTATION_MODE_DESCRIPTION": "Expand the stage to the full screen.",
138
226
  "INTERFACE_GUIDE_GRID_DESCRIPTION": "Toggle on (and off) the x-y coordinate grid.",
139
227
  "INTERFACE_GUIDE_CHANGE_BG_DESCRIPTION": "Select or create a background image for the stage.",
140
228
  "INTERFACE_GUIDE_ADD_TEXT_DESCRIPTION": "Write titles and labels on the stage.",
141
229
  "INTERFACE_GUIDE_RESET_CHAR_DESCRIPTION": "Reset all characters to their starting positions on the stage. (Drag characters to set up new starting positions.)",
142
- "INTERFACE_GUIDE_GREEN_FLAG_DESCRIPTION": "Start all programming scripts that begin with a \"Start on Green Flag\" block by tapping here.",
143
- "INTERFACE_GUIDE_PAGES_DESCRIPTION": "Select among the pages in your project or tap the plus sign to add a new page. Each page has its own set of characters and a background. To delete a page, press and hold it. To reorder pages, drag them to new positions.",
144
- "INTERFACE_GUIDE_PROJECT_INFO_DESCRIPTION": "Change the title of the project, see when the project was created, and share the project (if supported by your device).",
230
+ "INTERFACE_GUIDE_GREEN_FLAG_DESCRIPTION": "Start all scripts that begin with a \"Start on Green Flag\" block. Tap again while the project is running to stop the scripts and connected devices.",
231
+ "INTERFACE_GUIDE_PAGES_DESCRIPTION": "Select a page, tap the plus button to add one, or use the scrollbar when the list grows. Each page has its own sprites, scripts, and background. Press and hold to delete a page, or drag to reorder pages.",
232
+ "INTERFACE_GUIDE_PROJECT_INFO_DESCRIPTION": "Change the project title, view project details, share it, and save or load cloud copies when those features are available.",
145
233
  "INTERFACE_GUIDE_UNDO_REDO_DESCRIPTION": "If you make a mistake, tap Undo to go back in time, reversing the last action. Tap Redo to reverse the last Undo.",
146
234
  "INTERFACE_GUIDE_PROGRAMMING_SCRIPT_DESCRIPTION": "Snap blocks together to make a programming script, telling the character what to do. Tap anywhere on a script to make it run. To delete a block or script, drag it outside the programming area. To copy a block or script from one character to another, drag it onto the character's thumbnail.",
147
235
  "INTERFACE_GUIDE_PROGRAMMING_AREA_DESCRIPTION": "This is where you connect programming blocks to create scripts, telling the character what to do.",
148
236
  "INTERFACE_GUIDE_BLOCKS_PALETTE_DESCRIPTION": "This is the menu of programming blocks. Drag a block into the programming area, then tap on it to see what it does.",
149
- "INTERFACE_GUIDE_BLOCKS_CATEGORIES_DESCRIPTION": "This is where you can select a category of programming blocks: Triggering Blocks (Yellow), Motion (Blue), Looks (Purple), Sounds (Green), Control (Orange), End Blocks (Red).",
237
+ "INTERFACE_GUIDE_BLOCKS_CATEGORIES_DESCRIPTION": "Choose the main block categories. Sprite mode shows Triggering, Motion, Looks, Sounds, Control, and End blocks; Marty mode replaces these with Marty categories.",
150
238
  "INTERFACE_GUIDE_CHARACTERS_DESCRIPTION": "Select among the characters in your project — or tap the plus sign to add a new one. Once a character is selected, you can edit its scripts, tap its name to rename it, or tap the paintbrush to edit its image. To delete a character, press and hold it. To copy a character to another page, drag it to the page thumbnail.",
151
239
  "PAINT_GUIDE_UNDO": "{N, number} | Undo",
152
240
  "PAINT_GUIDE_REDO": "{N, number} | Redo",
@@ -1175,5 +1263,24 @@
1175
1263
  "BLOCK_DESC_MICROBIT_DISPLAY_HAPPY": "Shows a happy face on the micro:bit display.",
1176
1264
  "BLOCK_DESC_MICROBIT_DISPLAY_TEXT": "Shows text on the micro:bit display.",
1177
1265
  "BLOCK_DESC_MICROBIT_DISPLAY_CUSTOM": "Shows a custom icon on the micro:bit display.",
1178
- "BLOCK_DESC_MICROBIT_CLEAR_DISPLAY": "Clears the micro:bit display."
1266
+ "BLOCK_DESC_MICROBIT_CLEAR_DISPLAY": "Clears the micro:bit display.",
1267
+ "INTERFACE_GUIDE_SELECT_HINT": "Select a number on the image to learn about that feature.",
1268
+ "INTERFACE_GUIDE_DEVICE_CONNECTIONS": "{N, number} | Connect Devices",
1269
+ "INTERFACE_GUIDE_DEVICE_CONNECTIONS_DESCRIPTION": "Connect, switch, or disconnect Cog and Marty. Connected device tiles show their current status.",
1270
+ "INTERFACE_GUIDE_EXTENSIONS": "{N, number} | Extensions",
1271
+ "INTERFACE_GUIDE_EXTENSIONS_DESCRIPTION": "Open the Extensions library to add or remove optional hardware support, such as micro:bit. Enabling an extension reveals its connection tile and block categories.",
1272
+ "INTERFACE_GUIDE_SPRITES_AND_DEVICES": "{N, number} | Sprites and Marty",
1273
+ "INTERFACE_GUIDE_SPRITES_AND_DEVICES_DESCRIPTION": "Select the sprite whose scripts you want to edit. In Marty mode, this panel shows the Marty programming target. Use the scrollbar when the list is longer than the panel; in Sprite mode, tap the plus button to add a sprite.",
1274
+ "INTERFACE_GUIDE_TRACE": "{N, number} | Trace",
1275
+ "INTERFACE_GUIDE_TRACE_DESCRIPTION": "Show or hide the trail drawn as sprites move around the stage.",
1276
+ "INTERFACE_GUIDE_CLEAR_TRACE": "{N, number} | Clear Trace",
1277
+ "INTERFACE_GUIDE_CLEAR_TRACE_DESCRIPTION": "Remove all trails currently drawn on the stage.",
1278
+ "INTERFACE_GUIDE_MARTY_MODE": "{N, number} | Sprite and Marty Mode",
1279
+ "INTERFACE_GUIDE_MARTY_MODE_DESCRIPTION": "Switch the programming target and main block categories between sprites and Marty. This does not connect hardware.",
1280
+ "INTERFACE_GUIDE_DUPLICATE_PAGE": "{N, number} | Duplicate Page",
1281
+ "INTERFACE_GUIDE_DUPLICATE_PAGE_DESCRIPTION": "Copy the selected page, including its background, sprites, and scripts. A project can contain up to four pages.",
1282
+ "INTERFACE_GUIDE_DEVICE_BLOCK_CATEGORIES": "{N, number} | Device Block Categories",
1283
+ "INTERFACE_GUIDE_DEVICE_BLOCK_CATEGORIES_DESCRIPTION": "Choose Cog blocks. Optional device categories, such as micro:bit, appear here when their extension is enabled.",
1284
+ "INTERFACE_GUIDE_ZOOM": "{N, number} | Script Zoom",
1285
+ "INTERFACE_GUIDE_ZOOM_DESCRIPTION": "Press and hold to zoom out for an overview of the programming area; release to return to normal size."
1179
1286
  }
@@ -2,7 +2,22 @@
2
2
  "MY_PROJECTS": "Mis proyectos",
3
3
  "QUICK_INTRO": "Introducción rápida a ScratchJr",
4
4
  "SAMPLE_PROJECTS": "Ejemplos de proyectos",
5
- "ABOUT_SCRATCHJR": "Acerca de ScratchJr",
5
+ "ABOUT_SCRATCHJR": "Acerca de Blocks Jr",
6
+ "ABOUT_BLOCKS_JR_EYEBROW": "Made for curious creators",
7
+ "ABOUT_BLOCKS_JR_TAGLINE": "Create stories. Code characters. Bring robots to life.",
8
+ "ABOUT_BLOCKS_JR_INTRODUCTION_TITLE": "A first step into creative coding",
9
+ "ABOUT_BLOCKS_JR_INTRODUCTION_DESCRIPTION": "Blocks Jr is Robotical's beginner-friendly block coding environment. Young learners snap together colourful blocks to make characters move, tell interactive stories, and control real robots—building confidence through play and experimentation.",
10
+ "ABOUT_BLOCKS_JR_FEATURES_TITLE": "What can you make?",
11
+ "ABOUT_BLOCKS_JR_CREATE_TITLE": "Create",
12
+ "ABOUT_BLOCKS_JR_CREATE_DESCRIPTION": "Design characters and backgrounds, record sounds, and build your own interactive stories.",
13
+ "ABOUT_BLOCKS_JR_CODE_TITLE": "Code",
14
+ "ABOUT_BLOCKS_JR_CODE_DESCRIPTION": "Turn ideas into instructions with events, sequences, messages, loops, and more.",
15
+ "ABOUT_BLOCKS_JR_CONNECT_TITLE": "Connect",
16
+ "ABOUT_BLOCKS_JR_CONNECT_DESCRIPTION": "Bring projects off the screen by coding Marty and Cog, and extend them with devices such as micro:bit.",
17
+ "ABOUT_BLOCKS_JR_ROBOTICAL_TITLE": "Made by Robotical",
18
+ "ABOUT_BLOCKS_JR_ROBOTICAL_DESCRIPTION": "Robotical creates playful educational technology that helps learners explore coding, robotics, and STEAM through hands-on discovery.",
19
+ "ABOUT_BLOCKS_JR_FOUNDATION_TITLE": "Built on the ScratchJr foundation",
20
+ "ABOUT_BLOCKS_JR_FOUNDATION_DESCRIPTION": "Blocks Jr is based on ScratchJr, originally developed by the DevTech Research Group at Tufts University, the Lifelong Kindergarten group at the MIT Media Lab, and the Playful Invention Company. Robotical has extended that foundation with connected-device experiences for Marty and Cog.",
6
21
  "INTERFACE_GUIDE": "Guía de la interfaz",
7
22
  "PAINT_EDITOR_GUIDE": "Guía del editor de pintura",
8
23
  "BLOCKS_GUIDE": "Guía de bloques",
@@ -1175,5 +1190,24 @@
1175
1190
  "BLOCK_DESC_MICROBIT_DISPLAY_HAPPY": "Shows a happy face on the micro:bit display.",
1176
1191
  "BLOCK_DESC_MICROBIT_DISPLAY_TEXT": "Shows text on the micro:bit display.",
1177
1192
  "BLOCK_DESC_MICROBIT_DISPLAY_CUSTOM": "Shows a custom icon on the micro:bit display.",
1178
- "BLOCK_DESC_MICROBIT_CLEAR_DISPLAY": "Clears the micro:bit display."
1193
+ "BLOCK_DESC_MICROBIT_CLEAR_DISPLAY": "Clears the micro:bit display.",
1194
+ "INTERFACE_GUIDE_SELECT_HINT": "Select a number on the image to learn about that feature.",
1195
+ "INTERFACE_GUIDE_DEVICE_CONNECTIONS": "{N, number} | Connect Devices",
1196
+ "INTERFACE_GUIDE_DEVICE_CONNECTIONS_DESCRIPTION": "Connect, switch, or disconnect Cog and Marty. Connected device tiles show their current status.",
1197
+ "INTERFACE_GUIDE_EXTENSIONS": "{N, number} | Extensions",
1198
+ "INTERFACE_GUIDE_EXTENSIONS_DESCRIPTION": "Open the Extensions library to add or remove optional hardware support, such as micro:bit. Enabling an extension reveals its connection tile and block categories.",
1199
+ "INTERFACE_GUIDE_SPRITES_AND_DEVICES": "{N, number} | Sprites and Marty",
1200
+ "INTERFACE_GUIDE_SPRITES_AND_DEVICES_DESCRIPTION": "Select the sprite whose scripts you want to edit. In Marty mode, this panel shows the Marty programming target. Use the scrollbar when the list is longer than the panel; in Sprite mode, tap the plus button to add a sprite.",
1201
+ "INTERFACE_GUIDE_TRACE": "{N, number} | Trace",
1202
+ "INTERFACE_GUIDE_TRACE_DESCRIPTION": "Show or hide the trail drawn as sprites move around the stage.",
1203
+ "INTERFACE_GUIDE_CLEAR_TRACE": "{N, number} | Clear Trace",
1204
+ "INTERFACE_GUIDE_CLEAR_TRACE_DESCRIPTION": "Remove all trails currently drawn on the stage.",
1205
+ "INTERFACE_GUIDE_MARTY_MODE": "{N, number} | Sprite and Marty Mode",
1206
+ "INTERFACE_GUIDE_MARTY_MODE_DESCRIPTION": "Switch the programming target and main block categories between sprites and Marty. This does not connect hardware.",
1207
+ "INTERFACE_GUIDE_DUPLICATE_PAGE": "{N, number} | Duplicate Page",
1208
+ "INTERFACE_GUIDE_DUPLICATE_PAGE_DESCRIPTION": "Copy the selected page, including its background, sprites, and scripts. A project can contain up to four pages.",
1209
+ "INTERFACE_GUIDE_DEVICE_BLOCK_CATEGORIES": "{N, number} | Device Block Categories",
1210
+ "INTERFACE_GUIDE_DEVICE_BLOCK_CATEGORIES_DESCRIPTION": "Choose Cog blocks. Optional device categories, such as micro:bit, appear here when their extension is enabled.",
1211
+ "INTERFACE_GUIDE_ZOOM": "{N, number} | Script Zoom",
1212
+ "INTERFACE_GUIDE_ZOOM_DESCRIPTION": "Press and hold to zoom out for an overview of the programming area; release to return to normal size."
1179
1213
  }