Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typos in language file #64

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions webserver/static/xml/de.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// de.js - Language file to support the tollbox in german.
// de.js - Language file to support the toolbox in german.
//
// Copyright (C) 2020 Basler AG
// All rights reserved.
Expand Down Expand Up @@ -44,7 +44,7 @@ Blockly.Msg["HUCON_EYE_COLOUR_TOOLTIP"] = "Setz die Farbe für das Auge. Benutze
Blockly.Msg["HUCON_EYE_COLOUR_RGB_RED"] = "Rot";
Blockly.Msg["HUCON_EYE_COLOUR_RGB_GREEN"] = "Grün";
Blockly.Msg["HUCON_EYE_COLOUR_RGB_BLUE"] = "Blau";
Blockly.Msg["HUCON_EYE_COLOUR_RGB_TOOLTIP"] = "Setz die Farbe für das Auge. Benutze sepperate Werte für Rot, Grün und Blau.";
Blockly.Msg["HUCON_EYE_COLOUR_RGB_TOOLTIP"] = "Setz die Farbe für das Auge. Benutze separate Werte für Rot, Grün und Blau.";
Blockly.Msg["HUCON_EYE_SIMPLE_SET"] = "Setze Augenfarbe an";
Blockly.Msg["HUCON_EYE_SIMPLE_TOOLTIP"] = "Setze die Farbe für ein Auge.";

Expand Down Expand Up @@ -124,10 +124,10 @@ Blockly.Msg["HUCON_MPU_GET_POSITION"] = "der Position";
Blockly.Msg["HUCON_MPU_GET_TOOLTIP"] = "Bekomme die Positionsdaten des MPU-6050 Gerät.";

Blockly.Msg["HUCON_EVENTS_HUE"] = "250";
Blockly.Msg["HUCON_EVENTS_CAT"] = "Ereignise";
Blockly.Msg["HUCON_EVENTS_CAT"] = "Ereignisse";
Blockly.Msg["HUCON_EVENTS_FUNC"] = "EreignisFunktion";
Blockly.Msg["HUCON_EVENTS_INIT"] = "Initialisiere die Ergnise-Umgebung.";
Blockly.Msg["HUCON_EVENTS_INIT_TOOLTIP"] = "Initialisiere die Ergnise-Umgebung.";
Blockly.Msg["HUCON_EVENTS_INIT"] = "Initialisiere die Ereignis-Umgebung.";
Blockly.Msg["HUCON_EVENTS_INIT_TOOLTIP"] = "Initialisiere die Ereignis-Umgebung.";
Blockly.Msg["HUCON_EVENTS_RUN_ENDLESS"] = "Endlosschleife ...";
Blockly.Msg["HUCON_EVENTS_RUN_ENDLESS_TOOLTIP"] = "Lauf endlos weiter.";
Blockly.Msg["HUCON_EVENTS_STOP_ENDLESS"] = "halte die Endlosschleife an";
Expand All @@ -138,7 +138,7 @@ Blockly.Msg["HUCON_EVENTS_BUTTON_Y"] = "Y";
Blockly.Msg["HUCON_EVENTS_BUTTON_WIDTH"] = "Breite";
Blockly.Msg["HUCON_EVENTS_BUTTON_HEIGHT"] = "Höhe";
Blockly.Msg["HUCON_EVENTS_BUTTON_TOOLTIP_1"] = "Funktion für das Button \'";
Blockly.Msg["HUCON_EVENTS_BUTTON_TOOLTIP_2"] = "\' Eregnis.";
Blockly.Msg["HUCON_EVENTS_BUTTON_TOOLTIP_2"] = "\' Ereignis.";

Blockly.Msg["HUCON_TEXT_PRINT_COLORED_SET_1"] = "gib aus";
Blockly.Msg["HUCON_TEXT_PRINT_COLORED_SET_2"] = "in der Farbe";
Expand Down