including a few icons in block names

This commit is contained in:
Peli de Halleux
2017-11-16 12:41:47 -08:00
parent f27fb4d93c
commit dab281a9cb
12 changed files with 65 additions and 43 deletions

View File

@ -55,14 +55,14 @@
"motors.Motor.speed|block": "%motor|speed",
"motors.Motor.stop|block": "stop %motor",
"motors.Motor.tachoCount|block": "%motor|tacho count",
"motors.largeMotorA|block": "large motor A",
"motors.largeMotorB|block": "large motor B",
"motors.largeMotorC|block": "large motor C",
"motors.largeMotorD|block": "large motor D",
"motors.mediumMotorA|block": "medium motor A",
"motors.mediumMotorB|block": "medium motor B",
"motors.mediumMotorC|block": "medium motor C",
"motors.mediumMotorD|block": "medium motor D",
"motors.largeMotorA|block": "`icons.motorLarge` A",
"motors.largeMotorB|block": "`icons.motorLarge` B",
"motors.largeMotorC|block": "`icons.motorLarge` C",
"motors.largeMotorD|block": "`icons.motorLarge` D",
"motors.mediumMotorA|block": "`icons.motorMedium` A",
"motors.mediumMotorB|block": "`icons.motorMedium` B",
"motors.mediumMotorC|block": "`icons.motorMedium` C",
"motors.mediumMotorD|block": "`icons.motorMedium` D",
"motors.stopAllMotors|block": "stop all motors",
"motors|block": "motors",
"output|block": "output",
@ -93,23 +93,23 @@
"sensors.gyro2|block": "gyro sensor 2",
"sensors.gyro3|block": "gyro sensor 3",
"sensors.gyro4|block": "gyro sensor 4",
"sensors.infraredSensor1|block": "infrared sensor 1",
"sensors.infraredSensor2|block": "infrared sensor 2",
"sensors.infraredSensor3|block": "infrared sensor 3",
"sensors.infraredSensor4|block": "infrared sensor 4",
"sensors.infraredSensor1|block": "`icons.infraredSensor` 1",
"sensors.infraredSensor2|block": "`icons.infraredSensor` 2",
"sensors.infraredSensor3|block": "`icons.infraredSensor` 3",
"sensors.infraredSensor4|block": "`icons.infraredSensor` 4",
"sensors.remoteButtonBottomLeft|block": "remote button bottom-left",
"sensors.remoteButtonBottomRight|block": "remote button bottom-right",
"sensors.remoteButtonCenter|block": "remote button center",
"sensors.remoteButtonTopLeft|block": "remote button top-left",
"sensors.remoteButtonTopRight|block": "remote button top-right",
"sensors.touchSensor1|block": "touch sensor 1",
"sensors.touchSensor2|block": "touch sensor 2",
"sensors.touchSensor3|block": "touch sensor 3",
"sensors.touchSensor4|block": "touch sensor 4",
"sensors.ultrasonic1|block": "ultrasonic sensor 1",
"sensors.ultrasonic2|block": "ultrasonic sensor 2",
"sensors.ultrasonic3|block": "ultrasonic sensor 3",
"sensors.ultrasonic4|block": "ultrasonic sensor 4",
"sensors.touchSensor1|block": "`icons.touchSensor` 1",
"sensors.touchSensor2|block": "`icons.touchSensor` 2",
"sensors.touchSensor3|block": "`icons.touchSensor` 3",
"sensors.touchSensor4|block": "`icons.touchSensor` 4",
"sensors.ultrasonic1|block": "`icons.ultrasonicSensor` 1",
"sensors.ultrasonic2|block": "`icons.ultrasonicSensor` 2",
"sensors.ultrasonic3|block": "`icons.ultrasonicSensor` 3",
"sensors.ultrasonic4|block": "`icons.ultrasonicSensor` 4",
"sensors|block": "sensors",
"serial|block": "serial",
"{id:category}Brick": "Brick",