8000 Propagating known strings. · python/python-docs-fr@3fe457d · GitHub
[go: up one dir, main page]

Skip to content

Commit 3fe457d

Browse files
committed
Propagating known strings.
1 parent f501352 commit 3fe457d

File tree

2 files changed

+21
-11
lines changed

2 files changed

+21
-11
lines changed

library/aifc.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ msgid ""
112112
"framerate, nframes, comptype, compname)``, equivalent to output of the :meth:"
113113
"`get\\*` methods."
114114
msgstr ""
115+
"Renvoie une :func:`~collections.namedtuple` ``(nchannels, sampwidth, "
116+
"framerate, nframes, comptype, compname)``, équivalent à la sortie des "
117+
"méthodes :meth:`get\\*`."
115118

116119
#: ../Doc/library/aifc.rst:100
117120
msgid ""

library/sunau.po

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -122,15 +122,15 @@ msgstr "``'r'``"
122122

123123
#: ../Doc/library/sunau.rst:51
124124
msgid "Read only mode."
125-
msgstr ""
125+
msgstr "Mode lecture seule."
126126

127127
#: ../Doc/library/sunau.rst:54
128128
msgid "``'w'``"
129129
msgstr "``'w'``"
130130

131131
#: ../Doc/library/sunau.rst:54
132132
msgid "Write only mode."
133-
msgstr ""
133+
msgstr "Mode écriture seule."
134134

135135
#: ../Doc/library/sunau.rst:56
136136
msgid "Note that it does not allow read/write files."
@@ -144,7 +144,7 @@ msgstr ""
144144

145145
#: ../Doc/library/sunau.rst:64
146146
msgid "A synonym for :func:`.open`, maintained for backwards compatibility."
147-
msgstr ""
147+
msgstr "Un synonyme de :func:`.open`, maintenu pour la rétrocompatibilité."
148148

149149
#: ../Doc/library/sunau.rst:69
150150
msgid "The :mod:`sunau` module defines the following exception:"
@@ -200,15 +200,15 @@ msgstr ""
200200

201201
#: ../Doc/library/sunau.rst:128
202202
msgid "Returns sample width in bytes."
203-
msgstr ""
203+
msgstr "Renvoie la largeur de l'échantillon en octets."
204204

205205
#: ../Doc/library/sunau.rst:133
206206
msgid "Returns sampling frequency."
207-
msgstr ""
207+
msgstr "Renvoie la fréquence d'échantillonnage."
208208

209209
#: ../Doc/library/sunau.rst:138
210210
msgid "Returns number of audio frames."
211-
msgstr ""
211+
msgstr "Renvoie le nombre de trames audio."
212212

213213
#: ../Doc/library/sunau.rst:143
214214
msgid ""
@@ -229,6 +229,9 @@ msgid ""
229229
"framerate, nframes, comptype, compname)``, equivalent to output of the :meth:"
230230
"`get\\*` methods."
231231
msgstr ""
232+
"Renvoie une :func:`~collections.namedtuple` ``(nchannels, sampwidth, "
233+
"framerate, nframes, comptype, compname)``, équivalent à la sortie des "
234+
"méthodes :meth:`get\\*`."
232235

233236
#: ../Doc/library/sunau.rst:163
234237
msgid ""
@@ -239,13 +242,17 @@ msgstr ""
239242

240243
#: ../Doc/library/sunau.rst:170
241244
msgid "Rewind the file pointer to the beginning of the audio stream."
242-
msgstr ""
245+
msgstr "Remet le pointeur de fichier au début du flux audio."
243246

244247
#: ../Doc/library/sunau.rst:172
245248
msgid ""
246249
"The following two methods define a term \"position\" which is compatible "
247250
"between them, and is otherwise implementation dependent."
248251
msgstr ""
252+
"Les deux fonctions suivantes utilisent le vocabulaire \"position\". Ces "
253+
"positions sont compatible entre elles, la \"position\" de l'un est "
254+
"compatible avec la \"position\" de l'autre. Cette position est dépendante de "
255+
"l'implémentation."
249256

250257
#: ../Doc/library/sunau.rst:178
251258
msgid ""
@@ -267,11 +274,11 @@ msgstr ""
267274

268275
#: ../Doc/library/sunau.rst:193
269276
msgid "Returns ``None``."
270-
msgstr ""
277+
msgstr "Renvoie ``None``."
271278

272279
#: ../Doc/library/sunau.rst:198
273280
msgid "Raise an error."
274-
msgstr ""
281+
msgstr "Lève une erreur."
275282

276283
#: ../Doc/library/sunau.rst:204
277284
msgid "AU_write Objects"
@@ -285,7 +292,7 @@ msgstr ""
285292

286293
#: ../Doc/library/sunau.rst:211
287294
msgid "Set the number of channels."
288-
msgstr ""
295+
msgstr "Définit le nombre de canaux."
289296

290297
#: ../Doc/library/sunau.rst:216
291298
msgid "Set the sample width (in bytes.)"
@@ -326,7 +333,7 @@ msgstr ""
326333

327334
#: ../Doc/library/sunau.rst:254
328335
msgid "Write audio frames, without correcting *nframes*."
329-
msgstr ""
336+
msgstr "Écrit les trames audio sans corriger *nframes*."
330337

331338
#: ../Doc/library/sunau.rst:256 ../Doc/library/sunau.rst:264
332339
msgid "Any :term:`bytes-like object` is now accepted."

0 commit comments

Comments
 (0)
0