Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 26a76d4

Browse files
alkimyaawecx
authored andcommitted
Howto (#936)
Merci pour cette PR. Encore une fois, tu peux toi-même « résoudre » les conversations sur lesquelles on te fait des remarques. Ça nous permet de savoir quand tu as corrigé tous les points qu'on t'a remontés et merger.
1 parent a8ce7bb commit 26a76d4

File tree

4 files changed

+20
-12
lines changed

4 files changed

+20
-12
lines changed

faq/design.po

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2019-10-09 17:54+0200\n"
9-
"PO-Revision-Date: 2019-03-21 21:04+0100\n"
10-
"Last-Translator: Jules Lasne <[email protected]>\n"
9+
"PO-Revision-Date: 2019-10-31 14:49+0100\n"
10+
"Last-Translator: Loc Cosnier <[email protected]>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
1212
"Language: fr\n"
1313
"MIME-Version: 1.0\n"
@@ -311,17 +311,19 @@ msgstr "Pourquoi ne puis-je pas utiliser d'assignation dans une expression ?"
311311

312312
#: ../Doc/faq/design.rst:152
313313
msgid "Starting in Python 3.8, you can!"
314-
msgstr ""
314+
msgstr "Depuis Python 3.8, c'est possible !"
315315

316316
#: ../Doc/faq/design.rst:154
317317
msgid ""
318318
"Assignment expressions using the walrus operator `:=` assign a variable in "
319319
"an expression::"
320320
msgstr ""
321+
"Les expressions d'affectation qui utilisent l'opérateur morse `:=` affectent "
322+
"une variable dans une expression ::"
321323

322324
#: ../Doc/faq/design.rst:160
323325
msgid "See :pep:`572` for more information."
324-
msgstr ""
326+
msgstr "Voir la :pep:`572` pour plus d'informations."
325327

326328
#: ../Doc/faq/design.rst:165
327329
msgid ""

howto/pyporting.po

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2018-06-10 11:27+0200\n"
9-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
10-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9+
"PO-Revision-Date: 2019-10-31 15:33+0100\n"
1110
"Language-Team: FRENCH <[email protected]>\n"
1211
"Language: fr\n"
1312
"MIME-Version: 1.0\n"
1413
"Content-Type: text/plain; charset=UTF-8\n"
1514
"Content-Transfer-Encoding: 8bit\n"
15+
"Last-Translator: Loc Cosnier <[email protected]>\n"
16+
"X-Generator: Poedit 2.2.1\n"
1617

1718
#: ../Doc/howto/pyporting.rst:5
1819
msgid "Porting Python 2 Code to Python 3"
@@ -109,6 +110,8 @@ msgid ""
109110
"Use Pylint_ to help make sure you don't regress on your Python 3 support "
110111
"(``pip install pylint``)"
111112
msgstr ""
113+
"Utilisez Pylint_ pour vous assurer que vous ne régressez pas sur votre prise "
114+
"en charge de Python 3 (``pip install pylint``)"
112115

113116
#: ../Doc/howto/pyporting.rst:39
114117
msgid ""
@@ -777,7 +780,7 @@ msgstr ""
777780

778781
#: ../Doc/howto/pyporting.rst:340
779782
msgid "Prevent compatibility regressions"
780-
msgstr ""
783+
msgstr "Prévenir les régressions de compatibilité"
781784

782785
#: ../Doc/howto/pyporting.rst:342
783786
msgid ""

howto/regex.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgstr ""
1313
"MIME-Version: 1.0\n"
1414
"Content-Type: text/plain; charset=UTF-8\n"
1515
"Content-Transfer-Encoding: 8bit\n"
16-
"X-Generator: Poedit 1.8.7.1\n"
16+
"X-Generator: Poedit 2.2.1\n"
1717

1818
#: ../Doc/howto/regex.rst:5
1919
msgid "Regular Expression HOWTO"
@@ -1913,8 +1913,8 @@ msgid ""
19131913
"Additionally, you can retrieve named groups as a dictionary with :meth:`~re."
19141914
"Match.groupdict`::"
19151915
msgstr ""
1916-
"De plus, vous pouvez retrouver les groupes nommés en tant que dictionnaire "
1917-
"avec :meth:`~re.Match.groupdict` ::"
1916+
"De plus, vous pouvez récupérer les groupes nommés comme dictionnaire avec :"
1917+
"meth:`~re.Match.groupdict` ::"
19181918

19191919
#: ../Doc/howto/regex.rst:952
19201920
msgid ""

howto/sorting.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2019-09-04 11:33+0200\n"
9-
"PO-Revision-Date: 2018-07-31 18:40+0200\n"
10-
"Last-Translator: Julien Palard <[email protected]>\n"
9+
"PO-Revision-Date: 2019-10-31 15:12+0100\n"
10+
"Last-Translator: Loc Cosnier <[email protected]>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
1212
"Language: fr\n"
1313
"MIME-Version: 1.0\n"
1414
"Content-Type: text/plain; charset=UTF-8\n"
1515
"Content-Transfer-Encoding: 8bit\n"
16+
"X-Generator: Poedit 2.2.1\n"
1617

1718
#: ../Doc/howto/sorting.rst:4
1819
msgid "Sorting HOW TO"
@@ -214,6 +215,8 @@ msgid ""
214215
"This can be abstracted out into a wrapper function that can take a list and "
215216
"tuples of field and order to sort them on multiple passes."
216217
msgstr ""
218+
"Ceci peut être encapsulé dans une fonction qui prend une liste et des n-"
219+
"uplets (attribut, ordre) pour les trier en plusieurs passes."
217220

218221
#: ../Doc/howto/sorting.rst:159
219222
msgid ""

0 commit comments

Comments
 (0)