Skip to content

Commit

Permalink
更新 _locales/zh-cn/maqueenPlusV2-strings.json, _locales/zh-tw/maqueenP…
Browse files Browse the repository at this point in the history
…lusV2-strings.json, maqueenPlusV2.ts
  • Loading branch information
LinDong88 committed Dec 3, 2024
1 parent c02474a commit 7146b66
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
4 changes: 1 addition & 3 deletions _locales/zh-cn/maqueenPlusV2-strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,9 @@
"maqueenPlusV2.NeoPixelColors.Yellow|block": "",
"maqueenPlusV2.NeoPixelColors.Green|block": "",
"maqueenPlusV2.NeoPixelColors.Blue|block": "",
"maqueenPlusV2.NeoPixelColors.Indigo|block": "靛蓝",
"maqueenPlusV2.NeoPixelColors.Violet|block": "紫罗兰",
"maqueenPlusV2.NeoPixelColors.Purple|block": "",
"maqueenPlusV2.NeoPixelColors.White|block": "",
"maqueenPlusV2.NeoPixelColors.Black|block": "",
"maqueenPlusV2.NeoPixelColors.Black|block": "熄灭",
"maqueenPlusV2.setPatrolSpeed|block": "巡线设置 速度%speed=PatrolSpeed_conv",
"maqueenPlusV2.setMotorType|block": "电机类型 %type",
"maqueenPlusV2.setIntersectionRunMode|block": "十字路口时 %mode",
Expand Down
4 changes: 1 addition & 3 deletions _locales/zh-tw/maqueenPlusV2-strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,9 @@
"maqueenPlusV2.NeoPixelColors.Yellow|block": "",
"maqueenPlusV2.NeoPixelColors.Green|block": "",
"maqueenPlusV2.NeoPixelColors.Blue|block": "",
"maqueenPlusV2.NeoPixelColors.Indigo|block": "靛藍",
"maqueenPlusV2.NeoPixelColors.Violet|block": "紫羅蘭",
"maqueenPlusV2.NeoPixelColors.Purple|block": "",
"maqueenPlusV2.NeoPixelColors.White|block": "",
"maqueenPlusV2.NeoPixelColors.Black|block": "",
"maqueenPlusV2.NeoPixelColors.Black|block": "熄滅",
"maqueenPlusV2.setPatrolSpeed|block": "巡線設置 速度%speed=PatrolSpeed_conv",
"maqueenPlusV2.setMotorType|block": "電機類型 %type",
"maqueenPlusV2.setIntersectionRunMode|block": "十字路口時 %mode",
Expand Down
4 changes: 0 additions & 4 deletions maqueenPlusV2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@ namespace maqueenPlusV2 {
Green = 0x00FF00,
//% block=blue
Blue = 0x0000FF,
//% block=indigo
Indigo = 0x4b0082,
//% block=violet
Violet = 0x8a2be2,
//% block=purple
Purple = 0xFF00FF,
//% block=white
Expand Down

0 comments on commit 7146b66

Please sign in to comment.