From d7a678ad8c9754196dc2435e802459f5e7348629 Mon Sep 17 00:00:00 2001 From: picklesrus Date: Mon, 10 Dec 2018 18:09:36 -0500 Subject: [PATCH] Mostly adding messages and removing unnecessary sections --- src/views/download/download.jsx | 53 +++++++++++++++++++++------------ src/views/download/l10n.json | 47 +++++++++++------------------ 2 files changed, 51 insertions(+), 49 deletions(-) diff --git a/src/views/download/download.jsx b/src/views/download/download.jsx index 17e798146..365299ab1 100644 --- a/src/views/download/download.jsx +++ b/src/views/download/download.jsx @@ -21,8 +21,8 @@ class Download extends React.Component { constructor (props) { super(props); bindAll(this, [ - 'onSetOS' - ]); + 'onSetOS' + ]); let detectedOS = OS_ENUM.WINDOWS; if (window.navigator && window.navigator.platform) { if (window.navigator.platform === 'MacIntel') { @@ -122,16 +122,6 @@ class Download extends React.Component { }-store-badge.svg`} /> - - - - - - @@ -141,7 +131,7 @@ class Download extends React.Component { number={2} > - +

-

+ +

+ +

- + You will need to install lorem ipsum dolor sit amet, consectetur adipiscing elit.

-

+ +

+ +

+

+ +

+ +

+ +

+

+ +

+ + +

+ +

@@ -172,8 +183,12 @@ class Download extends React.Component {
-

-

+

+ +

+

+ +

- +

diff --git a/src/views/download/l10n.json b/src/views/download/l10n.json index 3c5144115..f9047ab48 100644 --- a/src/views/download/l10n.json +++ b/src/views/download/l10n.json @@ -1,32 +1,19 @@ { - "download.title": "Scratch 2.0 Offline Editor", - "download.intro": "You can install the Scratch 2.0 editor to work on projects without an internet connection. This version will work on Windows and MacOS.", - "download.introMac": "Note for Mac Users: the latest version of Scratch 2.0 Offline requires Adobe AIR 20. To upgrade to Adobe AIR 20 manually, go here.", - "download.installation": "Installation", - "download.airTitle": "Adobe AIR", - "download.airBody": "If you don't already have it, download and install the latest Adobe AIR", - "download.macOSX": "Mac OS X", - "download.macOlder": "Mac OS 10.5 & Older", - "download.windows": "Windows", - "download.download": "Download", - "download.offlineEditorTitle": "Scratch Offline Editor", - "download.offlineEditorBody": "Next download and install the Scratch 2.0 Offline Editor", - "download.supportMaterialsTitle": "Support Materials", - "download.supportMaterialsBody": "Need some help getting started? Here are some helpful resources.", - "download.starterProjects": "Starter Projects", - "download.gettingStarted": "Getting Started Guide", - "download.scratchCards": "Scratch Cards", - "download.updatesTitle": "Updates", - "download.updatesBody": "The Offline Editor can update itself (with user permission). It will check for updates at startup or you can use the \"Check for updates\" command in the file menu.", - "download.currentVersion": "The current version is {version}.", - "download.otherVersionsTitle": "Other Versions of Scratch", - "download.otherVersionsOlder": "If you have an older computer, or cannot install the Scratch 2.0 offline editor, you can try installing Scratch 1.4.", - "download.otherVersionsAdmin": "If you are a network administrator: a Scratch 2.0 MSI has been created and maintained by a member of the community and hosted for public download here.", - "download.knownIssuesTitle": "Known issues", - "download.knownIssuesOne": "If your offline editor is crashing directly after Scratch is opened, install the Scratch 2 offline editor again (see step 2 above). This issue is due to a bug introduced in Adobe AIR version 14 (released April 2014).", - "download.knownIssuesTwo": "Graphic effects blocks (in \"Looks\") may slow down projects due to a known Flash bug.", - "download.knownIssuesThree": "The backpack is not yet available.", - "download.knownIssuesFour": "On Mac OS you may see a prompt indicating that \"Scratch 2 is trying to install a new helper tool\" and asking for your user name and password. We are currently investigating a solution to this problem.", - "download.reportBugs": "Report Bugs and Glitches", - "download.notAvailable": "Hmm, editor downloads are not available right now - please refresh the page to try again." + "download.title": "Scratch 3.0 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.requirements": "Requirements", + "download.imgAltDownloadIllustration" : "Scratch 3.0 Desktop screenshot", + "download.installHeaderTitle": "Install Scratch Desktop", + "download.downloadAndInstall": "Download and install Scratch Desktop", + "download.troubleshootingTitle": "FAQ / Troubleshooting", + "download.startScratchDesktop": "Start Scratch Desktop", + "download.howDoIInstall": "How do I install Scratch Desktop?", + "download.whenSupportLinux": "When will you have Scratch Desktop for Linux?", + "download.supportLinuxAnswer" : "Scratch on Linux is currently not supported. We are working with partners and the open-source community to determine if there is a way we can support Linux in the future. Stay tuned!", + "download.supportChromeOS" : "When will you have Scratch Desktop for ChromeOS?", + "download.supportChromeOSAnswer": "Scratch for ChromeOS is not yet available. We are working on it and expect to release later in 2019.", + "download.olderVersionsTitle" : "Older Versions", + "download.olderVersions": "Looking for an older version of Scratch Desktop?", + "download.scratch1-4Desktop" : "Scratch 1.4 Desktop", + "download.scratch2Desktop" : "Scratch 2.0 Desktop" }