Skip to content

Commit 89f1a9d

Browse files
committed
Revert index.fr_FR.thml to the true french translation
1 parent c3e80fc commit 89f1a9d

File tree

1 file changed

+77
-81
lines changed

1 file changed

+77
-81
lines changed

index.fr_FR.html

Lines changed: 77 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<h1 id="title">git-flow cheatsheet</h1>
3434

3535
<p id="author">
36-
created by <a href="http://twitter.com/0r1g4m14dd1c7">Daniel Kummer</a>
36+
créé par <a href="http://twitter.com/0r1g4m14dd1c7">Daniel Kummer</a>
3737
<a href="https://twitter.com/share" class="twitter-share-button" data-via="0r1g4m14dd1c7" data-size="large">Tweet</a>
3838
<script>!function (d, s, id) {
3939
var js, fjs = d.getElementsByTagName(s)[0];
@@ -45,17 +45,17 @@ <h1 id="title">git-flow cheatsheet</h1>
4545
}
4646
}(document, "script", "twitter-wjs");</script>
4747
</p>
48-
<p id="desc">efficient branching using git-flow by <a href="http://nvie.com/">Vincent Driessen</a></p>
49-
<p id="translations">translations:
50-
<a href="#" class="active" title="english">English</a> -
48+
<p id="desc">modèle de versionnement efficace utilisant git-flow par <a href="http://nvie.com/">Vincent Driessen</a></p>
49+
<p id="translations">traductions:
50+
<a href="index.html" title="english">English</a> -
5151
<a href="index.es_ES.html" title="spanish">Castellano</a> -
5252
<a href="index.pt_BR.html" title="Brazilian Portugues">Brazilian Portugues</a> -
5353
<a href="index.zh_TW.html" title="Traditional Chinese">繁體中文(Traditional Chinese)</a> -
5454
<a href="index.zh_CN.html" title="Simplified Chinese">简体中文(Simplified Chinese)</a> -
5555
<a href="index.ja_JP.html" title="日本語">日本語</a> -
5656
<a href="index.tr_TR.html" title="Turkce">Türkçe</a> -
5757
<a href="index.ko_KR.html" title="한국어">한국어(Korean)</a> -
58-
<a href="index.fr_FR.html" title="Français">Français</a> -
58+
<a href="#" class="active" title="Français">Français</a> -
5959
<a href="index.it_IT.html" title="Italiano">Italiano</a> -
6060
<a href="index.nl_NL.html" title="Nederlands">Nederlands</a> -
6161
<a href="index.ru_RU.html" title="Russian">Русский (Russian)</a> -
@@ -68,38 +68,36 @@ <h1 id="title">git-flow cheatsheet</h1>
6868

6969

7070
<div class="scrollblock">
71-
<h2>About</h2>
71+
<h2>A propos</h2>
7272

7373
<p>
74-
git-flow are a set of git extensions to provide high-level repository operations for Vincent
75-
Driessen's branching model.
76-
<small><a href="http://nvie.com/posts/a-successful-git-branching-model/">more</a></small>
74+
git-flow est un ensemble d'extensions git permettant des opérations de haut niveau sur un dépot pour appliquer le modèle de branches de Vincent Driessen.
75+
<small><a href="http://nvie.com/posts/a-successful-git-branching-model/">détails</a></small>
7776
</p>
7877
<p class="divider">&#9733; &#9733; &#9733;</p>
7978

80-
<p>This cheatsheet shows the basic usage and effect of git-flow operations</p>
79+
<p>Cet aide-mémoire montre l'utilisation et les effets des opérations git-flow</p>
8180

8281
<p class="divider">&#9733; &#9733; &#9733;</p>
8382
</div>
8483

8584
<div class="scrollblock">
86-
<h2>Basic tips</h2>
85+
<h2>Conseils de base</h2>
8786
<ul>
88-
<li>Git flow provides excellent command line help and output. Read it carefully to see what's happening...</li>
89-
<li>The OSX/Windows Client <a href="http://www.sourcetreeapp.com/">Sourcetree</a> is an excellent git gui and provides
90-
git-flow support
87+
<li>Les commandes et sorties de Git-flow apportent une aide précieuse. Lisez les attentivement pour comprendre ce qui se passe...</li>
88+
<li>Le logiciel pour OSX <a href="http://www.sourcetreeapp.com/">Sourcetree</a> est une excellente interface graphique pour git qui supporte git-flow.
9189
</li>
92-
<li>Git-flow is a merge based solution. It doesn't rebase feature branches.</li>
90+
<li>Git-flow est une solution basée sur les fusions (merge). Elle n'effectue pas de <em>rebase</em> sur les branches de fonctionnalitées</li>
9391
</ul>
9492
<p class="divider">&#9733; &#9733; &#9733;</p>
9593
</div>
9694

9795

9896
<div class="scrollblock">
99-
<h2><a name="setup" href="#setup">Setup</a></h2>
97+
<h2><a name="setup" href="#setup">Installation</a></h2>
10098
<ul>
101-
<li>You need a working git installation as prerequisite.</li>
102-
<li>Git flow works on OSX, Linux and Windows</li>
99+
<li>Une installation fonctionnelle de git est requise</li>
100+
<li>Git flow fonctionne sur OSX, Linux et Windows</li>
103101
</ul>
104102
<p class="divider">&#9733; &#9733; &#9733;</p>
105103
<div class="col-1">
@@ -121,60 +119,60 @@ <h3>Windows (Cygwin)</h3>
121119
$ wget -q -O - --no-check-certificate
122120
https://github.com/nvie/gitflow/raw/develop/contrib/gitflow-installer.sh | bash
123121
</blockquote>
124-
<p>You need wget and util-linux to install git-flow.</p>
122+
<p>Vous aurez besoin de wget et de util-linux pour installer git-flow.</p>
125123
</div>
126124
<div class="col-2">
127125
<p>
128-
For detailed git flow intallation instructions please visit the <a href="https://github.com/nvie/gitflow/wiki/Windows">git flow
129-
wiki</a>.
126+
Pour des instructions détaillées concernant l'installation de git-flow, consultez le
127+
<a href="https://github.com/nvie/gitflow/wiki/Windows">wiki git-flow</a>.
130128
</p>
131129
<img src="img/download.png" alt="install git-flow"/>
132130
</div>
133131
</div>
134132

135133
<div class="scrollblock">
136-
<h2><a name="getting_started" href="#getting_started">Getting started</a></h2>
137-
<p>Git flow needs to be initialized in order to customize your project setup.</p>
134+
<h2><a name="getting_started" href="#getting_started">Premiers pas</a></h2>
135+
<p>Git flow doit être initialisé afin de personnaliser la configuration de votre projet.</p>
138136
<p class="divider">&#9733; &#9733; &#9733;</p>
139137
<div class="col-1">
140-
<h3>Initialize</h3>
138+
<h3>Initialisation</h3>
141139

142-
<p>Start using git-flow by initializing it inside an existing git repository:</p>
140+
<p>Commencez à utiliser git-flow en l'initialisant dans un dépot git existant:</p>
143141
<blockquote>
144142
git flow init
145143
</blockquote>
146144
<p>
147-
You'll have to answer a few questions regarding the naming conventions for your branches.<br/>
148-
It's recommended to use the default values.
145+
Vous devrez répondre à quelques questions concernant les conventions de nommage pour vos branches.<br/>
146+
Il est recommandé d'utiliser les valeurs par défaut.
149147
</p>
150148

151149
</div>
152150
<div class="col-2">
153151
<div class="initialize"></div>
154152
<div class="lines-small"></div>
155153
<div class="lines-open"></div>
156-
<div class="lines-big"></div>
154+
<div class="lines-big" style="height:5200px"></div>
157155
</div>
158156
</div>
159157

160158

161159
<div class="scrollblock">
162-
<h2><a name="features" href="#features">Features</a></h2>
160+
<h2><a name="features" href="#features">Fonctionnalités/Features</a></h2>
163161

164162
<ul class="narrow">
165-
<li>Develop new features for upcoming releases</li>
166-
<li>Typically exist in developers repos only</li>
163+
<li>Developpe des nouvelles fonctionnalités pour la prochaine version</li>
164+
<li>Existe en général uniquement dans les dépots des développeurs</li>
167165
</ul>
168166
<p class="divider">&#9733; &#9733; &#9733;</p>
169167

170168
<div class="col-1">
171-
<h3>Start a new feature</h3>
172-
<p>Development of new features starting from the 'develop' branch.</p>
173-
<p>Start developing a new feature with</p>
169+
<h3>Commencer une feature</h3>
170+
<p>Le développement d'une fonctionnalité commence à partir de la branche 'develop'</p>
171+
<p>Commencer le développement d'une nouvelle fonctionnalité avec:</p>
174172
<blockquote>
175173
git flow feature start MYFEATURE
176174
</blockquote>
177-
<p>This action creates a new feature branch based on 'develop' and switches to it</p>
175+
<p>Cette commande crée une nouvelle branche de fonctionnalité basée sur 'develop' et passe sur cette branche</p>
178176

179177
<!--
180178
- Bump the version number now!
@@ -194,16 +192,15 @@ <h3>Start a new feature</h3>
194192

195193
<div class="scrollblock">
196194
<div class="col-1">
197-
<h3>Finish up a feature</h3>
198-
195+
<h3>Terminer une fonctionnalité</h3>
199196
<p>
200-
Finish the development of a feature.
201-
This action performs the following
197+
Termine le développement d'une fonctionnalité.
198+
Cette action effectue les opérations suivantes:
202199
</p>
203200
<ul>
204-
<li>Merged MYFEATURE into 'develop'</li>
205-
<li>Removes the feature branch</li>
206-
<li>Switches back to 'develop' branch</li>
201+
<li>fusionne MYFEATURE dans 'develop'</li>
202+
<li>Supprime la branche de fonctionnalité</li>
203+
<li>Passe sur la branche 'develop'</li>
207204
</ul>
208205

209206
<blockquote>
@@ -217,11 +214,11 @@ <h3>Finish up a feature</h3>
217214

218215
<div class="scrollblock">
219216
<div class="col-1">
220-
<h3>Publish a feature</h3>
217+
<h3>Publier une fonctionnalité</h3>
221218

222219
<p>
223-
Are you developing a feature in collaboration? <br/>
224-
Publish a feature to the remote server so it can be used by other users.
220+
Vous développez une fonctionnalité en collaboration? <br/>
221+
Publiez une fonctionnalité sur le serveur distant pour qu'elle puisse être utilisée par d'autres utilisateurs.
225222
</p>
226223

227224
<blockquote>
@@ -235,17 +232,17 @@ <h3>Publish a feature</h3>
235232

236233
<div class="scrollblock">
237234
<div class="col-1">
238-
<h3>Getting a published feature</h3>
235+
<h3>Récupérer une fonctionnalité publiée</h3>
239236

240237
<p>
241-
Get a feature published by another user.
238+
Récupérer une fonctionnalité publiée par un autre utilisateur
242239
</p>
243240

244241
<blockquote>
245242
git flow feature pull origin MYFEATURE
246243
</blockquote>
247244

248-
<p>You can track a feature on origin by using <code> git flow feature track MYFEATURE</code> </p>
245+
<p>Vous pouvez suivre une fonctionnalité sur le serveur distant en utilisant <code> git flow feature track MYFEATURE</code> </p>
249246
</div>
250247
<div class="col-2">
251248
<div class="feature-pull"></div>
@@ -254,29 +251,29 @@ <h3>Getting a published feature</h3>
254251

255252

256253
<div class="scrollblock">
257-
<h2><a name="release" href="#release">Make a release</a></h2>
254+
<h2><a name="release" href="#release">Livraison/Release</a></h2>
258255

259256
<ul>
260-
<li>Support preparation of a new production release</li>
261-
<li>Allow for minor bug fixes and preparing meta-data for a release</li>
257+
<li>Prépare la sortie d'une nouvelle version de production</li>
258+
<li>Permet les corrections de bugs mineurs et la préparation des métadonnées de la release</li>
262259
</ul>
263260
<p class="divider">&#9733; &#9733; &#9733;</p>
264261
<div class="col-1">
265-
<h3>Start a release</h3>
262+
<h3>Commencer une livraison</h3>
266263

267-
<p>To start a release, use the git flow release command. It creates a release branch created from the 'develop' branch.</p>
264+
<p>Pour commencer une livraison, utilisez la commande git-flow release</p>
265+
créer une branche de livraison basée sur la branche de développement.
266+
</p>
268267
<blockquote>
269268
git flow release start RELEASE [BASE]
270269
</blockquote>
271-
<p>You can optionally supply a <code>[BASE]</code> commit sha-1 hash to start the release from. The commit must
272-
be on the
273-
'develop' branch.</p>
270+
<p>Vous pouvez si besoin ajouter le paramètre <code>[BASE]</code>, le hash d'un commit à partir duquel commencera la livraison. Ce commit doit faire partie de la branche de développement.</p>
274271
<p class="divider">&#9733; &#9733; &#9733;</p>
275-
<p>It's wise to publish the release branch after creating it to allow release commits by other developers. Do it similar to feature publishing with the command:</p>
272+
<p>Il est préférable de publier la branche de livraison après l'avoir créée pour permettre aux autres développeurs de commiter dessus. De la même manière que pour les fonctionnalités, utilisez cette commande:</p>
276273
<blockquote>
277274
git flow release publish RELEASE
278275
</blockquote>
279-
<p>(You can track a remote release with the <br/><code>git flow release track RELEASE</code> command)</p>
276+
<p>Vous pouvez suivre une livraison sur le serveur distant en utilisant <br/><code>git flow release track RELEASE</code></p>
280277
</div>
281278
<div class="col-2">
282279
<div class="release-start"></div>
@@ -285,19 +282,19 @@ <h3>Start a release</h3>
285282

286283
<div class="scrollblock">
287284
<div class="col-1">
288-
<h3>Finish up a release</h3>
285+
<h3>Terminer une livraison</h3>
289286

290-
<p>Finishing a release is one of the big steps in git branching. It performs several actions:</p>
287+
<p>Terminer une livraison est une des étapes majeures de cette méthode. Plusieurs actions sont réalisées:</p>
291288
<ul>
292-
<li>Merges the release branch back into 'master'</li>
293-
<li>Tags the release with its name</li>
294-
<li>Back-merges the release into 'develop'</li>
295-
<li>Removes the release branch</li>
289+
<li>Fusionne la branche de livraison dans la branche 'master'</li>
290+
<li>Etiquette la livraison par son nom</li>
291+
<li>Fusionne la livraison dans la branche 'develop'</li>
292+
<li>Supprime la branche de livraison</li>
296293
</ul>
297294
<blockquote>
298295
git flow release finish RELEASE
299296
</blockquote>
300-
<p>Don't forget to push your tags with<code>git push --tags</code></p>
297+
<p>N'oubliez pas de pousser vos étiquettes avec <code>git push --tags</code></p>
301298

302299
</div>
303300
<div class="col-2">
@@ -307,22 +304,22 @@ <h3>Finish up a release</h3>
307304
</div>
308305

309306
<div class="scrollblock">
310-
<h2><a name="hotfixes" href="#hotfixes">Hotfixes</a></h2>
307+
<h2><a name="hotfixes" href="#hotfixes">Correctifs/Hotfixes</a></h2>
311308

312309
<ul>
313-
<li>Hotfixes arise from the necessity to act immediately upon an undesired state of a live production version
310+
<li>Les correctifs sont utiles quand il est nécessaire de corriger immédiatement l'état incorrect de la version en production
314311
</li>
315-
<li>May be branched off from the corresponding tag on the master branch that marks the production version.</li>
312+
<li>Ils peuvent se baser sur l'étiquette de la branche 'master' indiquant la version en production.</li>
316313
</ul>
317314
<p class="divider">&#9733; &#9733; &#9733;</p>
318315
<div class="col-1">
319-
<h3>git flow hotfix start</h3>
316+
<h3>Commencer un hotfix</h3>
320317

321-
<p>Like the other git flow commands, a hotfix is started with</p>
318+
<p>Comme pour les autres commandes git-flow, un hotfix est commencé par</p>
322319
<blockquote>
323320
git flow hotfix start VERSION [BASENAME]
324321
</blockquote>
325-
<p>The version argument hereby marks the new hotfix release name. Optionally you can specify a basename to start from.</p>
322+
<p>ici, le paramètre VERSION indique le nom de la future release corrigée. Vous pouvez si besoin spécifier à quelle release s'appliquera le hotfix.</p>
326323
</div>
327324
<div class="col-2">
328325
<div class="hotfix-start"></div>
@@ -331,9 +328,9 @@ <h3>git flow hotfix start</h3>
331328

332329
<div class="scrollblock">
333330
<div class="col-1">
334-
<h3>Finish a hotfix</h3>
331+
<h3>Terminer un hotfix</h3>
335332

336-
<p>By finishing a hotfix it gets merged back into develop and master. Additionally the master merge is tagged with the hotfix version.</p>
333+
<p>En terminant un hotfix, il est fusionné dans les branches 'develop' et 'master'. De plus la fusion vers 'master' est etiquetée par la version du hotfix.</p>
337334
<blockquote>
338335
git flow hotfix finish VERSION
339336
</blockquote>
@@ -353,20 +350,19 @@ <h3>Finish a hotfix</h3>
353350

354351

355352
<div class="scrollblock">
356-
<h2><a name="commands" href="#commands">Commands</a></h2>
353+
<h2><a name="commands" href="#commands">Commandes</a></h2>
357354
<img src="img/git-flow-commands.png" alt="git-flow commands"/>
358355
</div>
359356

360357
<div class="scrollblock">
361-
<h2>Backlog</h2>
358+
<h2>En suspens</h2>
362359
<p class="divider">&#9733; &#9733; &#9733;</p>
363360
<ul>
364-
<li>Not all available commands are covered here, only the most important ones</li>
365-
<li>You can still use git and all its commands normally as you know them, git flow is only a tooling
366-
collection
361+
<li>Toutes les commandes disponibles ne sont pas abordées ici, seulement les principales</li>
362+
<li>Vous pouvez toujours utiliser normalement git et toutes ses commandes telles que vous les connaissez, git flow est seulement un ensemble d'outils supplémentaires
367363
</li>
368-
<li>The 'support' feature is still beta, using it is not advised</li>
369-
<li>If you'd like to supply translations I'd be happy to integrate them</li>
364+
<li>la fonction 'support' est encore en version bêta, il n'est pas conseillé de l'utiliser</li>
365+
<li>Si vous voulez ajouter des traductions de ce document, je les intégrerai avec plaisir</li>
370366
</ul>
371367
<p class="divider">&#9733; &#9733; &#9733;</p>
372368
</div>
@@ -376,7 +372,7 @@ <h2>Backlog</h2>
376372

377373
<footer>
378374
<div class="scrollblock">
379-
<h2><a name="comments" href="#comments">Comments</a></h2>
375+
<h2><a name="comments" href="#comments">Commentaires</a></h2>
380376

381377
<div id="disqus_thread"></div>
382378
</div>

0 commit comments

Comments
 (0)