Skip to content
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

Create french translation #5

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
30 changes: 30 additions & 0 deletions _locales/French/pxt-rekabit-strings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"MotorChannel.All|block": "Tous",
"MotorDirection.Forward|block": "Vers l'avant",
"MotorDirection.Backward|block": "Vers l'arrière",
"ServoChannel.All|block": "Tous",
"rekabit.brakeMotor|block": "Arrêter moteur %motor",
"rekabit.runMotor|block": "Démarrer moteur %motor %direction à la vitesse %speed",
"rekabit.disableServo|block": "Désactiver %servo",
"rekabit.setServoPosition|block": "Positionner le servo %servo à %position degrès",
"RgbColors.Red|block": "rouge",
"RgbColors.Orange|block": "orange",
"RgbColors.Yellow|block": "jaune",
"RgbColors.Green|block": "vert",
"RgbColors.Blue|block": "bleu",
"RgbColors.Indigo|block": "indigo",
"RgbColors.Violet|block": "violet",
"RgbColors.Purple|block": "pourpre",
"RgbColors.White|block": "blanc",
"RgbColors.Black|block": "noir",
"rekabit.clearAllRgbPixels|block": "Eteindre toutes les DELs RGB",
"rekabit.setRgbBrightness|block": "Luminosité des DEL RGB à %brightness",
"rekabit.setAllRgbPixelsColor|block": "Définir toutes les DELs RVB %color",
"rekabit.setRgbPixelColor|block": "Définir la DEL RVB %pixel en %color",
"rekabit.colors|block": "%color",
"rekabit.rgb|block": "RVB (Rouge %red Vert %green Bleu %blue )",
"rekabit|block": "REKA:BIT",
"{id:group}DC Motors": "Moteurs à courant continu",
"{id:group}Servos": "Servomoteurs",
"{id:group}RGB LED": "DEL RVB"
}