reorder language files

This commit is contained in:
Mario
2021-01-08 16:55:58 +01:00
parent 48e63fe898
commit 8f47ae4fc8
57 changed files with 2827 additions and 2352 deletions
@@ -0,0 +1,15 @@
import Blockly from 'blockly'
/**
* WS2818 RGB LED
*/
Blockly.Msg.senseBox_ws2818_rgb_led = "Set RGB-LED at";
Blockly.Msg.senseBox_ws2818_rgb_led_init = "Initialise RGB LED (WS2818)";
Blockly.Msg.senseBox_ws2818_rgb_led_position = "Position";
Blockly.Msg.senseBox_ws2818_rgb_led_brightness = "Brightness";
Blockly.Msg.senseBox_ws2818_rgb_led_tooltip = "Change the color of your RGB LED with this block. Link a block for the color. If multiple RGB LEDs are chained together you can use the position to determine which LED is controlled. "
Blockly.Msg.senseBox_ws2818_rgb_led_init_tooltip = "Connect the RGB LED to one of the three **digital/analog ports**. If multiple RGB LEDs are daisy-chained together you can determine which LED is controlled by position. "
Blockly.Msg.senseBox_ws2818_rgb_led_color = "Color"
Blockly.Msg.senseBox_ws2818_rgb_led_number = "Number"