Skip to content

Commit 399568c

Browse files
committed
Working on library.po/stdtypes.rst
1 parent 1cbff8a commit 399568c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

library.po

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -92768,55 +92768,55 @@ msgstr "``x in s``"
9276892768

9276992769
#: ../Doc/library/stdtypes.rst:730
9277092770
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``"
9277292772

9277392773
#: ../Doc/library/stdtypes.rst:733
9277492774
msgid "``x not in s``"
9277592775
msgstr "``x not in s``"
9277692776

9277792777
#: ../Doc/library/stdtypes.rst:733
9277892778
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``"
9278092780

9278192781
#: ../Doc/library/stdtypes.rst:736
9278292782
msgid "``s + t``"
9278392783
msgstr "``s + t``"
9278492784

9278592785
#: ../Doc/library/stdtypes.rst:736
9278692786
msgid "the concatenation of *s* and *t*"
92787-
msgstr ""
92787+
msgstr "la concaténation de *s* et *t*"
9278892788

9278992789
#: ../Doc/library/stdtypes.rst:739
9279092790
msgid "``s * n, n * s``"
9279192791
msgstr ""
9279292792

9279392793
#: ../Doc/library/stdtypes.rst:739
9279492794
msgid "equivalent to adding *s* to itself *n* times"
92795-
msgstr ""
92795+
msgstr "équivalent à ajouter *s* *n* fois à lui même"
9279692796

9279792797
#: ../Doc/library/stdtypes.rst:742
9279892798
msgid "``s[i]``"
9279992799
msgstr "``s[i]``"
9280092800

9280192801
#: ../Doc/library/stdtypes.rst:742
9280292802
msgid "*i*\\ th item of *s*, origin 0"
92803-
msgstr ""
92803+
msgstr "*i*ème élément de *s* en commençant par 0"
9280492804

9280592805
#: ../Doc/library/stdtypes.rst:744
9280692806
msgid "``s[i:j]``"
9280792807
msgstr "``s[i:j]``"
9280892808

9280992809
#: ../Doc/library/stdtypes.rst:744
9281092810
msgid "slice of *s* from *i* to *j*"
92811-
msgstr ""
92811+
msgstr "tranche (*slice*) de *s* de *i* à *j*"
9281292812

9281392813
#: ../Doc/library/stdtypes.rst:746
9281492814
msgid "``s[i:j:k]``"
9281592815
msgstr "``s[i:j:k]``"
9281692816

9281792817
#: ../Doc/library/stdtypes.rst:746
9281892818
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*"
9282092820

9282192821
#: ../Doc/library/stdtypes.rst:746
9282292822
msgid "(3)(5)"
@@ -92828,23 +92828,23 @@ msgstr "``len(s)``"
9282892828

9282992829
#: ../Doc/library/stdtypes.rst:749
9283092830
msgid "length of *s*"
92831-
msgstr ""
92831+
msgstr "longueur de *s*"
9283292832

9283392833
#: ../Doc/library/stdtypes.rst:751
9283492834
msgid "``min(s)``"
9283592835
msgstr "``min(s)``"
9283692836

9283792837
#: ../Doc/library/stdtypes.rst:751
9283892838
msgid "smallest item of *s*"
92839-
msgstr ""
92839+
msgstr "plus petit élément de *s*"
9284092840

9284192841
#: ../Doc/library/stdtypes.rst:753
9284292842
msgid "``max(s)``"
9284392843
msgstr "``max(s)``"
9284492844

9284592845
#: ../Doc/library/stdtypes.rst:753
9284692846
msgid "largest item of *s*"
92847-
msgstr ""
92847+
msgstr "plus grand élément de *s*"
9284892848

9284992849
#: ../Doc/library/stdtypes.rst:755
9285092850
msgid "``s.index(x)``"
@@ -92860,7 +92860,7 @@ msgstr "``s.count(x)``"
9286092860

9286192861
#: ../Doc/library/stdtypes.rst:758
9286292862
msgid "total number of occurrences of *x* in *s*"
92863-
msgstr ""
92863+
msgstr "nombre total d'occurrences de *x* dans *s*"
9286492864

9286592865
#: ../Doc/library/stdtypes.rst:762
9286692866
msgid ""

0 commit comments

Comments
 (0)