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

HomePage translation #9

Merged
merged 22 commits into from
Feb 11, 2019
Merged

HomePage translation #9

merged 22 commits into from
Feb 11, 2019

Conversation

JeremiePat
Copy link
Collaborator

Proposed translation for the French Hompage of reactjs.org

Copy link
Contributor

@baptadn baptadn left a comment

Choose a reason for hiding this comment

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

I fixed some typos 🙂

content/home/examples/a-stateful-component.js Outdated Show resolved Hide resolved
content/home/examples/an-application.js Outdated Show resolved Hide resolved
content/home/examples/an-application.md Outdated Show resolved Hide resolved
content/home/marketing/declarative.md Outdated Show resolved Hide resolved
content/home/marketing/learn-once-write-anywhere.md Outdated Show resolved Hide resolved
src/pages/index.js Outdated Show resolved Hide resolved
Copy link
Collaborator

@tdd tdd left a comment

Choose a reason for hiding this comment

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

Salut @JeremiePat !

Outre les typos et l'ortho usuelles dans tes premiers jets, quelques correctifs plus de fond et de sémantique. J'ai tout mis en mode suggestion, pour que ce soit facile à intégrer à coup de clics dans la PR en ligne.

content/home/examples/a-simple-component.js Show resolved Hide resolved
order: 0
domid: hello-example
---

React components implement a `render()` method that takes input data and returns what to display. This example uses an XML-like syntax called JSX. Input data that is passed into the component can be accessed by `render()` via `this.props`.
Les composants React implémentent une méthode `render()` qui prend des données en entrée et retourne ce qui doit être affiché. Cet exemple utilise une syntaxe qui ressemble à du XML et qu'on appelle JSX. Les données passées au composant sont accessibles dans `render()` via `this.props`.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
Les composants React implémentent une méthode `render()` qui prend des données en entrée et retourne ce qui doit être affiché. Cet exemple utilise une syntaxe qui ressemble à du XML et qu'on appelle JSX. Les données passées au composant sont accessibles dans `render()` via `this.props`.
Les composants React implémentent une méthode `render()` qui prend des données en entrée et retourne ce qui doit être affiché. Cet exemple utilise une syntaxe qui ressemble à du XML et qu'on appelle JSX. Les données passées au composant sont accessibles dans `render()` *via* `this.props`.

Nitpick : via, comme a priori ou ex æquo, est une locution latine qu'on met en italiques.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Pas sur de comprendre pourquoi tu veux italisé via. C'est certes une préposition latine, mais elle s'utilise en français usuel, il n'y a donc pas de raison de l'italisé comme on le ferais d'un mot dans une langue étrangère.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Alors autant pour « via » je veux bien, autant nombre de locutions latines d'usage courant sont plus choquantes sans italiques, notamment a priori, a posteriori et a fortiori, en raison de l'absence d'accent grave, qui faute d'italiques jetterait le doute ?

content/home/marketing/learn-once-write-anywhere.md Outdated Show resolved Hide resolved
src/components/TitleAndMetaTags/TitleAndMetaTags.js Outdated Show resolved Hide resolved
src/pages/index.js Outdated Show resolved Hide resolved
src/pages/index.js Outdated Show resolved Hide resolved
src/pages/index.js Outdated Show resolved Hide resolved
JeremiePat and others added 22 commits February 10, 2019 16:13
Co-Authored-By: JeremiePat <jeremie.patonnier@gmail.com>
Co-Authored-By: JeremiePat <jeremie.patonnier@gmail.com>
Co-Authored-By: JeremiePat <jeremie.patonnier@gmail.com>
Co-Authored-By: JeremiePat <jeremie.patonnier@gmail.com>
Co-Authored-By: JeremiePat <jeremie.patonnier@gmail.com>
Co-Authored-By: JeremiePat <jeremie.patonnier@gmail.com>
Co-Authored-By: JeremiePat <jeremie.patonnier@gmail.com>
Co-Authored-By: JeremiePat <jeremie.patonnier@gmail.com>
Co-Authored-By: JeremiePat <jeremie.patonnier@gmail.com>
Co-Authored-By: JeremiePat <jeremie.patonnier@gmail.com>
Co-Authored-By: JeremiePat <jeremie.patonnier@gmail.com>
Co-Authored-By: JeremiePat <jeremie.patonnier@gmail.com>
Co-Authored-By: JeremiePat <jeremie.patonnier@gmail.com>
Co-Authored-By: JeremiePat <jeremie.patonnier@gmail.com>
Co-Authored-By: JeremiePat <jeremie.patonnier@gmail.com>
Co-Authored-By: JeremiePat <jeremie.patonnier@gmail.com>
Co-Authored-By: JeremiePat <jeremie.patonnier@gmail.com>
Co-Authored-By: JeremiePat <jeremie.patonnier@gmail.com>
Co-Authored-By: JeremiePat <jeremie.patonnier@gmail.com>
@tdd tdd merged commit 0a947f1 into reactjs:master Feb 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants