From 38d52172cc2a300ea37bffc5b2fbc2ebdf6bbfde Mon Sep 17 00:00:00 2001 From: tonygoussot Date: Tue, 19 Jul 2016 23:22:15 +0200 Subject: [PATCH] docs(ts): translation of latest section (#7) --- public/docs/ts/latest/_data.json | 40 ++++++++++---------- public/docs/ts/latest/_quickstart_repo.jade | 4 +- public/docs/ts/latest/_util-fns.jade | 2 +- public/docs/ts/latest/cheatsheet.jade | 2 +- public/docs/ts/latest/help-new.jade | 4 +- public/docs/ts/latest/index.jade | 18 ++++----- public/docs/ts/latest/resources.jade | 41 +++++++++++---------- 7 files changed, 56 insertions(+), 55 deletions(-) diff --git a/public/docs/ts/latest/_data.json b/public/docs/ts/latest/_data.json index 735c69c2..14ca7dce 100644 --- a/public/docs/ts/latest/_data.json +++ b/public/docs/ts/latest/_data.json @@ -2,74 +2,74 @@ "index": { "icon": "home", "title": "Angular Docs", - "menuTitle": "Docs Home", - "banner": "Welcome to Angular in TypeScript! The current Angular 2 release is rc.4. Please consult the Change Log about recent enhancements, fixes, and breaking changes." + "menuTitle": "Docs Accueil", + "banner": "Bienvenu à Angular en TypeScript! La version actuelle d'Angular 2 est rc.4. Merci de consulter le Change Log pour découvrir les dernières améliorations, corrections et évolutions." }, "cli-quickstart": { "icon": "query-builder", - "title": "CLI Quickstart", - "description": "Use the CLI tool to build apps quickly in Angular 2", + "title": "Démarrage rapide avec CLI", + "description": "Utilisez l'outil CLI pour construire rapidement vos apps en Angular 2", "hide": true }, "quickstart": { "icon": "query-builder", - "title": "5 Min Quickstart", - "description": "Get up and running with Angular 2" + "title": "Démarrage rapide", + "description": "Lancez-vous avec Angular 2" }, "tutorial": { "icon": "list", "title": "Tutorial", - "banner": "Angular 2 is currently in Release Candidate." + "banner": "Angular 2 est actuellement en version Release Candidate." }, "guide": { "icon": "list", - "title": "Developer Guides", - "banner": "Angular 2 is currently in Release Candidate." + "title": "Guides de développement", + "banner": "Angular 2 est actuellement en version Release Candidate." }, "cookbook": { "icon": "list", - "title": "Cookbook", - "banner": "How to solve common implementation challenges." + "title": "Livre de recettes", + "banner": "Comment résoudre des problématiques d'implémentations courantes." }, "api/": { "icon": "book", - "title": "API Preview", + "title": "Aperçu de l'API", "reference": true }, "cheatsheet": { - "title": "Angular Cheat Sheet", - "intro": "A quick guide to Angular syntax.", + "title": "Aide-mémoire Angular", + "intro": "Une introduction à la syntaxe d'Angular.", "reference": false }, "glossary": { - "title": "Glossary", - "intro": "Brief definitions of the most important words in the Angular 2 vocabulary", + "title": "Glossaire", + "intro": "Définitions brèves des principaux termes du lexique d'Angular 2.", "reference": false }, "resources": { "icon": "play-circle-fill", - "title": "Angular Resources", - "banner": "Angular 2 is currently in Release Candidate.", + "title": "Ressources Angular", + "banner": "Angular 2 est actuellement en version Release Candidate.", "resources": true }, "help": { "icon": "chat", - "title": "Help & Support", + "title": "Aide & Assistance", "resources": true }, "styleguide": { - "title": "Docs Style Guide", + "title": "Guides stylistique", "intro": "Design & Layout Patterns For Documentation" } } diff --git a/public/docs/ts/latest/_quickstart_repo.jade b/public/docs/ts/latest/_quickstart_repo.jade index f07f7af1..e4d58115 100644 --- a/public/docs/ts/latest/_quickstart_repo.jade +++ b/public/docs/ts/latest/_quickstart_repo.jade @@ -1,4 +1,4 @@ .l-sub-section :marked - Alternatively, begin with a - [download of the QuickStart source](https://github.com/angular/quickstart/blob/master/README.md). \ No newline at end of file + Autrement, démarrez avec le + [Téléchargement des sources de l'introduction](https://github.com/angular/quickstart/blob/master/README.md). diff --git a/public/docs/ts/latest/_util-fns.jade b/public/docs/ts/latest/_util-fns.jade index 1fae0b83..a1db3d56 100644 --- a/public/docs/ts/latest/_util-fns.jade +++ b/public/docs/ts/latest/_util-fns.jade @@ -6,7 +6,7 @@ include ../../../_includes/_util-fns //- Deprecated mixin liveExampleLink(linkText, exampleUrlPartName) - - var text = linkText || 'live example'; + - var text = linkText || 'exemple live'; - var ex = exampleUrlPartName || getExampleName(); - var href = '/resources/live-examples/' + ex + '/ts/plnkr.html'; a(href='#{href}' target="_blank")= text diff --git a/public/docs/ts/latest/cheatsheet.jade b/public/docs/ts/latest/cheatsheet.jade index 11640d4f..a117c115 100644 --- a/public/docs/ts/latest/cheatsheet.jade +++ b/public/docs/ts/latest/cheatsheet.jade @@ -1,6 +1,6 @@ - var base = current.path[4] ? '.' : './guide'; .banner - p.text-body This cheat sheet is provisional and may change. Angular 2 is currently in Release Candidate. + p.text-body Cet aide-mémoire risque de connaître des évolutions. Angular 2 est actuellement en version Release Candidate. article(class="l-content-small grid-fluid docs-content") .cheatsheet diff --git a/public/docs/ts/latest/help-new.jade b/public/docs/ts/latest/help-new.jade index 1034233e..87a05474 100644 --- a/public/docs/ts/latest/help-new.jade +++ b/public/docs/ts/latest/help-new.jade @@ -1,8 +1,8 @@ div(flex) p. - What's your question about? + Quelle est la version concernée par votre question? select#feedback-dropdown(name="Angular Version") option(value="Angular2") Angular2 option(value="AngularJS") AngularJS button#feedback-btn. - Submit + Envoyer diff --git a/public/docs/ts/latest/index.jade b/public/docs/ts/latest/index.jade index ef50209c..b02565a0 100644 --- a/public/docs/ts/latest/index.jade +++ b/public/docs/ts/latest/index.jade @@ -3,31 +3,31 @@ div.card-row.docs-landing.layout-align-space-around-center.layout-row.flex md-card.card md-card-content.layout-align-space-between-center.layout-column.flex div - h2.text-headline.text-uppercase 5 Minute Quickstart - p A short beginner guide explaining the basic concepts of Angular + h2.text-headline.text-uppercase Démarrage rapide + p Une courte introduction aux bases d'Angular footer - a.button.md-button(href="/docs/#{current.path[1]}/#{current.path[2]}/quickstart.html") View Quickstart + a.button.md-button(href="/docs/#{current.path[1]}/#{current.path[2]}/quickstart.html") Consulter l'introduction div.card-row-container md-card.card md-card-content.layout-align-space-between-center.layout-column.flex div - h2.text-headline.text-uppercase Developer Guide - p An intermediate development guide covering all major features of Angular + h2.text-headline.text-uppercase Guide du développeur + p Un guide avancé couvrant l'ensemble des fonctionnalités majeures d'Angular footer - a.button.md-button(href="/docs/#{current.path[1]}/#{current.path[2]}/guide/") View Guide + a.button.md-button(href="/docs/#{current.path[1]}/#{current.path[2]}/guide/") Consulter le Guide div.card-row-container md-card.card md-card-content.layout-align-space-between-center.layout-column.flex div - h2.text-headline.text-uppercase API Reference - p An advanced reference of all Angular Classes, Methods, etc. + h2.text-headline.text-uppercase Index API + p Un index exhaustif de l'API d'Angular : Classes, Méthodes, etc. footer - a.button.md-button(href="/docs/#{current.path[1]}/#{current.path[2]}/api/") View API + a.button.md-button(href="/docs/#{current.path[1]}/#{current.path[2]}/api/") Consulter l'index API diff --git a/public/docs/ts/latest/resources.jade b/public/docs/ts/latest/resources.jade index 616f05bb..14bd4569 100644 --- a/public/docs/ts/latest/resources.jade +++ b/public/docs/ts/latest/resources.jade @@ -1,40 +1,41 @@ // TODO: don't duplicate text that's in /docs/dart/latest/resources.jade .l-main-section - h2 Victor Savkin's Blog Posts + h2 Blog Posts de Victor Savkin ul - li: a(href="http://victorsavkin.com/post/137821436516/managing-state-in-angular-2-applications") Managing State in Angular 2 Applications - li Two Phases of Angular 2 Applications - li Forms in Angular 2 - li Change detection - li Functional programming - li Dependency injection + li: a(href="http://victorsavkin.com/post/137821436516/managing-state-in-angular-2-applications") Gérer l'Etat dans une application Angular 2 + li Les deux phases des applications Angular 2 + li Les formulaires en Angular 2 + li Détection du changement + li Programmation Fonctionnelle + li Injection de dépendance .l-main-section h2 Videos - h4 Intro Videos + h4 Vidéos d'introduction ul - li Building a Todo App by David East - li Angular 2 Forms by David East + li Construire une To Do App par David East + li Les formulaires en Angular 2 par David East h4 ng-conf ul - li Playlist of ng-conf 2015 videos. - li Day 1 Keynote: a broad overview of Angular 2, migration, and where we are headed. - li Day 2 Keynote: Misko and Rado do a deep-dive on Angular 2 details. - li Creating Container Components with Web Components in Angular: Kara Erickson & Rachael L Moore. - li Change Detection Reinvented: Why Angular 2 change detection is fast out of the box and options for developers to make it even faster. + li Playlist des videos de la ng-conf 2015. + li Keynote du Jour 1: Un aperçu global d'Angular 2, de la migration, et de notre trajectoire. + li Keynote du Jour 2: Misko et Rado plongent dans les détails d'Angular 2. + li Créer des Composants Conteneurs avec Web Components en Angular: Kara Erickson & Rachael L Moore. + li La détection du changement réinventée: Pourquoi la détection du changement en Angular 2 est immédiatement plus rapide, et les options pour l'accélérer davantage. h4 ng-europe ul li Oct 2014 playlist of ng-europe videos on Angular 2 and the future of Angular. + li Oct 2014 playlist des vidéos de la ng-europe concernant Angular 2 et du futur d'Angular. .l-main-section - h2 API Design Docs & Notes + h2 Design de l'API Docs & Notes ul - li Best Practices + li Bonnes pratiques li API Design Docs - li Meeting Notes - li Presentations - li More... \ No newline at end of file + li Notes de Meeting + li Présentations + li Plus...