From 166d42b80d5264b5f087334fd367909a7e62ae1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Christian=20Larsen?= Date: Wed, 21 Mar 2018 16:09:01 +0100 Subject: [PATCH 1/2] Create bitbot-strings.json --- _locales/da/bitbot-strings.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 _locales/da/bitbot-strings.json diff --git a/_locales/da/bitbot-strings.json b/_locales/da/bitbot-strings.json new file mode 100644 index 0000000..546df3e --- /dev/null +++ b/_locales/da/bitbot-strings.json @@ -0,0 +1 @@ +this is the file From 263ad920bb437ebe3bfdeb7fe02963fb804ecfc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Christian=20Larsen?= Date: Wed, 21 Mar 2018 16:11:33 +0100 Subject: [PATCH 2/2] Update bitbot-strings.json Have created a danish translation of the bitbot lib. --- _locales/da/bitbot-strings.json | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/_locales/da/bitbot-strings.json b/_locales/da/bitbot-strings.json index 546df3e..24215bb 100644 --- a/_locales/da/bitbot-strings.json +++ b/_locales/da/bitbot-strings.json @@ -1 +1,23 @@ -this is the file +{ + "BBMotor.Left|block": "venstre", + "BBMotor.Right|block": "højre", + "BBMotor.All|block": "alle", + "BBLineSensor.Left|block": "venstre", + "BBLineSensor.Right|block": "højre", + "BBLightSensor.Left|block": "venstre", + "BBLightSensor.Right|block": "højre", + "bitbot.neo|block": "neo stripe", + "bitbot.motor|block": "kør motor %motor|hastighed %speed", + "bitbot.buzz|block": "buzz lyd %flag", + "bitbot.readLine|block": "læs linje-sensor %sensor", + "bitbot.readLight|block": "læs lys-sensor %sensor", + "bitbot.neoSetColor|block": "sæt lysdioder til %rgb=neopixel_colors", + "bitbot.neoSetPixelColor|block": "sæt lysdiode %offset|farve %rgb=neopixel_colors", + "bitbot.neoShow|block": "vis lysdioder", + "bitbot.neoClear|block": "nulstil lysdioder", + "bitbot.neoRainbow|block": "sæt lysdioder i regnbue", + "bitbot.neoShift|block": "skift lysdioder", + "bitbot.neoRotate|block": "roter lysdioder", + "bitbot.neoBrightness|block": "sæt styrke på lysdioder %brightness", + "bitbot.sonar|block": "læs sonar som %unit" +}