Some updated strings were not commited
This commit is contained in:
		@@ -374,7 +374,7 @@
 | 
			
		||||
  "music": "Generation of music tones.",
 | 
			
		||||
  "music.beat": "Returns the duration of a beat in milli-seconds",
 | 
			
		||||
  "music.beginMelody": "Starts playing a melody.\nNotes are expressed as a string of characters with this format: NOTE[octave][:duration]",
 | 
			
		||||
  "music.beginMelody|param|melodyArray": "the melody array to play, eg: Melodies.Dadadadum",
 | 
			
		||||
  "music.beginMelody|param|melodyArray": "the melody array to play",
 | 
			
		||||
  "music.beginMelody|param|options": "melody options, once / forever, in the foreground / background",
 | 
			
		||||
  "music.builtInMelody": "Gets the melody array of a built-in melody.",
 | 
			
		||||
  "music.changeTempoBy": "Change the tempo by the specified amount",
 | 
			
		||||
 
 | 
			
		||||
@@ -136,8 +136,8 @@
 | 
			
		||||
  "IconNames.Triangle|block": "triangle",
 | 
			
		||||
  "IconNames.Umbrella|block": "umbrella",
 | 
			
		||||
  "IconNames.Yes|block": "yes",
 | 
			
		||||
  "Image.scrollImage|block": "scroll image %sprite|with offset %frameoffset|and interval (ms) %delay",
 | 
			
		||||
  "Image.showImage|block": "show image %sprite|at offset %offset",
 | 
			
		||||
  "Image.scrollImage|block": "scroll image %sprite(myImage)|with offset %frameoffset|and interval (ms) %delay",
 | 
			
		||||
  "Image.showImage|block": "show image %sprite(myImage)|at offset %offset",
 | 
			
		||||
  "LedSpriteProperty.Blink|block": "blink",
 | 
			
		||||
  "LedSpriteProperty.Brightness|block": "brightness",
 | 
			
		||||
  "LedSpriteProperty.Direction|block": "direction",
 | 
			
		||||
@@ -247,7 +247,7 @@
 | 
			
		||||
  "control.waitMicros|block": "wait (µs)%micros",
 | 
			
		||||
  "control|block": "control",
 | 
			
		||||
  "game.LedSprite.change|block": "%sprite|change %property|by %value",
 | 
			
		||||
  "game.LedSprite.delete|block": "delete %this",
 | 
			
		||||
  "game.LedSprite.delete|block": "delete %this(sprite)",
 | 
			
		||||
  "game.LedSprite.get|block": "%sprite|%property",
 | 
			
		||||
  "game.LedSprite.ifOnEdgeBounce|block": "%sprite|if on edge, bounce",
 | 
			
		||||
  "game.LedSprite.isTouchingEdge|block": "%sprite|touching edge?",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user