mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Mission l10n
This commit is contained in:
parent
c51d7d55a5
commit
d6a685d47f
2 changed files with 27 additions and 13 deletions
|
@ -381,32 +381,32 @@ class AnnualReport extends React.Component {
|
||||||
ref={this.setRef(SECTIONS.mission)}
|
ref={this.setRef(SECTIONS.mission)}
|
||||||
>
|
>
|
||||||
<div className="inner">
|
<div className="inner">
|
||||||
<h2>Our Mission</h2>
|
<h2><FormattedMessage id="annualReport.missionTitle" /></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>
|
<h3><FormattedMessage id="annualReport.missionSubtitle" /></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><FormattedMessage id="annualReport.missionP1" /></p>
|
||||||
<p>We’ve 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><FormattedMessage id="annualReport.missionP2" /></p>
|
||||||
<p>In developing new technologies, activities, and learning materials, we are guided by what we call the Four P’s of Creative Learning:</p>
|
<p><FormattedMessage id="annualReport.missionP3" /></p>
|
||||||
</div>
|
</div>
|
||||||
<div className="four-ps-wrapper">
|
<div className="four-ps-wrapper">
|
||||||
<div className="four-ps">
|
<div className="four-ps">
|
||||||
<div className="one-p four-ps-projects">
|
<div className="one-p four-ps-projects">
|
||||||
<h3>Projects</h3>
|
<h3><FormattedMessage id="annualReport.missionProjectsTitle" /></h3>
|
||||||
<p>Engage children in designing, creating, and expressing themselves creatively</p>
|
<p><FormattedMessage id="annualReport.missionProjectsDescription" /></p>
|
||||||
<img src="/images/annual-report/mission/Projects Illustration.svg" />
|
<img src="/images/annual-report/mission/Projects Illustration.svg" />
|
||||||
</div>
|
</div>
|
||||||
<div className="one-p four-ps-peers">
|
<div className="one-p four-ps-peers">
|
||||||
<h3>Peers</h3>
|
<h3><FormattedMessage id="annualReport.missionPeersTitle" /></h3>
|
||||||
<p>Support children in collaborating, sharing, remixing, and mentoring</p>
|
<p><FormattedMessage id="annualReport.missionPeersDescription" /></p>
|
||||||
<img src="/images/annual-report/mission/Peers Illustration.svg" />
|
<img src="/images/annual-report/mission/Peers Illustration.svg" />
|
||||||
</div>
|
</div>
|
||||||
<div className="one-p four-ps-passion">
|
<div className="one-p four-ps-passion">
|
||||||
<h3>Passion</h3>
|
<h3><FormattedMessage id="annualReport.missionPassionTitle" /></h3>
|
||||||
<p>Enable children to build on their interests and work on personally meaningful projects</p>
|
<p><FormattedMessage id="annualReport.missionPassionDescription" /></p>
|
||||||
<img src="/images/annual-report/mission/Passion Illustration.svg" />
|
<img src="/images/annual-report/mission/Passion Illustration.svg" />
|
||||||
</div>
|
</div>
|
||||||
<div className="one-p four-ps-play">
|
<div className="one-p four-ps-play">
|
||||||
<h3>Play</h3>
|
<h3><FormattedMessage id="annualReport.missionPlayTitle" /></h3>
|
||||||
<p>Encourage children to tinker, experiment, and iterate</p>
|
<p><FormattedMessage id="annualReport.missionPlayDescription" /></p>
|
||||||
<img src="/images/annual-report/mission/Play Illustration.svg" />
|
<img src="/images/annual-report/mission/Play Illustration.svg" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -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.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.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": "We’ve 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 P’s 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.milestonesTitle": "Milestones",
|
||||||
"annualReport.milestonesDescription": "Here are some key events and accomplishments in the history of Scratch and the global Scratch community.",
|
"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",
|
"annualReport.milestones2003Message": "Awarded National Science Foundation grant to start development of Scratch",
|
||||||
|
|
Loading…
Reference in a new issue