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

Relecture de directory-structure.md #9

Merged
merged 7 commits into from
Sep 16, 2017
Merged

Conversation

MachinisteWeb
Copy link
Member

C'est parti

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>

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.
Copy link
Member

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 👅

Copy link
Member Author

Choose a reason for hiding this comment

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

houga waga ! hu hu !


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.
Copy link
Member

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

Signed-off-by: Bruno Lesieur <bruno.lesieur@gmail.com>
@MachinisteWeb
Copy link
Member Author

Merci @Kocal. C'est dans la boîte !

Copy link

@forresst forresst left a 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"

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.

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

---

> 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.

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


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.

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.

Copy link
Member Author

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


### The Layouts Directory
### Le répertoire des présentations

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

Copy link
Member Author

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


[More documentation about Middleware integration](/guide/routing#middleware)
[Consultez la documentation à propos des middleware](/guide/routing#middleware)

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


[More documentation about Plugins integration](/guide/plugins)
[Consultez la documentation à propos des plugins](/guide/plugins)

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


[More documentation about Static integration](/guide/assets#static)
[Consultez la documentation à propos des fichiers statiques](/guide/assets#static)

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.

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".

Copy link
Member Author

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 :)

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


<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>

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"

Signed-off-by: Bruno Lesieur <bruno.lesieur@gmail.com>
@MachinisteWeb
Copy link
Member Author

C'est dans la boîte. Merci @forresst !


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.
Copy link

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

Copy link
Member Author

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


<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>
Copy link

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".

Signed-off-by: Bruno Lesieur <bruno.lesieur@gmail.com>
@MachinisteWeb
Copy link
Member Author

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 ?

@rspt
Copy link

rspt commented Sep 16, 2017

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 👍

@MachinisteWeb
Copy link
Member Author

Et pour toi @forresst ?

@MachinisteWeb MachinisteWeb merged commit e5ff24c into working Sep 16, 2017
@MachinisteWeb MachinisteWeb deleted the directory-structure branch September 16, 2017 12:12
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.

4 participants