Skip to content

Commit 6aa6e79

Browse files
author
Brice Favre
committed
Init a new french traduction, work in progress
1 parent 1116d17 commit 6aa6e79

File tree

5 files changed

+2845
-44
lines changed

5 files changed

+2845
-44
lines changed

build/build.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,13 @@
494494
</antcall>
495495
</target>
496496

497+
<target name="build-fr-6.1" depends="check-fr-6.1">
498+
<antcall target="build">
499+
<param name="language" value="fr"/>
500+
<param name="version" value="6.1"/>
501+
</antcall>
502+
</target>
503+
497504
<target name="build-pt_br-3.7" depends="check-pt_br-3.7">
498505
<antcall target="build">
499506
<param name="language" value="pt_br"/>
@@ -1208,6 +1215,13 @@
12081215
</antcall>
12091216
</target>
12101217

1218+
<target name="check-fr-6.1">
1219+
<antcall target="check">
1220+
<param name="language" value="fr"/>
1221+
<param name="version" value="6.1"/>
1222+
</antcall>
1223+
</target>
1224+
12111225
<target name="check-pt_br-3.7">
12121226
<antcall target="check">
12131227
<param name="language" value="pt_br"/>

src/6.1/fr/README

Lines changed: 0 additions & 17 deletions
This file was deleted.

src/6.1/fr/README.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
Historique du projet de traduction
2+
===================
3+
4+
14/02/2017 : Je relance le projet de traduction de la doc de PHPUnit afin de permettre à des francophones de mieux appréhender ce produit.
5+
6+
7+
Comment construire la documentation
8+
===================================
9+
10+
Pour compiler la documentation en français, les pré-requis sont les suivants :
11+
12+
- Apache Ant
13+
- PHP 5 (avec les extensions DOM, PRCE, SPL et Tokenizer)
14+
- Ruby
15+
- xsltproc
16+
17+
Pour compiler la documentation en français :
18+
19+
cd build
20+
ant build-fr-6.1
21+
22+
Attention, la documentation est en cours de traduction (cf. tableau ci dessous)
23+
24+
25+
Plan
26+
===================
27+
28+
| Fichier | Etat | Contributeur |
29+
| --------------------------------- | :-------: | :-----------: |
30+
| annotations.xml | En cours | |
31+
| assertions.xml | NOK | |
32+
| bibliography.xml | NOK | |
33+
| book.xml | NOK | |
34+
| code-coverage-analysis.xml | NOK | |
35+
| configuration.xml | NOK | |
36+
| copyright.xml | NOK | |
37+
| database.xml | NOK | |
38+
| extending-phpunit.xml | NOK | |
39+
| fixtures.xml | NOK | |
40+
| incomplete-and-skipped-tests.xml | NOK | |
41+
| index.xml | NOK | |
42+
| installation.xml | En cours | |
43+
| logging.xml | NOK | |
44+
| organizing-tests.xml | NOK | |
45+
| other-uses-for-tests.xml | NOK | |
46+
| risky-tests.xml | NOK | |
47+
| test-doubles.xml | NOK | |
48+
| testing-practices.xml | NOK | |
49+
| textui.xml | NOK | |
50+
| writing-tests-for-phpunit.xml | NOK | |
51+
52+
53+
Guide de traduction
54+
===================
55+
56+
Dans ce fichier sont recensées les règles de traductions utilisées de manière à garantir la cohérence d'ensemble.
57+
Sont notamment visés les termes techniques.
58+
59+
actual: constatée (valeur)
60+
array: traduit par tableau sauf quand on fait explicitement référence à PHP
61+
assertion: traduit par asssertion, plus parlant que affirmation
62+
composable: composable (rien trouvé de mieux)
63+
expected: attendue (valeur)
64+
framework: framework
65+
isolated: indépendant (isolé est ambigu, étanche un peu moins...)
66+
notice: remarque
67+
return: retourne plutôt que renvoie
68+
requirements: pré-requis
69+
extension: extensions
70+
code coverage: couverture de code
71+
appendix: annexe
72+
73+
verbe ing: traduits par l'infinitif dans les titres: testing => tester
74+

0 commit comments

Comments
 (0)