mirror of
https://github.com/scratchfoundation/scratch-resources.git
synced 2025-07-23 20:40:44 -04:00
Now uses more camel case in keys
This commit is contained in:
parent
1d09a2c403
commit
e67763669e
1 changed files with 18 additions and 18 deletions
|
@ -3,71 +3,71 @@
|
|||
"message": "Hello!",
|
||||
"description": "A character saying 'Hello!'. Step 2 of Imagine a World"
|
||||
},
|
||||
"imagine.imagine-if": {
|
||||
"imagine.imagineIf": {
|
||||
"message": "Imagine if...",
|
||||
"description": "A character is saying this. This phrase is meant to give the audience the idea that they could write sentences like 'Imagine if people could fly' or 'Imagine if animals could talk.' Step 2 of Imagine a World"
|
||||
},
|
||||
"imagine.lets-explore": {
|
||||
"imagine.letsExplore": {
|
||||
"message": "Let’s explore!",
|
||||
"description": "A character is exploring a new background (in one case it's a city, in the other case it's underwater). Doesn't need to be exactly literal. Appears in Step 14 of Imagine a World and Step 8 of Talking Tales."
|
||||
},
|
||||
"tell-a-story.welcome-magic-school": {
|
||||
"tell-a-story.welcomeMagicSchool": {
|
||||
"message": "Welcome to Magic School!",
|
||||
"description": "A wizard is saying this in a magical backdrop. Can be shortened to 'Welcome to school' or just 'Welcome' if needed. Step 4 of Create a Story"
|
||||
},
|
||||
"tell-a-story.going-on-quest": {
|
||||
"tell-a-story.goingOnQuest": {
|
||||
"message": "I’m going on a quest!",
|
||||
"description": "A student character is telling their professor that they are going to go on a quest. Step 7 of Create a Story"
|
||||
},
|
||||
"make-it-fly.time-to-fly": {
|
||||
"make-it-fly.timeToFly": {
|
||||
"message": "Time to fly!",
|
||||
"description": "A character says this at the beginning of the Make it Fly activity. Doesn't need to be literal; just needs to express that the character is going to fly. Step 4 of Make it Fly."
|
||||
},
|
||||
"animations-that-talk.lets-go": {
|
||||
"animations-that-talk.letsGo": {
|
||||
"message": "Let’s go!",
|
||||
"description": "A character is inviting the audience to come with them. Step 5 of Create Animations That Talk and Step 9 of Code a Cartoon."
|
||||
},
|
||||
"animations-that-talk.i-am-a-robot": {
|
||||
"animations-that-talk.iAmARobot": {
|
||||
"message": "I am a robot",
|
||||
"description": "This is the first line of a 3-line song that a robot sings. Doesn't need to be literal; just needs to be playful. Step 8 of Create Animations That Talk."
|
||||
},
|
||||
"animations-that-talk.i-like-to-dance-a-lot": {
|
||||
"animations-that-talk.iLikeToDance": {
|
||||
"message": "I like to dance a lot",
|
||||
"description": "This is the second line of a 3-line song that a robot sings. Doesn't need to be literal; just needs to be playful. Step 8 of Create Animations That Talk."
|
||||
},
|
||||
"animations-that-talk.beep-boop-bop": {
|
||||
"animations-that-talk.beepBoopBop": {
|
||||
"message": "Beep boop bop",
|
||||
"description": "This is the third line of a 3-line song that a robot sings. It is onomatopoeia. Doesn't need to be literal at all; just needs to be playful. Step 8 of Create Animations That Talk."
|
||||
"description": "This is the third line of a 3-line song that a robot sings. It is nonsense words that are supposed to sound like the noises a robot makes. Step 8 of Create Animations That Talk."
|
||||
},
|
||||
"animations-that-talk.look-at-me": {
|
||||
"animations-that-talk.lookAtMe": {
|
||||
"message": "Look at me!",
|
||||
"description": "A character is saying this as they change color. Doesn't have to be literal; just needs to be fun and playful. Step 9 of Create Animations that Talk."
|
||||
},
|
||||
"animations-that-talk.i-like-to-spin": {
|
||||
"animations-that-talk.iLikeToSpin": {
|
||||
"message": "I like spinning!",
|
||||
"description": "A character is saying this as they spin around. Doesn't have to be literal; just needs to be fun and playful. Step 10 of Create Animations that Talk."
|
||||
},
|
||||
"code-cartoon.hello-friends": {
|
||||
"code-cartoon.helloFriends": {
|
||||
"message": "Hello friends!",
|
||||
"description": "A character saying hello to 3 other characters. Step 2 of Code a Cartoon."
|
||||
},
|
||||
"code-cartoon.this-is-fun": {
|
||||
"code-cartoon.thisIsFun": {
|
||||
"message": "This is fun!",
|
||||
"description": "A character is saying this as they jump up and down. Doesn't have to be literal; just needs to be fun and playful. Step 8 of Code a Cartoon."
|
||||
},
|
||||
"animate-an-adventure-game.lets-collect-gems": {
|
||||
"animate-an-adventure-game.letsCollectGems": {
|
||||
"message": "Let’s collect gems!",
|
||||
"description": "A character says this at the beginning of the Animate an Adventure Game activity. Step 3 of Animate an Adventure Game."
|
||||
},
|
||||
"talking.no-place-like-home": {
|
||||
"talking.noPlaceLikeHome": {
|
||||
"message": "There's no place like home!",
|
||||
"description": "A dinosaur says this when it goes to the Jurassic backdrop. Doesn't need to be directly literal. Step 10 of Talking Tales."
|
||||
},
|
||||
"talking.check-out-moves": {
|
||||
"talking.checkOutMoves": {
|
||||
"message": "Check out these moves!",
|
||||
"description": "A dinosaur says this when it dances. Doesn't need to be literal; just needs to be something fun that could be said while dancing. Step 13 of Talking Tales."
|
||||
},
|
||||
"talking.whats-your-name": {
|
||||
"talking.whatsYourName": {
|
||||
"message": "What's your name?",
|
||||
"description": "A character is asking the user to type in their name. Step 14 of Talking Tales."
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue