Aktualisiere main.ts, _locales/de/Grove-strings.json

This commit is contained in:
Michael Klein 2020-09-17 17:51:13 +02:00
parent 331c17437c
commit b6e60f6db0
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
"GroveJoystickKey.LL|block": "Unten links", "GroveJoystickKey.LL|block": "Unten links",
"GroveJoystickKey.LR|block": "Unten rechts", "GroveJoystickKey.LR|block": "Unten rechts",
"GroveJoystickKey.Press|block": "Gedrückt", "GroveJoystickKey.Press|block": "Gedrückt",
"grove.strip.read|block": "%ThumbJoystick|lies Position von Joystick an|%xpin|und|%ypin", "grove.ThumbJoystick.read|block": "%ThumbJoystick|lies Position von Joystick an|%xpin|und|%ypin",
"grove.onJoystick|block": "wenn Grove - Joysticktaste|%key an|%xpin|und|%ypin", "grove.onJoystick|block": "wenn Grove - Joysticktaste|%key an|%xpin|und|%ypin",
"grove.getJoystick|block": "hole Joysticktaste an|%xpin|und|%ypin" "grove.getJoystick|block": "hole Joysticktaste an|%xpin|und|%ypin"
} }

View File

@ -545,7 +545,7 @@ namespace grove {
} }
/** /**
* get Grove Gesture modle * get Grove Gesture model
* *
*/ */
//% blockId=grove_getgesture block="get gesture model" //% blockId=grove_getgesture block="get gesture model"