- Notifications
You must be signed in to change notification settings - Fork266
started translating library/dis.po#687
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
38854a9
ea08961
0b25640
ed95812
f06bddc
2603bc1
2520446
4ad28ef
4860847
46e0e8e
b19597a
ed3dfad
de78228
28c9952
489f8bf
226ed83
f4d32c6
d0e1583
9c48a2e
9e3e3d4
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.6\n" | ||||||
"Report-Msgid-Bugs-To: \n" | ||||||
"POT-Creation-Date: 2018-10-12 18:59+0200\n" | ||||||
"PO-Revision-Date: 2019-04-1204:02+0200\n" | ||||||
"Language-Team: FRENCH <traductions@lists.afpy.org>\n" | ||||||
"Language: fr\n" | ||||||
"MIME-Version: 1.0\n" | ||||||
@@ -121,7 +121,8 @@ msgid "" | ||||||
msgstr "" | ||||||
"Si la valeur de *current_offset* est différente de ``None``, c'est une référence à un " | ||||||
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
| ||||||
"offset d'une instruction dans le code désassemblé. Cela veut dire que :meth:`.dis` va " | ||||||
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
| ||||||
"générer un marqueur de \" l'instruction en cours\" contre l'opcode (code " | ||||||
"d'opération) donné." | ||||||
#: ../Doc/library/dis.rst:75 | ||||||
msgid "" | ||||||
@@ -145,14 +146,14 @@ msgid "" | ||||||
"dis`, but returned as a multi-line string)." | ||||||
msgstr "" | ||||||
"Retourne une vue formatée des opérations du code octal (la même que celle envoyée " | ||||||
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
| ||||||
"par :func:`dis.dis`, mais comme une chaîne de caractères de plusieurs lignes). " | ||||||
#: ../Doc/library/dis.rst:93 | ||||||
msgid "" | ||||||
"Return a formatted multi-line string with detailed information about the code object, " | ||||||
"like :func:`code_info`." | ||||||
msgstr "" | ||||||
"Retourne une chaîne de caractèresde plusieurs lignes formatée avec des informations " | ||||||
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
| ||||||
"détaillées sur le code objet, comme :func:`code_info`." | ||||||
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
| ||||||
#: ../Doc/library/dis.rst:96 ../Doc/library/dis.rst:130 ../Doc/library/dis.rst:176 | ||||||
@@ -184,7 +185,7 @@ msgid "" | ||||||
"supplied function, generator, asynchronous generator, coroutine, method, source code " | ||||||
"string or code object." | ||||||
msgstr "" | ||||||
"Retourne une chaîne de caractèresde plusieurs lignes formatée avec des informations " | ||||||
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
| ||||||
"détaillées sur le code objet pour les fonctions données, les générateurs asynchrone, " | ||||||
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
| ||||||
"la coroutine, la méthode, la chaine de caractères du code source ou objet." | ||||||
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
| ||||||
@@ -301,7 +302,7 @@ msgstr "l'adresse de l'instruction," | ||||||
#: ../Doc/library/dis.rst:203 | ||||||
msgid "the operation code name," | ||||||
msgstr "le nom del'opcode (code d'opération)," | ||||||
#: ../Doc/library/dis.rst:204 | ||||||
msgid "operation parameters, and" | ||||||