- Notifications
You must be signed in to change notification settings - Fork266
Some fuzzy in library/turtle.po#1195
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes from1 commit
5496caa
93abb7f
5b7745e
8a6137a
be86741
89f0a38
2051597
dbec63b
8dbe70a
30d0d5d
c389be7
06e0d79
bf41780
08c401d
aabc825
7de500f
a6b4ac6
45fd4e3
398fced
12eefed
9d442b7
c00bcb9
edc3d77
3f54b42
faf32eb
60f4572
bfde800
01b394f
11da21c
9153621
3ddfe43
7fa04f3
c227f8e
49a12f9
2968f29
8183a96
bc87f2e
ba4ed1d
bb45423
3684247
b8be968
827e714
3bbde4d
aed5cc7
598b19b
b75d026
4124ed6
4e514e0
505d89d
2e08566
ca57fa7
dc03d2b
1d8aebb
df5d724
e1dd54b
ad104a7
fb3893d
5c0838f
d44f4c1
f3d6261
f6bbd2f
0aaff18
e42367f
b8e4805
6cc966a
5e2fcca
dae609a
c4b156b
e4e0257
8e287a8
d5edf17
3f69a0e
0ce38cf
f3732fe
32a58d5
2647b3a
e51a34d
dd97c58
1eafc74
f8533bd
7d9f2c4
18e4bf1
d078dc6
c970b62
4dc59de
14f1e60
7e16015
5be919c
93d2213
09ab605
e15a2aa
0ed40ee
c553137
b31259e
24afdb3
5414b20
5983eed
4c87218
ee14b77
f1aca89
0450fa9
d472f24
d76d32b
621b088
7ba4553
e6afd06
2f3bd6b
0cd09cb
f0b572c
fe34829
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -6,7 +6,7 @@ msgstr "" | ||||||
"Project-Id-Version: Python 3\n" | ||||||
"Report-Msgid-Bugs-To: \n" | ||||||
"POT-Creation-Date: 2020-02-04 10:00+0100\n" | ||||||
"PO-Revision-Date: 2020-03-2813:10+0100\n" | ||||||
"Last-Translator: Pablo Abril <pabril@student.42.fr>\n" | ||||||
"Language-Team: FRENCH <traductions@lists.afpy.org>\n" | ||||||
"Language: fr\n" | ||||||
@@ -706,13 +706,21 @@ msgid "" | ||||||
"be set via the :func:`degrees` and :func:`radians` functions.) Angle " | ||||||
"orientation depends on the turtle mode, see :func:`mode`." | ||||||
msgstr "" | ||||||
"Tournez la tortue à droite de *angle* unités. (Les unités sont par défaut " | ||||||
Catadanna marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||||||
"des degrés, mais peuvent être définies via les fonctions :func:`degrees` et :" | ||||||
"func:`radians`). L'orientation de l'angle dépend du mode de la tortue, voir :" | ||||||
"func:`mode`." | ||||||
#: ../Doc/library/turtle.rst:319 | ||||||
msgid "" | ||||||
"Turn turtle left by *angle* units. (Units are by default degrees, but can " | ||||||
"be set via the :func:`degrees` and :func:`radians` functions.) Angle " | ||||||
"orientation depends on the turtle mode, see :func:`mode`." | ||||||
msgstr "" | ||||||
"Tournez la tortue à gauche d'une valeur de *angle* unités. (Les unités sont " | ||||||
Catadanna marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||||||
"par défaut des degrés, mais peuvent être définies via les fonctions :func:" | ||||||
"`degrees` et :func:`radians`). L'orientation de l'angle dépend du mode de la " | ||||||
"tortue, voir :func:`mode`." | ||||||
#: ../Doc/library/turtle.rst:343 | ||||||
msgid "a number or a pair/vector of numbers" | ||||||
@@ -727,28 +735,38 @@ msgid "" | ||||||
"If *y* is ``None``, *x* must be a pair of coordinates or a :class:`Vec2D` (e." | ||||||
"g. as returned by :func:`pos`)." | ||||||
msgstr "" | ||||||
"Si *y* est ``None``, *x* doit être une paire de coordonnées, ou bien une " | ||||||
"instance de :class:`Vec2D` (par exemple, tel que renvoyé par :func:`pos`)." | ||||||
#: ../Doc/library/turtle.rst:349 | ||||||
msgid "" | ||||||
"Move turtle to an absolute position. If the pen is down, draw line. Do not " | ||||||
"change the turtle's orientation." | ||||||
msgstr "" | ||||||
"Déplacer la tortue vers une position absolue. Si le pinceau est en bas, " | ||||||
"tracez une ligne. Ne changez pas l'orientation de la tortue." | ||||||
Catadanna marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||||||
#: ../Doc/library/turtle.rst:379 | ||||||
msgid "" | ||||||
"Set the turtle's first coordinate to *x*, leave second coordinate unchanged." | ||||||
msgstr "" | ||||||
"Réglez la première coordonnée de la tortue sur *x*, laissez la deuxième " | ||||||
Catadanna marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||||||
"coordonnée inchangée." | ||||||
#: ../Doc/library/turtle.rst:402 | ||||||
msgid "" | ||||||
"Set the turtle's second coordinate to *y*, leave first coordinate unchanged." | ||||||
msgstr "" | ||||||
"Réglez la deuxième coordonnée de la tortue sur *y*, laissez la première " | ||||||
Catadanna marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||||||
"coordonnée inchangée." | ||||||
#: ../Doc/library/turtle.rst:425 | ||||||
msgid "" | ||||||
"Set the orientation of the turtle to *to_angle*. Here are some common " | ||||||
"directions in degrees:" | ||||||
msgstr "" | ||||||
"Réglez l'orientation de la tortue à la valeur *à_angle*. Voici quelques " | ||||||
Catadanna marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||||||
"orientations courantes en degrés :" | ||||||
#: ../Doc/library/turtle.rst:429 | ||||||
msgid "standard mode" | ||||||
@@ -814,13 +832,26 @@ msgid "" | ||||||
"otherwise in clockwise direction. Finally the direction of the turtle is " | ||||||
"changed by the amount of *extent*." | ||||||
msgstr "" | ||||||
"Dessinez un cercle avec un *rayon* donné. Le centre se trouve à une distance " | ||||||
"de *rayon* à gauche de la tortue ; l'angle *étendue* détermine quelle partie " | ||||||
"du cercle est dessinée. Si *étendue* n'est pas fourni, dessinez le cercle en " | ||||||
"entier. Si *étendue* n'est pas un cercle entier, la position actuelle du " | ||||||
"stylo est donnée par l'un des points d'extrémité de l'arc de cercle. Si la " | ||||||
"valeur de *rayon* est positive, dessinez l'arc de cercle dans le sens " | ||||||
"inverse des aiguilles d'une montre , sinon dessinez-le dans le sens des " | ||||||
"aiguilles d'une montre. Enfin, la direction de la tortue est peut être " | ||||||
"modifiée de la en réglant la valeur de *étendue*." | ||||||
#: ../Doc/library/turtle.rst:485 | ||||||
msgid "" | ||||||
"As the circle is approximated by an inscribed regular polygon, *steps* " | ||||||
"determines the number of steps to use. If not given, it will be calculated " | ||||||
"automatically. May be used to draw regular polygons." | ||||||
msgstr "" | ||||||
"Comme le cercle est approximé par un polygone régulier inscrit, *pas* " | ||||||
Catadanna marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||||||
"détermine le nombre de pas à utiliser. Se cette valeur n'est pas donnée, " | ||||||
"elle sera calculée automatiquement. Elle peut être utilisée pour dessiner " | ||||||
"des polygones réguliers." | ||||||
#: ../Doc/library/turtle.rst:511 | ||||||
msgid "an integer >= 1 (if given)" | ||||||
@@ -829,6 +860,7 @@ msgstr "un entier supérieur ou égal à 1 (si fourni)" | ||||||
#: ../Doc/library/turtle.rst:512 | ||||||
msgid "a colorstring or a numeric color tuple" | ||||||
msgstr "" | ||||||
"une chaîne qui désigne une couleur ou un n-n-uplet de couleur numérique" | ||||||
#: ../Doc/library/turtle.rst:514 | ||||||
msgid "" | ||||||
@@ -869,6 +901,8 @@ msgstr "" | ||||||
#: ../Doc/library/turtle.rst:609 | ||||||
msgid "an integer in the range 0..10 or a speedstring (see below)" | ||||||
msgstr "" | ||||||
"un nombre entier dans la plage 0..10 ou une chaîne de vitesse (voir ci-" | ||||||
"dessous)" | ||||||
#: ../Doc/library/turtle.rst:611 | ||||||
msgid "" | ||||||
@@ -924,6 +958,7 @@ msgstr "" | ||||||
#: ../Doc/library/turtle.rst:660 ../Doc/library/turtle.rst:723 | ||||||
msgid "a number or a pair/vector of numbers or a turtle instance" | ||||||
msgstr "" | ||||||
"un nombre, ou une paire / un vecteur de nombres, ou une instance de tortue" | ||||||
#: ../Doc/library/turtle.rst:661 ../Doc/library/turtle.rst:724 | ||||||
msgid "a number if *x* is a number, else ``None``" | ||||||
@@ -975,11 +1010,11 @@ msgstr "" | ||||||
#: ../Doc/library/turtle.rst:804 | ||||||
msgid "Pull the pen down -- drawing when moving." | ||||||
msgstr "Tirez le stylo vers le bas -- en dessinant quand vous bougez." | ||||||
deronnax marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||||||
#: ../Doc/library/turtle.rst:811 | ||||||
msgid "Pull the pen up -- no drawing when moving." | ||||||
msgstr "Tirez le stylo vers le haut -- pas de dessin quand vous bougez." | ||||||
deronnax marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||||||
#: ../Doc/library/turtle.rst:817 | ||||||
msgid "a positive number" | ||||||
@@ -1058,15 +1093,15 @@ msgstr "" | ||||||
#: ../Doc/library/turtle.rst:876 | ||||||
msgid "Return ``True`` if pen is down, ``False`` if it's up." | ||||||
msgstr "Renvoie ``True`` si le stylo est en bas et ``False`` s'il est en haut." | ||||||
deronnax marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||||||
#: ../Doc/library/turtle.rst:894 | ||||||
msgid "Return or set the pencolor." | ||||||
msgstr "" | ||||||
#: ../Doc/library/turtle.rst:896 ../Doc/library/turtle.rst:945 | ||||||
msgid "Four input formats are allowed:" | ||||||
msgstr "Quatre formats d'entrée sont autorisés :" | ||||||
#: ../Doc/library/turtle.rst:901 | ||||||
msgid "``pencolor()``" | ||||||
@@ -1293,7 +1328,7 @@ msgstr "" | ||||||
#: ../Doc/library/turtle.rst:1161 | ||||||
msgid "a string which is a valid shapename" | ||||||
msgstr "une chaîne de caractères qui correspond à un nom de forme valide" | ||||||
#: ../Doc/library/turtle.rst:1163 | ||||||
msgid "" | ||||||
@@ -1354,7 +1389,7 @@ msgstr "" | ||||||
#: ../Doc/library/turtle.rst:1235 ../Doc/library/turtle.rst:1887 | ||||||
#: ../Doc/library/turtle.rst:1888 ../Doc/library/turtle.rst:1889 | ||||||
msgid "number (optional)" | ||||||
msgstr "un nombre (facultatif)" | ||||||
#: ../Doc/library/turtle.rst:1237 | ||||||
msgid "" | ||||||
@@ -1389,7 +1424,7 @@ msgstr "" | ||||||
#: ../Doc/library/turtle.rst:1321 ../Doc/library/turtle.rst:1322 | ||||||
#: ../Doc/library/turtle.rst:1323 | ||||||
msgid "a number (optional)" | ||||||
msgstr "un nombre (facultatif)" | ||||||
#: ../Doc/library/turtle.rst:1299 | ||||||
msgid "" | ||||||
@@ -1616,15 +1651,15 @@ msgstr "" | ||||||
#: ../Doc/library/turtle.rst:1652 | ||||||
msgid "positive integer, new width of canvas in pixels" | ||||||
msgstr "nombre entier positif, nouvelle largeur de la toile, en pixels" | ||||||
deronnax marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||||||
#: ../Doc/library/turtle.rst:1653 | ||||||
msgid "positive integer, new height of canvas in pixels" | ||||||
msgstr "nombre entier positif, nouvelle hauteur de la toile, en pixels" | ||||||
deronnax marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||||||
#: ../Doc/library/turtle.rst:1654 | ||||||
msgid "colorstring or color-tuple, new background color" | ||||||
msgstr "chaîne de couleurs ou n-uplet de couleurs, nouvelle couleur de fond" | ||||||
deronnax marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||||||
#: ../Doc/library/turtle.rst:1656 | ||||||
msgid "" | ||||||
@@ -1681,7 +1716,7 @@ msgstr "" | ||||||
#: ../Doc/library/turtle.rst:1716 | ||||||
msgid "Optional argument:" | ||||||
msgstr "Argument facultatif :" | ||||||
#: ../Doc/library/turtle.rst:1730 ../Doc/library/turtle.rst:1731 | ||||||
msgid "nonnegative integer" | ||||||
@@ -1824,7 +1859,7 @@ msgstr "" | ||||||
#: ../Doc/library/turtle.rst:1919 | ||||||
msgid "positive angles" | ||||||
msgstr "angles positifs" | ||||||
#: ../Doc/library/turtle.rst:1921 | ||||||
msgid "\"standard\"" | ||||||
@@ -1836,15 +1871,15 @@ msgstr "vers la droite (vers l'Est)" | ||||||
#: ../Doc/library/turtle.rst:1921 | ||||||
msgid "counterclockwise" | ||||||
msgstr "dans le sens inverse des aiguilles d'une montre" | ||||||
#: ../Doc/library/turtle.rst:1922 | ||||||
msgid "\"logo\"" | ||||||
msgstr "\"logo\"" | ||||||
#: ../Doc/library/turtle.rst:1922 | ||||||
msgid "upward (north)" | ||||||
msgstr "vers le haut (vers le Nord)" | ||||||
#: ../Doc/library/turtle.rst:1922 | ||||||
msgid "clockwise" | ||||||
@@ -2043,7 +2078,7 @@ msgstr "*type_*" | ||||||
#: ../Doc/library/turtle.rst:2146 | ||||||
msgid "*data*" | ||||||
msgstr "*données*" | ||||||
#: ../Doc/library/turtle.rst:2148 | ||||||
msgid "\"polygon\"" | ||||||
@@ -2104,15 +2139,15 @@ msgstr "" | ||||||
#: ../Doc/library/turtle.rst:2181 | ||||||
msgid "``a + b`` vector addition" | ||||||
msgstr "``a + b`` addition de vecteurs" | ||||||
#: ../Doc/library/turtle.rst:2182 | ||||||
msgid "``a - b`` vector subtraction" | ||||||
msgstr "``a - b``soustraction de deux vecteurs" | ||||||
#: ../Doc/library/turtle.rst:2183 | ||||||
msgid "``a * b`` inner product" | ||||||
msgstr "``a * b`` produit scalaire" | ||||||
#: ../Doc/library/turtle.rst:2184 | ||||||
msgid "``k * a`` and ``a * k`` multiplication with scalar" | ||||||
@@ -2365,15 +2400,15 @@ msgstr "" | ||||||
#: ../Doc/library/turtle.rst:2399 | ||||||
msgid "complex classical turtle graphics pattern" | ||||||
msgstr "motif complexe de la tortue graphique classique" | ||||||
#: ../Doc/library/turtle.rst:2399 | ||||||
msgid ":func:`tracer`, delay, :func:`update`" | ||||||
msgstr ":func:`tracer`, temps mort, :func:`update`" | ||||||
#: ../Doc/library/turtle.rst:2402 | ||||||
msgid "chaos" | ||||||
msgstr "chaos" | ||||||
#: ../Doc/library/turtle.rst:2402 | ||||||
msgid "" | ||||||
@@ -2387,7 +2422,7 @@ msgstr "" | ||||||
#: ../Doc/library/turtle.rst:2408 | ||||||
msgid "clock" | ||||||
msgstr "orologe" | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. Suggested change
Ce sont des noms de scripts, qui ne sont pas traduits dans le programme de démonstrationturtledemo. | ||||||
#: ../Doc/library/turtle.rst:2408 | ||||||
msgid "analog clock showing time of your computer" | ||||||
@@ -2407,7 +2442,7 @@ msgstr "" | ||||||
#: ../Doc/library/turtle.rst:2413 | ||||||
msgid "forest" | ||||||
msgstr "forêt" | ||||||
Catadanna marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||||||
#: ../Doc/library/turtle.rst:2413 | ||||||
msgid "3 breadth-first trees" | ||||||
@@ -2468,19 +2503,19 @@ msgstr "" | ||||||
#: ../Doc/library/turtle.rst:2428 | ||||||
msgid "paint" | ||||||
msgstr "peinture" | ||||||
Catadanna marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||||||
#: ../Doc/library/turtle.rst:2428 | ||||||
msgid "super minimalistic drawing program" | ||||||
msgstr "" | ||||||
#: ../Doc/library/turtle.rst:2431 | ||||||
msgid "peace" | ||||||
msgstr "paix" | ||||||
Catadanna marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||||||
#: ../Doc/library/turtle.rst:2431 | ||||||
msgid "elementary" | ||||||
msgstr "basique" | ||||||
#: ../Doc/library/turtle.rst:2431 | ||||||
msgid "turtle: appearance and animation" | ||||||
@@ -2500,7 +2535,7 @@ msgstr "" | ||||||
#: ../Doc/library/turtle.rst:2437 | ||||||
msgid "simulation of gravitational system" | ||||||
msgstr "simulation du système gravitationnel" | ||||||
Catadanna marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||||||
#: ../Doc/library/turtle.rst:2437 | ||||||
msgid "compound shapes, :class:`Vec2D`" | ||||||
@@ -2544,15 +2579,15 @@ msgstr "" | ||||||
#: ../Doc/library/turtle.rst:2450 | ||||||
msgid "simple design" | ||||||
msgstr "design simple" | ||||||
#: ../Doc/library/turtle.rst:2450 | ||||||
msgid "turtles on two canvases" | ||||||
msgstr "" | ||||||
#: ../Doc/library/turtle.rst:2453 | ||||||
msgid "wikipedia" | ||||||
msgstr "wikipedia" | ||||||
#: ../Doc/library/turtle.rst:2453 | ||||||
msgid "a pattern from the wikipedia article on turtle graphics" | ||||||
@@ -2568,15 +2603,15 @@ msgstr "" | ||||||
#: ../Doc/library/turtle.rst:2456 | ||||||
msgid "another elementary example" | ||||||
msgstr "un autre exemple élémentaire" | ||||||
#: ../Doc/library/turtle.rst:2459 | ||||||
msgid "Have fun!" | ||||||
msgstr "Amusez-vous!" | ||||||
#: ../Doc/library/turtle.rst:2463 | ||||||
msgid "Changes since Python 2.6" | ||||||
msgstr "Modifications depuis Python 2.6" | ||||||
#: ../Doc/library/turtle.rst:2465 | ||||||
msgid "" | ||||||
@@ -2604,7 +2639,7 @@ msgstr "" | ||||||
#: ../Doc/library/turtle.rst:2484 | ||||||
msgid "Changes since Python 3.0" | ||||||
msgstr "Modifications depuis Python 3.0" | ||||||
#: ../Doc/library/turtle.rst:2486 | ||||||
msgid "" | ||||||
@@ -2641,3 +2676,5 @@ msgid "" | ||||||
"Two example scripts :file:`tdemo_nim.py` and :file:`tdemo_round_dance.py` " | ||||||
"have been added to the :file:`Lib/turtledemo` directory." | ||||||
msgstr "" | ||||||
"Deux exemples de scripts :file:`tdemo_nim.py` et :file:`tdemo_round_dance." | ||||||
"py` ont été ajoutés au répertoire :file:`Lib/turtledemo`." |