Skip to content
Open
Show file tree
Hide file tree
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
33 changes: 33 additions & 0 deletions _locales/sv/neopixel-strings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"NeoPixelMode.RGB|block": "RGB(GRB format)",
"NeoPixelMode.RGBW|block": "RGB+W",
"NeoPixelMode.RGB_RGB|block": "RGB(RGB format)",
"NeoPixelColors.Red|block": "röd",
"NeoPixelColors.Orange|block": "orange",
"NeoPixelColors.Yellow|block": "gul",
"NeoPixelColors.Green|block": "grön",
"NeoPixelColors.Blue|block": "blå",
"NeoPixelColors.Indigo|block": "indigo",
"NeoPixelColors.Violet|block": "violett",
"NeoPixelColors.Purple|block": "lila",
"NeoPixelColors.White|block": "vit",
"neopixel.Strip.showColor|block": "%strip|visa %rgb=neopixel_colors|",
"neopixel.Strip.showRainbow|block": "%strip|visa regnbåge(från%startHue|till%endHue|)",
"neopixel.Strip.showBarGraph|block": "%strip|visa stapeldiagram av värde%value|upp till%high",
"neopixel.Strip.setPixelColor|block": "%strip|sätt LED på plats%pixeloffset|till färg%rgb=neopixel_colors|",
"neopixel.Strip.setPixelWhiteLED|block": "%strip|sätt vita LED på plats%pixeloffset|till%white|",
"neopixel.Strip.show|block": "%strip|visa",
"neopixel.Strip.clear|block": "%strip|rensa",
"neopixel.Strip.length|block": "%strip|Antal LEDs",
"neopixel.Strip.setBrightness|block": "%strip|sätt ljusstyrka till%brightness|",
"neopixel.Strip.easeBrightness|block": "%strip|sätt ljusstyrka långsamt till%brightness|",
"neopixel.Strip.range|block": "%strip|rad från%start|av%length|LEDs",
"neopixel.Strip.shift|block": "%strip|flytta LEDs%offset|steg",
"neopixel.Strip.rotate|block": "%strip|rotera LEDs%offset|steg",
"neopixel.create|block": "skapa Neopixel på pin%pin|med|%numleds|LEDs av typ%mode|)",
"neopixel.rgb|block": "RGB(röd%red|grön%green|blå%blue|)",
"neopixel.colors|block": "%color",
"neopixel.HSL.rotateHue|block": "HSL%hsl|rotera%offset|steg",
"neopixel.HSL.toRGB|block": "HSL%hsl|till RGB",
"neopixel.hsl|block": "HSL(nyans%hue|mättnad%sat|luminans%lum|)"
}
4 changes: 3 additions & 1 deletion pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@
"files": [
"README.md",
"neopixel.ts",
"sendbuffer.asm",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like a merge issue

"_locales/ja/neopixel-strings.json",
"_locales/zh/neopixel-strings.json",
"_locales/sv/neopixel-strings.json",
"_locales/zh/neopixel-strings.json"
"_locales/de/neopixel-strings.json",
"_locales/de/neopixel-jsdoc-strings.json"
],
Expand Down