Skip to content

Commit dac824b

Browse files
traduit les nouvelles fonctions "removeprefix" et "removesuffix" (#1375)
* traduit les nouvelles fonctions "removeprefix" et "removesuffix" Co-authored-by: Julien Palard <julien@palard.fr>
1 parent 2526de3 commit dac824b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

library/stdtypes.po

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2020-07-20 10:51+0200\n"
9-
"PO-Revision-Date: 2020-05-28 19:10+0200\n"
9+
"PO-Revision-Date: 2020-08-09 15:32+0200\n"
1010
"Last-Translator: Mathieu Dupuy <deronnax@gmail.com>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\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.3.1\n"
16+
"X-Generator: Poedit 2.4\n"
1717

1818
#: library/stdtypes.rst:8
1919
msgid "Built-in Types"
@@ -2666,13 +2666,18 @@ msgid ""
26662666
"If the string starts with the *prefix* string, return "
26672667
"``string[len(prefix):]``. Otherwise, return a copy of the original string::"
26682668
msgstr ""
2669+
"Si la chaîne de caractères commence par la chaîne *prefix*, renvoie "
2670+
"``string[len(prefix):]``. Sinon, renvoie une copie de la chaîne originale ::"
26692671

26702672
#: library/stdtypes.rst:1565
26712673
msgid ""
26722674
"If the string ends with the *suffix* string and that *suffix* is not empty, "
26732675
"return ``string[:-len(suffix)]``. Otherwise, return a copy of the original "
26742676
"string::"
26752677
msgstr ""
2678+
"Si la chaîne de caractères se termine par la chaîne *suffix* et que ce "
2679+
"*suffix* n'est pas vide, renvoie ``string[:-len(suffix)]``. Sinon, renvoie "
2680+
"une copie de la chaîne originale ::"
26762681

26772682
#: library/stdtypes.rst:1579
26782683
msgid ""

0 commit comments

Comments
 (0)