@@ -5,15 +5,15 @@ msgid ""
5
5
msgstr ""
6
6
"Project-Id-Version :Python 3.6\n "
7
7
"Report-Msgid-Bugs-To :\n "
8
- "POT-Creation-Date :2019-03-11 12:59+0100 \n "
9
- "PO-Revision-Date :2019-01-11 20:51+0100 \n "
10
- "Last-Translator :Louis Portay <lportay@student.42.fr >\n "
8
+ "POT-Creation-Date :2019-05-23 16:48+0200 \n "
9
+ "PO-Revision-Date :2019-05-31 10:15+0200 \n "
10
+ "Last-Translator :Jules Lasne <jules.lasne@gmail.com >\n "
11
11
"Language-Team :FRENCH <traductions@lists.afpy.org>\n "
12
12
"Language :fr\n "
13
13
"MIME-Version :1.0\n "
14
14
"Content-Type :text/plain; charset=UTF-8\n "
15
15
"Content-Transfer-Encoding :8bit\n "
16
- "X-Generator :Poedit 2.2\n "
16
+ "X-Generator :Poedit 2.2.3 \n "
17
17
"X-Poedit-Bookmarks :-1,-1,-1,-1,-1,-1,-1,3,-1,-1\n "
18
18
19
19
#: ../Doc/c-api/datetime.rst:6
@@ -157,13 +157,30 @@ msgstr ""
157
157
158
158
#: ../Doc/c-api/datetime.rst:103
159
159
msgid ""
160
+ "Return a :class:`datetime.datetime` object with the specified year, month, "
161
+ "day, hour, minute, second, microsecond and fold."
162
+ msgstr ""
163
+ "Renvoie un objet :class:`datetime.datetime` avec l'année, le mois, le jour, "
164
+ "l'heure, la minute, la seconde, la microseconde et le pli (*fold* en "
165
+ "anglais) spécifiés."
166
+
167
+ #: ../Doc/c-api/datetime.rst:111
168
+ msgid ""
160
169
"Return a :class:`datetime.time` object with the specified hour, minute, "
161
170
"second and microsecond."
162
171
msgstr ""
163
172
"Renvoie un objet :class:`datetime.time` avec l'heure, la minute, la seconde "
164
173
"et la microseconde spécifiées."
165
174
166
- #: ../Doc/c-api/datetime.rst:109
175
+ #: ../Doc/c-api/datetime.rst:117
176
+ msgid ""
177
+ "Return a :class:`datetime.time` object with the specified hour, minute, "
178
+ "second, microsecond and fold."
179
+ msgstr ""
180
+ "Renvoie un objet :class:`datetime.time` avec l'heure, la minute, la seconde, "
181
+ "la microseconde et le pli (*fold* en anglais) spécifiés."
182
+
183
+ #: ../Doc/c-api/datetime.rst:125
167
184
msgid ""
168
185
"Return a :class:`datetime.timedelta` object representing the given number of "
169
186
"days, seconds and microseconds. Normalization is performed so that the "
@@ -175,23 +192,23 @@ msgstr ""
175
192
"normalisé pour que le nombre de microsecondes et de secondes tombe dans la "
176
193
"plage documentée pour les objets :class:`datetime.timedelta`."
177
194
178
- #: ../Doc/c-api/datetime.rst:116
195
+ #: ../Doc/c-api/datetime.rst:132
179
196
msgid ""
180
197
"Return a :class:`datetime.timezone` object with an unnamed fixed offset "
181
198
"represented by the *offset* argument."
182
199
msgstr ""
183
200
"Renvoie un objet :class:`datetime.timezone` avec un décalage anonyme fixe "
184
201
"représenté par l'argument *offset*."
185
202
186
- #: ../Doc/c-api/datetime.rst:123
203
+ #: ../Doc/c-api/datetime.rst:139
187
204
msgid ""
188
205
"Return a :class:`datetime.timezone` object with a fixed offset represented "
189
206
"by the *offset* argument and with tzname *name*."
190
207
msgstr ""
191
208
"Renvoie un objet :class:`datetime.timezone` avec un décalage fixe représenté "
192
209
"par l'argument *offset* et avec le nom de fuseau horaire *name*."
193
210
194
- #: ../Doc/c-api/datetime.rst:129
211
+ #: ../Doc/c-api/datetime.rst:145
195
212
msgid ""
196
213
"Macros to extract fields from date objects. The argument must be an "
197
214
"instance of :c:data:`PyDateTime_Date`, including subclasses (such as :c:data:"
@@ -203,19 +220,19 @@ msgstr ""
203
220
"`PyDateTime_DateTime`). L'argument ne doit pas être *NULL*, et le type n'est "
204
221
"pas vérifié :"
205
222
206
- #: ../Doc/c-api/datetime.rst:136
223
+ #: ../Doc/c-api/datetime.rst:152
207
224
msgid "Return the year, as a positive int."
208
225
msgstr "Renvoie l'année, sous forme d'entier positif."
209
226
210
- #: ../Doc/c-api/datetime.rst:141
227
+ #: ../Doc/c-api/datetime.rst:157
211
228
msgid "Return the month, as an int from 1 through 12."
212
229
msgstr "Renvoie le mois, sous forme d'entier allant de 1 à 12."
213
230
214
- #: ../Doc/c-api/datetime.rst:146
231
+ #: ../Doc/c-api/datetime.rst:162
215
232
msgid "Return the day, as an int from 1 through 31."
216
233
msgstr "Renvoie le jour, sous forme d'entier allant de 1 à 31."
217
234
218
- #: ../Doc/c-api/datetime.rst:149
235
+ #: ../Doc/c-api/datetime.rst:165
219
236
msgid ""
220
237
"Macros to extract fields from datetime objects. The argument must be an "
221
238
"instance of :c:data:`PyDateTime_DateTime`, including subclasses. The "
@@ -225,23 +242,23 @@ msgstr ""
225
242
"une instance de :c:data:`PyDateTime_DateTime` ou une sous-classe de celle-"
226
243
"ci. L'argument ne doit pas être *NULL*, et le type n'est pas vérifié :"
227
244
228
- #: ../Doc/c-api/datetime.rst:155 ../Doc/c-api/datetime.rst:179
245
+ #: ../Doc/c-api/datetime.rst:171 ../Doc/c-api/datetime.rst:195
229
246
msgid "Return the hour, as an int from 0 through 23."
230
247
msgstr "Renvoie l'heure, sous forme d'entier allant de 0 à 23."
231
248
232
- #: ../Doc/c-api/datetime.rst:160 ../Doc/c-api/datetime.rst:184
249
+ #: ../Doc/c-api/datetime.rst:176 ../Doc/c-api/datetime.rst:200
233
250
msgid "Return the minute, as an int from 0 through 59."
234
251
msgstr "Renvoie la minute, sous forme d'entier allant de 0 à 59."
235
252
236
- #: ../Doc/c-api/datetime.rst:165 ../Doc/c-api/datetime.rst:189
253
+ #: ../Doc/c-api/datetime.rst:181 ../Doc/c-api/datetime.rst:205
237
254
msgid "Return the second, as an int from 0 through 59."
238
255
msgstr "Renvoie la seconde, sous forme d'entier allant de 0 à 59."
239
256
240
- #: ../Doc/c-api/datetime.rst:170 ../Doc/c-api/datetime.rst:194
257
+ #: ../Doc/c-api/datetime.rst:186 ../Doc/c-api/datetime.rst:210
241
258
msgid "Return the microsecond, as an int from 0 through 999999."
242
259
msgstr "Renvoie la microseconde, sous forme d'entier allant de 0 à 999999."
243
260
244
- #: ../Doc/c-api/datetime.rst:173
261
+ #: ../Doc/c-api/datetime.rst:189
245
262
msgid ""
246
263
"Macros to extract fields from time objects. The argument must be an "
247
264
"instance of :c:data:`PyDateTime_Time`, including subclasses. The argument "
@@ -251,7 +268,7 @@ msgstr ""
251
268
"instance de :c:data:`PyDateTime_Time` ou une sous-classe de celle-ci. "
252
269
"L'argument ne doit pas être *NULL*, et le type n'est pas vérifié :"
253
270
254
- #: ../Doc/c-api/datetime.rst:197
271
+ #: ../Doc/c-api/datetime.rst:213
255
272
msgid ""
256
273
"Macros to extract fields from time delta objects. The argument must be an "
257
274
"instance of :c:data:`PyDateTime_Delta`, including subclasses. The argument "
@@ -261,34 +278,34 @@ msgstr ""
261
278
"être une instance de :c:data:`PyDateTime_Delta` ou une sous-classe de celle-"
262
279
"ci. L'argument ne doit pas être *NULL*, et le type n'est pas vérifié :"
263
280
264
- #: ../Doc/c-api/datetime.rst:203
281
+ #: ../Doc/c-api/datetime.rst:219
265
282
msgid "Return the number of days, as an int from -999999999 to 999999999."
266
283
msgstr ""
267
284
"Renvoie le nombre de jours, sous forme d'entier allant de -999999999 à "
268
285
"999999999."
269
286
270
- #: ../Doc/c-api/datetime.rst:210
287
+ #: ../Doc/c-api/datetime.rst:226
271
288
msgid "Return the number of seconds, as an int from 0 through 86399."
272
289
msgstr "Renvoie le nombre de secondes sous forme d'entier allant de 0 à 86399."
273
290
274
- #: ../Doc/c-api/datetime.rst:217
291
+ #: ../Doc/c-api/datetime.rst:233
275
292
msgid "Return the number of microseconds, as an int from 0 through 999999."
276
293
msgstr ""
277
294
"Renvoie le nombre de microsecondes, sous forme d'entier allant de 0 à 999999."
278
295
279
- #: ../Doc/c-api/datetime.rst:222
296
+ #: ../Doc/c-api/datetime.rst:238
280
297
msgid "Macros for the convenience of modules implementing the DB API:"
281
298
msgstr "Macros de confort pour les modules implémentant l'API DB :"
282
299
283
- #: ../Doc/c-api/datetime.rst:226
300
+ #: ../Doc/c-api/datetime.rst:242
284
301
msgid ""
285
302
"Create and return a new :class:`datetime.datetime` object given an argument "
286
303
"tuple suitable for passing to :meth:`datetime.datetime.fromtimestamp()`."
287
304
msgstr ""
288
305
"Crée et renvoie un nouvel objet :class:`datetime.datetime` à partir d'un n-"
289
306
"uplet qui peut être passé à :meth:`datetime.datetime.fromtimestamp()`."
290
307
291
- #: ../Doc/c-api/datetime.rst:232
308
+ #: ../Doc/c-api/datetime.rst:248
292
309
msgid ""
293
310
"Create and return a new :class:`datetime.date` object given an argument "
294
311
"tuple suitable for passing to :meth:`datetime.date.fromtimestamp()`."