block labeling in german

This commit is contained in:
Delucse
2020-10-28 13:57:38 +01:00
parent 345aa57b7e
commit 104d432278
4 changed files with 22 additions and 10 deletions
+6 -1
View File
@@ -1,5 +1,9 @@
// import * as Blockly from 'blockly/core';
import * as Blockly from 'blockly/core';
// https://developers.google.com/blockly/guides/configure/web/translations
const Blockly = {};
Blockly.Msg = {};
Blockly.Msg.ADD_COMMENT = "Kommentar hinzufügen";
Blockly.Msg.AUTH = "Bitte autorisiere diese App zum Aktivieren der Speicherung deiner Arbeit und zum Teilen.";
@@ -770,3 +774,4 @@ Blockly.Msg.senseBox_telegram_send = "Sende Nachricht"
Blockly.Msg.senseBox_scd30 = "CO2 Sensor (Sensirion SCD30)";
export const De = Blockly.Msg;