forked from dugbraden/pxt-climate-action-kit
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated French translations, English strings
- Loading branch information
1 parent
d57fa9d
commit 153b9b8
Showing
8 changed files
with
98 additions
and
90 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"motor.drive": "Control both wheels in one function.\nSpeeds range from -100 to 100.\nNegative speeds go backwards, positive go forwards.", | ||
"motor.stop": "Stop the motors.", | ||
"motor.turnLeft": "Turns the left motor at a specified speed.", | ||
"motor.turnRight": "Turns the right motor at a specified speed.", | ||
"pump.start": "Start the pump.", | ||
"pump.startDuration": "Set a pump for a specified time at a specified speed.", | ||
"pump.stop": "Stop the pump.", | ||
"servos.motorPinPower": "Use a motor pin for power. The motor pins provide 5v, while the lightning bolt pins provide 3.3v", | ||
"servos.resetServos": "Move specified servo back to home position.", | ||
"servos.setServoPosition": "Move specified servo to the selected position.", | ||
"servos.turnServo": "Move specified servo to the given position in degrees. \n0 is home, -90, 90 are the limits backward and forward.", | ||
"soil.displayMoisture": "Displays the read moisture level on a vertical bar graph up to full scale.", | ||
"soil.getMoisture": "Returns the value of the moisture sensor at a specific pin.", | ||
"soil.ifMoisture": "Returns a boolean value based on if the moisture sensor at a specific pin is in a specified range of moisture.", | ||
"touch.getTap": "Returns True only once per sensor touch. The sensor must be released before it will return true again.", | ||
"touch.getTouch": "Returns the value of the touch sensor at a specific pin." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"motor.drive": "Contrôler les deux roues à l’aide d’une fonction.\r\nVitesses se situent entre -100 et 100.\r\n Vitesses négatives vont vers l’arrière, positives vont vers l’avant.", | ||
"motor.stop": "Arrêter les moteurs.", | ||
"motor.turnLeft": "Fait tourner le moteur gauche à une vitesse spécifiée.", | ||
"motor.turnRight": "Fait tourner le moteur droit à une vitesse spécifiée.", | ||
"pump.start": "Faire fonctionner la pompe.", | ||
"pump.startDuration": " Faire fonctionner une pompe pour une durée spécifiée à une vitesse spécifiée.", | ||
"pump.stop": "Arrêter la pompe.", | ||
"servos.motorPinPower": "Utilisez une broche moteur comme source l'alimentation. Les broches moteurs fournissent 5v, tandis que les broches foudre fournissent 3.3v.", | ||
"servos.resetServos": "Déplacer le servo spécifié à la position de départ.", | ||
"servos.setServoPosition": "Déplacer le servo spécifié à la position sélectionnée.", | ||
"servos.turnServo": "Déplacer le servo spécifié à la position donnée en degrés. \r\n0 est la position de départ, -90, 90 sont les limites arrière/avant.", | ||
"soil.displayMoisture": "Affiche le taux d’humidité mesuré dans un graphique à barres verticales à grande échelle.", | ||
"soil.getMoisture": "Renvoie la valeur du capteur d’humidité à une broche spécifique.", | ||
"soil.ifMoisture": "Exécute une fonction spécifique si le taux d’humidité est au-dessous d’un taux d’humidité sélectionné.", | ||
"touch.getTap": "Renvoie « True » une seule fois par contact du capteur. Le capteur tactile doit être relâché avant de renvoie « True » à nouveau.", | ||
"touch.getTouch": "Renvoie la valeur du capteur tactile à une broche spécifique." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"Mlevel.DRY|block": "Sec", | ||
"Mlevel.VERY_DRY|block": "Très sec", | ||
"Mlevel.VERY_WET|block": "Très humide", | ||
"Mlevel.WET|block": "Humide", | ||
"Motor.LEFT|block": "gauche", | ||
"Motor.RIGHT|block": "droite", | ||
"MotorPower.OFF|block": "arrêt", | ||
"MotorPower.ON|block": "marche", | ||
"Position.DOWN|block": "bas", | ||
"Position.HALF_DOWN|block": "mi-bas", | ||
"Position.HALF_UP|block": "mi-haut", | ||
"Position.MIDDLE|block": "milieu", | ||
"Position.UP|block": "haut", | ||
"Pump.LEFT|block": "gauche", | ||
"Pump.RIGHT|block": "droite", | ||
"motor.drive|block": "conduire |gauche: %leftWheelSpeed|droite: %rightWheelSpeed", | ||
"motor.stop|block": "arrêter les moteurs", | ||
"motor.turnLeft|block": "faire tourner le moteur gauche à |la vitesse: %speed", | ||
"motor.turnRight|block": "faire tourner le moteur droit à |la vitesse: %speed", | ||
"motor|block": "moteur", | ||
"pump.startDuration|block": "faire fonctionner %pump la pompe à la vitesse %speed durant %duration secondes", | ||
"pump.start|block": "faire fonctionner %pump la pompe à la vitesse %speed", | ||
"pump.stop|block": "arrêter %pump la pompe", | ||
"pump|block": "pompe", | ||
"servos.MotorPin.Left|block": "gauche", | ||
"servos.MotorPin.Right|block": "droite", | ||
"servos.Power.Off|block": "éteindre", | ||
"servos.Power.On|block": "allumer", | ||
"servos.motorPinPower|block": "%state la broche du moteur « + » %side", | ||
"servos.resetServos|block": "réinitialiser servo à %pin", | ||
"servos.setServoPosition|block": "régler servo à %pin en |position: %position", | ||
"servos.turnServo|block": "faire tourner servo à %pin à |degrés: %degrees", | ||
"servos|block": "servos", | ||
"soil.displayMoisture|block": "afficher taux d’humidité à %pin", | ||
"soil.getMoisture|block": "taux d’humidité à la broche $pin", | ||
"soil.ifMoisture|block": "lorsque le taux d’humidité à $pin est au-dessous de %Mlevel", | ||
"soil|block": "terre", | ||
"touch.getTap|block": "lorsque $pin est tapée", | ||
"touch.getTouch|block": "lorsque $pin est touchée", | ||
"touch|block": "toucher", | ||
"{id:category}CakLand": "TAC:Terre", | ||
"{id:category}Motor": "Moteur", | ||
"{id:category}Pump": "Pompe", | ||
"{id:category}Servos": "Servos", | ||
"{id:category}Soil": "Terre", | ||
"{id:category}Touch": "Toucher" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters