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

Traduction de api.md #20

Merged
merged 6 commits into from
Jul 22, 2017
Merged

Traduction de api.md #20

merged 6 commits into from
Jul 22, 2017

Conversation

MachinisteWeb
Copy link
Member

No description provided.

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

Dernières reviews pour boucler la trad SSR @Kocal et @forresst, on y est presque !

en/api.md Outdated

- An absolute path to generated bundle file (`.js` or `.json`). Must start with `/` to be treated as a file path.
- Un chemin absolue pour générer un fichier de paquetage (`.js` ou `.json`). Doit commencer par `/` pour être considéré comme un chemin de fichier.
Copy link
Member

Choose a reason for hiding this comment

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

Un chemin absolu

en/api.md Outdated

## `Class: Renderer`

- #### `renderer.renderToString(vm[, context], callback)`

Render a Vue instance to string. The context object is optional. The callback is a typical Node.js style callback where the first argument is the error and the second argument is the rendered string.
Faire le rendu d'une instance de Vue sous forme de chaîne de caractères. L'objet de contexte est optionnel. La fonction de rappel est une fonction de rappel typique de Node.js avec en premier argument l'erreur potentielle et en second argument la chaîne de caractères du rendu.
Copy link
Member

Choose a reason for hiding this comment

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

Fait le rendu

en/api.md Outdated

- #### `renderer.renderToStream(vm[, context])`

Render a Vue instance to a Node.js stream. The context object is optional. See [Streaming](./streaming.md) for more details.
Faire le rendu d'une instance de Vue sous forme de flux. L'objet de contexte est optionnel. Voir l'[Envoi par flux](./streaming.md) pour plus de détails.
Copy link
Member

Choose a reason for hiding this comment

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

Fait le rendu

en/api.md Outdated

## `Class: BundleRenderer`

- #### `bundleRenderer.renderToString([context, ]callback)`

Render the bundle to a string. The context object is optional. The callback is a typical Node.js style callback where the first argument is the error and the second argument is the rendered string.
Faire le rendu d'un paquetage sous forme de chaîne de caractères. L'objet de contexte est optionnel. La fonction de rappel est une fonction de rappel typique de Node.js avec en premier argument l'erreur potentielle et en second argument la chaîne de caractères du rendu.
Copy link
Member

Choose a reason for hiding this comment

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

Fait le rendu

en/api.md Outdated

- #### `bundleRenderer.renderToStream([context])`

Render the bundle to a Node.js stream. The context object is optional. See [Streaming](./streaming.md) for more details.
Faire le rendu d'un paquetage sous forme de flux. L'objet de contexte est optionnel. Voir l'[Envoi par flux](./streaming.md) pour plus de détails.
Copy link
Member

Choose a reason for hiding this comment

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

Fait le rendu

en/api.md Outdated
- [Using a Page Template](./basic.md#using-a-page-template)
- [Manual Asset Injection](./build-config.md#manual-asset-injection)
- [Utiliser un modèle de page](./basic.md#utiliser-un-modele-de-page)
- [Injection manuel des fichiers](./build-config.md#injection-manuel-des-fichiers)
Copy link
Member

Choose a reason for hiding this comment

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

Injection manuelle des fichiers

Qui devra aussi être corrigé dans le fichier build-config.md

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

Je te laisse valiser ça @Kocal.

C'est top !

@Kocal Kocal merged commit 3933611 into working Jul 22, 2017
@Kocal Kocal deleted the api branch July 22, 2017 13:58
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.

None yet

2 participants