Skip to content

Commit

Permalink
New messages for Movie and Gallery.
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilFraser committed Apr 27, 2018
1 parent 6555c37 commit c59e42f
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 31 deletions.
36 changes: 20 additions & 16 deletions json/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"Games.linesOfCode2": "You solved this level with %1 lines of JavaScript:",
"Games.nextLevel": "Are you ready for level %1?",
"Games.finalLevel": "Are you ready for the next challenge?",
"Games.submitTitle": "Title:",
"Games.linkTooltip": "Save and link to blocks.",
"Games.runTooltip": "Run the program you wrote.",
"Games.runProgram": "Run Program",
Expand All @@ -39,6 +40,7 @@
"Games.linkAlert": "Share your blocks with this link:\n\n%1",
"Games.hashError": "Sorry, '%1' doesn't correspond with any saved program.",
"Games.xmlError": "Could not load your saved file. Perhaps it was created with a different version of Blockly?",
"Games.submitted": "Thank you for this program! If our staff of trained monkeys like it, they will publish it to the gallery within a couple of days.",
"Games.listVariable": "list",
"Games.textVariable": "text",
"Games.breakLink": "Once you start editing JavaScript, you can't go back to editing blocks. Is this OK?",
Expand Down Expand Up @@ -146,9 +148,9 @@
"Turtle.fontBold": "bold",
"Turtle.fontItalic": "italic",
"Turtle.submitDisabled": "Run your program until it stops. Then you may submit your drawing to the gallery.",
"Turtle.galleryTooltip": "Open the gallery of drawings on Reddit.",
"Turtle.galleryTooltip": "Open the gallery of drawings.",
"Turtle.galleryMsg": "See Gallery",
"Turtle.submitTooltip": "Submit your drawing to Reddit.",
"Turtle.submitTooltip": "Submit your drawing to the gallery.",
"Turtle.submitMsg": "Submit to Gallery",
"Turtle.helpUseLoop": "Your solution works, but you can do better.",
"Turtle.helpUseLoop3": "Draw the shape with just three blocks.",
Expand Down Expand Up @@ -187,20 +189,21 @@
"Movie.colourTooltip": "Changes the colour of the pen.",
"Movie.setColour": "set colour to",
"Movie.submitDisabled": "Your movie doesn't move. Use blocks to make something interesting. Then you may submit your movie to the gallery.",
"Movie.galleryTooltip": "Open the gallery of movies on Reddit.",
"Movie.galleryTooltip": "Open the gallery of movies.",
"Movie.galleryMsg": "See Gallery",
"Movie.submitTooltip": "Submit your movie to Reddit.",
"Movie.submitTooltip": "Submit your movie to the gallery.",
"Movie.submitMsg": "Submit to Gallery",
"Movie.helpLayer": "Move the background circle to the top of your program. Then it will appear behind the person.",
"Movie.helpText1": "Use simple shapes to draw this person.",
"Movie.helpText2a": "This level is a movie. You want a red ball to roll across the screen. Press the play button to see a preview.",
"Movie.helpText2b": "As the movie plays, the value of the 'time' block counts from 0 to 100. Since you want the horizontal position of the red ball to start at 0 and go to 100 this should be easy.",
"Movie.helpText3": "The 'time' block counts from 0 to 100. But this time you want the horizontal position of the red ball to start at 100 and go to 0. Can you figure out a simple mathematical formula that flips the direction?",
"Movie.helpText4": "Use what you learned in the previous level to make four green balls that move in all four directions.",
"Movie.helpText5": "Making the mouse's head move is easy. Can you work out the math to make the ears move too?",
"Movie.helpText6": "Two simple lines. Just figure out what the line ends are doing.",
"Movie.helpText7": "The mathematical formula for this falling ball is complicated. Here's the answer:",
"Movie.helpText8": "Use the 'if' block to draw red and blue balls for the first half of the movie. Then draw a green ball for the second half of the movie.",
"Movie.helpText9": "Can you make a ball that follows the wire? The wire has already been drawn for you. Once you can do this, you can do anything.",
"Movie.helpText2a": "This level is a movie. You want the person's arm to move across the screen. Press the play button to see a preview.",
"Movie.helpText2b": "As the movie plays, the value of the 'time' block counts from 0 to 100. Since you want the 'y' position of the arm to start at 0 and go to 100 this should be easy.",
"Movie.helpText3": "The 'time' block counts from 0 to 100. But now you want the 'y' position of the other arm to start at 100 and go to 0. Can you figure out a simple mathematical formula that flips the direction?",
"Movie.helpText4": "Use what you learned in the previous level to make legs that cross.",
"Movie.helpText5": "The mathematical formula for the arm is complicated. Here's the answer:",
"Movie.helpText6": "Give the person a couple of hands.",
"Movie.helpText7": "Use the 'if' block to draw a small head for the first half of the movie. Then draw a big head for the second half of the movie.",
"Movie.helpText8": "Make the legs reverse direction half way through the movie.",
"Movie.helpText9": "Draw an expanding circle behind the person.",
"Movie.helpText10": "Make a movie of anything you want. You've got a huge number of new blocks you can explore. Have fun!",
"Movie.helpText10Reddit": "Use the "See Gallery" button to see movies that other people have made. If you make an interesting movie, use the "Submit to Gallery" button to publish it.",
"Music.playNoteTooltip": "Plays one musical note of the specified duration and pitch.",
Expand All @@ -223,9 +226,9 @@
"Music.drum": "drum",
"Music.choir": "choir",
"Music.submitDisabled": "Run your program until it stops. Then you may submit your music to the gallery.",
"Music.galleryTooltip": "Open the gallery of music on Reddit.",
"Music.galleryTooltip": "Open the gallery of music.",
"Music.galleryMsg": "See Gallery",
"Music.submitTooltip": "Submit your music to Reddit.",
"Music.submitTooltip": "Submit your music to the gallery.",
"Music.submitMsg": "Submit to Gallery",
"Music.helpUseFunctions": "Your solution works, but you can do better. Use functions to reduce the amount of repeated code.",
"Music.helpText1": "Compose the first four notes of 'Frère Jacques'.",
Expand Down Expand Up @@ -268,5 +271,6 @@
"Pond.rabbitName": "Rabbit",
"Pond.counterName": "Counter",
"Pond.rookName": "Rook",
"Pond.sniperName": "Sniper"
"Pond.sniperName": "Sniper",
"Gallery": "Gallery"
}
34 changes: 19 additions & 15 deletions json/qqq.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"Games.linesOfCode2": "alert - Displayed when a level is complete. %1 is an integer greater than 1.",
"Games.nextLevel": "alert - This is displayed when the user solves the level, inviting them to procede to the next level of difficulty. %1 is an integer greater than 1.",
"Games.finalLevel": "alert - This is displayed when the user solves the most difficult level and is going to go to the next game.",
"Games.submitTitle": "Label in front of a field where the user is requested to type a title for their work.",
"Games.linkTooltip": "tooltip - Pressing this button will cause the current program to be saved and for a URL to be shown to later retrieve it.",
"Games.runTooltip": "tooltip - Pressing this button runs the computer program the user has written.",
"Games.runProgram": "button label - Pressing this button runs the computer program the user has written.",
Expand All @@ -42,6 +43,7 @@
"Games.linkAlert": "alert - After the user has pressed a button to save his/her program, this provides the URL (%1) to retrieve the program. The characters '\n\n' indicate that a blank line will be displayed before the URL (in English). Leave those in unless you move %1 to the beginning or middle of the text, in which case you should use your judgment about where blank lines would be most useful.\n\nParameters:\n* %1 - URL of saved program.",
"Games.hashError": "alert - A request to retrieve a stored program does not have a valid URL. %1 is the invalid portion of the URL.",
"Games.xmlError": "alert - There was a problem loading a file previously saved by the user. The most likely reason for the problem is that it was created with an earlier, incompatible version of Blockly. This message will be followed by technical information useful to engineers trying to understand the problem.",
"Games.submitted": "alert - After the user has submitted his/her program to the gallery, it must wait for approval. Please make this message funny!",
"Games.listVariable": "variable name - Default [https://github.com/google/blockly/wiki/Variables variable] representing a [https://github.com/google/blockly/wiki/Lists list]. This should be a single word, preferably short.\n{{Identical|List}}",
"Games.textVariable": "variable name - Default [https://github.com/google/blockly/wiki/Variables variable] representing a [https://github.com/google/blockly/wiki/Text piece of text]. This should be a single word, preferably short.\n{{Identical|Text}}",
"Games.breakLink": "Warning dialog. Options are 'OK' and 'Cancel'.",
Expand Down Expand Up @@ -149,9 +151,9 @@
"Turtle.fontBold": "[[Translating:Blockly#Drop-Down_Menus dropdown]] - Specifies that a typographic font should be [https://en.wikipedia.org/wiki/Emphasis_(typography) bold].",
"Turtle.fontItalic": "[[Translating:Blockly#Drop-Down_Menus dropdown]] - Specifies that a typographic font should be [https://en.wikipedia.org/wiki/Italics italic].",
"Turtle.submitDisabled": "Error message.",
"Turtle.galleryTooltip": "tooltip - Pressing this button opens a gallery of drawings made by other users. The gallery is hosted on a site called Reddit.",
"Turtle.galleryTooltip": "tooltip - Pressing this button opens a gallery of drawings made by other users.",
"Turtle.galleryMsg": "Label on a button that opens a gallery of drawings made by other users.",
"Turtle.submitTooltip": "tooltip - Pressing this button causes the drawing created by the user's program to be submitted to a gallery for other people to see. The gallery is hosted on a site called Reddit.",
"Turtle.submitTooltip": "tooltip - Pressing this button causes the drawing created by the user's program to be submitted to a gallery for other people to see.",
"Turtle.submitMsg": "Label on a button that submits the user's art to a public gallery.",
"Turtle.helpUseLoop": "Dialog telling user to seek a better answer.",
"Turtle.helpUseLoop3": "Dialog telling user to seek a simpler answer.",
Expand All @@ -168,7 +170,7 @@
"Turtle.helpText8": "Instructions.",
"Turtle.helpText9": "Instructions.",
"Turtle.helpText10": "Instructions.",
"Turtle.helpText10Reddit": "Instructions on posting your drawing to Reddit (a social website).",
"Turtle.helpText10Reddit": "Instructions on publishing your drawing.",
"Turtle.helpToolbox": "Instructions for accessing blocks that are hidden inside categories.",
"Turtle.catTurtle": "category - Blocks related to Turtle commands.",
"Movie.x": "Label for an x-coordinate (horizontal) input.",
Expand All @@ -190,22 +192,23 @@
"Movie.colourTooltip": "tooltip - Changes the colour of ink in the pen carried by the turtle.",
"Movie.setColour": "block text - Infinitive or imperative of a verb to specify the colour of the lines that should be drawn in the future by an imaginary pen. This is followed by a block showing the colour",
"Movie.submitDisabled": "Error message.",
"Movie.galleryTooltip": "tooltip - Pressing this button opens a gallery of movies made by other users. The gallery is hosted on a site called Reddit.",
"Movie.galleryTooltip": "tooltip - Pressing this button opens a gallery of movies made by other users.",
"Movie.galleryMsg": "Label on a button that opens a gallery of movies made by other users.",
"Movie.submitTooltip": "tooltip - Pressing this button causes the movie created by the user's program to be submitted to a gallery for other people to see. The gallery is hosted on a site called Reddit.",
"Movie.submitTooltip": "tooltip - Pressing this button causes the movie created by the user's program to be submitted to a gallery for other people to see.",
"Movie.submitMsg": "Label on a button that submits the user's movie to a public gallery.",
"Movie.helpLayer": "Dialog telling user to change the order of their program.",
"Movie.helpText1": "Instructions.",
"Movie.helpText2a": "Instructions. The play button looks like the video play button on YouTube.",
"Movie.helpText2b": "Instructions. Do not translate the word 'time'.",
"Movie.helpText3": "Instructions. Do not translate the word 'time'.",
"Movie.helpText2b": "Instructions. Do not translate the word 'time' or the name 'y'.",
"Movie.helpText3": "Instructions. Do not translate the word 'time' or the name 'y'.",
"Movie.helpText4": "Instructions.",
"Movie.helpText5": "Instructions. The goal is to draw a shape that looks a bit like Mickey Mouse or Deadmau5.",
"Movie.helpText6": "Instructions.",
"Movie.helpText7": "Instructions.",
"Movie.helpText5": "Instructions.",
"Movie.helpText6": "Instructions. Drawing hands on a picture of a person.",
"Movie.helpText7": "Instructions. Do translate the word 'if'.",
"Movie.helpText8": "Instructions.",
"Movie.helpText9": "Instructions.",
"Movie.helpText10": "Instructions.",
"Movie.helpText10Reddit": "Instructions on posting your movie to Reddit (a social website).",
"Movie.helpText10Reddit": "Instructions on publishing your movie.",
"Music.playNoteTooltip": "tooltip",
"Music.playNote": "Plays one musical note. %1 is duration of the note (whole, quarter, ...), %2 is the pitch of the note (A, B, C, ...).",
"Music.restTooltip": "tooltip",
Expand All @@ -226,9 +229,9 @@
"Music.drum": "Name of musical instrument.\n{{Identical|drum}}",
"Music.choir": "Name of musical instrument.\n{{Identical|choir}}",
"Music.submitDisabled": "Error message.",
"Music.galleryTooltip": "tooltip - Pressing this button opens a gallery of music made by other users. The gallery is hosted on a site called Reddit.",
"Music.galleryTooltip": "tooltip - Pressing this button opens a gallery of music made by other users.",
"Music.galleryMsg": "Label on a button that opens a gallery of music made by other users.",
"Music.submitTooltip": "tooltip - Pressing this button causes the music created by the user's program to be submitted to a gallery for other people to see. The gallery is hosted on a site called Reddit.",
"Music.submitTooltip": "tooltip - Pressing this button causes the music created by the user's program to be submitted to a gallery for other people to see.",
"Music.submitMsg": "Label on a button that submits the user's art to a public gallery.",
"Music.helpUseFunctions": "Dialog telling user to seek a better answer.",
"Music.helpText1": "Instructions. If your country has a song to the tune of 'Frère Jacques' use its name. E.g. Bruder Jakob (German) or Kìa con bướm (Vietnamese).",
Expand All @@ -244,7 +247,7 @@
"Music.helpText8": "Instructions.",
"Music.helpText9": "Instructions.",
"Music.helpText10": "Instructions.",
"Music.helpText10Reddit": "Instructions on posting your music to Reddit (a social website).",
"Music.helpText10Reddit": "Instructions on publishing your music.",
"Music.catMusic": "category - Blocks related to Music commands.\n{{Identical|Music}}",
"Pond.scanTooltip": "Tooltip for the block that allows players to scan for enemies.",
"Pond.cannonTooltip": "Tooltip for the block that allows players to shoot at other players.",
Expand All @@ -271,5 +274,6 @@
"Pond.rabbitName": "Name for a player that runs like a rabbit.\n{{Identical|Rabbit}}",
"Pond.counterName": "Name for a player that counts methodically.\n{{Identical|Counter}}",
"Pond.rookName": "Name for a player that behaves like a rook (castle) in chess.\n{{Identical|Rook}}",
"Pond.sniperName": "Name for a player that hides in a corner and shoots.\n{{Identical|Sniper}}"
"Pond.sniperName": "Name for a player that hides in a corner and shoots.\n{{Identical|Sniper}}",
"Gallery": "Display of art created by user's programs.\n{{Identical|Gallery}}"
}

0 comments on commit c59e42f

Please sign in to comment.