@robotical/martyblocksjr 1.0.8 → 1.1.0

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 (38) hide show
  1. package/README.md +2 -7
  2. package/editions/free/src/app.bundle.js +1 -1
  3. package/editions/free/src/app.bundle.js.map +1 -1
  4. package/editions/free/src/assets/lobby/privacyOff.svg +8 -0
  5. package/editions/free/src/assets/lobby/privacyOn.svg +8 -0
  6. package/editions/free/src/css/editor.css +5 -0
  7. package/editions/free/src/css/editormodal.css +0 -4
  8. package/editions/free/src/css/lobby.css +17 -13
  9. package/editions/free/src/gettingstarted.html +1 -1
  10. package/editions/free/src/home.html +5 -1
  11. package/editions/free/src/inapp/privacy.html +107 -0
  12. package/editions/free/src/inapp/style/interface.css +0 -2
  13. package/editions/free/src/inapp/style/privacy.css +70 -0
  14. package/editions/free/src/localizations/ca.json +34 -0
  15. package/editions/free/src/localizations/cy.json +34 -0
  16. package/editions/free/src/localizations/da.json +34 -0
  17. package/editions/free/src/localizations/de.json +34 -0
  18. package/editions/free/src/localizations/el.json +34 -0
  19. package/editions/free/src/localizations/en.json +250 -6
  20. package/editions/free/src/localizations/es.json +34 -0
  21. package/editions/free/src/localizations/fr.json +34 -0
  22. package/editions/free/src/localizations/it.json +34 -0
  23. package/editions/free/src/localizations/ja.json +34 -0
  24. package/editions/free/src/localizations/ko.json +414 -0
  25. package/editions/free/src/localizations/nl.json +34 -0
  26. package/editions/free/src/localizations/no.json +34 -0
  27. package/editions/free/src/localizations/pl.json +34 -0
  28. package/editions/free/src/localizations/pt-br.json +34 -0
  29. package/editions/free/src/localizations/pt.json +34 -0
  30. package/editions/free/src/localizations/sv.json +34 -0
  31. package/editions/free/src/localizations/th.json +34 -0
  32. package/editions/free/src/localizations/tr.json +34 -0
  33. package/editions/free/src/localizations/uk.json +414 -0
  34. package/editions/free/src/localizations/zh-cn.json +34 -0
  35. package/editions/free/src/localizations/zh-tw.json +34 -0
  36. package/editions/free/src/media.json +1 -0
  37. package/firebase-debug.log +30 -0
  38. package/package.json +1 -1
@@ -6,12 +6,16 @@
6
6
  "INTERFACE_GUIDE": "Interface Guide",
7
7
  "PAINT_EDITOR_GUIDE": "Paint Editor Guide",
8
8
  "BLOCKS_GUIDE": "Blocks Guide",
9
- "ABOUT_WHAT_IS": "What is MartyBlocks Jr?",
10
- "ABOUT_DESCRIPTION": "Based on the ScratchJr interface, we developed an introductory programming language which uses Marty the Robot to enable young children (ages 5-7) to develop their computational thinking. Similar to MartyBlocks (which is based on Scratch and aimed at children aged 8+), children can create interactive stories and games, though MartyBlocks Jr has been altered to cater for younger children, and the features have been carefully crafted matching children's cognitive, personal, social, and emotional development. <br/><br/> Children can snap together colorful programming blocks to make their Marty sprite walk, dance, wave, eyebrow-wiggle and make noises. In addition (and perhaps most importantly), children can connect their real-life Marty the Robot to the app, so Marty can come to life both on and off the screen! MartyBlocks Jr differs from any other introductory programming platform in that you see your Marty sprite from a birds-eye view, with motion blocks mimicking Marty’s movements in the real world. <br/><br/> MartyBlocks Jr features several unique backgrounds (including Mars!), so children can go wild, dive deep into their imaginations and take Marty on amazing adventures. Children can use the paint editor tool to draw/modify the backgrounds and even adapt Marty and bring a unique personality to their Marty sprite. So bring some imagination to your screen and why not turn Marty pink or add a cowboy hat and journey back in time to an old western scene?",
11
- "ABOUT_WHY_CREATE": "Why Did We Create MartyBlocks Jr?",
12
- "ABOUT_WHY_CREATE_DESCRIPTION": "Learning to code from a young age can help set up children for success. Coding not only helps improve computational thinking but can vastly improve numerous skills, including mathematical and writing skills, along with valuable communication skills in life and the 21st century workplace. At Robotical, our goal is for coding to be accessible and exciting for everyone, no matter their age, gender or location. <br/><br/> ScratchJr was developed as a simplified version of its “brother” platform, Scratch. MartyBlocks Jr was developed to create the same learning progression, creating a learning ladder so younger children can also learn these vital skills, even before they are able to read.",
13
- "ABOUT_WHO_CREATED": "Who is Robotical?",
14
- "ABOUT_WHO_CREATED_DESCRIPTION": "In 2016, Dr Alexander (Sandy) Enoch set up Robotical with the vision of creating a human-like robot, full of character, to help teach children the basics of coding in a fun and exciting way. Today Marty is more than a dream and this small blue and yellow humanoid can be found moving and grooving in over 1,000 schools around the world. <br/><br/> MartyBlocks Jr was created by Robotical's product and development team, led by Siobhan Duncan and Finlay Page.",
9
+ "PRIVACY_POLICY": "Privacy Policy",
10
+ "ABOUT_WHAT_IS": "What is ScratchJr?",
11
+ "ABOUT_DESCRIPTION": "ScratchJr is an introductory programming language that enables young children (ages 5-7) to create their own interactive stories and games. Children snap together graphical programming blocks to make characters move, jump, dance, and sing. Children can modify characters in the paint editor, add their own voices and sounds, even insert photos of themselves -- then use the programming blocks to make their characters come to life.",
12
+ "ABOUT_INSPIRED_BY": "ScratchJr was inspired by the popular Scratch programming language (http://scratch.mit.edu), used by millions of young people (ages 8 and up) around the world. In creating ScratchJr, we redesigned the interface and programming language to make them developmentally appropriate for younger children, carefully designing features to match young children's cognitive, personal, social, and emotional development.<br/><br/>For more information about ScratchJr, see http://scratchjr.org",
13
+ "ABOUT_WHY_CREATE": "Why Did We Create ScratchJr?",
14
+ "ABOUT_WHY_CREATE_DESCRIPTION": "Coding (or computer programming) is a new type of literacy. Just as writing helps you organize your thinking and express your ideas, the same is true for coding. In the past, coding was seen as too difficult for most people. But we think coding should be for everyone, just like writing.<br/><br/>As young children code with ScratchJr, they learn how to create and express themselves with the computer, not just to interact with it. In the process, children learn to solve problems and design projects, and they develop sequencing skills that are foundational for later academic success. They also use math and language in a meaningful and motivating context, supporting the development of early-childhood numeracy and literacy. With ScratchJr, children aren't just learning to code, they are coding to learn.",
15
+ "ABOUT_WHO_CREATED": "Who Created ScratchJr?",
16
+ "ABOUT_WHO_CREATED_DESCRIPTION": "ScratchJr is a collaboration between the Developmental Technologies (DevTech) Research Group at the Eliot-Pearson Department of Child Study and Human Development at Tufts University (led by Marina Umaschi Bers, with contributions from Amanda Strawhacker, Claire Caine, Louise Flannery, Elizabeth Kazakoff, and Dylan Portelance), the Lifelong Kindergarten group at the MIT Media Lab (led by Mitchel Resnick, with contributions from Chris Garrity, Tim Mickel, Carl Bowman, Champika Fernando, Natalie Rusk, Sayamindu Dasgupta, and Chris Graves), and the Playful Invention Company (led by Paula Bont&aacute; and Brian Silverman, with contributions from Jack Geddes and Adrian Gabriel). The Android version of ScratchJr was implemented by Two Sigma (led by Mark Roth, with contributions from Kevin Hu), with input from Benesse Corp.<br/> <br/>The graphics and illustrations for ScratchJr were created by HvingtQuatre Company (led by Julien Gelifier and Adrien Valesa), Sarah Thomson, Peter Mueller, and Jillian Lombardi. Paula Aguilera of the MIT Media Lab produced the ScratchJr video. We would also like to thank everyone who participated in the beta-test communities for iPad and Android, particularly Sergio Antolinez, Vandendaele Didier, and Sjoerd Dirk Meijer.",
17
+ "ABOUT_WHO_SUPPORTED": "Who Supported ScratchJr?",
18
+ "ABOUT_WHO_SUPPORTED_DESCRIPTION": "The ScratchJr project has received generous financial support from the National Science Foundation (NSF DRL-1118664), Scratch Foundation, LEGO Foundation, and British Telecommunications.<br/><br/>If you enjoy using this free app, please consider making a donation to the Scratch Foundation (www.scratchfoundation.org), a nonprofit organization that provides ongoing support for ScratchJr. We appreciate donations of all sizes, large and small. <br/><br/>Platinum supporters from the ScratchJr Kickstarter campaign: Jeremy Deutsch, Kenneth Ehlert, Catherine Greenspon, Mark Loughridge, JoAnn Gantz Bendetson, and Shirley Resnick.<br/><br/>Other supporters from the ScratchJr Kickstarter campaign:",
15
19
  "BLOCKS_TRIGGERING_BLOCKS": "Triggering Blocks",
16
20
  "BLOCKS_GREEN_FLAG": "Start on Green Flag",
17
21
  "BLOCKS_GREEN_FLAG_DESCRIPTION": "Starts the script when the Green Flag is tapped.",
@@ -170,6 +174,63 @@
170
174
  "PAINT_GUIDE_CAMERA_DESCRIPTION": "After selecting the Camera tool, you can tap any section of Marty or a shape, and then tap the camera button to fill the section with a new photo taken with the camera.",
171
175
  "PAINT_GUIDE_COLOR_DESCRIPTION": "Select a new color to use for drawing and filling in shapes.",
172
176
  "PAINT_GUIDE_LINE_WIDTH_DESCRIPTION": "Change the width of the lines in the shapes you are drawing.",
177
+ "PRIVACY_TITLE": "ScratchJr Privacy Policy",
178
+ "PRIVACY_LAST_UPDATED": "The ScratchJr Privacy Policy was last updated: November 3rd, 2021",
179
+ "PRIVACY_HIGHLIGHT": "Scratch cares about your privacy. This document, called a \"privacy policy\", explains what information we collect from you, how we collect it, why we collect it, and how we keep it safe. It also tells you about the choices and options you have about your information.",
180
+ "PRIVACY_DESCRIPTION": "The Scratch Foundation, and associated entities (collectively, \"<b>Scratch</b>\", \"<b>we</b>\", \"<b>our</b>\" or \"<b>us</b>\") understand how important privacy is to our community, especially kids and parents (\"<b>you</b>\" or \"<b>user</b>\"). We wrote this privacy policy (\"<b>Privacy Policy</b>\") to explain what information we collect through the ScratchJr mobile application (the \"<b>App</b>\"), how we use, process, and share it, and what we are doing to keep it safe. It also tells you about your rights and choices with respect to your Personal Information, and how you can contact us if you have any questions or concerns.<br>Please read this Privacy Policy carefully so that you understand your rights in relation to your Personal Information, and how we will collect, use and process your Personal Information. If you do not agree with this Privacy Policy or any part thereof, you should not access or use any part of the App. If you change your mind in the future, you must stop using the App and you may exercise your rights in relation to your Personal Information as set out in this Privacy Policy.",
181
+ "PRIVACY_INFORMATION_COLLECTED": "What personal information does the ScratchJr Team collect about me?",
182
+ "PRIVACY_INFORMATION_COLLECTED_HIGHLIGHT": "Scratch collects and stores information you provide to us, for example whether you want to use the App at home or for school and in what language. The App automatically collects some information about the tablet or phone on which you use the App and about how you play on the App. ",
183
+ "PRIVACY_INFORMATION_COLLECTED_DESCRIPTION": "For the purpose of this Privacy Policy, “Personal Information” means any information relating to an identified or identifiable individual. We obtain Personal Information relating to you from various sources described below.<br>Where applicable, we indicate whether and why you must provide us with your Personal Information, as well as the consequences of failing to do so. If you do not provide Personal Information when requested, you may not be able to benefit from our App if that information is necessary to provide you with the App or if we are legally required to collect the information.",
184
+ "PRIVACY_INFO_FROM_YOU": "Information provided by you",
185
+ "PRIVACY_INFO_FROM_PROJECT": "<b>Projects.</b> The App collects the projects that you may create on the App, including pictures or sound recordings features in projects. However, this information is only stored locally on your device and is not transmitted to or accessible by Scratch. When you first download the App, we ask permission to access the camera (to enable you to take pictures to use as characters in your projects) and the microphone (to record sounds to use in your projects) of your device. You can disable these features at any time in the App settings provided by your device. ",
186
+ "PRIVACY_INFO_FROM_PREFS": "<b>Use preferences.</b> We ask you whether you will use the App for school, at home, or for another reason and what language you would like us to display the App in. ",
187
+ "PRIVACY_INFO_FROM_AUTO": "Information collected via automated means",
188
+ "PRIVACY_INFO_FROM_USAGE": "<b>Device and usage information.</b> When you use our App, we and third parties may automatically collect your IP address at country level and information about your device including model, version and operating system.",
189
+ "PRIVACY_USAGE": "How does the ScratchJr Team use my Personal Information?",
190
+ "PRIVACY_USAGE_HIGHLIGHT": "We collect your information to make all the features of the App available to you and support your learning, to help us, educators and universities learn about how children play and learn through the App, to help us improve the App and to defend our rights. ",
191
+ "PRIVACY_USAGE_DESCRIPTION": "We may use the Personal Information for one or more of the following purposes:",
192
+ "PRIVACY_USAGE_FOR_SERVICE": "<b>Providing you with the services on the App.</b> We use Personal Information for internal and App-related purposes, including to operate, provide, and maintain the App. In particular we will use your Personal Information to perform our contractual obligation towards you to allow you to use the App, to contact you in case of any issue with the App and make the App available to you in the language that you select in the App settings. The Personal Information we process when doing so includes any content you create on the App and your language preference.",
193
+ "PRIVACY_USAGE_FOR_ANALYTICS": "<b>Analytics and improving the App.</b> We and our service providers use Personal Information that we collect on the App, such as your location, which characters you use the most, how much time you spend in the App and other activities on the App to monitor and analyze usage of the App and to improve and enhance the App. It is in our legitimate interest to improve our App for our users, which includes conducting troubleshooting, testing and research and to keep the App secure. When doing so we may use Personal Information that we automatically collect about you, such as information on use.",
194
+ "PRIVACY_USAGE_FOR_DATA": "<b>Aggregating Data.</b> We may de-identify and aggregate information collected through the App for statistical analysis and other lawful purposes, including in research studies intended to improve our understanding of how people learn with ScratchJr. Aggregated data may be derived from your Personal Information but is not Personal Information as this data will not directly or indirectly reveal your identity.",
195
+ "PRIVACY_USAGE_FOR_LEGAL": "<b>Legal.</b> We may use your Personal Information to enforce our End User License Agreement (EULA), to defend our legal rights, and to comply with our legal obligations and internal policies. ",
196
+ "PRIVACY_USAGE_IN_EEA": "Our use of European Personal Information",
197
+ "PRIVACY_USAGE_IN_EEA_HIGHLIGHT": "If you are in the EEA, the UK or Switzerland, we only use your information when we have a ground that allows us to do so.",
198
+ "PRIVACY_USAGE_IN_EEA_DESCRIPTION": "If you are located in the European Economic Area (“<b>EEA</b>”), the UK or Switzerland we only process your Personal Information when we have a valid legal basis:",
199
+ "PRIVACY_USAGE_IN_EEA_CONTRACTUAL_NECESSITY": "<b>Contractual necessity.</b> We may use your Personal Information to perform our contractual obligations towards you. For example, we need your Personal Information to provide our services on the App.",
200
+ "PRIVACY_USAGE_IN_EEA_LEGITIMATE_INTEREST": "<b>Legitimate interest.</b> We may use your Personal Information when we or a third party have a legitimate interest in doing so. In particular, we have a legitimate interest in using your Personal Information to provide the App in your preferred language, improve the safety, security, and performance of our App, and understand how the App is used, including through research studies that help us understand how people learn with ScratchJr. We only rely on our or a third party’s legitimate interests to process your Personal Information when these interests are not overridden by your rights and interests. ",
201
+ "PRIVACY_USAGE_IN_EEA_LEGAL_OBLIGATION": "<b>Legal obligation.</b> We may use your Personal Information when we are legally required to. For example, to comply with tax and accounting obligations, or to comply with a court order.",
202
+ "PRIVACY_USAGE_IN_EEA_CONSENT": "<b>Consent.</b> We may use your Personal Information when you have consented to do so.",
203
+ "PRIVACY_SHARING": "How Does the ScratchJr Team Share my Personal Information?",
204
+ "PRIVACY_SHARING_HIGHLIGHT": "We only share your information with other organizations when we need to. We share information with vendors that help us provide the App. We also share the results of the research we do with schools and researchers, but we first take steps to put that information in a format that does not allow them to identify you. We may also share your information with courts and governments for legal reasons. ",
205
+ "PRIVACY_SHARING_DESCRIPTION": "We disclose your Personal Information to third parties in the following circumstances:",
206
+ "PRIVACY_SHARING_WITH_SERVICE_PROVIDER": "<b>Service providers.</b> We rely on service providers for the provision of the services on our App, such as: Google Firebase, an analytics provider, to help us to understand our user base and how our App is used. ",
207
+ "PRIVACY_SHARING_WITH_EDUCATION": "<b>Education and research institutions.</b> We may share the results of our research on children’s education through ScratchJr, in a de-identified and aggregate form, with educators and research institutions, such as Tufts University and MIT, through conferences, journals, and other publications.",
208
+ "PRIVACY_SHARING_WITH_CHANGE_OF_OWNERSHIP": "<b>Change of corporate ownership.</b> We may disclose your Personal Information to a potential or actual acquirer, successor, or assignee as part of any reorganization, merger, sale, joint venture, assignment, transfer, or other disposition of all or any portion of our organization or assets. ",
209
+ "PRIVACY_SHARING_WITH_SCRATCH_GROUP": "<b>Scratch group.</b> We share Personal Information about you with our affiliates and subsidiaries.",
210
+ "PRIVACY_SHARING_WITH_LEGAL": "<b>Legal.</b> We may disclose your Personal Information if required to do so by law or in the good faith belief that such action is appropriate: (a) under applicable law, including laws outside your country of residence; (b) to comply with legal processes; (c) to respond to requests from public and government authorities, such as school, school districts, and law enforcement, including public and government authorities outside your country of residence; (d) to enforce our terms and conditions; (e) to protect our operations or those of any of our affiliates; (f) to protect our rights, privacy, safety, or property, and/or that of our affiliates, you, or others; and (g) to allow us to pursue available remedies or limit the damages that we may sustain.",
211
+ "PRIVACY_SHARING_WITH_CONSENT": "<b>Consent.</b> We may also disclose your Personal Information with your permission. We may seek your permission in various ways.",
212
+ "PRIVACY_YOUR_RIGHTS": "Your Rights and Choices",
213
+ "PRIVACY_YOUR_RIGHTS_HIGHLIGHT": "If you’re interested in how we get and use your information, you can contact us in any of the ways explained below under “Contact Us” or speak to your parents, who will be able to help you and answer any questions that you have. If you have any questions about how we process your Personal Information, please contact us. ",
214
+ "PRIVACY_YOUR_RIGHTS_DESCRIPTION": "We strive to provide you with choices regarding the Personal Information you provide to us. We have created mechanisms to provide you with the following control over your Personal Information:",
215
+ "PRIVACY_YOUR_RIGHTS_DELETING": "<b>Deleting your information.</b> You can delete your projects by deleting the App from your device.",
216
+ "PRIVACY_YOUR_RIGHTS_IN_EU": "Your European Data Protection Rights",
217
+ "PRIVACY_YOUR_RIGHTS_IN_EU_HIGHLIGHT": "If you are in the EEA, the UK or Switzerland, you and your parents have the right to: <ul><li>Be told how we use your information. </li><li>Ask to see the information we have about you. </li><li>Ask us to change information you think is wrong.</li><li>Ask us to remove information when it’s not needed anymore.</li><li>Ask us to only use your information in certain ways.</li><li>Tell us you don’t want your information to be processed.</li><li>If the information we are collecting is information that you can choose not to give, you can tell us to stop collecting it at any time.</li></ul>If you’re interested in how we get and use your information, you can contact us in any of the ways explained below under “Contact Us” or speak to your parents, who will be able to help you and answer any questions that you have. If you are in the EEA, the UK or Switzerland, you may also submit a complaint with the relevant authority.",
218
+ "PRIVACY_YOUR_RIGHTS_IN_EU_DESCRIPTION": "If you are in the EEA, the UK or Switzerland, you have the right to request access and receive information about the Personal Information we maintain about you, to update and correct inaccuracies in your Personal Information, to restrict or object to the processing of your Personal Information, to have the information blocked, anonymized, or deleted, as appropriate, or to exercise your right to data portability to easily transfer your Personal Information to another company. Those rights may be limited in some circumstances by local law requirements. In addition to the above-mentioned rights, you also have the right to lodge a complaint with the Information Commissioner’s Office in the UK or the data protection supervisory authority in the EU country in which you live or work, or where you believe we have infringed data protection laws.<br><br>If we rely on consent for the processing of your Personal Information, you have the right to withdraw it at any time and free of charge. When you do so, this will not affect the lawfulness of the processing before your consent withdrawal.<br><br>Please note that we may have valid legal reasons to refuse your request and will inform you if that is the case. For more information on your rights, or to submit a request to exercise your rights under applicable law, please contact us as indicated in the ‘Contact Us’ section below.",
219
+ "PRIVACY_DATA_RETENSION": "Data Retention",
220
+ "PRIVACY_DATA_RETENSION_HIGHLIGHT": "We don't keep your information forever. We only keep it for as long as we need it to help us do the activities explained in this policy.",
221
+ "PRIVACY_DATA_RETENSION_DESCRIPTION": "We take measures to delete your Personal Information or keep it in a form that does not allow you to be identified when this information is no longer necessary for the purposes for which we process it, unless we are required by law to keep this information for a longer period. When determining the retention period, we take into account various criteria, such as the type of services requested by or provided to you, the nature and length of our relationship with you, possible re-enrollment with our services, the impact on the services we provide to you if we delete some information from or about you, mandatory retention periods provided by law and the statute of limitations.",
222
+ "PRIVACY_INFO_PROTECTION": "How does the ScratchJr Team protect my Personal Information?",
223
+ "PRIVACY_INFO_PROTECTION_HIGHLIGHT": "We take steps to keep your information safe and secure.",
224
+ "PRIVACY_INFO_PROTECTION_DESCRIPTION": "We have in place administrative, physical, and technical procedures that are intended to protect the information we collect on the App against accidental or unlawful destruction, accidental loss, unauthorized alteration, unauthorized disclosure or access, misuse, and any other unlawful form of processing of the Personal Information in our possession. However, as effective as these measures are, no security system is impenetrable. We cannot completely guarantee the security of our databases, nor can we guarantee that the information you supply will not be intercepted while being transmitted to us over the internet.",
225
+ "PRIVACY_NOTIFICATIONS_OF_CHANGE": "Notifications of Changes to the Privacy Policy",
226
+ "PRIVACY_NOTIFICATIONS_OF_CHANGE_HIGHLIGHT": "If we make any changes to how we use your information, we will update this Privacy Policy through the App and may let you know that we have made changes. ",
227
+ "PRIVACY_NOTIFICATIONS_OF_CHANGE_DESCRIPTION": "We review Privacy Policy on a periodic basis, and we may modify our policies as appropriate. If we make material changes, we will notify you thereof. We encourage you to review our Privacy Policy on a regular basis. The “Last Updated” date at the top of this page indicates when this Privacy Policy was last revised. Your continued use of the App following these changes means that you accept the revised Privacy Policy.",
228
+ "PRIVACY_INTERNATIONAL_DATA_TRANSFER": "International Cross-Border Data Transfer",
229
+ "PRIVACY_INTERNATIONAL_DATA_TRANSFER_HIGHLIGHT": "Your information will be stored and used by Scratch in the United States, where the laws and protections of your information may be different than in your country. We take steps to keep your information safe and secure.",
230
+ "PRIVACY_INTERNATIONAL_DATA_TRANSFER_DESCRIPTION": "We may transfer the Personal Information that we collect about you to recipients in countries other than the country in which the Personal Information originally was collected. Those countries may not have the same data protection laws as the country in which you initially provided the Personal Information.<br>Scratch is based in the United States. If you provide us with your Personal Information when using the Services from the EEA, Switzerland or the UK, please note that you are transferring your Personal Information outside of those regions to the United States for storage and processing.",
231
+ "PRIVACY_CONTACT": "Contact Us",
232
+ "PRIVACY_CONTACT_HIGHLIGHT": "Please write to us or email us using the contact details set out below. ",
233
+ "PRIVACY_CONTACT_DESCRIPTION": "The Code-to-Learn Foundation d/b/a The Scratch Foundation is the entity responsible for the processing of your Personal Information and for the purpose of the EU and UK General Data Protection Regulation (GDPR), is the data controller in respect of the processing of your Personal Information. If you have any questions about this Privacy Policy, or if you would like to exercise your rights to your Personal Information, you may contact us at help@scratch.mit.edu or via mail at:<br><br><b>Scratch Foundation<b><br><b>ATTN: Privacy Policy</b><br><b>7315 Wisconsin Ave.</b><br><b>4th Floor West</b><br><b>Bethesda, MD 20814</b>",
173
234
  "SAMPLE_Under the sea": "Under the sea",
174
235
  "SAMPLE_Farm": "Farm",
175
236
  "SAMPLE_Seasons": "Seasons",
@@ -230,6 +291,189 @@
230
291
  "BACKGROUND_StreetView.svg": "Street View",
231
292
  "BACKGROUND_Racetrack.svg": "Racetrack",
232
293
  "BACKGROUND_Basketball.svg": "Basketball",
294
+ "CHARACTER_Cat.svg": "Cat",
295
+ "CHARACTER_Cat2.svg": "Cat Walking",
296
+ "CHARACTER_Blue.svg": "Tic",
297
+ "CHARACTER_Purple.svg": "Tac",
298
+ "CHARACTER_Red.svg": "Toc",
299
+ "CHARACTER_Dragon.svg": "Dragon",
300
+ "CHARACTER_Fairy.svg": "Fairy",
301
+ "CHARACTER_Wizard.svg": "Wizard",
302
+ "CHARACTER_Dog.svg": "Dog",
303
+ "CHARACTER_Rabbit.svg": "Rabbit",
304
+ "CHARACTER_Chicken.svg": "Chicken",
305
+ "CHARACTER_Pig.svg": "Pig",
306
+ "CHARACTER_Horse.svg": "Horse",
307
+ "CHARACTER_Zebra.svg": "Zebra",
308
+ "CHARACTER_Monkey.svg": "Monkey",
309
+ "CHARACTER_Elephant.svg": "Elephant",
310
+ "CHARACTER_Giraffe.svg": "Giraffe",
311
+ "CHARACTER_Camel.svg": "Camel",
312
+ "CHARACTER_Butterfly.svg": "Butterfly",
313
+ "CHARACTER_Fly.svg": "Fly",
314
+ "CHARACTER_Bat.svg": "Bat",
315
+ "CHARACTER_Bird.svg": "Bird",
316
+ "CHARACTER_Snake.svg": "Snake",
317
+ "CHARACTER_Lizard.svg": "Lizard",
318
+ "CHARACTER_Frog.svg": "Frog",
319
+ "CHARACTER_Duck.svg": "Duck",
320
+ "CHARACTER_Crab.svg": "Crab",
321
+ "CHARACTER_Seahorse.svg": "Seahorse",
322
+ "CHARACTER_Starfish.svg": "Starfish",
323
+ "CHARACTER_Fish1.svg": "Fish",
324
+ "CHARACTER_Fish2.svg": "Fish",
325
+ "CHARACTER_Whale.svg": "Whale",
326
+ "CHARACTER_Penguin.svg": "Penguin",
327
+ "CHARACTER_PolarBear.svg": "Polar Bear",
328
+ "CHARACTER_Girl1V2.svg": "Child",
329
+ "CHARACTER_Girl2V2.svg": "Child",
330
+ "CHARACTER_Girl3V2.svg": "Child",
331
+ "CHARACTER_Boy1V2.svg": "Child",
332
+ "CHARACTER_Boy2V2.svg": "Child",
333
+ "CHARACTER_Boy3V2.svg": "Child",
334
+ "CHARACTER_TeenGirl1V2.svg": "Person",
335
+ "CHARACTER_TeenGirl2V2.svg": "Person",
336
+ "CHARACTER_TeenGirl3V2.svg": "Person",
337
+ "CHARACTER_TeenBoy1V2.svg": "Person",
338
+ "CHARACTER_TeenBoy2V2.svg": "Person",
339
+ "CHARACTER_TeenBoy3V2.svg": "Person",
340
+ "CHARACTER_Baby1V2.svg": "Baby",
341
+ "CHARACTER_Baby2V2.svg": "Baby",
342
+ "CHARACTER_Baby3V2.svg": "Baby",
343
+ "CHARACTER_MotherV2.svg": "Person",
344
+ "CHARACTER_FatherV2.svg": "Person",
345
+ "CHARACTER_GrandmotherV2.svg": "Person",
346
+ "CHARACTER_GrandfatherV2.svg": "Person",
347
+ "CHARACTER_GirlV2.svg": "Child",
348
+ "CHARACTER_BoyV2.svg": "Child",
349
+ "CHARACTER_Teen2V2.svg": "Person",
350
+ "CHARACTER_Teen3V2.svg": "Person",
351
+ "CHARACTER_Farmer1V2.svg": "Rancher",
352
+ "CHARACTER_FarmerV2.svg": "Rancher",
353
+ "CHARACTER_Bike2V2.svg": "Cyclist",
354
+ "CHARACTER_BikeV2.svg": "Cyclist",
355
+ "CHARACTER_Car2V2.svg": "Driver",
356
+ "CHARACTER_Car1V2.svg": "Driver",
357
+ "CHARACTER_AeroplaneV2.svg": "Pilot",
358
+ "CHARACTER_AstronautV2.svg": "Astronaut",
359
+ "CHARACTER_InuitV2.svg": "Northerner",
360
+ "CHARACTER_ScubadiverV2.svg": "Scuba Diver",
361
+ "CHARACTER_RowboatV2.svg": "Rower",
362
+ "CHARACTER_Girl1.svg": "Child",
363
+ "CHARACTER_Girl2.svg": "Child",
364
+ "CHARACTER_Girl3.svg": "Child",
365
+ "CHARACTER_Boy1.svg": "Child",
366
+ "CHARACTER_Boy2.svg": "Child",
367
+ "CHARACTER_Boy3.svg": "Child",
368
+ "CHARACTER_TeenGirl1.svg": "Teen",
369
+ "CHARACTER_TeenGirl2.svg": "Teen",
370
+ "CHARACTER_TeenGirl3.svg": "Teen",
371
+ "CHARACTER_TeenBoy1.svg": "Teen",
372
+ "CHARACTER_TeenBoy2.svg": "Teen",
373
+ "CHARACTER_TeenBoy3.svg": "Teen",
374
+ "CHARACTER_Baby.svg": "Baby",
375
+ "CHARACTER_Mother.svg": "Mother",
376
+ "CHARACTER_Father.svg": "Father",
377
+ "CHARACTER_Grandmother.svg": "Grandmother",
378
+ "CHARACTER_Grandfather.svg": "Grandfather",
379
+ "CHARACTER_Girl.svg": "Child",
380
+ "CHARACTER_Boy.svg": "Child",
381
+ "CHARACTER_Teen2.svg": "Teen",
382
+ "CHARACTER_Teen3.svg": "Teen",
383
+ "CHARACTER_Farmer1.svg": "Rancher",
384
+ "CHARACTER_Farmer.svg": "Rancher",
385
+ "CHARACTER_Bike2.svg": "Cyclist",
386
+ "CHARACTER_Bike.svg": "Cyclist",
387
+ "CHARACTER_Car2.svg": "Driver",
388
+ "CHARACTER_Car1.svg": "Driver",
389
+ "CHARACTER_Aeroplane.svg": "Pilot",
390
+ "CHARACTER_Astronaut.svg": "Astronaut",
391
+ "CHARACTER_Inuit.svg": "Northerner",
392
+ "CHARACTER_Scubadiver.svg": "Scuba Diver",
393
+ "CHARACTER_Rowboat.svg": "Rower",
394
+ "CHARACTER_Tree1.svg": "Tree",
395
+ "CHARACTER_Tree3.svg": "Tree",
396
+ "CHARACTER_Tree4.svg": "Tree",
397
+ "CHARACTER_Evergreen.svg": "Tree",
398
+ "CHARACTER_Weed.svg": "Plant",
399
+ "CHARACTER_Pasture.svg": "Tall Grass",
400
+ "CHARACTER_Cactus.svg": "Cactus",
401
+ "CHARACTER_Daffodil.svg": "Daffodils",
402
+ "CHARACTER_Daisy1.svg": "Daisy",
403
+ "CHARACTER_Daisy2.svg": "Daisy",
404
+ "CHARACTER_Daisy3.svg": "Daisy",
405
+ "CHARACTER_Tulip2.svg": "Tulip",
406
+ "CHARACTER_Flowers.svg": "Flowers",
407
+ "CHARACTER_Apple.svg": "Apple",
408
+ "CHARACTER_Peach.svg": "Peach",
409
+ "CHARACTER_Mushroom.svg": "Mushroom",
410
+ "CHARACTER_Star.svg": "Star",
411
+ "CHARACTER_Star2.svg": "Star",
412
+ "CHARACTER_Star3.svg": "Star",
413
+ "CHARACTER_ShootingStar.svg": "Shooting Star",
414
+ "CHARACTER_Earth.svg": "Earth",
415
+ "CHARACTER_Planet.svg": "Planet",
416
+ "CHARACTER_Sun.svg": "Sun",
417
+ "CHARACTER_Moon.svg": "Full Moon",
418
+ "CHARACTER_CrescentMoon.svg": "Moon",
419
+ "CHARACTER_Cloud1.svg": "Cloud",
420
+ "CHARACTER_Thundercloud.svg": "Storm Cloud",
421
+ "CHARACTER_Tornado.svg": "Tornado",
422
+ "CHARACTER_Barn.svg": "Barn",
423
+ "CHARACTER_Fort.svg": "Fort",
424
+ "CHARACTER_Castle.svg": "Castle",
425
+ "CHARACTER_Igloo.svg": "Igloo",
426
+ "CHARACTER_House1.svg": "House",
427
+ "CHARACTER_House.svg": "House",
428
+ "CHARACTER_House3.svg": "House",
429
+ "CHARACTER_House4.svg": "House",
430
+ "CHARACTER_Apartment.svg": "Apartment",
431
+ "CHARACTER_School.svg": "School",
432
+ "CHARACTER_Shop.svg": "Shop",
433
+ "CHARACTER_Fence.svg": "Fence",
434
+ "CHARACTER_Mailbox.svg": "Mailbox",
435
+ "CHARACTER_Cake.svg": "Cake",
436
+ "CHARACTER_Ball.svg": "Ball",
437
+ "CHARACTER_Basketball.svg": "Basketball",
438
+ "CHARACTER_Soccerball.svg": "Soccer Ball",
439
+ "CHARACTER_SoccerNet.svg": "Soccer Net",
440
+ "CHARACTER_Bed.svg": "Bed",
441
+ "CHARACTER_NightTable.svg": "Night Table",
442
+ "CHARACTER_Stool.svg": "Stool",
443
+ "CHARACTER_Table.svg": "Table",
444
+ "CHARACTER_Car.svg": "Car",
445
+ "CHARACTER_Bus.svg": "Bus",
446
+ "CHARACTER_SailBoat.svg": "Boat",
447
+ "CHARACTER_Boat2.svg": "Boat",
448
+ "CHARACTER_Rocket.svg": "Rocket",
449
+ "BACKGROUND_Farm.svg": "Farm",
450
+ "BACKGROUND_Park.svg": "Park",
451
+ "BACKGROUND_Suburbs.svg": "Suburbs",
452
+ "BACKGROUND_City.svg": "City",
453
+ "BACKGROUND_Library.svg": "Library",
454
+ "BACKGROUND_Classroom.svg": "Classroom",
455
+ "BACKGROUND_Theatre.svg": "Theatre",
456
+ "BACKGROUND_Gym.svg": "Gym",
457
+ "BACKGROUND_Gym2.svg": "Gym",
458
+ "BACKGROUND_Bedroom.svg": "Bedroom",
459
+ "BACKGROUND_EmptyRoom.svg": "Empty Room",
460
+ "BACKGROUND_Summer.svg": "Summer",
461
+ "BACKGROUND_Fall.svg": "Fall",
462
+ "BACKGROUND_Winter.svg": "Winter",
463
+ "BACKGROUND_Spring.svg": "Spring",
464
+ "BACKGROUND_Creek.svg": "River",
465
+ "BACKGROUND_Lake.svg": "Lake",
466
+ "BACKGROUND_Woods.svg": "Woods",
467
+ "BACKGROUND_BeachDay.svg": "Beach Day",
468
+ "BACKGROUND_BeachSunrise.svg": "Beach Sunset",
469
+ "BACKGROUND_BeachNight.svg": "Beach Night",
470
+ "BACKGROUND_Underwater.svg": "Underwater",
471
+ "BACKGROUND_Jungle.svg": "Jungle",
472
+ "BACKGROUND_Savannah.svg": "Savannah",
473
+ "BACKGROUND_Desert.svg": "Desert",
474
+ "BACKGROUND_Arctic.svg": "Arctic",
475
+ "BACKGROUND_Space.svg": "Space",
476
+ "BACKGROUND_MoonBkg.svg": "Moon",
233
477
  "BLOCK_DESC_GREEN_FLAG": "START ON GREEN FLAG",
234
478
  "BLOCK_DESC_ON_TAP": "START ON TAP {CHARACTER_NAME}",
235
479
  "BLOCK_DESC_ON_BUMP": "START ON BUMP {CHARACTER_NAME}",
@@ -213,6 +213,40 @@
213
213
  "CHARACTER_Whale.svg": "Ballena",
214
214
  "CHARACTER_Penguin.svg": "Pingüino",
215
215
  "CHARACTER_PolarBear.svg": "Oso polar",
216
+ "CHARACTER_Girl1V2.svg": "Niña",
217
+ "CHARACTER_Girl2V2.svg": "Niña",
218
+ "CHARACTER_Girl3V2.svg": "Niña",
219
+ "CHARACTER_Boy1V2.svg": "Niño",
220
+ "CHARACTER_Boy2V2.svg": "Niño",
221
+ "CHARACTER_Boy3V2.svg": "Niño",
222
+ "CHARACTER_TeenGirl1V2.svg": "Persona",
223
+ "CHARACTER_TeenGirl2V2.svg": "Persona",
224
+ "CHARACTER_TeenGirl3V2.svg": "Persona",
225
+ "CHARACTER_TeenBoy1V2.svg": "Persona",
226
+ "CHARACTER_TeenBoy2V2.svg": "Persona",
227
+ "CHARACTER_TeenBoy3V2.svg": "Persona",
228
+ "CHARACTER_Baby1V2.svg": "Bebé",
229
+ "CHARACTER_Baby2V2.svg": "Bebé",
230
+ "CHARACTER_Baby3V2.svg": "Bebé",
231
+ "CHARACTER_MotherV2.svg": "Persona",
232
+ "CHARACTER_FatherV2.svg": "Persona",
233
+ "CHARACTER_GrandmotherV2.svg": "Persona",
234
+ "CHARACTER_GrandfatherV2.svg": "Persona",
235
+ "CHARACTER_GirlV2.svg": "Niña",
236
+ "CHARACTER_BoyV2.svg": "Niño",
237
+ "CHARACTER_Teen2V2.svg": "Persona",
238
+ "CHARACTER_Teen3V2.svg": "Persona",
239
+ "CHARACTER_Farmer1V2.svg": "Granjera",
240
+ "CHARACTER_FarmerV2.svg": "Granjera",
241
+ "CHARACTER_Bike2V2.svg": "Ciclista",
242
+ "CHARACTER_BikeV2.svg": "Ciclista",
243
+ "CHARACTER_Car2V2.svg": "Conductora",
244
+ "CHARACTER_Car1V2.svg": "Conductora",
245
+ "CHARACTER_AeroplaneV2.svg": "Piloto",
246
+ "CHARACTER_AstronautV2.svg": "Astronauta",
247
+ "CHARACTER_InuitV2.svg": "Esquimal",
248
+ "CHARACTER_ScubadiverV2.svg": "Buceador",
249
+ "CHARACTER_RowboatV2.svg": "Remero",
216
250
  "CHARACTER_Girl1.svg": "Niña",
217
251
  "CHARACTER_Girl2.svg": "Niña",
218
252
  "CHARACTER_Girl3.svg": "Niña",
@@ -213,6 +213,40 @@
213
213
  "CHARACTER_Whale.svg": "Baleine",
214
214
  "CHARACTER_Penguin.svg": "Pingouin",
215
215
  "CHARACTER_PolarBear.svg": "Ours polaire",
216
+ "CHARACTER_Girl1V2.svg": "Enfant",
217
+ "CHARACTER_Girl2V2.svg": "Enfant",
218
+ "CHARACTER_Girl3V2.svg": "Enfant",
219
+ "CHARACTER_Boy1V2.svg": "Enfant",
220
+ "CHARACTER_Boy2V2.svg": "Enfant",
221
+ "CHARACTER_Boy3V2.svg": "Enfant",
222
+ "CHARACTER_TeenGirl1V2.svg": "Personne",
223
+ "CHARACTER_TeenGirl2V2.svg": "Personne",
224
+ "CHARACTER_TeenGirl3V2.svg": "Personne",
225
+ "CHARACTER_TeenBoy1V2.svg": "Personne",
226
+ "CHARACTER_TeenBoy2V2.svg": "Personne",
227
+ "CHARACTER_TeenBoy3V2.svg": "Personne",
228
+ "CHARACTER_Baby1V2.svg": "Bébé",
229
+ "CHARACTER_Baby2V2.svg": "Bébé",
230
+ "CHARACTER_Baby3V2.svg": "Bébé",
231
+ "CHARACTER_MotherV2.svg": "Personne",
232
+ "CHARACTER_FatherV2.svg": "Personne",
233
+ "CHARACTER_GrandmotherV2.svg": "Personne",
234
+ "CHARACTER_GrandfatherV2.svg": "Personne",
235
+ "CHARACTER_GirlV2.svg": "Enfant",
236
+ "CHARACTER_BoyV2.svg": "Enfant",
237
+ "CHARACTER_Teen2V2.svg": "Personne",
238
+ "CHARACTER_Teen3V2.svg": "Personne",
239
+ "CHARACTER_Farmer1V2.svg": "Fermier",
240
+ "CHARACTER_FarmerV2.svg": "Fermier",
241
+ "CHARACTER_Bike2V2.svg": "Cycliste",
242
+ "CHARACTER_BikeV2.svg": "Cycliste",
243
+ "CHARACTER_Car2V2.svg": "Conductrice",
244
+ "CHARACTER_Car1V2.svg": "Conductrice",
245
+ "CHARACTER_AeroplaneV2.svg": "Pilote",
246
+ "CHARACTER_AstronautV2.svg": "Spationaute",
247
+ "CHARACTER_InuitV2.svg": "Inuit",
248
+ "CHARACTER_ScubadiverV2.svg": "Plongeur",
249
+ "CHARACTER_RowboatV2.svg": "Rameur",
216
250
  "CHARACTER_Girl1.svg": "Enfant",
217
251
  "CHARACTER_Girl2.svg": "Enfant",
218
252
  "CHARACTER_Girl3.svg": "Enfant",
@@ -213,6 +213,40 @@
213
213
  "CHARACTER_Whale.svg": "Balena",
214
214
  "CHARACTER_Penguin.svg": "Pinguino",
215
215
  "CHARACTER_PolarBear.svg": "Orso Polare",
216
+ "CHARACTER_Girl1V2.svg": "Bambina",
217
+ "CHARACTER_Girl2V2.svg": "Bambina",
218
+ "CHARACTER_Girl3V2.svg": "Bambina",
219
+ "CHARACTER_Boy1V2.svg": "Bambino",
220
+ "CHARACTER_Boy2V2.svg": "Bambino",
221
+ "CHARACTER_Boy3V2.svg": "Bambino",
222
+ "CHARACTER_TeenGirl1V2.svg": "Persona",
223
+ "CHARACTER_TeenGirl2V2.svg": "Persona",
224
+ "CHARACTER_TeenGirl3V2.svg": "Persona",
225
+ "CHARACTER_TeenBoy1V2.svg": "Persona",
226
+ "CHARACTER_TeenBoy2V2.svg": "Persona",
227
+ "CHARACTER_TeenBoy3V2.svg": "Persona",
228
+ "CHARACTER_Baby1V2.svg": "Neonato",
229
+ "CHARACTER_Baby2V2.svg": "Neonato",
230
+ "CHARACTER_Baby3V2.svg": "Neonato",
231
+ "CHARACTER_MotherV2.svg": "Persona",
232
+ "CHARACTER_FatherV2.svg": "Persona",
233
+ "CHARACTER_GrandmotherV2.svg": "Persona",
234
+ "CHARACTER_GrandfatherV2.svg": "Persona",
235
+ "CHARACTER_GirlV2.svg": "Bambina",
236
+ "CHARACTER_BoyV2.svg": "Bambino",
237
+ "CHARACTER_Teen2V2.svg": "Persona",
238
+ "CHARACTER_Teen3V2.svg": "Persona",
239
+ "CHARACTER_Farmer1V2.svg": "Allevatore",
240
+ "CHARACTER_FarmerV2.svg": "Allevatore",
241
+ "CHARACTER_Bike2V2.svg": "Ciclista",
242
+ "CHARACTER_BikeV2.svg": "Ciclista",
243
+ "CHARACTER_Car2V2.svg": "Guidatore",
244
+ "CHARACTER_Car1V2.svg": "Guidatore",
245
+ "CHARACTER_AeroplaneV2.svg": "Pilota",
246
+ "CHARACTER_AstronautV2.svg": "Astronauta",
247
+ "CHARACTER_InuitV2.svg": "Abitante del Nord",
248
+ "CHARACTER_ScubadiverV2.svg": "Sommozzatore",
249
+ "CHARACTER_RowboatV2.svg": "Vogatore",
216
250
  "CHARACTER_Girl1.svg": "Bambina",
217
251
  "CHARACTER_Girl2.svg": "Bambina",
218
252
  "CHARACTER_Girl3.svg": "Bambina",
@@ -213,6 +213,40 @@
213
213
  "CHARACTER_Whale.svg": "くじら",
214
214
  "CHARACTER_Penguin.svg": "ぺんぎん",
215
215
  "CHARACTER_PolarBear.svg": "しろくま",
216
+ "CHARACTER_Girl1V2.svg": "こども",
217
+ "CHARACTER_Girl2V2.svg": "こども",
218
+ "CHARACTER_Girl3V2.svg": "こども",
219
+ "CHARACTER_Boy1V2.svg": "こども",
220
+ "CHARACTER_Boy2V2.svg": "こども",
221
+ "CHARACTER_Boy3V2.svg": "こども",
222
+ "CHARACTER_TeenGirl1V2.svg": "人",
223
+ "CHARACTER_TeenGirl2V2.svg": "人",
224
+ "CHARACTER_TeenGirl3V2.svg": "人",
225
+ "CHARACTER_TeenBoy1V2.svg": "人",
226
+ "CHARACTER_TeenBoy2V2.svg": "人",
227
+ "CHARACTER_TeenBoy3V2.svg": "人",
228
+ "CHARACTER_Baby1V2.svg": "あかちゃん",
229
+ "CHARACTER_Baby2V2.svg": "あかちゃん",
230
+ "CHARACTER_Baby3V2.svg": "あかちゃん",
231
+ "CHARACTER_MotherV2.svg": "人",
232
+ "CHARACTER_FatherV2.svg": "人",
233
+ "CHARACTER_GrandmotherV2.svg": "人",
234
+ "CHARACTER_GrandfatherV2.svg": "人",
235
+ "CHARACTER_GirlV2.svg": "こども",
236
+ "CHARACTER_BoyV2.svg": "こども",
237
+ "CHARACTER_Teen2V2.svg": "人",
238
+ "CHARACTER_Teen3V2.svg": "人",
239
+ "CHARACTER_Farmer1V2.svg": "ぼくどう",
240
+ "CHARACTER_FarmerV2.svg": "ぼくどう",
241
+ "CHARACTER_Bike2V2.svg": "じてんしゃのり",
242
+ "CHARACTER_BikeV2.svg": "じてんしゃのり",
243
+ "CHARACTER_Car2V2.svg": "うんてんしゅ",
244
+ "CHARACTER_Car1V2.svg": "うんてんしゅ",
245
+ "CHARACTER_AeroplaneV2.svg": "ぱいろっと",
246
+ "CHARACTER_AstronautV2.svg": "うちゅうひこうし",
247
+ "CHARACTER_InuitV2.svg": "きたぐにのひと",
248
+ "CHARACTER_ScubadiverV2.svg": "すきゅーばだいばー",
249
+ "CHARACTER_RowboatV2.svg": "こぎて",
216
250
  "CHARACTER_Girl1.svg": "こども",
217
251
  "CHARACTER_Girl2.svg": "こども",
218
252
  "CHARACTER_Girl3.svg": "こども",