mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -05:00
Add questions to FAQ and change some messages.
This commit is contained in:
parent
1ce8ef5b0d
commit
bdf93a15db
2 changed files with 33 additions and 8 deletions
|
@ -107,14 +107,14 @@ class Download extends React.Component {
|
||||||
number={1}
|
number={1}
|
||||||
>
|
>
|
||||||
<span className="step-description">
|
<span className="step-description">
|
||||||
<FormattedMessage id="download.downloadAndInstall" />
|
<FormattedMessage id="download.downloadScratchDesktop" />
|
||||||
</span>
|
</span>
|
||||||
<div className="downloads-container">
|
<div className="downloads-container">
|
||||||
<a
|
<a
|
||||||
className="download-button"
|
className="download-button"
|
||||||
href="https://beta.scratch.mit.edu/"
|
href="https://beta.scratch.mit.edu/"
|
||||||
>
|
>
|
||||||
<span>Download Scratch Desktop</span>
|
<FormattedMessage id="download.downloadButton" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</Step>
|
</Step>
|
||||||
|
@ -150,6 +150,24 @@ class Download extends React.Component {
|
||||||
<FormattedMessage id="download.troubleshootingTitle" />
|
<FormattedMessage id="download.troubleshootingTitle" />
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
|
<h3 className="faq-question">
|
||||||
|
<FormattedMessage id="download.canIUseScratchLink" />
|
||||||
|
</h3>
|
||||||
|
<p>
|
||||||
|
<FormattedMessage id="download.canIUseScratchLinkAnswer" />
|
||||||
|
</p>
|
||||||
|
<h3 className="faq-question">
|
||||||
|
<FormattedMessage id="download.desktopAndBrowser" />
|
||||||
|
</h3>
|
||||||
|
<p>
|
||||||
|
<FormattedMessage id="download.yesAnswer" />
|
||||||
|
</p>
|
||||||
|
<h3 className="faq-question">
|
||||||
|
<FormattedMessage id="download.canIShare" />
|
||||||
|
</h3>
|
||||||
|
<p>
|
||||||
|
<FormattedMessage id="download.canIShareAnswer" />
|
||||||
|
</p>
|
||||||
<h3 className="faq-question">
|
<h3 className="faq-question">
|
||||||
<FormattedMessage id="download.whenSupportLinux" />
|
<FormattedMessage id="download.whenSupportLinux" />
|
||||||
</h3>
|
</h3>
|
||||||
|
|
|
@ -1,11 +1,12 @@
|
||||||
{
|
{
|
||||||
"download.title": "Scratch 3.0 Desktop",
|
"download.title": "Scratch Desktop",
|
||||||
"download.intro": "You can install the Scratch 3.0 editor to work on projects without an internet connection. This version will work on Windows and MacOS.",
|
"download.intro": "You can install the Scratch Desktop editor to work on projects without an internet connection. This version will work on Windows and MacOS.",
|
||||||
"download.requirements": "Requirements",
|
"download.requirements": "Requirements",
|
||||||
"download.imgAltDownloadIllustration" : "Scratch 3.0 Desktop screenshot",
|
"download.imgAltDownloadIllustration" : "Scratch 3.0 Desktop screenshot",
|
||||||
"download.installHeaderTitle": "Install Scratch Desktop",
|
"download.installHeaderTitle": "Install Scratch Desktop",
|
||||||
"download.downloadAndInstall": "Download and install Scratch Desktop",
|
"download.downloadScratchDesktop": "Download Scratch Desktop",
|
||||||
"download.troubleshootingTitle": "FAQ",
|
"download.downloadButton": "Download",
|
||||||
|
"download.troubleshootingTitle": "FAQ / Troubleshooting",
|
||||||
"download.startScratchDesktop": "Start Scratch Desktop",
|
"download.startScratchDesktop": "Start Scratch Desktop",
|
||||||
"download.howDoIInstall": "How do I install Scratch Desktop?",
|
"download.howDoIInstall": "How do I install Scratch Desktop?",
|
||||||
"download.whenSupportLinux": "When will you have Scratch Desktop for Linux?",
|
"download.whenSupportLinux": "When will you have Scratch Desktop for Linux?",
|
||||||
|
@ -20,6 +21,12 @@
|
||||||
"download.cannotAccessWindowsStore" : "What if I can't access the Microsoft Store?",
|
"download.cannotAccessWindowsStore" : "What if I can't access the Microsoft Store?",
|
||||||
"download.appstoreAccessAnswer" : "You can download Scratch Desktop directly to your computer by {directDownloadLink}.",
|
"download.appstoreAccessAnswer" : "You can download Scratch Desktop directly to your computer by {directDownloadLink}.",
|
||||||
"download.directDownloadText" : "clicking here",
|
"download.directDownloadText" : "clicking here",
|
||||||
"download.macMoveToApplications" : "Move Scratch Desktop to your Applications folder and start Scratch Desktop.",
|
"download.macMoveToApplications" : "Click to run the installer. Move Scratch Desktop to your Applications folder.",
|
||||||
"download.winMoveToApplications" : "Run it."
|
"download.winMoveToApplications" : " Click on Scratch Desktop.exe to run the installer.",
|
||||||
|
"download.canIUseScratchLink" : "Can I use Scratch Link to connect to extensions?",
|
||||||
|
"download.canIUseScratchLinkAnswer" : "Yes. You'll need an Internet connection to use Scratch Link.",
|
||||||
|
"download.desktopAndBrowser": "Can I use Scratch Desktop and also have Scratch open in the browser?",
|
||||||
|
"download.yesAnswer" : "Yes.",
|
||||||
|
"download.canIShare": "Can I share from Scratch Desktop?",
|
||||||
|
"download.canIShareAnswer": "This isn’t supported currently. For now, you can save a project from Scratch Desktop, upload it to your Scratch account, and share it there. In a later version we will add the ability to upload to your Scratch account directly in Scratch Desktop."
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue