|
128 | 128 | "description": "Set up the log file header."
|
129 | 129 | },
|
130 | 130 | "log.set_labels.param-name.*labels": {
|
131 |
| - "message": "*labels", |
| 131 | + "message": "*etiquettes", |
132 | 132 | "description": "(parameter name) Any number of positional arguments, each corresponding to an entry in the log header."
|
133 | 133 | },
|
134 | 134 | "log.set_labels.param-doc.*labels": {
|
135 |
| - "message": "Any number of positional arguments, each corresponding to an entry in the log header.", |
| 135 | + "message": "Un nombre quelconque d'arguments positionnels, chacun correspondant à une entrée dans l'en-tête du journal.", |
136 | 136 | "description": "Parameter docs"
|
137 | 137 | },
|
138 | 138 | "log.set_labels.param-name.timestamp": {
|
139 | 139 | "message": "horodatage",
|
140 | 140 | "description": "(parameter name) Select the timestamp unit that will be automatically added as the first column in every row. Timestamp values can be one of ``log.MILLISECONDS``, ``log.SECONDS``, ``log.MINUTES``, ``log.HOURS``, ``log.DAYS`` or ``None`` to disable the timestamp. The default value is ``log.SECONDS``."
|
141 | 141 | },
|
142 | 142 | "log.set_labels.param-doc.timestamp": {
|
143 |
| - "message": "Select the timestamp unit that will be automatically added as the first column in every row. Timestamp values can be one of {{log.MILLISECONDS}}, {{log.SECONDS}}, {{log.MINUTES}}, {{log.HOURS}}, {{log.DAYS}} or {{None}} to disable the timestamp. The default value is {{log.SECONDS}}.", |
| 143 | + "message": "Sélectionnez l'unité d'horodatage qui sera automatiquement ajoutée comme première colonne de chaque ligne. Les valeurs d'horodatage peuvent être l'une des suivantes {{log.MILLISECONDS}}, {{log.SECONDS}}, {{log.MINUTES}}, {{log.HOURS}}, {{log.DAYS}} ou {{None}} pour désactiver l'horodatage. La valeur par défaut est {{log.SECONDS}}.", |
144 | 144 | "description": "Parameter docs"
|
145 | 145 | },
|
146 | 146 | "log.add-1": {
|
|
152 | 152 | "description": "Add a data row to the log by passing a dictionary of headers and values."
|
153 | 153 | },
|
154 | 154 | "log.add-1.param-name.data_dictionary": {
|
155 |
| - "message": "data dictionary", |
| 155 | + "message": "dictionnaire de données", |
156 | 156 | "description": "(parameter name) The data to log as a dictionary with a key for each header."
|
157 | 157 | },
|
158 | 158 | "log.add-1.param-doc.data_dictionary": {
|
159 |
| - "message": "The data to log as a dictionary with a key for each header.", |
| 159 | + "message": "Les données à enregistrer sous forme de dictionnaire avec une clé pour chaque en-tête.", |
160 | 160 | "description": "Parameter docs"
|
161 | 161 | },
|
162 | 162 | "log.add-2": {
|
|
180 | 180 | "description": "(parameter name) ``True`` selects a “full” erase and ``False`` selects the “fast” erase method."
|
181 | 181 | },
|
182 | 182 | "log.delete.param-doc.full": {
|
183 |
| - "message": "{{True}} selects a “full” erase and {{False}} selects the “fast” erase method.", |
| 183 | + "message": "{{True}} sélectionne un effacement \"complet\" et {{False}} sélectionne la méthode d'effacement \"rapide\".", |
184 | 184 | "description": "Parameter docs"
|
185 | 185 | },
|
186 | 186 | "log.set_mirroring": {
|
187 | 187 | "message": "set mirroring",
|
188 | 188 | "description": "(function name) Configure mirroring of the data logging activity to the serial output."
|
189 | 189 | },
|
190 | 190 | "log.set_mirroring.summary": {
|
191 |
| - "message": "Configure mirroring of the data logging activity to the serial output.", |
| 191 | + "message": "Configurez la mise en miroir de l'activité d'enregistrement des données sur la sortie série.", |
192 | 192 | "description": "Configure mirroring of the data logging activity to the serial output."
|
193 | 193 | },
|
194 | 194 | "log.set_mirroring.param-name.serial": {
|
195 | 195 | "message": "serial",
|
196 | 196 | "description": "(parameter name) ``True`` enables mirroring data to the serial output."
|
197 | 197 | },
|
198 | 198 | "log.set_mirroring.param-doc.serial": {
|
199 |
| - "message": "{{True}} enables mirroring data to the serial output.", |
| 199 | + "message": "{{True}} active la mise en miroir des données sur la sortie série.", |
200 | 200 | "description": "Parameter docs"
|
201 | 201 | },
|
202 | 202 | "machine": {
|
|
844 | 844 | "description": "(function name) Schedule to run a function at the interval specified by the time arguments **V2 only**."
|
845 | 845 | },
|
846 | 846 | "microbit.run_every.summary": {
|
847 |
| - "message": "Schedule to run a function at the interval specified by the time arguments **V2 only**.", |
| 847 | + "message": "Planifie l'exécution d'une fonction à l'intervalle spécifié par les arguments temporels **V2 uniquement**.", |
848 | 848 | "description": "Schedule to run a function at the interval specified by the time arguments **V2 only**."
|
849 | 849 | },
|
850 | 850 | "microbit.run_every.param-name.callback": {
|
851 | 851 | "message": "callback",
|
852 | 852 | "description": "(parameter name) Function to call at the provided interval. Omit when using as a decorator."
|
853 | 853 | },
|
854 | 854 | "microbit.run_every.param-doc.callback": {
|
855 |
| - "message": "Function to call at the provided interval. Omit when using as a decorator.", |
| 855 | + "message": "Fonction à appeler à l'intervalle fourni. À omettre en cas d'utilisation comme décorateur.", |
856 | 856 | "description": "Parameter docs"
|
857 | 857 | },
|
858 | 858 | "microbit.run_every.param-name.days": {
|
859 | 859 | "message": "days",
|
860 | 860 | "description": "(parameter name) Sets the day mark for the scheduling."
|
861 | 861 | },
|
862 | 862 | "microbit.run_every.param-doc.days": {
|
863 |
| - "message": "Sets the day mark for the scheduling.", |
| 863 | + "message": "Définit la marque du jour pour la programmation.", |
864 | 864 | "description": "Parameter docs"
|
865 | 865 | },
|
866 | 866 | "microbit.run_every.param-name.h": {
|
867 | 867 | "message": "h",
|
868 | 868 | "description": "(parameter name) Sets the hour mark for the scheduling."
|
869 | 869 | },
|
870 | 870 | "microbit.run_every.param-doc.h": {
|
871 |
| - "message": "Sets the hour mark for the scheduling.", |
| 871 | + "message": "Définit la marque d'heure pour la programmation.", |
872 | 872 | "description": "Parameter docs"
|
873 | 873 | },
|
874 | 874 | "microbit.run_every.param-name.min": {
|
875 | 875 | "message": "min",
|
876 | 876 | "description": "(parameter name) Sets the minute mark for the scheduling."
|
877 | 877 | },
|
878 | 878 | "microbit.run_every.param-doc.min": {
|
879 |
| - "message": "Sets the minute mark for the scheduling.", |
| 879 | + "message": "Définit la marque de minute pour la programmation.", |
880 | 880 | "description": "Parameter docs"
|
881 | 881 | },
|
882 | 882 | "microbit.run_every.param-name.ms": {
|
883 | 883 | "message": "ms",
|
884 | 884 | "description": "(parameter name) Sets the millisecond mark for the scheduling."
|
885 | 885 | },
|
886 | 886 | "microbit.run_every.param-doc.ms": {
|
887 |
| - "message": "Sets the millisecond mark for the scheduling.", |
| 887 | + "message": "Définit la marque de milliseconde pour la programmation.", |
888 | 888 | "description": "Parameter docs"
|
889 | 889 | },
|
890 | 890 | "microbit.run_every.param-name.s": {
|
891 | 891 | "message": "s",
|
892 | 892 | "description": "(parameter name) Sets the second mark for the scheduling."
|
893 | 893 | },
|
894 | 894 | "microbit.run_every.param-doc.s": {
|
895 |
| - "message": "Sets the second mark for the scheduling.", |
| 895 | + "message": "Définit la marque de seconde pour la programmation.", |
896 | 896 | "description": "Parameter docs"
|
897 | 897 | },
|
898 | 898 | "microbit.panic": {
|
|
1920 | 1920 | "description": "Snake image."
|
1921 | 1921 | },
|
1922 | 1922 | "microbit.Image.SCISSORS": {
|
1923 |
| - "message": "scissors", |
| 1923 | + "message": "ciseaux", |
1924 | 1924 | "description": "(field name) Scissors image."
|
1925 | 1925 | },
|
1926 | 1926 | "microbit.Image.SCISSORS.summary": {
|
1927 |
| - "message": "Scissors image.", |
| 1927 | + "message": "Image de ciseaux.", |
1928 | 1928 | "description": "Scissors image."
|
1929 | 1929 | },
|
1930 | 1930 | "microbit.Image.ALL_CLOCKS": {
|
|
2488 | 2488 | "description": "Get the acceleration measurements in all axes at once as a tuple."
|
2489 | 2489 | },
|
2490 | 2490 | "microbit.accelerometer.get_strength": {
|
2491 |
| - "message": "get strength", |
| 2491 | + "message": "obtenir la force", |
2492 | 2492 | "description": "(function name) Get the acceleration measurement of all axes combined, as a positive integer. This is the Pythagorean sum of the X, Y and Z axes."
|
2493 | 2493 | },
|
2494 | 2494 | "microbit.accelerometer.get_strength.summary": {
|
2495 |
| - "message": "Get the acceleration measurement of all axes combined, as a positive integer. This is the Pythagorean sum of the X, Y and Z axes.", |
| 2495 | + "message": "Obtenir la mesure de l'accélération de tous les axes combinés, sous la forme d'un nombre entier positif. C'est la somme pythagoricienne des axes X, Y et Z.", |
2496 | 2496 | "description": "Get the acceleration measurement of all axes combined, as a positive integer. This is the Pythagorean sum of the X, Y and Z axes."
|
2497 | 2497 | },
|
2498 | 2498 | "microbit.accelerometer.current_gesture": {
|
|
0 commit comments