-
Notifications
You must be signed in to change notification settings - Fork 103
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
Conversation
Signed-off-by: Bruno Lesieur <[email protected]>
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. |
Signed-off-by: Bruno Lesieur <[email protected]>
There was a problem hiding this 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"appelle des transitions"
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
composant modal
There was a problem hiding this comment.
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]>
examples/
folder and guide/installation.md
file.
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. |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
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]>
There was a problem hiding this 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]>
examples/
folder and guide/installation.md
file.examples/
folder.
Signed-off-by: Bruno Lesieur [email protected]