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

French Translation Issue #288 1-getting-started #305

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Conversation

Charma95
Copy link

This is the French translation of 1-getting-started.

@Charma95
Copy link
Author

@IterateMe can you please give it a look?

@Charma95 Charma95 changed the title French Translation Issue #288 French Translation Issue #288 1-getting-started Sep 10, 2021
1-getting-started/README.md Outdated Show resolved Hide resolved
1-getting-started/Translations/README.fr.md Outdated Show resolved Hide resolved
1-getting-started/lessons/1-introduction-to-iot/README.md Outdated Show resolved Hide resolved
1-getting-started/lessons/1-introduction-to-iot/pi.md Outdated Show resolved Hide resolved

> Illustré par [Nitya Narasimhan](https://github.com/nitya). Cliquer sur l'image pour l'agrandir.

Cette leçon a été enseigné dans le cadre de [Hello IoT series](https://youtube.com/playlist?list=PLmsFUfdnGr3xRts0TIwyaHyQuHaNQcb6-) à partir de [Microsoft Reactor](https://developer.microsoft.com/reactor/?WT.mc_id=academic-17441-jabenn). Cette leçon a été enseigné en 2 vidéos - une leçon d'une heure et une autre heure pour approfondir les notions et répondre aux questions.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Enseigné(e) avec un e

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😄

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️


Les usines utilisent les dispositifs IoT de nombreuses façons différentes. Les machines peuvent être surveillées à l'aide de plusieurs capteurs pour suivre des éléments comme la température, les vibrations et la vitesse de rotation. Ces données peuvent ensuite être surveillées pour permettre d'arrêter la machine si elle sort de certaines tolérances - elle fonctionne trop chaudement et est arrêtée par exemple. Ces données peuvent également être recueillies et analysées au fil du temps pour effectuer une maintenance prédictive, où les modèles d'IA examinent les données qui ont conduit à une panne et s'en servent pour prédire d'autres pannes avant qu'elles ne se produisent.

L'agriculture numérique est importante si l'on veut que la planète nourrisse la population croissante, en particulier pour les 2 milliards de personnes dans 500 millions de ménages qui survivent grâce à [l'agriculture de subsistance](https://wikipedia.org/wiki/Subsistence_agriculture). L'agriculture numérique peut aller de quelques capteurs sous les 10$ à des installations commerciales massives. Un agriculteur peut commencer par surveiller les températures et utiliser [jours de croissance](https://wikipedia.org/wiki/Growing_degree-day) pour prévoir quand une culture sera prête à être récoltée. Ils peuvent connecter la surveillance de l'humidité du sol à des systèmes d'arrosage automatisés pour donner à leurs plantes autant d'eau que nécessaire, mais pas plus, afin de s'assurer que leurs cultures ne se dessèchent pas sans gaspiller d'eau. Les agriculteurs vont même plus loin et utilisent des drones, des données satellitaires et l'IA pour surveiller la croissance des cultures, les maladies et la qualité des sols sur d'immenses étendues de terres agricoles.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utiliser (les) jours de croissance

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

* Lumières
* Suivi de conditionnement physique

Tous ces types d'appareils sont dotés de capteurs et/ou d'actionneurs et communiquent avec l'Internet. Je peux dire depuis mon téléphone si ma porte de garage est ouverte, et demander à mon enceinte intelligente de la fermer pour moi. Je peux même la programmer pour que, si elle est encore ouverte la nuit, elle se ferme automatiquement. Lorsque ma sonnette sonne, je peux voir depuis mon téléphone qui est là, où que je sois dans le monde, et lui parler via un haut-parleur et un microphone intégrés à la sonnette. Je peux surveiller ma glycémie, mon rythme cardiaque et mes habitudes de sommeil, en recherchant des modèles dans les données pour améliorer ma santé. Je peux contrôler mes lumières via l'infrastructure infonuagique, et rester dans le noir lorsque ma connexion Internet est coupée.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

enceinte intelligente?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️


## Tâche

[Rechercher un projet IoT](assignment.md)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lien non fonctionnel: ajouter ../

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️


1. Décidez de la façon dont vous voulez programmer votre Pi, puis passez à la section correspondante ci-dessous:

* [Travaillez directement sur votre Pi](#work-directly-on-your-pi)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Liens vers la section du texte correspondante ne marchent pas

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

curl -sL https://github.com/Seeed-Studio/grove.py/raw/master/install.sh | sudo bash -s -
```

L'une des fonctionnalités puissantes de Python est la possibilité d'installer [Paquet pip](https://pypi.org) - Il s'agit de paquets de code écrits par d'autres personnes et publiés sur Internet. Vous pouvez installer un paquet Pip sur votre ordinateur à l'aide d'une commande, puis utiliser ce paquet dans votre code. Ce script d'installation Grove installera les paquets Pip que vous utiliserez pour travailler avec le matériel Grove à partir de Python.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

installer (un) paquet pip

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

@jimbobbennett
Copy link
Contributor

@Charma95, @IterateMe - let me know when you are happy for me to merge this!

@jlooper
Copy link
Contributor

jlooper commented Jan 16, 2022

hi @Charma95 - would you like to add these changes and do the edits and I can merge?


## Crédits

Tous les leçons ont été écrite ♥️ par [Jim Bennett](https://GitHub.com/JimBobBennett)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let’s get a linguistic review here please - there are gender and verb agreement errors here:
toutes les leçons ont été écrites par…

Copy link

@JoaoSchrock JoaoSchrock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

deixa

Copy link
Contributor

@ManuSquall ManuSquall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are some typos to fix on the first file (article and genre accordance)

@@ -0,0 +1,15 @@
# Guide de démarage IoT
Dans cette section du tutoriel, vous serez initié à l'Internet des objets et apprendrez les concepts de base, notamment la construction de votre premier projet IoT « Hello, World!» connecté à l'infrastrucutre infonuagique. Ce projet est une veilleuse qui s'allume quand la lumière mesurée par un capteur diminue.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small typo to fix on line 2 :
" ... connecté à l'infrastrucutre infonuagique."
It should be "infrastructure" we could also simply say "... connecté au Cloud".


## Sujets

1. [Introduction au IoT](../lessons/1-introduction-to-iot/translations/README.fr.md)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

** "Introduction à l'IoT" ** fits better than "au"


1. [Introduction au IoT](../lessons/1-introduction-to-iot/translations/README.fr.md)
1. [Approfondir les IoT](../lessons/2-deeper-dive/translations/README.fr.md)
1. [Intéragir avec le monde physique à l'aide de capteur et actionneur](../lessons/3-sensors-and-actuators/translations/README.fr.md)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Intéragir avec le monde physique à l'aide de capteur et d' actionneur

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actors

## Sujets

1. [Introduction au IoT](../lessons/1-introduction-to-iot/translations/README.fr.md)
1. [Approfondir les IoT](../lessons/2-deeper-dive/translations/README.fr.md)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Approfondir les notions d' IoT" or "Approfondir l' IoT" would fit better

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Olá. muito obg sua opiniao e muito valida

1. [Approfondir les IoT](lessons/2-deeper-dive/README.md)
1. [Intéragir avec le monde physique à l'aide de capteur et actionneur](lessons/3-sensors-and-actuators/README.md)
1. [Connecter votre appareil à Internet](lessons/4-connect-internet/README.md)
1. [Introduction au IoT](lessons/1-introduction-to-iot/translations/README.fr.md)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

introducao ao IOT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants