-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ Add French locales and update dependencies
- Loading branch information
Showing
5 changed files
with
52 additions
and
14 deletions.
There are no files selected for viewing
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 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,17 @@ | ||
{ | ||
"jacdac.CompassCmd.Calibrate": "Pas d'arguments. Démarre une séquence de calibration pour la boussole.", | ||
"jacdac.CompassReg.Enabled": "Lecture-écriture booléen (uint8_t). Allume ou éteint le capteur. Allumer le capteur peut démarrer une séquence de calibration.\n* ```\nconst [enabled] = jdunpack<[number]>(buf, \"u8\")\n```", | ||
"jacdac.CompassReg.Heading": "Lecture seule ° u16.16 (uint32_t). La direction par rapport au nord magnétique.\n* ```\nconst [heading] = jdunpack<[number]>(buf, \"u16.16\")\n```", | ||
"jacdac.CompassReg.HeadingError": "Lecture seule ° u16.16 (uint32_t). Erreur sur la lecture de la direction\n* ```\nconst [headingError] = jdunpack<[number]>(buf, \"u16.16\")\n```", | ||
"jacdac.CompassRegPack.Enabled": "Format de paquet pour les données 'enabled'.", | ||
"jacdac.CompassRegPack.Heading": "Format de paquet pour les données 'heading'.", | ||
"jacdac.CompassRegPack.HeadingError": "Format de paquet pour les données 'heading_error'.", | ||
"modules": "Modules Jacdac", | ||
"modules.CompassClient": "Un capteur qui mesure la direction.", | ||
"modules.CompassClient.calibrate": "Démarre une séquence de calibration pour la boussole.", | ||
"modules.CompassClient.enabled": "Allume ou éteint le capteur. Allumer le capteur peut démarrer une séquence de calibration.", | ||
"modules.CompassClient.heading": "La direction par rapport au nord magnétique.", | ||
"modules.CompassClient.headingError": "Erreur sur la lecture de la direction", | ||
"modules.CompassClient.onHeadingChangedBy": "Exécute le code lorsque la direction change de la valeur seuil donnée.", | ||
"modules.CompassClient.setEnabled": "Allume ou éteint le capteur. Allumer le capteur peut démarrer une séquence de calibration." | ||
} |
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,16 @@ | ||
{ | ||
"jacdac.CompassCmd.Calibrate": "Pas d'arguments. Démarre une séquence d'étalonnage pour la boussole.", | ||
"jacdac.CompassReg.Enabled": "Lecture-écriture booléen (uint8_t). Allume ou éteint le capteur. Allumer le capteur peut démarrer une séquence d'étalonnage.\n* ```\nconst [enabled] = jdunpack<[number]>(buf, \"u8\")\n```", | ||
"jacdac.CompassReg.Heading": "Lecture seule ° u16.16 (uint32_t). L'orientation par rapport au nord magnétique.\n* ```\nconst [heading] = jdunpack<[number]>(buf, \"u16.16\")\n```", | ||
"jacdac.CompassReg.HeadingError": "Lecture seule ° u16.16 (uint32_t). Erreur sur la lecture de l'orientation\n* ```\nconst [headingError] = jdunpack<[number]>(buf, \"u16.16\")\n```", | ||
"modules.CompassClient.calibrate|block": "%compass calibrer", | ||
"modules.CompassClient.enabled|block": "%compass activé", | ||
"modules.CompassClient.heading|block": "%compass orientation (°)", | ||
"modules.CompassClient.onHeadingChangedBy|block": "quand %compass orientation change de %threshold (°)", | ||
"modules.CompassClient.setEnabled|block": "mettre %compass %value=toggleOnOff", | ||
"modules.compass1|block": "boussole1", | ||
"modules|block": "modules", | ||
"{id:category}Jacdac": "Jacdac", | ||
"{id:category}Modules": "Modules", | ||
"{id:group}Compass": "Boussole" | ||
} |
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 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