reorder language files
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import Blockly from 'blockly';
|
||||
/**
|
||||
* SD-Block
|
||||
*/
|
||||
Blockly.Msg.senseBox_sd_create_file = "Erstelle Datei auf SD-Karte";
|
||||
Blockly.Msg.senseBox_sd_write_file = "Schreibe Daten auf SD-Karte";
|
||||
Blockly.Msg.senseBox_sd_open_file = "Öffne eine Datei auf der SD-Karte";
|
||||
Blockly.Msg.senseBox_sd_create_file_tooltip = "Erstellt eine Datei auf der Karte. Stecke das SD-Bee auf den Steckplatz **XBEE2**. Die **maximale** Länge des Dateinamen sind **8 Zeichen**. Die Datei sollte zuerst im *Setup()* erstellt werden"
|
||||
Blockly.Msg.senseBox_sd_write_file_tooptip = "Schreibe Daten auf die SD-Karte. Beachte, dass die Datei zuerst geöffnet werden muss.";
|
||||
Blockly.Msg.senseBox_sd_open_file_tooltip = "Öffne die Datei auf der SD-Karte, um Dateien zu speichern. Am Ende der Schleife wird die Datei automatisch wieder geschlossen.";
|
||||
Blockly.Msg.sensebox_sd_filename = "Daten";
|
||||
Blockly.Msg.senseBox_sd_decimals = "Dezimalen";
|
||||
Reference in New Issue
Block a user