block labeling in german
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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 = "Add Comment";
|
||||
Blockly.Msg.AUTH = "Please authorize this app to enable your work to be saved and to allow it to be shared by you.";
|
||||
@@ -750,4 +754,6 @@ Blockly.Msg.sensebox_sd_filename = "data";
|
||||
Blockly.Msg.sensebox_soil_smt50 = "Soil Moisture and Temperature (SMT50)";
|
||||
Blockly.Msg.sensebox_web_readHTML_filename = "File:";
|
||||
|
||||
Blockly.Msg.senseBox_scd30 = "CO2 Sensor (Sensirion SCD30)";
|
||||
Blockly.Msg.senseBox_scd30 = "CO2 Sensor (Sensirion SCD30)";
|
||||
|
||||
export const En = Blockly.Msg;
|
||||
|
||||
Reference in New Issue
Block a user