You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Das Wasserthermometer gibt Temperatur in Grad Celsius aus. Schließe den Sensor an einen der 6 Anschlüsse des One-Wire Adapters an und schließe dann den One-Wire Adapter an einen der 3 digital/analog Ports der senseBox an und wähle den Port im Block aus. Wenn du nur ein Thermometer am One-Wire Adapter angeschlossen hast, dann belasse den Index bei 0. Jedes weitere angeschlossene Thermometer kann entsprechend mit einem um 1 erhöhten Index angesprochen werden. Es kommt dabei nicht darauf an, an welchem Anschluss des Adapters die Thermometer angeschlossen werden.",
267
-
EMPTY_BACKPACK: "Rucksack leeren",
268
-
REMOVE_FROM_BACKPACK: "Aus Rucksack entfernen",
269
-
COPY_TO_BACKPACK: "In Rucksack kopieren",
270
-
COPY_ALL_TO_BACKPACK: "Alle Blöcke in Rucksack kopieren",
271
-
PASTE_ALL_FROM_BACKPACK: "Alle Blöcke aus Rucksack einfügen",
Copy file name to clipboardExpand all lines: src/components/Blockly/msg/de/ui.js
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -401,4 +401,11 @@ export const UI = {
401
401
goToApp_text:
402
402
"Der Code wurde erfolgreich kompiliert! Klicke den unteren Button um zur senseBox:connect App zu gelangen und die Übertragung des Sketches fertigzustellen!",
403
403
goToApp_title: "Over-The-Air Übertragung",
404
+
405
+
// Backpack translations
406
+
EMPTY_BACKPACK: "Rucksack leeren",
407
+
REMOVE_FROM_BACKPACK: "Entfernen aus Rucksack",
408
+
COPY_TO_BACKPACK: "Kopieren in Rucksack",
409
+
COPY_ALL_TO_BACKPACK: "Alle Blöcke in Rucksack kopieren",
410
+
PASTE_ALL_FROM_BACKPACK: "Alle Blöcke aus Rucksack einfügen",
Copy file name to clipboardExpand all lines: src/components/Blockly/msg/en/translations.js
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -244,9 +244,4 @@ export const TRANSLATIONS = {
244
244
senseBox_watertemperature: "Water Temperature",
245
245
senseBox_watertemperature_tooltip:
246
246
"The water thermometer outputs temperature in degrees Celsius. Connect the sensor to one of the 6 ports of the One-Wire adapter and then connect the One-Wire adapter to one of the 3 digital/analog ports of the senseBox and select the port in the block. If you only have one thermometer connected to the One-Wire adapter, then leave the index at 0. Each additional connected thermometer can be addressed with an index increased by 1. It does not matter at which port of the adapter the thermometers are connected.",
247
-
EMPTY_BACKPACK: "Empty Backpack",
248
-
REMOVE_FROM_BACKPACK: "Remove from Backpack",
249
-
COPY_TO_BACKPACK: "Copy to Backpack",
250
-
COPY_ALL_TO_BACKPACK: "Copy All to Backpack",
251
-
PASTE_ALL_FROM_BACKPACK: "Paste All from Backpack",
0 commit comments