@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.
- package/editions/free/src/app.bundle.js +1 -1
- package/editions/free/src/css/editor.css +5 -0
- package/editions/free/src/css/editorleftpanel.css +12 -6
- package/editions/free/src/inapp/about.html +55 -26
- package/editions/free/src/inapp/blocks.html +16 -459
- package/editions/free/src/inapp/images/interface.png +0 -0
- package/editions/free/src/inapp/images/paint.png +0 -0
- package/editions/free/src/inapp/interface.html +136 -123
- package/editions/free/src/inapp/style/about.css +333 -21
- package/editions/free/src/inapp/style/blocks.css +423 -82
- package/editions/free/src/inapp/style/interface.css +178 -453
- package/editions/free/src/localizations/bg.json +36 -2
- package/editions/free/src/localizations/ca.json +36 -2
- package/editions/free/src/localizations/cs.json +36 -2
- package/editions/free/src/localizations/cy.json +36 -2
- package/editions/free/src/localizations/da.json +36 -2
- package/editions/free/src/localizations/de.json +36 -2
- package/editions/free/src/localizations/el.json +36 -2
- package/editions/free/src/localizations/en.json +114 -7
- package/editions/free/src/localizations/es.json +36 -2
- package/editions/free/src/localizations/fi.json +36 -2
- package/editions/free/src/localizations/fr.json +36 -2
- package/editions/free/src/localizations/it.json +36 -2
- package/editions/free/src/localizations/ja.json +36 -2
- package/editions/free/src/localizations/ko.json +36 -2
- package/editions/free/src/localizations/nl.json +36 -2
- package/editions/free/src/localizations/no.json +36 -2
- package/editions/free/src/localizations/pl.json +36 -2
- package/editions/free/src/localizations/pt-br.json +36 -2
- package/editions/free/src/localizations/pt.json +36 -2
- package/editions/free/src/localizations/sv.json +36 -2
- package/editions/free/src/localizations/th.json +36 -2
- package/editions/free/src/localizations/tr.json +36 -2
- package/editions/free/src/localizations/uk.json +36 -2
- package/editions/free/src/localizations/zh-cn.json +36 -2
- package/editions/free/src/localizations/zh-tw.json +36 -2
- package/package.json +1 -1
- package/scripts/a11y-structure.mjs +9 -2
- package/tests/BlockGuideRegistry.test.js +60 -0
- package/tests/MartyManager.test.js +88 -0
- package/tests/e2e/accessibility.e2e.test.js +153 -10
- package/tests/e2e/blocks-jr-hidden-blocks.e2e.test.js +84 -0
- package/tests/e2e/chromium-79-smoke.test.js +12 -17
- package/tests/e2e/microbit-extension-project-reload.e2e.test.js +1 -6
- package/tests/e2e/project-load-progress-loop.e2e.test.js +1 -6
- package/tests/e2e/sidebar-scrollbars.e2e.test.js +179 -0
|
@@ -2,7 +2,22 @@
|
|
|
2
2
|
"MY_PROJECTS": "Projektini",
|
|
3
3
|
"QUICK_INTRO": "ScratchJr:n nopea esittely",
|
|
4
4
|
"SAMPLE_PROJECTS": "Esimerkkiprojekteja",
|
|
5
|
-
"ABOUT_SCRATCHJR": "Tietoja
|
|
5
|
+
"ABOUT_SCRATCHJR": "Tietoja Blocks Jr:stä",
|
|
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": "Käyttöliittymäopas",
|
|
7
22
|
"PAINT_EDITOR_GUIDE": "Paint Editor -opas",
|
|
8
23
|
"BLOCKS_GUIDE": "Palikat-opas",
|
|
@@ -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": "Mes projets",
|
|
3
3
|
"QUICK_INTRO": "Présentation rapide de ScratchJr",
|
|
4
4
|
"SAMPLE_PROJECTS": "Exemples de projets",
|
|
5
|
-
"ABOUT_SCRATCHJR": "À propos de
|
|
5
|
+
"ABOUT_SCRATCHJR": "À propos 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": "Manuel de l'interface",
|
|
7
22
|
"PAINT_EDITOR_GUIDE": "Manuel de l'éditeur graphique",
|
|
8
23
|
"BLOCKS_GUIDE": "Manuel des 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": "I Miei Progetti",
|
|
3
3
|
"QUICK_INTRO": "Breve Introduzione a ScratchJr",
|
|
4
4
|
"SAMPLE_PROJECTS": "Progetti di Esempio",
|
|
5
|
-
"ABOUT_SCRATCHJR": "Info su
|
|
5
|
+
"ABOUT_SCRATCHJR": "Info su 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": "Guida all'Interfaccia",
|
|
7
22
|
"PAINT_EDITOR_GUIDE": "Guida dell'Editor di Immagini",
|
|
8
23
|
"BLOCKS_GUIDE": "Guida dei Blocchi",
|
|
@@ -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": "すくらっちじゅにあのかんたんなしょうかい",
|
|
4
4
|
"SAMPLE_PROJECTS": "ぷろじぇくとのれい",
|
|
5
|
-
"ABOUT_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,7 +2,22 @@
|
|
|
2
2
|
"MY_PROJECTS": "내 프로젝트",
|
|
3
3
|
"QUICK_INTRO": "스크래치 주니어 훑어보기",
|
|
4
4
|
"SAMPLE_PROJECTS": "예시 프로젝트",
|
|
5
|
-
"ABOUT_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,7 +2,22 @@
|
|
|
2
2
|
"MY_PROJECTS": "Mijn projecten",
|
|
3
3
|
"QUICK_INTRO": "Korte introductie van ScratchJr",
|
|
4
4
|
"SAMPLE_PROJECTS": "Voorbeeldprojecten",
|
|
5
|
-
"ABOUT_SCRATCHJR": "Over
|
|
5
|
+
"ABOUT_SCRATCHJR": "Over 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": "Bedieningsoverzicht",
|
|
7
22
|
"PAINT_EDITOR_GUIDE": "Tekenschermoverzicht",
|
|
8
23
|
"BLOCKS_GUIDE": "Blokkenoverzicht",
|
|
@@ -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 Prosjekter",
|
|
3
3
|
"QUICK_INTRO": "Kjapp Introduksjon til ScratchJr",
|
|
4
4
|
"SAMPLE_PROJECTS": "Prosjekt Prøver",
|
|
5
|
-
"ABOUT_SCRATCHJR": "Om
|
|
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": "Grensesnitt Guide",
|
|
7
22
|
"PAINT_EDITOR_GUIDE": "Maleprogram Guide",
|
|
8
23
|
"BLOCKS_GUIDE": "Kodeblokk 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": "Moje Projekty",
|
|
3
3
|
"QUICK_INTRO": "Szybkie wprowadzenie do ScratchJr",
|
|
4
4
|
"SAMPLE_PROJECTS": "Przykładowe Projekty",
|
|
5
|
-
"ABOUT_SCRATCHJR": "O
|
|
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": "Przewodnik po Interfejsie",
|
|
7
22
|
"PAINT_EDITOR_GUIDE": "Przewodnik po Edytorze Rysunków",
|
|
8
23
|
"BLOCKS_GUIDE": "Przewodnik po Blokach",
|
|
@@ -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": "Meus Projetos",
|
|
3
3
|
"QUICK_INTRO": "Introdução rápida ao ScratchJr",
|
|
4
4
|
"SAMPLE_PROJECTS": "Projetos de Exemplo",
|
|
5
|
-
"ABOUT_SCRATCHJR": "Sobre o
|
|
5
|
+
"ABOUT_SCRATCHJR": "Sobre 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": "Guia da Interface",
|
|
7
22
|
"PAINT_EDITOR_GUIDE": "Guia do Editor de Pintura",
|
|
8
23
|
"BLOCKS_GUIDE": "Guia dos Blocos",
|
|
@@ -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": "Os Meus Projetos",
|
|
3
3
|
"QUICK_INTRO": "Introdução Rápida ao ScratchJr",
|
|
4
4
|
"SAMPLE_PROJECTS": "Projetos de Exemplo",
|
|
5
|
-
"ABOUT_SCRATCHJR": "Sobre o
|
|
5
|
+
"ABOUT_SCRATCHJR": "Sobre 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": "Guia da Interface",
|
|
7
22
|
"PAINT_EDITOR_GUIDE": "Guia do Editor de Pintura",
|
|
8
23
|
"BLOCKS_GUIDE": "Guia dos Blocos",
|
|
@@ -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": "Mina projekt",
|
|
3
3
|
"QUICK_INTRO": "Snabb Introduktion till ScratchJr",
|
|
4
4
|
"SAMPLE_PROJECTS": "Exempelprojekt",
|
|
5
|
-
"ABOUT_SCRATCHJR": "Om
|
|
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": "Gränssnittsguide",
|
|
7
22
|
"PAINT_EDITOR_GUIDE": "Guide till Ritverktyget",
|
|
8
23
|
"BLOCKS_GUIDE": "Klossguide",
|
|
@@ -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
|
}
|