Skip to content
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
34 changes: 34 additions & 0 deletions _locales/zh-tw/neopixel-strings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"NeoPixelMode.RGB|block": "RGB(GRB順序)",
"NeoPixelMode.RGBW|block": "RGB+W",
"NeoPixelMode.RGB_RGB|block": "RGB(RGB順序)",
"NeoPixelColors.Red|block": "紅",
"NeoPixelColors.Orange|block": "橙",
"NeoPixelColors.Yellow|block": "黃",
"NeoPixelColors.Green|block": "緑",
"NeoPixelColors.Blue|block": "藍",
"NeoPixelColors.Indigo|block": "靛藍",
"NeoPixelColors.Violet|block": "紫羅蘭",
"NeoPixelColors.Purple|block": "紫",
"NeoPixelColors.White|block": "白",
"NeoPixelColors.Black|block": "黑",
"neopixel.Strip.showColor|block": "%strip|顯示顏色%rgb=neopixel_colors",
"neopixel.Strip.showRainbow|block": "%strip|顯示彩虹特效 (色相)從%startHue|到%endHue",
"neopixel.Strip.showBarGraph|block": "%strip|顯示柱狀圖 值%value|最大值%high",
"neopixel.Strip.setPixelColor|block": "%strip|設置顏色 圖元%pixeloffset|為 %rgb=neopixel_colors",
"neopixel.Strip.setPixelWhiteLED|block": "%strip|設置白燈(RGB+W) 圖元%pixeloffset|為 %white",
"neopixel.Strip.show|block": "%strip|刷新顯示",
"neopixel.Strip.clear|block": "%strip|清除顯示",
"neopixel.Strip.length|block": "%strip|LED的數目",
"neopixel.Strip.setBrightness|block": "%strip|設置亮度為 %brightness",
"neopixel.Strip.easeBrightness|block": "%strip|減小亮度",
"neopixel.Strip.range|block": "%strip| 從圖元%start|開始 長度%length|顆LED",
"neopixel.Strip.shift|block": "%strip|移動圖元 偏移量%offset",
"neopixel.Strip.rotate|block": "%strip|迴圈圖元 偏移量%offset",
"neopixel.hsl|block": "色相 %h|飽和度 %s|亮度 %l",
"neopixel.power|block": "%strip| 電流(mA)",
"neopixel.setMatrixWidth|block": "%strip|設置矩陣寬度 %width",
"neopixel.setMatrixColor|block": "%string|設置圖元點 (座標)x %x|y %y|顏色 %rgb=neopixel_colors",
"neopixel.create|block": "引腳%pin|初始化燈帶|%numleds|顆LED(模式%mode|)",
"neopixel.rgb|block": "RGB(紅%red|綠%green|藍%blue|)"
}