Skip to content

French translation of examples/ folder. #8

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

Merged
merged 5 commits into from
Dec 20, 2016
Merged

French translation of examples/ folder. #8

merged 5 commits into from
Dec 20, 2016

Conversation

MachinisteWeb
Copy link
Member

Signed-off-by: Bruno Lesieur [email protected]

@MachinisteWeb
Copy link
Member Author

Je pense que j'ai besoin d'une relecture et d'avis sur ce que l'on traduit et ne traduit pas en terme de concept.

@MachinisteWeb MachinisteWeb changed the title French translation of Example directory. French translation of Examples directory. Dec 20, 2016
Copy link

@gbaudoin gbaudoin left a comment

Choose a reason for hiding this comment

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

Merci pour la traduction ! Quelques détails à revisiter éventuellement, rien de très important.

@@ -4,6 +4,6 @@ type: examples
order: 2
---

> This example uses [Firebase](https://firebase.google.com/) as the data persistence backend and syncs between clients in real time (you can try opening it in multiple browser tabs). In addition, it performs instant validation using computed properties and triggers CSS transitions when adding/removing items.
> Cet exemple utilise [Firebase](https://firebase.google.com/) comme serveur de données persistantes et de synchronisation clientes en temps réel (vous pouvez essayer cela en ouvrant de multiples onglets dans votre navigateur). Il réalise également une validation instantanée en utilisant les propriétés calculées et appel des transitions CSS quand des éléments sont ajoutés/supprimés.

Choose a reason for hiding this comment

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

"appelle des transitions"

Choose a reason for hiding this comment

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

je dirais plutôt "déclenche" des transitions

@@ -1,35 +1,35 @@
---
title: HackerNews Clone
title: Clone de HackerNews
Copy link

@gbaudoin gbaudoin Dec 20, 2016

Choose a reason for hiding this comment

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

Clone du site HackerNews

type: examples
order: 10
---

> This is a HackerNews clone built upon HN's official Firebase API, Vue 2.0 + vue-router + vuex, with server-side rendering.
> Ceci est un build clone de HackerNews sous l'API Firebase HN officielle, Vue 2.0 + vue-router + vuex, avec un rendu côté serveur.

Choose a reason for hiding this comment

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

"clone de HackerNews (HN) utilisant l'API"

@@ -1,9 +1,9 @@
---
title: Modal Component
title: Composant d'une pop-up

Choose a reason for hiding this comment

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

composant modal

Choose a reason for hiding this comment

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

je parlerais même de fenêtre modale pour être précis

Signed-off-by: Bruno Lesieur <[email protected]>
@MachinisteWeb MachinisteWeb changed the title French translation of Examples directory. French translation of examples/ folder and guide/installation.md file. Dec 20, 2016
type: examples
order: 1
---

> This example fetches latest Vue.js commits data from GitHub's API and displays them as a list. You can switch between the master and dev branches.
> Cet exemple récupère les dernières informations de commits de Vue.js depuis l'API GitHub et les affiches sous forme de liste. Vous pouvez basculer entre l'affichage des branches master et dev.

Choose a reason for hiding this comment

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

les affiche

@@ -4,6 +4,6 @@ type: examples
order: 2
---

> This example uses [Firebase](https://firebase.google.com/) as the data persistence backend and syncs between clients in real time (you can try opening it in multiple browser tabs). In addition, it performs instant validation using computed properties and triggers CSS transitions when adding/removing items.
> Cet exemple utilise [Firebase](https://firebase.google.com/) comme serveur de données persistantes et de synchronisation clientes en temps réel (vous pouvez essayer cela en ouvrant de multiples onglets dans votre navigateur). Il réalise également une validation instantanée en utilisant les propriétés calculées et appel des transitions CSS quand des éléments sont ajoutés/supprimés.

Choose a reason for hiding this comment

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

comme couche serveur de persistance de données
synchronisations
en l'ouvrant dans plusieurs onglets

déclenche des transitions CSS

@@ -1,9 +1,9 @@
---
title: Grid Component
title: Composant de grille

Choose a reason for hiding this comment

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

suggestion: "grille de données" ou "tableau" ? je ne sais pas si ça parle aux francophones

type: examples
order: 10
---

> This is a HackerNews clone built upon HN's official Firebase API, Vue 2.0 + vue-router + vuex, with server-side rendering.
> Ceci est un build clone de HackerNews sous l'API Firebase HN officielle, Vue 2.0 + vue-router + vuex, avec un rendu côté serveur.

Choose a reason for hiding this comment

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

Ceci est un clone de HackerNews conçu par dessus l'API Firebase officielle de HN

@@ -1,9 +1,9 @@
---
title: Tree View
title: Affichage en arbre

Choose a reason for hiding this comment

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

Vue d'arborescence ?

@@ -4,6 +4,6 @@ type: examples
order: 2
---

> This example uses [Firebase](https://firebase.google.com/) as the data persistence backend and syncs between clients in real time (you can try opening it in multiple browser tabs). In addition, it performs instant validation using computed properties and triggers CSS transitions when adding/removing items.
> Cet exemple utilise [Firebase](https://firebase.google.com/) comme serveur de données persistantes et de synchronisation clientes en temps réel (vous pouvez essayer cela en ouvrant de multiples onglets dans votre navigateur). Il réalise également une validation instantanée en utilisant les propriétés calculées et appelle des transitions CSS quand des éléments sont ajoutés/supprimés.

Choose a reason for hiding this comment

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

comme couche serveur de persistance de données

synchronisation client

déclenche des transitions CSS

Signed-off-by: Bruno Lesieur <[email protected]>
Copy link
Member

@sylvainpolletvillard sylvainpolletvillard left a comment

Choose a reason for hiding this comment

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

OK pour moi !

Signed-off-by: Bruno Lesieur <[email protected]>
@MachinisteWeb MachinisteWeb removed the request for review from zyhou December 20, 2016 16:02
@MachinisteWeb MachinisteWeb merged commit 3a5b834 into vuejs-fr:master Dec 20, 2016
@MachinisteWeb MachinisteWeb changed the title French translation of examples/ folder and guide/installation.md file. French translation of examples/ folder. Dec 20, 2016
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.

3 participants