-
Notifications
You must be signed in to change notification settings - Fork 11
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
Relecture de directory-structure.md
#9
Conversation
Signed-off-by: Bruno Lesieur <bruno.lesieur@gmail.com>
Signed-off-by: Bruno Lesieur <bruno.lesieur@gmail.com>
Signed-off-by: Bruno Lesieur <bruno.lesieur@gmail.com>
Signed-off-by: Bruno Lesieur <bruno.lesieur@gmail.com>
en/guide/directory-structure.md
Outdated
|
||
The `components` directory contains your Vue.js Components. Nuxt.js doesn't supercharge the data method on these components. | ||
Le répertoire `components` contient vos composants Vue.js. Nuxt.js surcharge pas la méthode `data` sur ces composants. |
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.
Nuxt.js ne surcharge pas
Un peu de finesse voyons 👅
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.
houga waga ! hu hu !
en/guide/directory-structure.md
Outdated
|
||
The `plugins` directory contains your Javascript plugins that you want to run before instantiating the root vue.js application. | ||
Le répertoire `plugins` contient les plugins JavaScript que vous désirez exécuter avant d'instancier la racine de l'application Vue.js. |
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.
avant d'instancier l'application Vue.js racine
Merci @Kocal. C'est dans la boîte ! |
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.
Quelques erreurs, remarques et une question pour le genre du mot "store"
en/guide/directory-structure.md
Outdated
title: Directory Structure | ||
description: The default Nuxt.js application structure is intended to provide a great starting point for both large and small applications. | ||
title: Structure des répertoires | ||
description: La structures par défaut d'une application Nuxt.js est destinée à fournir un excellent point de départ pour les petites et grandes applications. Bien sûr, vous êtes libre d'organiser votre application comme vous le souhaitez. |
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.
La structure par défaut
enlever le "s" à structure
en/guide/directory-structure.md
Outdated
--- | ||
|
||
> The default Nuxt.js application structure is intended to provide a great starting point for both small and large applications. Of course, you are free to organize your application however you like. | ||
> La structures par défaut d'une application Nuxt.js est destinée à fournir un excellent point de départ pour les petites et grandes applications. Bien sûr, vous êtes libre d'organiser votre application comme vous le souhaitez. |
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.
La structure par défaut
enlever le "s" à structure
en/guide/directory-structure.md
Outdated
|
||
The `assets` directory contains your un-compiled assets such as LESS, SASS or JavaScript. | ||
Le répertoire `assets` contient vos ressources non-compilés comme par ex. vos Less, Sass, ou JavaScript. |
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 par ex. exemple vos Less LESS, Sass, SASS ou JavaScript.
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.
Less et Sass s'écrivent ainsi selon les documentations officielles :
— Source: http://sass-lang.com/
— Source: http://lesscss.org/
J'ai déjà PR les originals
en/guide/directory-structure.md
Outdated
|
||
### The Layouts Directory | ||
### Le répertoire des présentations |
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.
"des mises en pages" me parait plus opportun
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.
erreur de ma part, merci
en/guide/directory-structure.md
Outdated
|
||
[More documentation about Middleware integration](/guide/routing#middleware) | ||
[Consultez la documentation à propos des middleware](/guide/routing#middleware) |
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.
à propos des middlewares
middleware au pluriel
en/guide/directory-structure.md
Outdated
|
||
[More documentation about Plugins integration](/guide/plugins) | ||
[Consultez la documentation à propos des plugins](/guide/plugins) |
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.
Consultez la documentation à propos de l'intégration des plugins
en/guide/directory-structure.md
Outdated
|
||
[More documentation about Static integration](/guide/assets#static) | ||
[Consultez la documentation à propos des fichiers statiques](/guide/assets#static) |
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.
Consultez la documentation à propos de l'intégration des fichiers statiques
|
||
The `store` directory contains your [Vuex Store](http://vuex.vuejs.org) files. The Vuex Store option is implemented in the Nuxt.js framework. Creating an `index.js` file in this directory enables the option in the framework automatically. | ||
Le répertoire `store` contient vos fichiers [de store Vuex](https://vuex.vuejs.org/fr/). Les stores Vuex sont implémentés de manière optionnelle dans le framework Nuxt.js. La création d'un fichier `index.js` dans ce répertoire active automatiquement l'option dans le framework. |
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.
optionnelle
La question est : "store" est de quel genre ? Si les stores sont masculin alors c'est "optionnels", si les stores sont féminins alors c'est "optionnelles".
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.
Il me semble que c'est « la manière » qui est optionnelle dans ce contexte. Si tu souhaites revoir la phrase je te laisse proposer :)
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.
Bien vu. Tu as raison
en/guide/directory-structure.md
Outdated
|
||
<p class="Alert Alert--nuxt-green"><b>INFO:</b> Inside your `vue` templates, if you need to link to your `assets` or `static` directory, use `~assets/your_image.png` and `~static/your_image.png`.</p> | ||
<p class="Alert Alert--nuxt-green"><b>Info :</b> À l'intérieur de vos templates `vue`, si vous avez besoin de faire référence à vos répertoires `assets` ou `static`, utilisez par ex. `~assets/your_image.png` et `~static/your_image.png`.</p> |
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.
~assets/your_image.png
il faut remplacer "your_image" par "votre_image"
~static/your_image.png
.
il faut remplacer "your_image" par "votre_image"
C'est dans la boîte. Merci @forresst ! |
en/guide/directory-structure.md
Outdated
|
||
The `assets` directory contains your un-compiled assets such as LESS, SASS or JavaScript. | ||
Le répertoire `assets` contient vos ressources non-compilés comme par exemple vos Less, Sass, ou JavaScript. |
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.
"Le répertoire assets
contient vos ressources non compilées; par exemple vos fichiers Less, Sass, ou JavaScript."
- Correction de "non compilées"
- Le "comme par exemple" est un pléonasme
- J'ajouterais aussi un point-virgule et le mot fichiers (ou un équivalent) pour donner un peu plus de rythme
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 vais mettre « tels que » pour coller à l'original
en/guide/directory-structure.md
Outdated
|
||
<p class="Alert Alert--nuxt-green"><b>INFO:</b> Inside your `vue` templates, if you need to link to your `assets` or `static` directory, use `~assets/your_image.png` and `~static/your_image.png`.</p> | ||
<p class="Alert Alert--nuxt-green"><b>Info :</b> À l'intérieur de vos templates `vue`, si vous avez besoin de faire référence à vos répertoires `assets` ou `static`, utilisez par ex. `~assets/votre_image.png` et `~static/votre_image.png`.</p> |
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 mettrais une minuscule après les deux points; soit "à l'intérieur".
Merci @rspt pour ta review. J'ai mis « contient vos ressources non compilées tels que vos fichiers Less, Sass ou JavaScript. » suite à tes remarques. Bon pour toi ? |
Parfait! Encore mieux 👍 |
Et pour toi @forresst ? |
C'est parti