mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -05:00
rename some messages and fix some wording
This commit is contained in:
parent
89f382a3c0
commit
5b6bbbdb8a
2 changed files with 17 additions and 17 deletions
|
@ -1,33 +1,33 @@
|
|||
{
|
||||
"teacherlanding.title": "Scratch for Educators",
|
||||
"teacherlanding.intro": "Your students can use Scratch to code their own interactive stories, animations, and games. In the process, they learn to think creatively, reason systematically, and work collaboratively — essential skills for everyone in today’s society. Educators are integrating Scratch across many different subject areas and age groups.",
|
||||
"teacherlanding.resourcesAnchor": "Resources",
|
||||
"teacherlanding.connectAnchor": "Connect",
|
||||
"teacherlanding.newsAnchor": "News",
|
||||
"teacherlanding.teacherAccountsAnchor": "Teacher Accounts",
|
||||
"teacherlanding.educatorResources": "Resources for Educators",
|
||||
"teacherlanding.resourcesTitle": "Resources",
|
||||
"teacherlanding.connectTitle": "Connect",
|
||||
"teacherlanding.newsTitle": "News",
|
||||
"teacherlanding.teacherAccountsTitle": "Teacher Accounts",
|
||||
"teacherlanding.educatorResourcesTitle": "Resources for Educators",
|
||||
"teacherlanding.educatorGuides": "{educatorLink} show you how to prepare and run Scratch classes and workshops.",
|
||||
"teacherlanding.educatorGuideLinkText" : "Educator Guides",
|
||||
"teacherlanding.creativeComputing": "{scratchEdLink} from the ScratchEd team provides plans, activities, and strategies for introducing creative computing.",
|
||||
"teacherlanding.scratchEdLinkText" : "Creative Computing",
|
||||
"teacherlanding.studentResources" : "Resources for Students",
|
||||
"teacherlanding.studentResourcesTitle" : "Resources for Students",
|
||||
"teacherlanding.tutorialResources": "Explore {tutorialLink} to find out how you can create stories, animations, games, and more!",
|
||||
"teacherlanding.tutorialLink" : "Scratch Tutorials",
|
||||
"teacherlanding.codingCardResources": "Download and print {codingCardLink} for step-by-step instructions for a variety of projects.",
|
||||
"teacherlanding.codingCardLink" : "Coding Cards",
|
||||
"teacherlanding.ideasResources" : "Visit the {ideasPageLink} for additional resources from the Scratch Team",
|
||||
"teacherlanding.ideasLink" : "Ideas Page",
|
||||
"teacherlanding.connectingWithEducators" : "Connect with Other Educators",
|
||||
"teacherlanding.connectingWithEducators" : "Connecting with Other Educators",
|
||||
"teacherlanding.teachingWithScratch" : "Join the {teachingWithScratchLink} Facebook group to share ideas, questions, and resources related to teaching with Scratch.",
|
||||
"teacherlanding.teachingWithScratchLink" : "Teaching with Scratch",
|
||||
"teacherlanding.attendMeetups" : "Attend {meetupLink} to share ideas and strategies with other educators for supporting computational creativity in all its forms.",
|
||||
"teacherlanding.meetupLink" : "ScratchEd Educator Meetups",
|
||||
"teacherlanding.moreGetStarted" : "More Ways to Get Started",
|
||||
"teacherlanding.moreGetStartedTitle" : "More Ways to Get Started",
|
||||
"teacherlanding.csFirst" : "Google’s free curriculum, {csFirstLink}, has been used by students and educators worldwide. Over 1,000 instructional videos and lesson plans introduce students to Scratch.",
|
||||
"teacherlanding.csFirstLink" : "CS First",
|
||||
"teacherlanding.codeClub" : "Visit {codeClubLink} to access more than 30 free project modules to engage students in learning to make interactive stories, games, and animations.",
|
||||
"teacherlanding.codeClubLink" : "Code Club",
|
||||
"teacherlanding.newsAndUpdates" : "News and Updates",
|
||||
"teacherlanding.newsAndUpdatesTitle" : "News and Updates",
|
||||
"teacherlanding.followUs" : "Follow us on {facebookLink}, {twitterLink}, and {instagramLink}!",
|
||||
"teacherlanding.signupTips" : "Sign up to receive {signupTipsLink} from the Scratch Team",
|
||||
"teacherlanding.signupTipsLink" : "updates and tips",
|
||||
|
|
|
@ -40,22 +40,22 @@ const Landing = () => (
|
|||
<SubNavigation className="inner">
|
||||
<a href="#resources">
|
||||
<li>
|
||||
<FormattedMessage id="teacherlanding.resourcesAnchor" />
|
||||
<FormattedMessage id="teacherlanding.resourcesTitle" />
|
||||
</li>
|
||||
</a>
|
||||
<a href="#connect">
|
||||
<li>
|
||||
<FormattedMessage id="teacherlanding.connectAnchor" />
|
||||
<FormattedMessage id="teacherlanding.connectTitle" />
|
||||
</li>
|
||||
</a>
|
||||
<a href="#news">
|
||||
<li>
|
||||
<FormattedMessage id="teacherlanding.newsAnchor" />
|
||||
<FormattedMessage id="teacherlanding.newsTitle" />
|
||||
</li>
|
||||
</a>
|
||||
<a href="#teacher-accounts">
|
||||
<li>
|
||||
<FormattedMessage id="teacherlanding.teacherAccountsAnchor" />
|
||||
<FormattedMessage id="teacherlanding.teacherAccountsTitle" />
|
||||
</li>
|
||||
</a>
|
||||
</SubNavigation>
|
||||
|
@ -65,7 +65,7 @@ const Landing = () => (
|
|||
<div className="inner">
|
||||
<section id="resources">
|
||||
<span className="nav-spacer" />
|
||||
<h2><FormattedMessage id="teacherlanding.educatorResources" /></h2>
|
||||
<h2><FormattedMessage id="teacherlanding.educatorResourcesTitle" /></h2>
|
||||
<FlexRow className="educator-community">
|
||||
<div>
|
||||
<p>
|
||||
|
@ -99,7 +99,7 @@ const Landing = () => (
|
|||
</section>
|
||||
<section>
|
||||
<span className="nav-spacer" />
|
||||
<h2><FormattedMessage id="teacherlanding.studentResources" /></h2>
|
||||
<h2><FormattedMessage id="teacherlanding.studentResourcesTitle" /></h2>
|
||||
<FlexRow className="guides-and-tutorials">
|
||||
<div>
|
||||
<a href="/projects/editor/?tutorial=all">
|
||||
|
@ -199,7 +199,7 @@ const Landing = () => (
|
|||
</section>
|
||||
<section>
|
||||
<span className="nav-spacer" />
|
||||
<h2><FormattedMessage id="teacherlanding.moreGetStarted" /></h2>
|
||||
<h2><FormattedMessage id="teacherlanding.moreGetStartedTitle" /></h2>
|
||||
<FlexRow className="educator-community">
|
||||
<div>
|
||||
<p>
|
||||
|
@ -233,7 +233,7 @@ const Landing = () => (
|
|||
</section>
|
||||
<section id="news">
|
||||
<span className="nav-spacer" />
|
||||
<h2><FormattedMessage id="teacherlanding.newsAndUpdates" /></h2>
|
||||
<h2><FormattedMessage id="teacherlanding.newsAndUpdatesTitle" /></h2>
|
||||
<FlexRow className="educator-community">
|
||||
<div>
|
||||
<p>
|
||||
|
|
Loading…
Reference in a new issue