some more overlays translated into FR

This commit is contained in:
RogueM 2015-11-15 19:48:28 +00:00
parent 352bd30bcd
commit 8bfd2e917b
4 changed files with 96 additions and 111 deletions

View File

@ -1,115 +1,112 @@
<!--
---
name: Raspberry Pi Dots
description: Join the dots to make a circuit
description: créez un circuit avec de la peinture électrique
url: http://www.raspberrypi.org/dots/
github: https://github.com/raspberrypilearning/dots
pin:
bcm0:
name: 'Color: Blue'
name: 'couleur: bleue'
direction: input
bcm1:
name: Dot 7
name: point 7
direction: input
bcm2:
name: Dot 22
name: point 22
direction: input
bcm3:
name: Dot 21
name: point 21
direction: input
bcm4:
name: Dot 2
name: point 2
direction: input
bcm5:
name: Dot 9
name: point 9
direction: input
bcm6:
name: Dot 14
name: point 14
direction: input
bcm7:
name: Dot 6
name: point 6
direction: input
bcm8:
name: Dot 18
name: point 18
direction: input
bcm9:
name: Dot 17
name: point 17
direction: input
bcm10:
name: 'Color: Green'
name: 'couleur: vert'
direction: input
bcm11:
name: Dot 8
name: point 8
direction: input
bcm12:
name: Dot 10
name: point 10
direction: input
bcm13:
name: Cloud
name: 'forme: nuage'
direction: input
bcm14:
name: Dot 1
name: point 1
direction: input
bcm15:
name: Dot 3
name: point 3
direction: input
bcm16:
name: Dot 13
name: point 13
direction: input
bcm17:
name: Dot 4
name: point 4
direction: input
bcm18:
name: Dot 20
name: point 20
direction: input
bcm19:
name: 'Color: Orange'
name: 'couleur: orange'
direction: input
bcm20:
name: Bear
name: 'forme: ours'
direction: input
bcm21:
name: Dot 12
name: point 12
direction: input
bcm22:
name: Dot 15
name: point 15
direction: input
bcm23:
name: Dot 16
name: point 16
direction: input
bcm24:
name: Dot 19
name: point 19
direction: input
bcm25:
name: Dot 5
name: point 5
direction: input
bcm26:
name: Dot 11
name: point 11
direction: input
bcm27:
name: 'Color: Red'
name: 'couleur: rouge'
direction: input
-->
#Raspberry Pi Dots
###Dots is a Dot to Dot HAT board for the Raspberry Pi that lets you join-the-dots with BARE Conductive Paint!
###Dots est un project éducatif qui vous permet de créez un circuit en joignant les points représentés avec de la peinture électrique.
##AWAITING TRANSLATION
##EN COURS DE TRADUCTION
Les points du circuit sont des contacts métalliques que la peinture connectera à la masse, créant un effect de résistance de rappel.
Every Dot on the Dots board is a "floating" metal contact just waiting to be pulled down to ground with a dab of paint.
Pour lire l'état d'un contact métallique, assurez vous de déclarer la broche correspondante en tant qu'entrée et en 'pull-up', comme ceci:
To read a Dot you should set its corresponding pin as an INPUT and make sure it's pulled up like so:
```python
import RPi.GPIO as GPIO
GPIO.setmode(GPIO.BCM )
GPIO.setmode(GPIO.BCM)
GPIO.setup(dot_pin, GPIO.IN, GPIO.PUD_UP)
state = GPIO.input(dot_pin)
```
It's good practise to only turn on the PULLUP when you actually want to read the Dot, so a method like
this is recommended for reading:
Il est cependant recommandé de n'activer le 'pull-up' que lorsque nécessaire pour la requête, par l'intermédiaire d'une fonction telle que celle qui suit:
```python
def is_dot_connected(dot_pin):

View File

@ -3,51 +3,43 @@
name: "Pi-DAC+"
manufacturer: IQaudIO
buy: http://www.iqaudio.co.uk
description: An I2S digital to analog audio converter HAT for the Pi
description: Convertisseur numérique-analogique pour la Raspberry Pi
install:
'devices':
- 'i2c'
pincount: 40
pin:
3:
'3':
mode: i2c
5:
'5':
mode: i2c
12:
'12':
name: I2S
15:
name: Mute/Unmute
description: Pi-AMP+ only (optional)
16:
name: Rotary Encoder
description: (optional)
18:
name: Rotary Encoder
description: (optional)
22:
name: IR Sensor
description: (optional)
35:
'15':
name: silence
description: pour le Pi-AMP+ (option)
'16':
name: encodeur rotatif
description: (option)
'18':
name: encodeur rotatif
description: (option)
'22':
name: capteur IR
description: (option)
'35':
name: I2S
38:
'38':
name: I2S
40:
'40':
name: I2S
-->
#IQaudIO Pi-DAC+
##AWAITING TRANSLATION
##EN COURS DE TRADUCTION
Le Pi-DAC+ permet de convertir le signal audio numérique I2S de la Raspi en analogique, à l'aide de son CDA Texas Instrument PCM5122 et sorties phono. Il comprend aussi un pre-ampli pour sortie casque Texas Instrument TPA6133A.
The Pi-DAC+ takes the digital audio signals (I2S) from the Raspberry Pi and through the
onboard Texas Instruments PCM5122 DAC delivers variable output (hardware volume
control) analog audio to the Pi-DAC+ Phono connectors. The PI-DAC+ also, via the
Texas Instruments TPA6133A headphone amp, supports the direct use of headphones via
the Pi-DAC+ 3.5mm audio jack.
La broche GPIO22 peut être utilisée pour couper le volume de l'ampli optionnel Pi-AMP+ rapidement (fonction mute/silence).
The Pi Dac uses GPIO22 to mute/unmute the Pi-AMP+.
De même la broche GPIO25 peut être utilisée pour la lecture d'un capteur IR, et les broches GPIO23/24 pour celle d'un encodeur rotatif. Ces composants sont des options à souder sur la carte en elle-même.
You can use GPIO25 to connect an IR sensor and GPIO23/24 for a rotary encoder. Both of
these parts are optional, but are broken out on the Pi-DAC+ for convenient access.
Note: pins reserved for the rotary encoder and IR sensor can be used for other purposes if those add-ons have not been fitted and enabled by software.
Note: Les broches réservées à ces options peuvent être utilisées pour d'autres applications du moment qu'elles n'ont pas été activées programmatiquement pour leur fonction Pi-DAC.

View File

@ -1,40 +1,39 @@
<!--
---
name: PiBorg LEDBorg
description: A single RGB LED for your Raspberry Pi
name: PiBorg LedBorg
manufacturer: PiBorg
description: une carte LED RGB pour la Raspberry Pi
url: https://www.piborg.org/ledborg-new/install
buy: https://www.piborg.org/ledborg
pincount: 26
pin:
'11':
name: Red LED
name: LED rouge
direction: output
active: high
description: PiBorg Red LED
description: LED rouge de la PiBorg
'13':
name: Green LED
name: LED verte
direction: input
active: high
description: PiBorg Green LED
description: LED verte de la PiBorg
'15':
name: Blue LED
name: LED bleue
direction: output
active: high
description: PiBorg Blue LED
description: LED bleue de la PiBorg
-->
###The PiBorg LedBorg is an ultra-bright RGB LED board for the Raspberry Pi.
###La carte PiBorg LedBorg ajoute une LED tricolore RGB à votre Raspberry Pi.
##AWAITING TRANSLATION
##EN COURS DE TRADUCTION
La carte LedBorg prend en charge la gestion de la LED. Cependant, si vous désirez contrôler le gamut de couleurs de manière plus précise, vous pouvez vous tourner vers WiringPi et son softPwn.
PiBorg has its own driver, so you don't need to drive it manually.
Pour ce faire, sachez que les broches WiringPi concernées sont les suivantes:
If you want a much, much wider range of colours, though, you can drive it manually using softPwm in WiringPi. The pin assignments for this are as follows:
WiringPi pin 0: Red LED
WiringPi pin 2: Green LED
WiringPi pin 3: Blue LED
This is easy using WiringPi in Python:
WiringPi broche 0: LED rouge
WiringPi broche 2: LED verte
WiringPi broche 3: LED bleue
Voici un exemple WiringPi sous Python:
```python
import wiringpi2 as wiringpi
@ -44,8 +43,8 @@ wiringpi.softPwmCreate(0,0,100)
wiringpi.softPwmCreate(2,0,100)
wiringpi.softPwmCreate(3,0,100)
# Purple!
wiringpi.softPwmWrite(3,100) # Full Blue
wiringpi.softPwmWrite(0,100) # Full Red
wiringpi.softPWMWrite(2,0) # No Green
# Pour du violet:
wiringpi.softPwmWrite(0,100) # max rouge
wiringpi.softPwmWrite(3,100) # max bleu
wiringpi.softPWMWrite(2,0) # pas de vert
```

View File

@ -3,76 +3,73 @@
name: Pibrella
manufacturer: Pimoroni Vs Cyntech
url: https://github.com/pimoroni/pibrella
description: An all-in-one light, sound, input and output add-on board.
description: carte multi-usage avec son, lumière, entrées et sorties
pincount: 26
pin:
'7':
name: Green LED
name: LED verte
direction: output
active: high
'11':
name: Yellow LED
name: LED jaune
direction: output
active: high
'12':
name: Buzzer
name: buzzer piezo
direction: output
active: high
'13':
name: Red LED
name: LED rouge
direction: output
active: high
'15':
name: Output A
name: sortie A
direction: output
active: high
'16':
name: Output B
name: sortie B
direction: output
active: high
'18':
name: Output C
name: sortie C
direction: output
active: high
'19':
name: Input D
name: sortie D
direction: output
active: high
'21':
name: Input A
name: entrée A
direction: input
active: high
'22':
name: Output D
name: entrée D
direction: output
active: high
'23':
name: Button
name: bouton
direction: input
active: high
'24':
name: Input C
name: entrée C
direction: input
active: high
'26':
name: Input B
name: entrée B
direction: input
active: high
-->
#Pibrella
##AWAITING TRANSLATION
##EN COURS DE TRADUCTION
La Pibrella est une carte à usage multiple avec son, lumière, entrées et sorties. Elle monopolise un nombre élevé de broches GPIO tout en laissant cependant les bus série, SPI et i2c libres.
The all-in-one light, sound, input and output add-on board from Pimoroni vs Cyntech uses lots of IO on the Pi but leaves both Serial and I2C free leaving plenty of room for expansion if you get creative.
Pibrella is easy to use, first you should install the module using LXTerminal/Command Line:
Pour l'installation et mise en route exécutez simplement les commandes ci-dessous et suivez les instructions présentées à l'écran:
```bash
curl -sS get.pimoroni.com/pibrella | bash
```
Then import it into your Python script and start tinkering:
Puis, sous Python, en guise de test que tout fonctionne bien:
```bash
import pibrella