-
Notifications
You must be signed in to change notification settings - Fork 2
Traduction de navigation-guards.md
#24
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]>
Signed-off-by: Bruno Lesieur <[email protected]>
Signed-off-by: Bruno Lesieur <[email protected]>
Fini par celle ci @Kocal car je change la terminologie de « Sécurisation » par « Interception » dans plusieurs fichiers. |
@@ -1,12 +1,12 @@ | |||
# Navigation Guards (En) <br><br> *Cette page est en cours de traduction française. Revenez une autre fois pour lire une traduction achevée ou [participez à la traduction française ici](https://github.com/vuejs-fr/vue-router).* | |||
# Interceptions de navigation |
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.
Intercepteurs de navigation
docs/en/SUMMARY.md
Outdated
@@ -16,7 +16,7 @@ | |||
- [Passing Props to Route Components (En)](essentials/passing-props.md) | |||
- [HTML5 History Mode (En)](essentials/history-mode.md) | |||
- Avancé | |||
- [Navigation Guards (En)](advanced/navigation-guards.md) | |||
- [Interceptions de navigation](advanced/navigation-guards.md) |
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.
Intercepteurs de navigation
docs/en/api/router-instance.md
Outdated
@@ -26,9 +26,9 @@ | |||
- **router.beforeResolve(guard)** (2.5.0+) | |||
- **router.afterEach(hook)** | |||
|
|||
Ajout de sécurités globales de navigation. Voir les [sécurités de navigation](../advanced/navigation-guards.md). | |||
Ajout des interceptions globales de navigation. Voir les [Interceptions de navigation](../advanced/navigation-guards.md). |
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 intercepteurs globaux de navigation
Voir les [Intercepteurs de navigation]
Signed-off-by: Bruno Lesieur <[email protected]>
Si bon pour toi, on merge ! |
Ok pour moi. ^^ |
Et voilà notre dernière page !