Mission l10n

This commit is contained in:
rschamp 2020-10-14 12:12:18 -04:00 committed by Karishma Chadha
parent c51d7d55a5
commit d6a685d47f
2 changed files with 27 additions and 13 deletions

View file

@ -381,32 +381,32 @@ class AnnualReport extends React.Component {
ref={this.setRef(SECTIONS.mission)}
>
<div className="inner">
<h2>Our Mission</h2>
<h3>Our mission is to provide all children, from all backgrounds, with opportunities to imagine, create, and collaborate with new technologies so they can shape the world of tomorrow.</h3>
<p>We are committed to prioritizing equity across all aspects of our work, with a particular focus on initiatives and approaches that support children, families, and educators furthest from educational justice.</p>
<p>Weve developed Scratch as a free, safe, playful learning environment that engages all children in thinking creatively, reasoning systematically, and working collaboratively essential skills for everyone in today's society. We work with educators and families to support children in exploring, sharing, and learning.</p>
<p>In developing new technologies, activities, and learning materials, we are guided by what we call the Four Ps of Creative Learning:</p>
<h2><FormattedMessage id="annualReport.missionTitle" /></h2>
<h3><FormattedMessage id="annualReport.missionSubtitle" /></h3>
<p><FormattedMessage id="annualReport.missionP1" /></p>
<p><FormattedMessage id="annualReport.missionP2" /></p>
<p><FormattedMessage id="annualReport.missionP3" /></p>
</div>
<div className="four-ps-wrapper">
<div className="four-ps">
<div className="one-p four-ps-projects">
<h3>Projects</h3>
<p>Engage children in designing, creating, and expressing themselves creatively</p>
<h3><FormattedMessage id="annualReport.missionProjectsTitle" /></h3>
<p><FormattedMessage id="annualReport.missionProjectsDescription" /></p>
<img src="/images/annual-report/mission/Projects Illustration.svg" />
</div>
<div className="one-p four-ps-peers">
<h3>Peers</h3>
<p>Support children in collaborating, sharing, remixing, and mentoring</p>
<h3><FormattedMessage id="annualReport.missionPeersTitle" /></h3>
<p><FormattedMessage id="annualReport.missionPeersDescription" /></p>
<img src="/images/annual-report/mission/Peers Illustration.svg" />
</div>
<div className="one-p four-ps-passion">
<h3>Passion</h3>
<p>Enable children to build on their interests and work on personally meaningful projects</p>
<h3><FormattedMessage id="annualReport.missionPassionTitle" /></h3>
<p><FormattedMessage id="annualReport.missionPassionDescription" /></p>
<img src="/images/annual-report/mission/Passion Illustration.svg" />
</div>
<div className="one-p four-ps-play">
<h3>Play</h3>
<p>Encourage children to tinker, experiment, and iterate</p>
<h3><FormattedMessage id="annualReport.missionPlayTitle" /></h3>
<p><FormattedMessage id="annualReport.missionPlayDescription" /></p>
<img src="/images/annual-report/mission/Play Illustration.svg" />
</div>
</div>

View file

@ -26,6 +26,20 @@
"annualReport.covidResponseP3": "Activity on the Scratch website has more than doubled from year-earlier levels, as young people come to the {scratchCommunityLink} to engage and connect with one another while isolated at home. Scratchers are creating and sharing projects to support and inspire others through the pandemic—with projects and studios that offer ideas for exercising at home, tips for staying healthy, humor to cheer up one another, and thanks to essential workers.",
"annualReport.covidResponseScratchCommunity": "Scratch online community",
"annualReport.missionTitle": "Our Mission",
"annualReport.missionSubtitle": "Our mission is to provide all children, from all backgrounds, with opportunities to imagine, create, and collaborate with new technologies — so they can shape the world of tomorrow.",
"annualReport.missionP1": "We are committed to prioritizing equity across all aspects of our work, with a particular focus on initiatives and approaches that support children, families, and educators furthest from educational justice.",
"annualReport.missionP2": "Weve developed Scratch as a free, safe, playful learning environment that engages all children in thinking creatively, reasoning systematically, and working collaboratively — essential skills for everyone in today's society. We work with educators and families to support children in exploring, sharing, and learning.",
"annualReport.missionP3": "In developing new technologies, activities, and learning materials, we are guided by what we call the Four Ps of Creative Learning:",
"annualReport.missionProjectsTitle": "Projects",
"annualReport.missionPeersTitle": "Peers",
"annualReport.missionPassionTitle": "Passion",
"annualReport.missionPlayTitle": "Play",
"annualReport.missionProjectsDescription": "Engage children in designing, creating, and expressing themselves creatively",
"annualReport.missionPeersDescription": "Support children in collaborating, sharing, remixing, and mentoring",
"annualReport.missionPassionDescription": "Enable children to build on their interests and work on personally meaningful projects",
"annualReport.missionPlayDescription": "Encourage children to tinker, experiment, and iterate",
"annualReport.milestonesTitle": "Milestones",
"annualReport.milestonesDescription": "Here are some key events and accomplishments in the history of Scratch and the global Scratch community.",
"annualReport.milestones2003Message": "Awarded National Science Foundation grant to start development of Scratch",