-
Notifications
You must be signed in to change notification settings - Fork 103
components.md #51
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
components.md #51
Conversation
Traduction complète du fichier `components.md`
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>
# Conflicts: # src/v2/guide/components.md 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>
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.
2ème relecture
src/v2/guide/components.md
Outdated
|
||
``` html | ||
<!-- this passes down a plain string "1" --> | ||
<!-- ceci passe une simple chaîne de caractère "1" --> |
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.
caractères
src/v2/guide/components.md
Outdated
// object/array defaults should be returned from a | ||
// factory function | ||
// les objets et tableaux par défaut doivent être retournés | ||
// depuis fabrique de fonctions |
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.
retournés par une fabrique de fonctions
@@ -1152,48 +1152,48 @@ Then a `tree-folder-contents` component with this template: | |||
</ul> | |||
``` | |||
|
|||
When you look closely, you'll see that these components will actually be each other's descendent _and_ ancestor in the render tree - a paradox! When registering components globally with `Vue.component`, this paradox is resolved for you automatically. If that's you, you can stop reading here. | |||
En regardant attentivement, vous verrez que ces composants seront en fait l'ancêtre _et_ le descendant l'un de l'autre dans l'arbre de rendu — un paradoxe ! Quand vous inscrivez un composant de manière globale avec `Vue.component`, ce paradoxe est résolu pour vous automatiquement. Si c'est votre cas, vous pouvez arrêter de lire ici. |
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 faut choisir entre inscrire et enregistrer comme traduction pour "register", et appliquer la même partout
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.
J'ai pris le verbe inscrire partout comme tu l'avais suggérer dans l'autre PR
Signed-off-by: Bruno Lesieur <bruno.lesieur@gmail.com>
src/v2/guide/components.md
Outdated
@@ -71,9 +71,9 @@ new Vue({ el: '#example' }) | |||
</script> | |||
{% endraw %} | |||
|
|||
### Enregistrement local | |||
### Inscription local |
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.
locale
Signed-off-by: Bruno Lesieur <bruno.lesieur@gmail.com>
Merci. @forresst, tu auras le temps pour une review là dessus ? |
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.
C'est bon pour moi
PR prête pour la dernière ligne droite.
S'il y a des trucs que j'ai pas modif alors que vous l'aviez demandé c'est que j'en avait discuté dans la PR qui est impossible à lire, n'hésitez pas à re-relever le point.