-
-
Notifications
You must be signed in to change notification settings - Fork 264
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 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
Jump to
Diff view
Diff view
- Loading branch information
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-12 02:59+0200\n" | ||||||
"PO-Revision-Date: 2019-04-12 04: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 " | ||||||
"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 le code d'opération donné." | ||||||
"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). " | ||||||
"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ères multi-ligne formatée avec des informations " | ||||||
"Retourne une chaîne de caractères de 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ères multi-ligne formatée avec des informations " | ||||||
"Retourne une chaîne de caractères de 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 de le code d'opération," | ||||||
msgstr "le nom de l'opcode (code d'opération)," | ||||||
|
||||||
#: ../Doc/library/dis.rst:204 | ||||||
msgid "operation parameters, and" | ||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.