mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
Fix formatting issues. Fix broken mailto. Remove duplicate message
This commit is contained in:
parent
32d1c63a3e
commit
a9971b2f7b
2 changed files with 44 additions and 45 deletions
|
@ -21,31 +21,31 @@ const Faq = injectIntl(props => (
|
|||
|
||||
<dt><FormattedMessage id="faq.makeGameTitle" /></dt>
|
||||
<dd><FormattedHTMLMessage id="faq.makeGameBody" /></dd>
|
||||
|
||||
|
||||
<dt><FormattedMessage id="faq.whoUsesScratchTitle" /></dt>
|
||||
<dd><FormattedHTMLMessage id="faq.whoUsesScratchBody" /></dd>
|
||||
|
||||
<dt><FormattedMessage id="faq.requirementsTitle" /></dt>
|
||||
<dd><FormattedHTMLMessage id="faq.requirementsBody" /></dd>
|
||||
<b><FormattedHTMLMessage id="faq.requirementsDesktop" /></b>
|
||||
<ul>
|
||||
<li><FormattedHTMLMessage id="faq.requirementsDesktopChrome" /></li>
|
||||
<li><FormattedHTMLMessage id="faq.requirementsDesktopEdge" /></li>
|
||||
<li><FormattedHTMLMessage id="faq.requirementsDesktopFirefox" /></li>
|
||||
<li><FormattedHTMLMessage id="faq.requirementsDesktopSafari" /></li>
|
||||
<li><FormattedHTMLMessage id="faq.requirementsDesktopIE" /></li>
|
||||
|
||||
<b><FormattedHTMLMessage id="faq.requirementsDesktop" /></b>
|
||||
<ul>
|
||||
<li><FormattedHTMLMessage id="faq.requirementsDesktopChrome" /></li>
|
||||
<li><FormattedHTMLMessage id="faq.requirementsDesktopEdge" /></li>
|
||||
<li><FormattedHTMLMessage id="faq.requirementsDesktopFirefox" /></li>
|
||||
<li><FormattedHTMLMessage id="faq.requirementsDesktopSafari" /></li>
|
||||
<li><FormattedHTMLMessage id="faq.requirementsDesktopIE" /></li>
|
||||
|
||||
</ul>
|
||||
<b><FormattedHTMLMessage id="faq.requirementsTablet" /></b>
|
||||
<ul>
|
||||
<li><FormattedHTMLMessage id="faq.requirementsTabletChrome" /></li>
|
||||
<li><FormattedHTMLMessage id="faq.requirementsTabletSafari" /></li>
|
||||
<b><FormattedHTMLMessage id="faq.requirementsTablet" /></b>
|
||||
<ul>
|
||||
<li><FormattedHTMLMessage id="faq.requirementsTabletChrome" /></li>
|
||||
<li><FormattedHTMLMessage id="faq.requirementsTabletSafari" /></li>
|
||||
</ul>
|
||||
<FormattedMessage id="faq.requirementsNote" />
|
||||
<ul>
|
||||
<li><FormattedHTMLMessage id="faq.requirementsNoteDesktop" /></li>
|
||||
<li><FormattedHTMLMessage id="faq.requirementsNoteWebGL" /></li>
|
||||
<li><FormattedHTMLMessage id="faq.requirementsNoteTablets" /></li>
|
||||
<FormattedMessage id="faq.requirementsNote" />
|
||||
<ul>
|
||||
<li><FormattedHTMLMessage id="faq.requirementsNoteDesktop" /></li>
|
||||
<li><FormattedHTMLMessage id="faq.requirementsNoteWebGL" /></li>
|
||||
<li><FormattedHTMLMessage id="faq.requirementsNoteTablets" /></li>
|
||||
</ul>
|
||||
<dt><FormattedMessage id="faq.offlineTitle" /></dt>
|
||||
<dd><FormattedHTMLMessage id="faq.offlineBody" /></dd>
|
||||
|
@ -74,37 +74,37 @@ const Faq = injectIntl(props => (
|
|||
<dd><FormattedHTMLMessage id="faq.removedBlocksScratch3Body" /></dd>
|
||||
<dt><FormattedMessage id="faq.newBlocksScratch3Title" /></dt>
|
||||
<dd><FormattedHTMLMessage id="faq.newBlocksScratch3Body" /></dd>
|
||||
<ul>
|
||||
<ul>
|
||||
<li><FormattedHTMLMessage id="faq.newBlocksSoundEffect" /></li>
|
||||
<li><FormattedHTMLMessage id="faq.newBlocksOperators" /></li>
|
||||
<li><FormattedHTMLMessage id="faq.newBlocksPen" /></li>
|
||||
<li><FormattedHTMLMessage id="faq.newBlocksGlide" /></li>
|
||||
<li><FormattedHTMLMessage id="faq.newBlocksExtensions" /></li>
|
||||
|
||||
<li><FormattedHTMLMessage id="faq.newBlocksOperators" /></li>
|
||||
<li><FormattedHTMLMessage id="faq.newBlocksPen" /></li>
|
||||
<li><FormattedHTMLMessage id="faq.newBlocksGlide" /></li>
|
||||
<li><FormattedHTMLMessage id="faq.newBlocksExtensions" /></li>
|
||||
|
||||
</ul>
|
||||
<dt><FormattedMessage id="faq.biggerBlocksScratch3Title" /></dt>
|
||||
<dt><FormattedMessage id="faq.biggerBlocksScratch3Title" /></dt>
|
||||
<dd><FormattedHTMLMessage id="faq.biggerBlocksScratch3Body" /></dd>
|
||||
<dt><FormattedMessage id="faq.paintEditorScratch3Title" /></dt>
|
||||
<dd><FormattedHTMLMessage id="faq.paintEditorScratch3Body" /></dd>
|
||||
<ul>
|
||||
<ul>
|
||||
<li><FormattedHTMLMessage id="faq.paintEditorLayout" /></li>
|
||||
<li><FormattedHTMLMessage id="faq.paintEditorTools" /></li>
|
||||
<li><FormattedHTMLMessage id="faq.paintEditorColors" /></li>
|
||||
<li><FormattedHTMLMessage id="faq.paintEditorVector" /></li>
|
||||
<li><FormattedHTMLMessage id="faq.paintEditorLayers" /></li>
|
||||
<li><FormattedHTMLMessage id="faq.paintEditorGradients" /></li>
|
||||
|
||||
<li><FormattedHTMLMessage id="faq.paintEditorTools" /></li>
|
||||
<li><FormattedHTMLMessage id="faq.paintEditorColors" /></li>
|
||||
<li><FormattedHTMLMessage id="faq.paintEditorVector" /></li>
|
||||
<li><FormattedHTMLMessage id="faq.paintEditorLayers" /></li>
|
||||
<li><FormattedHTMLMessage id="faq.paintEditorGradients" /></li>
|
||||
|
||||
</ul>
|
||||
<dt><FormattedMessage id="faq.soundEditorScratch3Title" /></dt>
|
||||
<dd><FormattedHTMLMessage id="faq.soundEditorScratch3Body" /></dd>
|
||||
<ul>
|
||||
<ul>
|
||||
<li><FormattedHTMLMessage id="faq.soundEditorRecording" /></li>
|
||||
<li><FormattedHTMLMessage id="faq.soundEditorTrimming" /></li>
|
||||
<li><FormattedHTMLMessage id="faq.soundEditorEffects" /></li>
|
||||
<li><FormattedHTMLMessage id="faq.soundEditorTrimming" /></li>
|
||||
<li><FormattedHTMLMessage id="faq.soundEditorEffects" /></li>
|
||||
</ul>
|
||||
<dt><FormattedMessage id="faq.tipsWindwScratch3Title" /></dt>
|
||||
<dd><FormattedHTMLMessage id="faq.tipsWindowScratch3Body" /></dd>
|
||||
|
||||
|
||||
</dl>
|
||||
</section>
|
||||
<section id="remix">
|
||||
|
@ -127,16 +127,16 @@ const Faq = injectIntl(props => (
|
|||
<dl>
|
||||
<dt><FormattedMessage id="faq.whyAccountTitle" /></dt>
|
||||
<dd><FormattedHTMLMessage id="faq.whyAccountBody" /></dd>
|
||||
|
||||
|
||||
<dt><FormattedMessage id="faq.createAccountTitle" /></dt>
|
||||
<dd><FormattedHTMLMessage id="faq.createAccountBody" /></dd>
|
||||
|
||||
|
||||
<dt><FormattedMessage id="faq.howToConfirmTitle" /></dt>
|
||||
<dd><FormattedHTMLMessage id="faq.howToConfirmBody" /></dd>
|
||||
|
||||
|
||||
<dt><FormattedMessage id="faq.checkConfirmedTitle" /></dt>
|
||||
<dd><FormattedHTMLMessage id="faq.checkConfirmedBody" /></dd>
|
||||
|
||||
|
||||
<dt><FormattedMessage id="faq.requireConfirmTitle" /></dt>
|
||||
<dd><FormattedHTMLMessage id="faq.requireConfirmBody" /></dd>
|
||||
<dt><FormattedMessage id="faq.forgotPasswordTitle" /></dt>
|
||||
|
@ -208,7 +208,7 @@ const Faq = injectIntl(props => (
|
|||
<dt><FormattedMessage id="faq.createExtensionsTitle" /></dt>
|
||||
<dd><FormattedHTMLMessage id="faq.createExtensionsBody" /></dd>
|
||||
<dt><FormattedMessage id="faq.scratchXTitle" /></dt>
|
||||
<dd><FormattedMessage id="faq.scratchXBody" /></dd>
|
||||
<dd><FormattedMessage id="faq.scratchXBody" /></dd>
|
||||
</dl>
|
||||
</section>
|
||||
<section id="clouddata">
|
||||
|
@ -259,7 +259,7 @@ const Faq = injectIntl(props => (
|
|||
<nav>
|
||||
<ol>
|
||||
<li><a href="#about-scratch"><FormattedMessage id="faq.aboutTitle" /></a></li>
|
||||
<li><a href="#scratch3"><FormattedMessage id="faq.scratch3Title" /></a></li>
|
||||
<li><a href="#scratch3"><FormattedMessage id="faq.scratch3Title" /></a></li>
|
||||
<li><a href="#remix"><FormattedMessage id="faq.remixTitle" /></a></li>
|
||||
<li><a href="#accounts"><FormattedMessage id="faq.accountsTitle" /></a></li>
|
||||
<li><a href="#permissions"><FormattedMessage id="faq.permissionsTitle" /></a></li>
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
"faq.reportBugsScratch3Title":"How can I report bugs and share feedback on Scratch 3.0?",
|
||||
"faq.reportBugsScratch3Body":"You can report bugs and share feedback in the <a href=\"https://scratch.mit.edu/discuss/3/\">Bugs & Glitches</a> section of the Scratch discussion forums.",
|
||||
"faq.languagesScratch3Title":"Is Scratch 3.0 available in multiple languages?",
|
||||
"faq.languagesScratch3Body":"Yes. To change the language of the programming blocks, click on the “globe” icon in the top navigation bar of the programming editor, then click on the dropdown menu to select a language.<br /><br />All of our translations are done by volunteers. The Scratch 3.0 editor has already been translated into 40+ languages. You can view all the languages currently being translated and reviewed on our <a href=\"https://www.transifex.com/llk/scratch-editor/\">translation server</a>. If you want to help with translation or review, please contact <a href=\"mailto:ranslate@scratch.mit.edu\">translate@scratch.mit.edu</a>.",
|
||||
"faq.languagesScratch3Body":"Yes. To change the language of the programming blocks, click on the “globe” icon in the top navigation bar of the programming editor, then click on the dropdown menu to select a language.<br /><br />All of our translations are done by volunteers. The Scratch 3.0 editor has already been translated into 40+ languages. You can view all the languages currently being translated and reviewed on our <a href=\"https://www.transifex.com/llk/scratch-editor/\">translation server</a>. If you want to help with translation or review, please contact <a href=\"mailto:translate@scratch.mit.edu\">translate@scratch.mit.edu</a>.",
|
||||
"faq.removedBlocksScratch3Title":"Does Scratch 3.0 remove any coding blocks from earlier versions of Scratch?",
|
||||
"faq.removedBlocksScratch3Body":"No coding blocks have been removed in Scratch 3.0, but some have changed a bit and others have moved into \"Extensions\" (as described below, under \"Where did the Pen blocks go?..\").",
|
||||
"faq.newBlocksScratch3Title":"Does Scratch 3.0 introduce new blocks?",
|
||||
|
@ -72,7 +72,6 @@
|
|||
"faq.soundEditorEffects":"More options for selecting and adjusting colors",
|
||||
"faq.soundEditorVector":"More control over vector points (curve handles and point modes)",
|
||||
"faq.soundEditorLayers":"Additional controls for ordering layers (\"bring to front\", \"move to back\", etc.)",
|
||||
"faq.paintEditorGradients":"New gradient controls",
|
||||
"faq.tipsWindwScratch3Title":"What happened to the Scratch Tips Window?",
|
||||
"faq.tipsWindowScratch3Body":"Instead of the Tips Window, Scratch 3.0 provides similar material through the Tutorials Library, which can be accessed through the <i>Tutorials</i> link in the top navigation bar in the programming editor. You’ll find tutorials for entire projects (like \"Make a Chase Game\") or specific blocks and features (such as \"Record a Sound\" or \"Make it Spin\"). More tutorials will be added soon (such as \"Pong Game\" and \"Make It Fly\").",
|
||||
"faq.remixDefinitionTitle":"What is a remix?",
|
||||
|
@ -178,5 +177,5 @@
|
|||
"faq.dataBody":"When a student first signs up on Scratch, we ask for basic demographic data including gender, age (birth month and year), country, and an email address for verification. This data is used (in aggregated form) in research studies intended to improve our understanding of how people learn with Scratch. When an educator uses a Scratch Teacher Account to create student accounts in bulk, students are not required to provide an email address for account setup.",
|
||||
"faq.lawComplianceTitle":"Is Scratch (online version) compliant with United States local and federal data privacy laws?",
|
||||
"faq.lawComplianceBody":"Scratch cares deeply about the privacy of students and of all individuals who use our platform. We have in place physical and electronic procedures to protect the information we collect on the Scratch website. Although we are not in a position to offer contractual guarantees with each entity that uses our free educational product, we are in compliance with all United States federal laws that are applicable to MIT and the Scratch Foundation, the organizations that have created and maintained Scratch. We encourage you to read the Scratch Privacy Policy for more information.<br /><br />If you would like to build projects with Scratch without submitting any Personal Information to us, you can download <a href=\"/download\">Scratch Desktop</a>. Projects created in Scratch Desktop are not accessible by the Scratch Team, and using Scratch Desktop does not disclose any personally identifying information to Scratch unless you upload these projects to the Scratch online community.</p>"
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue