Skip to content

French translation v2, typos correction, new comments #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions _locales/fr/motobit-jsdoc-strings.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"motobit": "Fonction pour commander le moto:bit.",
"motobit.enable": "Mettre les moteurs en marche ou les arrêter.",
"motobit.invert": "Inverser ou non la polarité d'un moteur. En avant devient en arrière et vice-versa.\nc.à.d. Avant -> Arrière et Arrière -> Avant",
"motobit.setMotorSpeed": "Mettre un moteur en marche ou les arrêter selon une direction et un pourcentage de la vitesse maximale.",
"motobit.setMotorSpeed|param|direction": "en avant ou en arrière",
"motobit.setMotorSpeed|param|motor": "le moteur sur lequel agir",
"motobit.setMotorSpeed|param|speed": "pourcentage de la vitesse maximale, par exemple: 50"
"motobit": "Les fonctions pour commander le moto:bit de SparkFun.",
"motobit.enable": "Démarre ou éteint les deux moteurs.",
"motobit.invert": "Inverse ou non (faux) la polarité d'un moteur. \nMarche avant devient marche arrière et marche arrière devient marche avant.",
"motobit.setMotorSpeed": "Met un moteur donné en marche avant ou arrière à un pourcentage de la vitesse maximale.",
"motobit.setMotorSpeed|param|direction": "La marche avant ou la marche arrière.",
"motobit.setMotorSpeed|param|motor": "Le moteur en question.",
"motobit.setMotorSpeed|param|speed": "Le pourcentage de la vitesse maximale, 50 pourcent, par exemple."
}