Merge remote-tracking branch 'Gadgetoid/master' into translation

This commit is contained in:
RogueM 2015-11-14 23:43:38 +00:00
commit f946e6a03f
11 changed files with 50 additions and 11 deletions

View File

@ -24,13 +24,13 @@ The contents of this GitHub repository are used to build http://pinout.xyz and i
Current known contributors are:
* de-DE - @rdmueller and KojoePi
* es-ES - @ResonantWave
* fr-FR - @RogueM
* it-IT - @LizardM4
* tr-TR - @Ardakilic
* de - @rdmueller and @KojoePi
* es - @ResonantWave
* fr - @RogueM
* it - @LizardM4
* tr - @Ardakilic
You should start by duplicating the `src/en` directory to the
If you would like to provide support for a language not yet in the repository you should start by duplicating the `src/en` directory to the
appropriate culture. For example if you want to create a German translation you would create the folder `src/de`.
There are no plans to support cultures, so you can't have `src/fr-CA` ( sorry! ).

View File

@ -1,6 +1,9 @@
#Overlays History
This document only logs the changes to the overlay files that are relevant for purposes of translations. See files history for further details!
Nov 14, 2015
- major tweaks to i2c.md and related pins
Nov 12, 2015
- major tweaks to arduino-spi.md

View File

@ -15,7 +15,14 @@ strings:
- type_classic: 'Classic form-factor'
- pin_header: '{} pin header'
- uses_i2c: 'Uses I2C'
- uses_spi: 'Uses SPI'
- wiring_pi_pin: 'Wiring Pi pin {}'
- uses_n_gpio_pins: ' Uses {} GPIO pins'
- bcm_pin_rev1_pi: 'BCM pin {} on Rev 1 ( very early ) Pi'
- physical_pin_n: 'Physical pin {}'
- more_information: 'More Information'
- github_repository: 'GitHub Repository'
- buy_now: 'Buy Now'
overlays:
- ground
- spi

View File

@ -26,7 +26,7 @@ pin:
The Raspberry Pi's I2C pins are an extremely useful way to talk to many different types of external peripheral; from the MCP23017 digital IO expander, to a connected ATmega.
The i2c pins include a fixed 1.8k pull-up resistor to 3.3v. This means they are not suitable for use as general purpose IO where a pull-up is not required.
The i2c pins include a fixed 1.8 kohms pull-up resistor to 3.3v. This means they are not suitable for use as general purpose IO where a pull-up is not required.
You can verify the address of connected I2C peripherals with a simple one-liner:

View File

@ -1,3 +1,3 @@
SDA (i2c Data) is one of the i2c pins on the Pi, [learn more about i2c](/pinout/i2c).
SDA includes a fixed, 1.8k pull-up to 3.3v, which means this pin is not suitable for use as a general purpose IO where no pullup resistor is desired.
SDA includes a fixed, 1.8 kohms pull-up to 3.3v, which means this pin is not suitable for use as a general purpose IO where no pullup resistor is desired.

View File

@ -1,3 +1,3 @@
SCL (i2c Clock) is one of the i2c pins on the Pi, [learn more about i2c](/pinout/i2c).
SCL includes a fixed, 1.8k pull-up to 3.3v, which means this pin is not suitable for use as a general purpose IO where no pullup resistor is desired.
SCL includes a fixed, 1.8 kohms pull-up to 3.3v, which means this pin is not suitable for use as a general purpose IO where no pullup resistor is desired.

View File

@ -15,6 +15,7 @@ strings:
- type_classic: 'Classic form-factor'
- pin_header: '{} pin header'
- uses_i2c: 'Uses I2C'
- uses_spi: 'Uses SPI'
- wiring_pi_pin: 'Wiring Pi pin {}'
- uses_n_gpio_pins: ' Uses {} GPIO pins'
- bcm_pin_rev1_pi: 'BCM pin {} on Rev 1 ( very early ) Pi'

View File

@ -15,7 +15,14 @@ strings:
- type_classic: 'formato clásico'
- pin_header: '{} pin header'
- uses_i2c: 'Usa I2C'
- uses_spi: 'Usa SPI'
- wiring_pi_pin: 'Wiring Pi pin {}'
- uses_n_gpio_pins: ' Usa {} GPIO pins'
- bcm_pin_rev1_pi: 'BCM pin {} on Rev 1 ( very early ) Pi'
- physical_pin_n: 'Physical pin {}'
- more_information: 'More Information'
- github_repository: 'GitHub Repository'
- buy_now: 'Buy Now'
overlays:
- ground
- spi

View File

@ -10,12 +10,19 @@ url_suffix:
urls:
GND: masse
strings:
- made_by: 'Produit {manufacturer}'
- made_by: 'produit {manufacturer}'
- type_hat: 'format HAT'
- type_classic: 'format Classic'
- pin_header: '{} broches'
- uses_i2c: 'bus I2C'
- wiring_pi_pin: 'Broche Wiring Pi {}'
- uses_spi: 'bus SPI'
- wiring_pi_pin: 'broche Wiring Pi {}'
- uses_n_gpio_pins: ' {} broches GPIO actives'
- bcm_pin_rev1_pi: 'broche BCM {} sur Raspi Rev 1'
- physical_pin_n: 'broche physique {}'
- more_information: 'informations supplémentaires'
- github_repository: 'lien GitHub'
- buy_now: 'achat'
overlays:
- ground
- spi

View File

@ -15,7 +15,14 @@ strings:
- type_classic: 'Fattore di forma classico'
- pin_header: '{} pin header'
- uses_i2c: 'Utilizza I2C'
- uses_spi: 'Utilizza SPI'
- wiring_pi_pin: 'Wiring Pi pin {}'
- uses_n_gpio_pins: ' Utilizza {} GPIO pins'
- bcm_pin_rev1_pi: 'BCM pin {} on Rev 1 ( very early ) Pi'
- physical_pin_n: 'Physical pin {}'
- more_information: 'More Information'
- github_repository: 'GitHub Repository'
- buy_now: 'Buy Now'
overlays:
- ground
- spi

View File

@ -14,7 +14,14 @@ strings:
- type_classic: 'Classic form-factor'
- pin_header: '{} pin header'
- uses_i2c: 'Uses I2C'
- uses_spi: 'Uses SPI'
- wiring_pi_pin: 'Wiring Pi pin {}'
- uses_n_gpio_pins: ' Uses {} GPIO pins'
- bcm_pin_rev1_pi: 'BCM pin {} on Rev 1 ( very early ) Pi'
- physical_pin_n: 'Physical pin {}'
- more_information: 'More Information'
- github_repository: 'GitHub Repository'
- buy_now: 'Buy Now'
overlays:
- ground
- spi