mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 15:17:53 -05:00
Merge branch 'develop' into hotfix/stretchyPaint
This commit is contained in:
commit
c067d4fcf5
4 changed files with 25 additions and 15 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -16190,9 +16190,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scratch-gui": {
|
"scratch-gui": {
|
||||||
"version": "0.1.0-prerelease.20200514184528",
|
"version": "0.1.0-prerelease.20200517055834",
|
||||||
"resolved": "https://registry.npmjs.org/scratch-gui/-/scratch-gui-0.1.0-prerelease.20200514184528.tgz",
|
"resolved": "https://registry.npmjs.org/scratch-gui/-/scratch-gui-0.1.0-prerelease.20200517055834.tgz",
|
||||||
"integrity": "sha512-6XG/WEBw5/49WVW9BwPuubcU929M8LntbHquXPpBsYjHpezjuPq9uMurP4pNI0DZDyT9tv3rrynEjwFkotfnXg==",
|
"integrity": "sha512-QzzhPnKp1+DDGlNgVoshbRx5MPPgauomnSA0gXRXwdhJ6XVGwT2/iYe9zdMHATUzbwbylzvvTo1f11qGLIZvDw==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"scratch-l10n": {
|
"scratch-l10n": {
|
||||||
|
|
|
@ -128,7 +128,7 @@
|
||||||
"redux-mock-store": "^1.2.3",
|
"redux-mock-store": "^1.2.3",
|
||||||
"redux-thunk": "2.0.1",
|
"redux-thunk": "2.0.1",
|
||||||
"sass-loader": "6.0.6",
|
"sass-loader": "6.0.6",
|
||||||
"scratch-gui": "0.1.0-prerelease.20200514184528",
|
"scratch-gui": "0.1.0-prerelease.20200517055834",
|
||||||
"scratch-l10n": "latest",
|
"scratch-l10n": "latest",
|
||||||
"selenium-webdriver": "3.6.0",
|
"selenium-webdriver": "3.6.0",
|
||||||
"slick-carousel": "1.6.0",
|
"slick-carousel": "1.6.0",
|
||||||
|
|
|
@ -43,14 +43,14 @@ const REPORT_OPTIONS = [
|
||||||
prompt: <FormattedMessage id="report.promptPlaceholder" />
|
prompt: <FormattedMessage id="report.promptPlaceholder" />
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: '0',
|
value: '19',
|
||||||
label: {id: 'report.reasonCopy'},
|
label: {id: 'report.reasonDisrespectful'},
|
||||||
prompt: <FormattedMessage id="report.promptCopy" />
|
prompt: (
|
||||||
},
|
<div>
|
||||||
{
|
<p><FormattedMessage id="report.promptDisrespectful1" /></p>
|
||||||
value: '1',
|
<p><FormattedMessage id="report.promptDisrespectful2" /></p>
|
||||||
label: {id: 'report.reasonUncredited'},
|
</div>
|
||||||
prompt: <FormattedMessage id="report.promptUncredited" />
|
)
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: '2',
|
value: '2',
|
||||||
|
@ -143,6 +143,16 @@ const REPORT_OPTIONS = [
|
||||||
label: {id: 'report.reasonPersonal'},
|
label: {id: 'report.reasonPersonal'},
|
||||||
prompt: <FormattedMessage id="report.promptPersonal" />
|
prompt: <FormattedMessage id="report.promptPersonal" />
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
value: '0',
|
||||||
|
label: {id: 'report.reasonCopy'},
|
||||||
|
prompt: <FormattedMessage id="report.promptCopy" />
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: '1',
|
||||||
|
label: {id: 'report.reasonUncredited'},
|
||||||
|
prompt: <FormattedMessage id="report.promptUncredited" />
|
||||||
|
},
|
||||||
{
|
{
|
||||||
value: '6',
|
value: '6',
|
||||||
label: {id: 'general.other'},
|
label: {id: 'general.other'},
|
||||||
|
@ -279,8 +289,6 @@ const REPORT_OPTIONS = [
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -270,6 +270,7 @@
|
||||||
"report.reasonNoRemixingAllowed": "The project doesn't allow remixing",
|
"report.reasonNoRemixingAllowed": "The project doesn't allow remixing",
|
||||||
"report.reasonCreatorsSafety": "I'm worried about the safety of the creator of this project",
|
"report.reasonCreatorsSafety": "I'm worried about the safety of the creator of this project",
|
||||||
"report.reasonSomethingElse": "Something else",
|
"report.reasonSomethingElse": "Something else",
|
||||||
|
"report.reasonDisrespectful": "Mean or Disrespectful to a Scratcher or Group",
|
||||||
"report.receivedHeader": "We have received your report!",
|
"report.receivedHeader": "We have received your report!",
|
||||||
"report.receivedBody": "The Scratch Team will review the project based on the Scratch community guidelines.",
|
"report.receivedBody": "The Scratch Team will review the project based on the Scratch community guidelines.",
|
||||||
"report.promptPlaceholder": "Select a reason why above.",
|
"report.promptPlaceholder": "Select a reason why above.",
|
||||||
|
@ -303,12 +304,13 @@
|
||||||
"report.promptNoRemixingAllowed": "Please let us know where the project says it is not okay to remix — such as in the Notes & Credits, project title, etc.",
|
"report.promptNoRemixingAllowed": "Please let us know where the project says it is not okay to remix — such as in the Notes & Credits, project title, etc.",
|
||||||
"report.promptCreatorsSafety": "It's important that everyone on Scratch remains safe online and in real life. Please let us know why you are worried about the safety of this user.",
|
"report.promptCreatorsSafety": "It's important that everyone on Scratch remains safe online and in real life. Please let us know why you are worried about the safety of this user.",
|
||||||
"report.promptSomethingElse": "We encourage you to double check if your report fits any of the other available categories. If you strongly feel it does not, please explain why this project breaks the {CommunityGuidelinesLink}.",
|
"report.promptSomethingElse": "We encourage you to double check if your report fits any of the other available categories. If you strongly feel it does not, please explain why this project breaks the {CommunityGuidelinesLink}.",
|
||||||
|
"report.promptDisrespectful1": "Please let us know why you feel this project is disrespectful to another Scratcher or group. Where does the disrespectful content occur in the project (project text, images, sounds, etc.)?",
|
||||||
|
"report.promptDisrespectful2": "Remember: Scratch welcomes people of all ages, races, ethnicities, religions, abilities, sexual orientations, and gender identities. It’s important everyone feels welcomed and safe when sharing on Scratch.",
|
||||||
"report.tooLongError": "That's too long! Please find a way to shorten your text.",
|
"report.tooLongError": "That's too long! Please find a way to shorten your text.",
|
||||||
"report.tooShortError": "That's too short. Please describe in detail what's inappropriate or disrespectful about the project.",
|
"report.tooShortError": "That's too short. Please describe in detail what's inappropriate or disrespectful about the project.",
|
||||||
"report.send": "Send",
|
"report.send": "Send",
|
||||||
"report.sending": "Sending...",
|
"report.sending": "Sending...",
|
||||||
"report.textMissing": "Please tell us why you are reporting this project",
|
"report.textMissing": "Please tell us why you are reporting this project",
|
||||||
|
|
||||||
"comments.delete": "Delete",
|
"comments.delete": "Delete",
|
||||||
"comments.restore": "Restore",
|
"comments.restore": "Restore",
|
||||||
"comments.reportModal.title": "Report Comment",
|
"comments.reportModal.title": "Report Comment",
|
||||||
|
|
Loading…
Reference in a new issue