Skip to content

Commit

Permalink
fix es message
Browse files Browse the repository at this point in the history
  • Loading branch information
zhang-tang committed Jan 8, 2025
1 parent 972d76a commit 053de6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _locales/es/robotics-strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"robotics.readLineTrackingData|block": "Leer estado del seguidor de línea %pin",
"robotics.readMoistureData|block": "Leer pin %pin sensor de humedad del suelo",
"robotics.readDht11Data|block": "Leer pin %pin %type",
"robotics.readLightData|block": "Leer pin %pin Senosr luz ambiente",
"robotics.readLightData|block": "Leer pin %pin Sensor luz ambiente",
"robotics.readInfraredData|block": "Leer pin %pin Sensor digital de movimiento infrarrojo",
"robotics.ws2812Init|block": "pin $pin $num RGB LEDs",
"robotics.ws2812SBrightness|block": "Brillo RGB %brightness",
Expand All @@ -30,5 +30,5 @@
"{id:category}robotics": "Robotics Kit",
"{id:group}Motor": "Motor",
"{id:group}Servo": "Servo",
"{id:group}Sensor": "Transductor"
"{id:group}Sensor": "Sensores"
}
2 changes: 1 addition & 1 deletion pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test.ts"
],
"targetVersions": {
"target": "7.0.51",
"target": "7.0.57",
"targetId": "microbit"
},
"supportedTargets": [
Expand Down

0 comments on commit 053de6f

Please sign in to comment.