@@ -92768,55 +92768,55 @@ msgstr "``x in s``"
92768
92768
92769
92769
#: ../Doc/library/stdtypes.rst:730
92770
92770
msgid "``True`` if an item of *s* is equal to *x*, else ``False``"
92771
- msgstr ""
92771
+ msgstr "``True`` si un élément de *s* est égal à *x*, sinon ``False`` "
92772
92772
92773
92773
#: ../Doc/library/stdtypes.rst:733
92774
92774
msgid "``x not in s``"
92775
92775
msgstr "``x not in s``"
92776
92776
92777
92777
#: ../Doc/library/stdtypes.rst:733
92778
92778
msgid "``False`` if an item of *s* is equal to *x*, else ``True``"
92779
- msgstr ""
92779
+ msgstr "``False`` si un élément de *s* est égal à *x*, sinon ``True`` "
92780
92780
92781
92781
#: ../Doc/library/stdtypes.rst:736
92782
92782
msgid "``s + t``"
92783
92783
msgstr "``s + t``"
92784
92784
92785
92785
#: ../Doc/library/stdtypes.rst:736
92786
92786
msgid "the concatenation of *s* and *t*"
92787
- msgstr ""
92787
+ msgstr "la concaténation de *s* et *t* "
92788
92788
92789
92789
#: ../Doc/library/stdtypes.rst:739
92790
92790
msgid "``s * n, n * s``"
92791
92791
msgstr ""
92792
92792
92793
92793
#: ../Doc/library/stdtypes.rst:739
92794
92794
msgid "equivalent to adding *s* to itself *n* times"
92795
- msgstr ""
92795
+ msgstr "équivalent à ajouter *s* *n* fois à lui même "
92796
92796
92797
92797
#: ../Doc/library/stdtypes.rst:742
92798
92798
msgid "``s[i]``"
92799
92799
msgstr "``s[i]``"
92800
92800
92801
92801
#: ../Doc/library/stdtypes.rst:742
92802
92802
msgid "*i*\\ th item of *s*, origin 0"
92803
- msgstr ""
92803
+ msgstr "*i*ème élément de *s* en commençant par 0 "
92804
92804
92805
92805
#: ../Doc/library/stdtypes.rst:744
92806
92806
msgid "``s[i:j]``"
92807
92807
msgstr "``s[i:j]``"
92808
92808
92809
92809
#: ../Doc/library/stdtypes.rst:744
92810
92810
msgid "slice of *s* from *i* to *j*"
92811
- msgstr ""
92811
+ msgstr "tranche (*slice*) de *s* de *i* à *j* "
92812
92812
92813
92813
#: ../Doc/library/stdtypes.rst:746
92814
92814
msgid "``s[i:j:k]``"
92815
92815
msgstr "``s[i:j:k]``"
92816
92816
92817
92817
#: ../Doc/library/stdtypes.rst:746
92818
92818
msgid "slice of *s* from *i* to *j* with step *k*"
92819
- msgstr ""
92819
+ msgstr "tranche (*slice*) de *s* de *i* à *j* avec un pas de *k* "
92820
92820
92821
92821
#: ../Doc/library/stdtypes.rst:746
92822
92822
msgid "(3)(5)"
@@ -92828,23 +92828,23 @@ msgstr "``len(s)``"
92828
92828
92829
92829
#: ../Doc/library/stdtypes.rst:749
92830
92830
msgid "length of *s*"
92831
- msgstr ""
92831
+ msgstr "longueur de *s* "
92832
92832
92833
92833
#: ../Doc/library/stdtypes.rst:751
92834
92834
msgid "``min(s)``"
92835
92835
msgstr "``min(s)``"
92836
92836
92837
92837
#: ../Doc/library/stdtypes.rst:751
92838
92838
msgid "smallest item of *s*"
92839
- msgstr ""
92839
+ msgstr "plus petit élément de *s* "
92840
92840
92841
92841
#: ../Doc/library/stdtypes.rst:753
92842
92842
msgid "``max(s)``"
92843
92843
msgstr "``max(s)``"
92844
92844
92845
92845
#: ../Doc/library/stdtypes.rst:753
92846
92846
msgid "largest item of *s*"
92847
- msgstr ""
92847
+ msgstr "plus grand élément de *s* "
92848
92848
92849
92849
#: ../Doc/library/stdtypes.rst:755
92850
92850
msgid "``s.index(x)``"
@@ -92860,7 +92860,7 @@ msgstr "``s.count(x)``"
92860
92860
92861
92861
#: ../Doc/library/stdtypes.rst:758
92862
92862
msgid "total number of occurrences of *x* in *s*"
92863
- msgstr ""
92863
+ msgstr "nombre total d'occurrences de *x* dans *s* "
92864
92864
92865
92865
#: ../Doc/library/stdtypes.rst:762
92866
92866
msgid ""
0 commit comments