rename some messages and fix some wording

This commit is contained in:
picklesrus 2018-12-12 10:21:12 -05:00
parent 89f382a3c0
commit 5b6bbbdb8a
2 changed files with 17 additions and 17 deletions

View file

@ -1,33 +1,33 @@
{ {
"teacherlanding.title": "Scratch for Educators", "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 todays society. Educators are integrating Scratch across many different subject areas and age groups.", "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 todays society. Educators are integrating Scratch across many different subject areas and age groups.",
"teacherlanding.resourcesAnchor": "Resources", "teacherlanding.resourcesTitle": "Resources",
"teacherlanding.connectAnchor": "Connect", "teacherlanding.connectTitle": "Connect",
"teacherlanding.newsAnchor": "News", "teacherlanding.newsTitle": "News",
"teacherlanding.teacherAccountsAnchor": "Teacher Accounts", "teacherlanding.teacherAccountsTitle": "Teacher Accounts",
"teacherlanding.educatorResources": "Resources for Educators", "teacherlanding.educatorResourcesTitle": "Resources for Educators",
"teacherlanding.educatorGuides": "{educatorLink} show you how to prepare and run Scratch classes and workshops.", "teacherlanding.educatorGuides": "{educatorLink} show you how to prepare and run Scratch classes and workshops.",
"teacherlanding.educatorGuideLinkText" : "Educator Guides", "teacherlanding.educatorGuideLinkText" : "Educator Guides",
"teacherlanding.creativeComputing": "{scratchEdLink} from the ScratchEd team provides plans, activities, and strategies for introducing creative computing.", "teacherlanding.creativeComputing": "{scratchEdLink} from the ScratchEd team provides plans, activities, and strategies for introducing creative computing.",
"teacherlanding.scratchEdLinkText" : "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.tutorialResources": "Explore {tutorialLink} to find out how you can create stories, animations, games, and more!",
"teacherlanding.tutorialLink" : "Scratch Tutorials", "teacherlanding.tutorialLink" : "Scratch Tutorials",
"teacherlanding.codingCardResources": "Download and print {codingCardLink} for step-by-step instructions for a variety of projects.", "teacherlanding.codingCardResources": "Download and print {codingCardLink} for step-by-step instructions for a variety of projects.",
"teacherlanding.codingCardLink" : "Coding Cards", "teacherlanding.codingCardLink" : "Coding Cards",
"teacherlanding.ideasResources" : "Visit the {ideasPageLink} for additional resources from the Scratch Team", "teacherlanding.ideasResources" : "Visit the {ideasPageLink} for additional resources from the Scratch Team",
"teacherlanding.ideasLink" : "Ideas Page", "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.teachingWithScratch" : "Join the {teachingWithScratchLink} Facebook group to share ideas, questions, and resources related to teaching with Scratch.",
"teacherlanding.teachingWithScratchLink" : "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.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.meetupLink" : "ScratchEd Educator Meetups",
"teacherlanding.moreGetStarted" : "More Ways to Get Started", "teacherlanding.moreGetStartedTitle" : "More Ways to Get Started",
"teacherlanding.csFirst" : "Googles free curriculum, {csFirstLink}, has been used by students and educators worldwide. Over 1,000 instructional videos and lesson plans introduce students to Scratch.", "teacherlanding.csFirst" : "Googles 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.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.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.codeClubLink" : "Code Club",
"teacherlanding.newsAndUpdates" : "News and Updates", "teacherlanding.newsAndUpdatesTitle" : "News and Updates",
"teacherlanding.followUs" : "Follow us on {facebookLink}, {twitterLink}, and {instagramLink}!", "teacherlanding.followUs" : "Follow us on {facebookLink}, {twitterLink}, and {instagramLink}!",
"teacherlanding.signupTips" : "Sign up to receive {signupTipsLink} from the Scratch Team", "teacherlanding.signupTips" : "Sign up to receive {signupTipsLink} from the Scratch Team",
"teacherlanding.signupTipsLink" : "updates and tips", "teacherlanding.signupTipsLink" : "updates and tips",

View file

@ -40,22 +40,22 @@ const Landing = () => (
<SubNavigation className="inner"> <SubNavigation className="inner">
<a href="#resources"> <a href="#resources">
<li> <li>
<FormattedMessage id="teacherlanding.resourcesAnchor" /> <FormattedMessage id="teacherlanding.resourcesTitle" />
</li> </li>
</a> </a>
<a href="#connect"> <a href="#connect">
<li> <li>
<FormattedMessage id="teacherlanding.connectAnchor" /> <FormattedMessage id="teacherlanding.connectTitle" />
</li> </li>
</a> </a>
<a href="#news"> <a href="#news">
<li> <li>
<FormattedMessage id="teacherlanding.newsAnchor" /> <FormattedMessage id="teacherlanding.newsTitle" />
</li> </li>
</a> </a>
<a href="#teacher-accounts"> <a href="#teacher-accounts">
<li> <li>
<FormattedMessage id="teacherlanding.teacherAccountsAnchor" /> <FormattedMessage id="teacherlanding.teacherAccountsTitle" />
</li> </li>
</a> </a>
</SubNavigation> </SubNavigation>
@ -65,7 +65,7 @@ const Landing = () => (
<div className="inner"> <div className="inner">
<section id="resources"> <section id="resources">
<span className="nav-spacer" /> <span className="nav-spacer" />
<h2><FormattedMessage id="teacherlanding.educatorResources" /></h2> <h2><FormattedMessage id="teacherlanding.educatorResourcesTitle" /></h2>
<FlexRow className="educator-community"> <FlexRow className="educator-community">
<div> <div>
<p> <p>
@ -99,7 +99,7 @@ const Landing = () => (
</section> </section>
<section> <section>
<span className="nav-spacer" /> <span className="nav-spacer" />
<h2><FormattedMessage id="teacherlanding.studentResources" /></h2> <h2><FormattedMessage id="teacherlanding.studentResourcesTitle" /></h2>
<FlexRow className="guides-and-tutorials"> <FlexRow className="guides-and-tutorials">
<div> <div>
<a href="/projects/editor/?tutorial=all"> <a href="/projects/editor/?tutorial=all">
@ -199,7 +199,7 @@ const Landing = () => (
</section> </section>
<section> <section>
<span className="nav-spacer" /> <span className="nav-spacer" />
<h2><FormattedMessage id="teacherlanding.moreGetStarted" /></h2> <h2><FormattedMessage id="teacherlanding.moreGetStartedTitle" /></h2>
<FlexRow className="educator-community"> <FlexRow className="educator-community">
<div> <div>
<p> <p>
@ -233,7 +233,7 @@ const Landing = () => (
</section> </section>
<section id="news"> <section id="news">
<span className="nav-spacer" /> <span className="nav-spacer" />
<h2><FormattedMessage id="teacherlanding.newsAndUpdates" /></h2> <h2><FormattedMessage id="teacherlanding.newsAndUpdatesTitle" /></h2>
<FlexRow className="educator-community"> <FlexRow className="educator-community">
<div> <div>
<p> <p>