From 6fc640159b5f598c0bc029d0d0dcbb43d871285a Mon Sep 17 00:00:00 2001 From: Mario Pesch Date: Fri, 17 Sep 2021 11:00:09 +0200 Subject: [PATCH] add missing translations and update toolbox --- src/components/Blockly/msg/en/sensebox-sd.js | 7 +++++++ src/components/Blockly/toolbox/Toolbox.js | 6 +++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/src/components/Blockly/msg/en/sensebox-sd.js b/src/components/Blockly/msg/en/sensebox-sd.js index 4cfc392..4125596 100644 --- a/src/components/Blockly/msg/en/sensebox-sd.js +++ b/src/components/Blockly/msg/en/sensebox-sd.js @@ -13,4 +13,11 @@ export const SD = { "Open the file on the SD card to save files. At the end of the loop, the file will be closed again automatically.", sensebox_sd_filename: "Data.csv", senseBox_sd_decimals: "decimals", + sensebox_sd_osem: "Create CSV-file for openSenseMap", + sensebox_sd_osem_tip: "Creates a CSV-file for openSenseMap upload", + sensebox_sd_save_for_osem: "Save measurement", + sensebox_sd_save_for_osem_tip: + "Adds a measurement witht the corresponding Sensor ID to the CSV-file", + sensebox_sd_save_for_osem_id: "Sensor ID:", + sensebox_sd_measurement: "measurements", }; diff --git a/src/components/Blockly/toolbox/Toolbox.js b/src/components/Blockly/toolbox/Toolbox.js index e6636d5..0ee760e 100644 --- a/src/components/Blockly/toolbox/Toolbox.js +++ b/src/components/Blockly/toolbox/Toolbox.js @@ -104,7 +104,11 @@ class Toolbox extends React.Component { - + + + + +